.header{position:fixed;top:0;left:0;right:0;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #f1f5f9;z-index:1000;transition:all .3s ease}.header-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header-content{display:flex;justify-content:space-between;align-items:center;height:70px}.logo-section{display:flex;align-items:center;text-decoration:none;gap:.75rem;transition:transform .3s ease}.logo-section:hover{transform:translateY(-1px)}.logo-icon{width:80px;height:45px;display:flex;align-items:center;justify-content:center}.logo-icon img{width:100%;height:100%;object-fit:contain}.desktop-nav{display:none;align-items:center;gap:.25rem}@media(min-width:768px){.desktop-nav{display:flex}}.nav-link{padding:.625rem 1rem;color:#475569;font-weight:500;font-size:.9375rem;text-decoration:none;border-radius:.5rem;transition:all .2s ease;white-space:nowrap;position:relative}.nav-link:after{content:"";position:absolute;bottom:.5rem;left:50%;transform:translate(-50%) scaleX(0);width:30%;height:2px;background:#1e293b;border-radius:2px;transition:transform .3s ease}.nav-link:hover{color:#1e293b;background-color:#f8fafc}.nav-link:hover:after{transform:translate(-50%) scaleX(1)}.nav-link.active{color:#1e293b;background-color:#f8fafc}.nav-link.active:after{transform:translate(-50%) scaleX(1)}.auth-buttons{display:flex;align-items:center;gap:.625rem;margin-left:1.5rem;padding-left:1.5rem;border-left:1px solid #e2e8f0}.login-btn{padding:.625rem 1.25rem;color:#475569;background-color:transparent;border:1px solid #e2e8f0;font-weight:500;font-size:.9375rem;border-radius:.5rem;transition:all .2s ease;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center}.login-btn:hover{color:#1e293b;background-color:#f8fafc;border-color:#cbd5e1}.register-btn{padding:.625rem 1.5rem;color:#fff;background:#1e293b;border:none;font-weight:600;font-size:.9375rem;border-radius:.5rem;transition:all .2s ease;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center}.register-btn:hover{background:#334155;transform:translateY(-1px);box-shadow:0 4px 12px #1e293b33;color:#fff}.user-dropdown-container{position:relative;margin-left:1.5rem;padding-left:1.5rem;border-left:1px solid #e2e8f0}.user-avatar-btn{display:flex;align-items:center;gap:.625rem;padding:.375rem .75rem;background-color:transparent;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:all .2s ease}.user-avatar-btn:hover{background-color:#f8fafc;border-color:#cbd5e1}.user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#1e293b,#475569);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.dropdown-arrow{color:#64748b;transition:transform .2s ease;width:16px;height:16px}.dropdown-arrow.open{transform:rotate(180deg)}.user-dropdown-menu{position:absolute;top:calc(100% + .75rem);right:0;min-width:260px;background-color:#fff;border-radius:.75rem;box-shadow:0 20px 40px #00000014,0 1px 3px #0000000d;border:1px solid #f1f5f9;padding:.5rem;z-index:1100;animation:dropdownFadeIn .2s ease;overflow:hidden}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:.875rem .75rem;background:#fafafa;border-radius:.5rem;margin-bottom:.5rem}.user-info{display:flex;flex-direction:column;gap:.25rem}.user-name{font-weight:600;color:#1e293b;font-size:.9375rem;margin:0}.user-email{font-size:.8125rem;color:#64748b;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-divider{height:1px;background-color:#f1f5f9;margin:.5rem 0}.dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;color:#475569;font-size:.9375rem;font-weight:500;text-decoration:none;border-radius:.5rem;transition:all .15s ease;background:none;border:none;cursor:pointer;text-align:left;box-sizing:border-box}.dropdown-item:hover{background-color:#f8fafc;color:#1e293b}.dropdown-item svg{color:#64748b;transition:color .15s ease;width:18px;height:18px;flex-shrink:0}.dropdown-item:hover svg{color:#1e293b}.logout-item{color:#dc2626}.logout-item:hover{background-color:#fef2f2;color:#dc2626}.logout-item svg{color:#dc2626}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;padding:.5rem;background:none;border:1px solid #e2e8f0;color:#475569;border-radius:.5rem;cursor:pointer;transition:all .2s ease}.mobile-menu-btn:hover{background-color:#f8fafc;border-color:#cbd5e1}@media(min-width:768px){.mobile-menu-btn{display:none}}.menu-icon{width:24px;height:24px}.mobile-nav{display:flex;flex-direction:column;padding:1rem 0;border-top:1px solid #f1f5f9;background:#fafafa;margin:0 -1.5rem;padding:1rem 1.5rem}@media(min-width:768px){.mobile-nav{display:none}}.mobile-nav-link{padding:.875rem 1rem;color:#475569;font-weight:500;font-size:.9375rem;text-decoration:none;border-radius:.5rem;transition:all .2s ease;text-align:left}.mobile-nav-link:hover,.mobile-nav-link.active{color:#1e293b;background-color:#fff}.mobile-auth-buttons{display:flex;flex-direction:column;gap:.625rem;margin-top:.75rem;padding-top:1rem;border-top:1px solid #e2e8f0}.mobile-login-btn{padding:.875rem 1rem;color:#475569;background-color:#fff;border:2px solid #e2e8f0;text-align:center;font-weight:600;font-size:.9375rem;border-radius:.5rem;transition:all .2s ease;cursor:pointer;text-decoration:none;display:block}.mobile-login-btn:hover{color:#1e293b;border-color:#cbd5e1;background-color:#fff}.mobile-register-btn{padding:.875rem 1rem;color:#fff;background:#1e293b;border:none;text-align:center;font-weight:600;font-size:.9375rem;border-radius:.5rem;transition:all .2s ease;cursor:pointer;text-decoration:none;display:block}.mobile-register-btn:hover{background:#334155;color:#fff}.mobile-user-section{display:flex;flex-direction:column;gap:.625rem;margin-top:.75rem;padding-top:1rem;border-top:1px solid #e2e8f0}.mobile-user-info{display:flex;align-items:center;gap:.875rem;padding:1rem;background-color:#fff;border-radius:.75rem;border:1px solid #f1f5f9}.mobile-user-avatar{width:48px;height:48px;min-width:48px;border-radius:50%;background:linear-gradient(135deg,#1e293b,#475569);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem}.mobile-user-details{display:flex;flex-direction:column;gap:.25rem;overflow:hidden;flex:1}.mobile-user-name{font-weight:600;color:#1e293b;font-size:.9375rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-user-email{font-size:.8125rem;color:#64748b;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-user-links{display:flex;flex-direction:column;gap:.25rem}.mobile-logout-btn{color:#dc2626;background-color:transparent;border:none;font-weight:600;font-size:.9375rem;cursor:pointer;margin-top:.25rem;padding:.875rem 1rem;border-radius:.5rem;transition:all .2s ease;text-align:left}.mobile-logout-btn:hover{color:#dc2626;background-color:#fef2f2}@media(max-width:767px){.header-content{height:64px}.logo-icon{width:70px;height:40px}.header-container{padding:0 1rem}}@media(max-width:480px){.header-content{height:60px}.logo-icon{width:65px;height:36px}}.footer{background:linear-gradient(to bottom,#0a2463,#1e3a8a);color:#e0e7ff;padding:3rem 0 0;margin-top:auto}.footer-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.footer-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-column{display:flex;flex-direction:column;gap:1.25rem}.footer-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.footer-logo-icon{background-color:#2563eb;padding:.625rem;border-radius:.5rem}.footer-icon{width:1.75rem;height:1.75rem;color:#fff}.footer-brand h3{font-size:1.25rem;font-weight:700;color:#fff;margin:0}.footer-description{font-size:.95rem;line-height:1.6;color:#bfdbfe;margin:0}.footer-contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;color:#bfdbfe}.contact-item a{color:#bfdbfe;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#60a5fa}.contact-icon{width:1.25rem;height:1.25rem;flex-shrink:0;margin-top:.125rem;color:#60a5fa}.footer-heading{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 .5rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links li a{color:#bfdbfe;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer-links li a:hover{color:#60a5fa;transform:translate(5px)}.social-section{margin-top:1rem}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-link{width:2.5rem;height:2.5rem;background-color:#ffffff1a;border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none}.social-link:hover{background-color:#2563eb;transform:translateY(-3px);box-shadow:0 4px 12px #2563eb66}.social-icon{width:1.25rem;height:1.25rem;color:#fff}.footer-bottom{padding:1.5rem 0;text-align:center}.footer-bottom p{margin:0;font-size:.9rem;color:#93c5fd}@media(max-width:1024px){.footer-columns{gap:2rem}}@media(max-width:768px){.footer{padding:2rem 0 0}.footer-columns{grid-template-columns:1fr;gap:2.5rem;padding-bottom:2rem}.footer-brand h3{font-size:1.125rem}.footer-heading{font-size:1rem}.social-links{justify-content:flex-start}.footer-bottom{padding:1.25rem 0}.footer-bottom p{font-size:.85rem}}@media(max-width:480px){.footer-container{padding:0 1rem}.footer-columns{gap:2rem}.contact-item,.footer-links li a{font-size:.875rem}}.sidebar{width:240px;min-width:240px;height:100vh;position:sticky;top:0;background-color:#fff;border-right:1px solid #e5e7eb;padding:20px;display:flex;flex-direction:column;flex-shrink:0;overflow:hidden}.sidebar-logo{font-size:20px;font-weight:600;margin-bottom:32px;color:#111827;flex-shrink:0}.sidebar-nav{display:flex;flex-direction:column;gap:8px;flex:1;overflow-y:auto;overflow-x:hidden;padding-right:8px;margin-right:-8px}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}.sidebar-link{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:8px;color:#374151;text-decoration:none;font-size:14px;transition:background .2s ease,color .2s ease;border:none;background:transparent;cursor:pointer;width:100%;text-align:left;font-family:inherit;flex-shrink:0}.sidebar-link:hover{background-color:#f3f4f6}.sidebar-link.active{background-color:#eef2ff;color:#4f46e5;font-weight:500}.icon{font-size:16px;color:inherit;flex-shrink:0}.sidebar-section{display:flex;flex-direction:column;flex-shrink:0}.sidebar-dropdown-toggle{position:relative;justify-content:flex-start}.sidebar-dropdown-toggle span{flex:1}.dropdown-icon{font-size:12px;color:inherit;margin-left:auto;transition:transform .2s ease}.sidebar-submenu{display:flex;flex-direction:column;gap:4px;margin-top:4px;padding-left:16px;border-left:2px solid #e5e7eb;margin-left:20px}.sidebar-sublink{padding:8px 14px;font-size:13px;gap:8px}.sidebar-sublink:hover{background-color:#f9fafb}.sidebar-sublink.active{background-color:#eef2ff;color:#4f46e5;font-weight:500}.sidebar-toggle{display:none;position:fixed;top:65px;left:20px;z-index:1001;background-color:#4f46e5;color:#fff;border:none;padding:10px 12px;border-radius:8px;cursor:pointer;font-size:20px;box-shadow:0 2px 8px #00000026}.sidebar-toggle:hover{background-color:#4338ca}.sidebar-overlay{display:none;position:fixed;inset:0;background-color:#00000080;z-index:999}@media(max-width:768px){.sidebar-toggle{display:block}.sidebar{position:fixed;left:-400px;min-width:150px!important;top:0;z-index:1000;transition:left .3s ease;box-shadow:2px 0 8px #00000026}.sidebar.open{left:0}.sidebar-overlay.active{display:block}}@media(max-width:1024px)and (min-width:769px){.sidebar{width:200px;min-width:200px;padding:16px}.sidebar-logo{font-size:18px;margin-bottom:24px}.sidebar-link{font-size:13px;padding:8px 12px}.sidebar-sublink{font-size:12px;padding:6px 12px}}.dashboard-layout{min-height:100vh;background-color:#f5f7fb;font-family:Inter,system-ui,sans-serif;width:100%;height:100vh;overflow:hidden;display:flex;flex-direction:column}.dashboard-body{display:flex;flex:1;width:100%;height:calc(100vh - 64px);overflow:hidden;margin-top:64px}.dashboard-content{flex:1;padding:24px;box-sizing:border-box;background-color:#f5f7fb;min-width:0;max-width:100%;overflow-y:auto;overflow-x:hidden;height:100%}.dashboard-content::-webkit-scrollbar{width:8px}.dashboard-content::-webkit-scrollbar-track{background:#f1f1f1}.dashboard-content::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:4px}.dashboard-content::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}@media(max-width:768px){.dashboard-body{height:calc(100vh - 64px)}.dashboard-content{padding:16px}}.home{width:100%}.banner{margin-top:4rem;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:8rem 1.5rem 4rem;text-align:center;position:relative;overflow:hidden}.banner:before{content:"";position:absolute;inset:0;background-image:url(https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=1600&q=80);background-size:cover;background-position:center;opacity:.15;z-index:0}.banner-content{max-width:800px;margin:0 auto 4rem;position:relative;z-index:1}.banner-title{font-size:3.5rem;font-weight:700;margin:0 0 1rem;line-height:1.1;letter-spacing:-.02em}.banner-subtitle{font-size:1.25rem;color:#cbd5e1;margin:0 0 2.5rem;line-height:1.7;font-weight:400}.banner-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.banner-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;max-width:800px;margin:0 auto;position:relative;z-index:1}.stat-item{text-align:center}.stat-item h3{font-size:2.5rem;font-weight:700;margin:0 0 .25rem;color:#fff}.stat-item p{font-size:.95rem;color:#cbd5e1;margin:0;font-weight:400}.section-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-header{text-align:center;margin-bottom:4rem;display:flex;flex-direction:column}.section-header h2{font-size:2.5rem;color:#1e293b;margin:0 0 .75rem;font-weight:700;letter-spacing:-.02em}.courses-section{padding:6rem 0;background:#fafafa}.courses-grid{display:grid;grid-template-columns:repeat(3,1fr)!important;gap:1.5rem;max-width:1200px;margin:0 auto}.course-card{max-width:100%;width:100%}.course-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000000d;transition:all .3s ease;display:flex;flex-direction:column;border:1px solid #f1f5f9}.course-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:0;position:relative;overflow:hidden;height:140px;background-size:cover;background-position:center;display:flex;align-items:flex-end;justify-content:flex-start}.about-section{padding:6rem 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-text h2{font-size:2.5rem;color:#1e293b;margin:0 0 1.5rem;font-weight:700;letter-spacing:-.02em}.about-text p{font-size:1.125rem;color:#64748b;line-height:1.8;margin:0 0 1.5rem}.about-features{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#111!important;font-weight:500}.feature-icon{width:1.25rem;height:1.25rem;color:#1e293b;flex-shrink:0}.about-image{display:flex;align-items:center;justify-content:center}.image-placeholder{width:100%;height:450px;background-image:url(https://images.unsplash.com/photo-1524178232363-1fb2b075b655?w=800&q=80);background-size:cover;background-position:center;border-radius:.75rem;box-shadow:0 20px 50px #0000001a}.team-section{padding:6rem 0;background:#fafafa}.team-card{background:#fff;border-radius:.75rem;padding:2.5rem 2rem;text-align:center;box-shadow:0 1px 3px #0000000d;transition:all .3s ease;border:1px solid #f1f5f9}.team-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.team-avatar{width:100px;height:100px;background:linear-gradient(135deg,#1e293b,#475569);border-radius:50%;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff}.team-role{color:#64748b;font-size:.95rem;margin:0 0 1.25rem;font-weight:400}.team-social{display:flex;justify-content:center;gap:.75rem}.social-icon-link{width:2.25rem;height:2.25rem;background-color:#f8fafc;border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border:1px solid #f1f5f9}.social-icon-link:hover{background-color:#1e293b;border-color:#1e293b}.social-icon-link:hover .small-icon{color:#fff}.small-icon{width:1rem;height:1rem;color:#64748b;transition:color .3s ease}.facilities-section{padding:6rem 0;background:#fff}.facilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.facility-card{background:#fafafa;border-radius:.75rem;padding:2.5rem 2rem;border:1px solid #f1f5f9;transition:all .3s ease}.facility-card:hover{background:#fff;border-color:#e2e8f0;transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.facility-icon{width:3rem;height:3rem;background:#1e293b;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.facility-icon .icon{width:1.5rem;height:1.5rem;color:#fff}.facility-card h3{font-size:1.25rem;color:#1e293b;margin:0 0 .75rem;font-weight:600}.facility-card p{color:#64748b;line-height:1.7;margin:0;font-weight:400}.contact-section{padding:6rem 0;background:#1e293b;position:relative;overflow:hidden}.contact-section:before{content:"";position:absolute;inset:0;background-image:url(https://images.unsplash.com/photo-1497032628192-86f99bcd76bc?w=1600&q=80);background-size:cover;background-position:center;opacity:.08;z-index:0}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;position:relative;z-index:1}.contact-info h2{font-size:2.5rem;color:#fff;margin:0 0 1rem;font-weight:700;letter-spacing:-.02em}.contact-info>p{font-size:1.125rem;color:#cbd5e1;margin:0 0 2.5rem;font-weight:400}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.contact-icon{width:2.25rem;height:2.25rem;color:#fff;flex-shrink:0}.contact-item h4{font-size:1.125rem;color:#fff;margin:0 0 .5rem;font-weight:600}.contact-item p{color:#cbd5e1;margin:0;font-size:1rem;font-weight:400}.contact-form{background:#fff;border-radius:.75rem;padding:2.5rem;box-shadow:0 25px 50px #0000004d}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.95rem;font-weight:600;color:#334155;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem;transition:all .3s ease;font-family:inherit;background:#fafafa;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#1e293b;background:#fff;box-shadow:0 0 0 3px #1e293b1a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;padding:1rem;background:#1e293b;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:#334155;transform:translateY(-2px);box-shadow:0 10px 25px #1e293b4d}@media(max-width:1023px){.courses-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.about-content,.contact-content{grid-template-columns:1fr;gap:3rem}.image-placeholder{height:400px}}@media(max-width:767px){.banner{padding:5rem 1.5rem 3rem}.banner-title{font-size:2.25rem}.banner-subtitle{font-size:1.125rem}.banner-stats{gap:2.5rem}.stat-item h3,.section-header h2,.about-text h2,.contact-info h2{font-size:2rem}.courses-section,.about-section,.team-section,.facilities-section,.contact-section{padding:4rem 0}.courses-grid{grid-template-columns:1fr;gap:1.5rem}.course-header{height:140px}.course-actions{flex-direction:column}.course-btn{width:100%}.facilities-grid{grid-template-columns:1fr}.contact-form{padding:2rem}}@media(max-width:480px){.banner-title{font-size:1.875rem}.banner-buttons{flex-direction:column;width:100%}.btn{width:100%}.section-header h2,.about-text h2,.contact-info h2{font-size:1.75rem}.course-body h3{font-size:1.125rem}.contact-form{padding:1.5rem}.courses-grid{grid-template-columns:1fr!important;gap:1.5rem}}.required{color:#ef4444}.form-group input.error,.form-group textarea.error{border-color:#ef4444;background-color:#fef2f2}.error-text{display:block;color:#ef4444;font-size:.875rem;margin-top:.25rem}.success-message,.error-message{display:flex;gap:.75rem;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem}.success-message{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.error-message{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b}.success-message svg,.error-message svg{width:1.25rem;height:1.25rem;flex-shrink:0;margin-top:.125rem}.success-message h4,.error-message h4{font-weight:600;margin-bottom:.25rem}.success-message p,.error-message p{font-size:.875rem}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.about-page{width:100%;background:#fafafa}.about-hero{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:8rem 1.5rem 5rem;text-align:center;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;inset:0;background-image:url(https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=1600&q=80);background-size:cover;background-position:center;opacity:.15;z-index:0}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.about-hero h1{font-size:3.5rem;font-weight:700;margin:0 0 1.5rem;line-height:1.1;letter-spacing:-.02em}.hero-description{font-size:1.25rem;color:#cbd5e1;margin:0;line-height:1.7;font-weight:400}.stats-section{background:#fff;padding:0;margin-top:-3rem;position:relative;z-index:10}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1100px;margin:0 auto}.stat-card{background:#fff;padding:2.5rem 2rem;border-radius:.75rem;text-align:center;box-shadow:0 10px 40px #0000001a;transition:all .3s ease;border:1px solid #f1f5f9}.stat-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000026}.stat-icon{width:3.5rem;height:3.5rem;background:linear-gradient(135deg,#1e293b,#475569);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.stat-icon svg{width:2rem;height:2rem;color:#fff}.stat-card h3{font-size:2.5rem;color:#1e293b;margin:0 0 .5rem;font-weight:700}.stat-card p{color:#64748b;font-size:1rem;margin:0;font-weight:500}.story-section{padding:6rem 0;background:#fff}.story-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.story-text h2{font-size:2.5rem;color:#1e293b;margin:0 0 1.5rem;font-weight:700;letter-spacing:-.02em}.story-text p{font-size:1.125rem;color:#64748b;line-height:1.8;margin:0 0 1.5rem}.story-text p:last-child{margin-bottom:0}.story-image{display:flex;align-items:center;justify-content:center}.image-placeholder{width:100%;height:450px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:.75rem;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 50px #0000001a}.image-placeholder svg{width:6rem;height:6rem;color:#cbd5e1}.mission-vision-section{padding:6rem 0;background:#fafafa}.mission-vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.mission-card,.vision-card{background:#fff;padding:3rem 2.5rem;border-radius:.75rem;box-shadow:0 4px 20px #0000000d;transition:all .3s ease;border:1px solid #f1f5f9}.mission-card:hover,.vision-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.card-icon{width:4rem;height:4rem;background:linear-gradient(135deg,#1e293b,#475569);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.card-icon svg{width:2.25rem;height:2.25rem;color:#fff}.mission-card h3,.vision-card h3{font-size:1.75rem;color:#1e293b;margin:0 0 1rem;font-weight:700}.mission-card p,.vision-card p{font-size:1.125rem;color:#64748b;line-height:1.7;margin:0}.values-section{padding:6rem 0;background:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;color:#1e293b;margin:0 0 1rem;font-weight:700;letter-spacing:-.02em}.section-header p{font-size:1.125rem;color:#64748b;margin:0;font-weight:400}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.value-card{background:#fafafa;padding:2rem 1.75rem;border-radius:.75rem;border:1px solid #f1f5f9;transition:all .3s ease;position:relative;overflow:hidden}.value-card:hover{background:#fff;border-color:#e2e8f0;transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.value-number{font-size:3rem;font-weight:700;color:#e2e8f0;position:absolute;top:-.5rem;right:1rem;line-height:1}.value-card h4{font-size:1.125rem;color:#1e293b;margin:0;font-weight:600;position:relative;z-index:1}.achievements-section{padding:6rem 0;background:#fafafa}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.achievement-card{background:#fff;padding:2.5rem 2rem;border-radius:.75rem;box-shadow:0 4px 20px #0000000d;transition:all .3s ease;border-left:4px solid #1e293b;position:relative}.achievement-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.achievement-year{display:inline-block;background:#1e293b;color:#fff;padding:.35rem .875rem;border-radius:.375rem;font-size:.875rem;font-weight:600;margin-bottom:1rem}.achievement-card h3{font-size:1.25rem;color:#1e293b;margin:0 0 .75rem;font-weight:600}.achievement-card p{color:#64748b;line-height:1.6;margin:0;font-size:1rem}.team-section{padding:6rem 0;background:#fff}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.team-card{background:#fafafa;border-radius:.75rem;padding:2.5rem 2rem;text-align:center;box-shadow:0 1px 3px #0000000d;transition:all .3s ease;border:1px solid #f1f5f9}.team-card:hover{background:#fff;transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.team-avatar{width:120px;height:120px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;box-shadow:0 8px 20px #0000001a}.team-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1e293b,#475569);display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#fff}.team-card h3{font-size:1.25rem;color:#1e293b;margin:0 0 .5rem;font-weight:600}.team-role{color:#64748b;font-size:.95rem;margin:0 0 .75rem;font-weight:500}.team-expertise{color:#94a3b8;font-size:.875rem;margin:0;font-style:italic}.cta-section{background:linear-gradient(135deg,#1e293b,#334155);padding:6rem 1.5rem;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background-image:url(https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=1600&q=80);background-size:cover;background-position:center;opacity:.1;z-index:0}.cta-content{text-align:center;max-width:700px;margin:0 auto;position:relative;z-index:1}.cta-content h2{font-size:2.5rem;color:#fff;margin:0 0 1rem;font-weight:700;letter-spacing:-.02em}.cta-content p{font-size:1.25rem;color:#cbd5e1;margin:0 0 2.5rem;line-height:1.7}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block}.btn-primary{background-color:#fff;color:#1e293b}.btn-primary:hover{background-color:#f8fafc;transform:translateY(-2px);box-shadow:0 10px 25px #0003}.btn-secondary{background-color:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn-secondary:hover{background-color:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem;gap:1.5rem}@media(max-width:1023px){.stats-grid{grid-template-columns:repeat(2,1fr)}.story-content{grid-template-columns:1fr;gap:3rem}.mission-vision-grid{grid-template-columns:1fr;gap:2rem}.values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.about-hero{padding:5rem 1.5rem 4rem}.about-hero h1{font-size:2.25rem}.hero-description{font-size:1.125rem}.stats-section{margin-top:-2rem}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.stat-card{padding:2rem 1.5rem}.stat-card h3{font-size:2rem}.story-section,.mission-vision-section,.values-section,.achievements-section,.team-section{padding:4rem 0}.section-header h2,.story-text h2,.cta-content h2{font-size:2rem}.story-text p,.section-header p,.cta-content p{font-size:1rem}.image-placeholder{height:350px}.values-grid,.achievements-grid,.team-grid{grid-template-columns:1fr}.cta-section{padding:4rem 1.5rem}.cta-buttons{flex-direction:column;width:100%}.btn{width:100%}}@media(max-width:480px){.about-hero h1{font-size:1.875rem}.section-header h2,.story-text h2,.cta-content h2{font-size:1.75rem}.stat-icon{width:3rem;height:3rem}.stat-icon svg{width:1.5rem;height:1.5rem}.image-placeholder{height:300px}.image-placeholder svg{width:4rem;height:4rem}.mission-card,.vision-card{padding:2rem 1.5rem}.card-icon{width:3.5rem;height:3.5rem}.card-icon svg{width:2rem;height:2rem}}.course-list-page{width:100%;min-height:100vh;background:#fafafa}.course-hero{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:6rem 1.5rem 4rem;text-align:center;position:relative;overflow:hidden}.course-hero:before{content:"";position:absolute;inset:0;background-image:url(https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=1600&q=80);background-size:cover;background-position:center;opacity:.15;z-index:0}.course-hero .section-container{position:relative;z-index:1}.course-hero h1{font-size:3rem;font-weight:700;margin:0 0 1rem;line-height:1.1;letter-spacing:-.02em}.course-hero p{font-size:1.25rem;color:#cbd5e1;margin:0;font-weight:400}.course-content-section{padding:3rem 0 6rem}.search-section{margin-bottom:2rem}.search-bar{position:relative;max-width:800px;margin:0 auto}.search-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#64748b;pointer-events:none}.search-bar input{width:100%;padding:1rem 3.5rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:1rem;transition:all .3s ease;background:#fff;box-sizing:border-box}.search-bar input:focus{outline:none;border-color:#1e293b;box-shadow:0 0 0 3px #1e293b1a}.clear-search{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:#f1f5f9;border:none;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.clear-search:hover{background:#e2e8f0}.clear-search svg{width:1rem;height:1rem;color:#64748b}.category-tabs{display:flex;gap:.75rem;margin-bottom:2rem;padding:.5rem;background:#fff;border-radius:.75rem;overflow-x:auto;box-shadow:0 1px 3px #0000000d;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.category-tabs::-webkit-scrollbar{height:6px}.category-tabs::-webkit-scrollbar-track{background:transparent}.category-tabs::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.category-tab{padding:.75rem 1.5rem;background:transparent;border:none;border-radius:.5rem;font-size:.95rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0}.category-tab:hover{background:#f8fafc;color:#1e293b}.category-tab.active{background:#1e293b;color:#fff;font-weight:600}.filters-section{background:#fff;padding:1.5rem;border-radius:.75rem;margin-bottom:2.5rem;box-shadow:0 1px 3px #0000000d}.filters-container{display:flex;gap:1rem;align-items:end;flex-wrap:wrap;margin-bottom:1rem}.filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:180px;flex:1}.filter-group label{font-size:.875rem;font-weight:500;color:#334155}.filter-group select{padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.95rem;background:#fafafa;cursor:pointer;transition:all .3s ease}.filter-group select:focus{outline:none;border-color:#1e293b;background:#fff;box-shadow:0 0 0 3px #1e293b1a}.checkbox-filter{flex-direction:row;align-items:center;min-width:auto}.checkbox-filter label{display:flex;align-items:center;gap:.5rem;cursor:pointer;margin:0}.checkbox-filter input[type=checkbox]{width:1.125rem;height:1.125rem;cursor:pointer;accent-color:#1e293b}.reset-filters-btn{padding:.75rem 1.5rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.95rem;font-weight:500;color:#334155;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.reset-filters-btn:hover{background:#e2e8f0;border-color:#cbd5e1}.reset-filters-btn svg{width:1rem;height:1rem}.results-info{padding:.75rem 0 0;border-top:1px solid #f1f5f9}.results-info p{font-size:.95rem;color:#64748b;margin:0}.results-info strong{color:#1e293b;font-weight:600}.courses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.course-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000000d;transition:all .3s ease;display:flex;flex-direction:column;border:1px solid #f1f5f9;position:relative}.course-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014;border-color:#e2e8f0}.course-category-badge{display:inline-block;padding:.25rem .75rem;background:#eef2ff;color:#4f46e5;border-radius:.375rem;font-size:.75rem;font-weight:600;margin-bottom:.75rem}.job-placement-badge,.course-fee-badge{position:absolute;top:.875rem;font-size:.7rem;font-weight:600;padding:.35rem .625rem;border-radius:.375rem;z-index:10;display:flex;align-items:center;gap:.3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.job-placement-badge{left:.875rem;background:#1e293be6;color:#fff}.job-placement-badge svg{width:.75rem;height:.75rem}.course-fee-badge{right:.875rem;background:#facc15f2;color:#78350f;font-weight:700}.course-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:0;position:relative;overflow:hidden;height:140px;display:flex;align-items:flex-end;justify-content:flex-start}.course-header:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1e293bb3,#33415599);z-index:1}.course-icon{width:2.75rem;height:2.75rem;background:#fff;border-radius:.625rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;position:relative;z-index:2;margin:1rem}.course-icon .icon{width:1.5rem;height:1.5rem;color:#1e293b}.course-body{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.course-body h3{font-size:1.125rem;color:#1e293b;margin:0 0 .625rem;font-weight:700;line-height:1.4;letter-spacing:-.01em;min-height:3rem;display:flex;align-items:center}.course-description{font-size:.875rem;color:#64748b;line-height:1.5;margin:0 0 1rem;min-height:3.75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.course-tags{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.course-tag{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .625rem;font-size:.75rem;font-weight:500;border-radius:.375rem;background:#f8fafc;color:#475569;border:1px solid #e2e8f0}.tag-icon{width:.7rem;height:.7rem}.course-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:.625rem;padding:.875rem;background:#fafafa;border-radius:.5rem;margin-bottom:auto;margin-top:.75rem}.course-meta-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#64748b}.meta-icon{width:.9rem;height:.9rem;color:#1e293b;flex-shrink:0}.course-meta-item strong{color:#1e293b;font-weight:600}.course-footer{display:flex;flex-direction:column;gap:.625rem;padding:1rem 1.25rem;margin-top:0;border-top:1px solid #f1f5f9;background:#fafafa}.students-count{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#64748b;font-weight:500}.students-count svg{width:.9rem;height:.9rem;color:#64748b}.course-actions{display:flex;align-items:center;gap:.5rem;width:100%}.course-btn{padding:.625rem 1rem;border-radius:.5rem;font-weight:600;font-size:.8rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;transition:all .3s ease;border:none;cursor:pointer;white-space:nowrap;flex:1}.course-btn svg{width:.85rem;height:.85rem;transition:transform .3s ease}.course-btn-primary{background:#1e293b;color:#fff}.course-btn-primary:hover{background:#334155;transform:translateY(-2px);box-shadow:0 8px 16px #1e293b33}.course-btn-primary:hover svg{transform:translate(2px)}.course-btn-secondary{background:#fff;color:#1e293b;border:2px solid #e2e8f0}.course-btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px)}.enrolled-badge{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.625rem 1rem;background:#10b981;color:#fff;border-radius:.5rem;font-size:.8rem;font-weight:600;flex:0 0 auto}.badge-icon{width:.85rem;height:.85rem}.loading-container,.error-container,.empty-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem;gap:1.5rem}.loading-spinner{width:50px;height:50px;border:3px solid #f1f5f9;border-top-color:#1e293b;border-radius:50%;animation:spin .8s linear infinite}.error-icon,.empty-icon{width:64px;height:64px;color:#94a3b8}.loading-container p,.error-container p,.empty-container p{font-size:1.125rem;color:#64748b;margin:0;text-align:center}.retry-btn{padding:.875rem 2rem;background:#1e293b;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.retry-btn:hover{background:#334155;transform:translateY(-2px);box-shadow:0 10px 20px #1e293b33}@media(max-width:1023px){.courses-grid{grid-template-columns:repeat(2,1fr)}.filters-container{gap:.75rem}.filter-group{min-width:140px}}@media(max-width:767px){.course-hero{padding:4rem 1.5rem 3rem}.course-hero h1{font-size:2rem}.course-hero p{font-size:1.125rem}.course-content-section{padding:2rem 0 4rem}.search-bar input{padding:.875rem 3rem;font-size:.95rem}.category-tabs{padding:.375rem}.category-tab{padding:.625rem 1.25rem;font-size:.875rem}.filters-section{padding:1.25rem}.filters-container{flex-direction:column;align-items:stretch}.filter-group{min-width:100%}.checkbox-filter{flex-direction:row}.reset-filters-btn{width:100%;justify-content:center}.courses-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.course-hero h1{font-size:1.75rem}.course-hero p{font-size:1rem}.search-bar input{padding:.75rem 2.5rem;font-size:.875rem}.search-icon{left:1rem;width:1rem;height:1rem}.filters-section{padding:1rem}.course-body h3{font-size:1rem;min-height:auto}.course-description{min-height:auto}}.curriculum-container{display:grid;grid-template-columns:1fr 350px;gap:2rem}.curriculum-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#f9fafb;border:none;cursor:pointer;font-size:1.125rem;font-weight:600}.course-progress{width:100%;display:flex;align-items:center;justify-content:start;gap:1rem}.curriculum-btn>*:first-child{text-align:start}.curriculum-btn>*:last-child{text-align:end}@media(max-width:480px){.social-share-button{padding:.625rem 1.25rem;font-size:.875rem}.curriculum-container{grid-template-columns:1fr;justify-content:center}.curriculum-btn{flex-direction:column}.course-progress{justify-content:center}}html{scroll-behavior:smooth}body{overflow-x:hidden}*{-webkit-tap-highlight-color:rgba(0,0,0,.1)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.form-group{margin-bottom:1.5rem;width:100%}.form-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.required-mark{color:#ef4444;margin-left:.25rem}.input-wrapper{position:relative;width:100%}.input-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:#9ca3af;display:flex;align-items:center;pointer-events:none;z-index:1}.form-input{width:100%;padding:.75rem 1rem;font-size:1rem;line-height:1.5;color:#1f2937;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;transition:all .2s ease;outline:none}.form-input.has-icon{padding-left:2.75rem}.form-input::placeholder{color:#9ca3af}.form-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-input:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.form-input.error{border-color:#ef4444}.form-input.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.error-message{display:block;font-size:.875rem;color:#ef4444;margin-top:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;border-radius:.5rem;transition:all .2s ease;cursor:pointer;border:none;outline:none;text-decoration:none;font-family:inherit;position:relative}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-small{padding:.5rem 1rem;font-size:.875rem}.btn-medium{padding:.75rem 1.5rem;font-size:1rem}.btn-large{padding:1rem 2rem;font-size:1.125rem}.btn-primary{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 2px 4px #2563eb33}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 4px 8px #2563eb4d;transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{color:#374151;background-color:#fff;border:1px solid #d1d5db}.btn-secondary:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.btn-outline{color:#2563eb;background-color:transparent;border:2px solid #2563eb}.btn-outline:hover:not(:disabled){background-color:#eff6ff}.btn-text{color:#2563eb;background-color:transparent;padding:.5rem 1rem}.btn-text:hover:not(:disabled){background-color:#eff6ff}.btn-danger{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 2px 4px #ef444433}.btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 8px #ef44444d;transform:translateY(-1px)}.btn-full-width{width:100%}.btn-loading .btn-text,.btn-loading .btn-icon{visibility:hidden}.btn-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.spinner{width:20px;height:20px;animation:spin .8s linear infinite}.spinner-circle{stroke:currentColor;stroke-linecap:round;stroke-dasharray:50;stroke-dashoffset:0;animation:spin-dash 1.5s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes spin-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.btn-icon{flex-shrink:0;display:flex;align-items:center}.form-textarea{width:100%;padding:.75rem 1rem;font-size:1rem;line-height:1.5;color:#1f2937;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;transition:all .2s ease;outline:none;resize:vertical;min-height:100px;font-family:inherit}.form-textarea::placeholder{color:#9ca3af}.form-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-textarea:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.form-textarea.error{border-color:#ef4444}.form-textarea.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-select{width:100%;padding:.75rem 2.5rem .75rem 1rem;font-size:1rem;line-height:1.5;color:#1f2937;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;transition:all .2s ease;outline:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;appearance:none}.form-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-select:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.form-select.error{border-color:#ef4444}.form-select.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-checkbox,.form-radio{width:1.125rem;height:1.125rem;border:2px solid #d1d5db;background-color:#fff;cursor:pointer;transition:all .2s ease}.form-checkbox{border-radius:.25rem}.form-radio{border-radius:50%}.form-checkbox:checked,.form-radio:checked{background-color:#2563eb;border-color:#2563eb}.form-checkbox:focus,.form-radio:focus{outline:none;box-shadow:0 0 0 3px #2563eb1a}.form-checkbox:disabled,.form-radio:disabled{background-color:#f9fafb;cursor:not-allowed}.form-row{display:flex;gap:1rem;width:100%}.form-row .form-group{flex:1}@media(max-width:640px){.form-input,.form-textarea,.form-select{font-size:16px}.form-row{flex-direction:column;gap:0}.btn-large{padding:.875rem 1.5rem;font-size:1rem}}.login-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;padding-top:90px}.login-container{max-width:1100px;width:100%;display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 60px #0000004d}@media(max-width:968px){.login-container{grid-template-columns:1fr;max-width:500px}}.login-card{padding:3rem 2.5rem;display:flex;flex-direction:column}@media(max-width:640px){.login-card{padding:2.5rem 1.5rem}}.login-brand{text-align:center;margin-bottom:2rem}.brand-logo{display:flex;justify-content:center;margin-bottom:1.5rem}.logo-circle{width:70px;height:70px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #667eea66}.logo-circle span{font-size:2rem;font-weight:700;color:#fff}.brand-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.brand-subtitle{font-size:1rem;color:#6b7280}.login-form{display:flex;flex-direction:column}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151;cursor:pointer}.checkbox-label input[type=checkbox]{cursor:pointer}.forgot-link{font-size:.875rem;color:#2563eb;font-weight:600;text-decoration:none;transition:color .2s ease}.forgot-link:hover{color:#1d4ed8;text-decoration:underline}.divider{position:relative;text-align:center;margin:1.5rem 0}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#e5e7eb}.divider-text{position:relative;display:inline-block;padding:0 1rem;background-color:#fff;color:#9ca3af;font-size:.875rem;font-weight:500}.social-login{display:flex;flex-direction:column;gap:.75rem}.social-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1.5rem;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#fff;color:#374151;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.social-btn:hover{background-color:#f9fafb;border-color:#d1d5db}.social-icon{width:20px;height:20px}.login-footer{margin-top:1.5rem;text-align:center;padding-top:1.5rem;border-top:1px solid #e5e7eb}.login-info{background:linear-gradient(135deg,#667eea,#764ba2);padding:3rem 2.5rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}@media(max-width:968px){.login-info{display:none}}.info-content{position:relative;z-index:1;text-align:center}.info-illustration{width:100%;max-width:400px;margin:0 auto 2rem}.info-illustration svg{width:100%;height:auto}.info-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}.info-description{font-size:1rem;color:#ffffffe6;line-height:1.6;margin-bottom:2rem}.info-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem;text-align:left}.feature-item{display:flex;align-items:center;gap:.75rem;color:#fff;font-size:1rem}.feature-icon{width:24px;height:24px;flex-shrink:0;background:#fff3;border-radius:50%;padding:.25rem}@media(max-width:640px){.login-page{padding:1rem;padding-top:80px}.brand-title{font-size:1.75rem}.brand-subtitle{font-size:.875rem}.logo-circle{width:60px;height:60px}.logo-circle span{font-size:1.75rem}.form-options{flex-direction:column;align-items:flex-start;gap:.75rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-card,.login-info{animation:fadeIn .5s ease-out}.register-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;padding-top:90px}.register-container{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}@media(max-width:968px){.register-container{grid-template-columns:1fr;max-width:500px}}.register-card{background:#fff;border-radius:1rem;box-shadow:0 20px 60px #0000004d;padding:2.5rem}@media(max-width:640px){.register-card{padding:2rem 1.5rem}}.register-header{text-align:center;margin-bottom:2rem}.register-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.register-subtitle{font-size:1rem;color:#6b7280}.register-form{display:flex;flex-direction:column;gap:0}.register-footer{margin-top:1.5rem;text-align:center;padding-top:1.5rem;border-top:1px solid #e5e7eb}.footer-text{color:#6b7280;font-size:.875rem}.footer-link{color:#2563eb;font-weight:600;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#1d4ed8;text-decoration:underline}.success-card{background:#fff;border-radius:1rem;box-shadow:0 20px 60px #0000004d;padding:3rem 2.5rem;text-align:center;max-width:500px;margin:0 auto}.success-icon{width:80px;height:80px;margin:0 auto 1.5rem;color:#10b981}.success-icon svg{width:100%;height:100%}.success-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.success-message{font-size:1rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.register-info{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2.5rem;border:1px solid rgba(255,255,255,.2)}@media(max-width:968px){.register-info{display:none}}.info-title{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:2rem}.info-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;gap:1.25rem;align-items:flex-start}.info-icon{width:48px;height:48px;background:#fff3;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.info-icon svg{width:24px;height:24px}.info-item h3{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 .5rem}.info-item p{font-size:.875rem;color:#fffc;margin:0;line-height:1.5}@media(max-width:640px){.register-title{font-size:1.5rem}.register-subtitle{font-size:.875rem}.success-title{font-size:1.5rem}.success-icon{width:60px;height:60px}}.forgot-password-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;padding-top:90px}.forgot-password-container{max-width:480px;width:100%}.forgot-password-card{background:#fff;border-radius:1.5rem;padding:3rem 2.5rem;box-shadow:0 20px 60px #0000004d;animation:slideUp .5s ease-out}@media(max-width:640px){.forgot-password-card{padding:2.5rem 1.5rem}}.forgot-password-header{text-align:center;margin-bottom:2rem}.header-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #667eea66}.header-icon svg{width:40px;height:40px;color:#fff}.forgot-password-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.forgot-password-subtitle{font-size:1rem;color:#6b7280;line-height:1.6}.alert{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem}.alert-error{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b}.alert-icon{width:20px;height:20px;flex-shrink:0;margin-top:.125rem}.forgot-password-form{display:flex;flex-direction:column}.forgot-password-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;text-align:center}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;font-weight:600;font-size:.875rem;text-decoration:none;transition:color .2s ease}.back-link:hover{color:#1d4ed8}.back-icon{width:18px;height:18px}.success-content{text-align:center}.success-icon-wrapper{width:100px;height:100px;margin:0 auto 2rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #10b98166;animation:scaleIn .5s ease-out}.success-icon{width:50px;height:50px;color:#fff;stroke-width:2.5}.success-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.success-message{font-size:1rem;color:#374151;margin-bottom:.75rem;line-height:1.6}.success-message strong{color:#2563eb;font-weight:600}.success-submessage{font-size:.875rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.success-actions{display:flex;flex-direction:column;gap:1rem}.success-actions a{text-decoration:none}.resend-link{background:none;border:none;color:#2563eb;font-size:.875rem;font-weight:600;cursor:pointer;padding:.5rem;transition:color .2s ease}.resend-link:hover{color:#1d4ed8;text-decoration:underline}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media(max-width:640px){.forgot-password-page{padding:1rem;padding-top:80px}.forgot-password-title{font-size:1.75rem}.forgot-password-subtitle{font-size:.875rem}.header-icon{width:70px;height:70px}.header-icon svg{width:35px;height:35px}.success-icon-wrapper{width:80px;height:80px}.success-icon{width:40px;height:40px}.success-title{font-size:1.5rem}}.student-dashboard{display:flex;flex-direction:column;gap:24px}.dashboard-header h2{font-size:22px;font-weight:600;color:#111827}.dashboard-header p{color:#6b7280;font-size:14px}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.stat-card{background:#fff;border-radius:14px;padding:20px;border:1px solid #e5e7eb}.stat-card h3{font-size:14px;color:#6b7280;margin-bottom:8px}.stat-card span{font-size:28px;font-weight:600;color:#4f46e5}.dashboard-main{display:grid;grid-template-columns:2fr 1fr;gap:24px}.dashboard-section{background:#fff;border-radius:14px;padding:20px;border:1px solid #e5e7eb}.section-header{display:flex;justify-content:space-between;align-items:center}.section-header h3{font-size:16px;font-weight:600}.link-btn{background:none;border:none;color:#4f46e5;cursor:pointer;font-size:14px}.course-list{display:flex;flex-direction:column;gap:16px;margin-top:16px}.course-card h4{font-size:15px;font-weight:600;margin-bottom:6px}.course-card p{font-size:13px;color:#6b7280}.progress-bar{background:#e5e7eb;height:8px;border-radius:8px;margin-top:6px}.progress-bar div{height:100%;background:#4f46e5;border-radius:8px}.activity-list{margin-top:16px;display:flex;flex-direction:column;gap:10px;font-size:14px;color:#374151}@media(max-width:900px){.dashboard-main{grid-template-columns:1fr}}.profile-page{display:flex;flex-direction:column;gap:24px}.profile-header{display:flex;align-items:center;gap:20px;background:#fff;padding:20px;border-radius:14px;border:1px solid #e5e7eb}.profile-avatar{width:96px;height:96px;border-radius:50%}.profile-header h2{font-size:20px;font-weight:600}.profile-header p{color:#6b7280;font-size:14px}.edit-btn{margin-left:auto;padding:8px 14px;background:#4f46e5;color:#fff;border-radius:8px;font-size:14px;text-decoration:none}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.profile-card{background:#fff;padding:20px;border-radius:14px;border:1px solid #e5e7eb}.profile-card h3{font-size:16px;margin-bottom:14px}.profile-card ul{display:flex;flex-direction:column;gap:10px;font-size:14px}.profile-form{background:#fff;padding:24px;border-radius:14px;border:1px solid #e5e7eb;max-width:520px}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-actions{margin-top:20px}.save-btn{background:#4f46e5;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-size:14px;cursor:pointer}@media(max-width:600px){.profile-header{flex-direction:column;align-items:flex-start}.edit-btn{margin-left:0}}.profile-page{max-width:900px;margin:0 auto;padding:24px}.profile-header{margin-bottom:32px}.profile-header h2{font-size:28px;font-weight:600;color:#111827;margin-bottom:8px}.profile-header p{font-size:14px;color:#6b7280}.profile-message{padding:12px 16px;border-radius:8px;margin-bottom:24px;font-size:14px;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-message.success{background-color:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.profile-message.error{background-color:#fee2e2;color:#991b1b;border:1px solid #fecaca}.profile-form{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.profile-image-section{padding:32px 24px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;align-items:center}.image-upload-container{display:flex;flex-direction:column;align-items:center;gap:16px}.image-preview-wrapper{position:relative;width:150px;height:150px;border-radius:50%;overflow:hidden;background-color:#fff;border:4px solid #ffffff;box-shadow:0 4px 12px #00000026}.profile-image-preview{width:100%;height:100%;object-fit:cover}.profile-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;color:#9ca3af}.image-upload-overlay{position:absolute;bottom:0;left:0;right:0;background:#000000b3;color:#fff;padding:12px;display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;transition:background .3s ease;font-size:12px}.image-upload-overlay:hover{background:#000000d9}.remove-image-btn{padding:8px 16px;background-color:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:6px;font-size:13px;cursor:pointer;transition:all .2s ease}.remove-image-btn:hover{background-color:#ffffff4d;border-color:#ffffff80}.form-section{padding:24px;border-bottom:1px solid #e5e7eb}.form-section:last-of-type{border-bottom:none}.section-title{font-size:18px;font-weight:600;color:#111827;margin-bottom:8px}.section-description{font-size:13px;color:#6b7280;margin-bottom:16px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group input[type=password],.form-group textarea{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#111827;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit}.form-group .disabled-input{background-color:#f3f4f6;cursor:not-allowed;color:#6b7280}.field-note{font-size:12px;color:#6b7280;font-style:italic}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:400;font-size:14px}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#4f46e5}.form-actions{display:flex;justify-content:flex-end;gap:12px;padding:24px;background-color:#f9fafb;border-top:1px solid #e5e7eb}.save-btn,.cancel-btn{padding:12px 32px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.save-btn{background-color:#4f46e5;color:#fff}.save-btn:hover:not(:disabled){background-color:#4338ca;transform:translateY(-1px);box-shadow:0 4px 8px #4f46e54d}.save-btn:active:not(:disabled){transform:translateY(0)}.save-btn:disabled{background-color:#9ca3af;cursor:not-allowed}.cancel-btn{background-color:#fff;color:#374151;border:1px solid #d1d5db}.cancel-btn:hover{background-color:#f9fafb;border-color:#9ca3af}@media(max-width:768px){.profile-page{padding:16px}.profile-header h2{font-size:24px}.form-section{padding:20px 16px}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse;padding:16px}.save-btn,.cancel-btn{width:100%}.image-preview-wrapper{width:120px;height:120px}}@media(max-width:480px){.profile-page{padding:12px}.profile-header{margin-bottom:20px}.profile-header h2{font-size:20px}.profile-image-section{padding:24px 16px}.form-section{padding:16px 12px}.image-preview-wrapper{width:100px;height:100px}}.settings-page{display:flex;flex-direction:column;gap:24px;max-width:800px}.settings-page h2{font-size:22px;font-weight:600;color:#111827}.settings-form{display:flex;flex-direction:column;gap:24px;background:#fff;padding:24px;border-radius:14px;border:1px solid #e5e7eb}.settings-section h3{font-size:16px;font-weight:600;margin-bottom:12px;color:#111827}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.form-group label{font-size:14px;color:#374151}.form-group input{padding:10px 12px;border-radius:8px;border:1px solid #d1d5db;font-size:14px}.form-group input:focus{outline:none;border-color:#4f46e5}.form-actions{display:flex;justify-content:flex-start}.save-btn{background:#4f46e5;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-size:14px;cursor:pointer;transition:background .2s ease}.save-btn:hover{background:#4338ca}@media(max-width:600px){.settings-page{padding:0 12px}}.my-courses-page{display:flex;flex-direction:column;gap:24px}.my-courses-page h2{font-size:22px;font-weight:600;color:#111827}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.course-card{background:#fff;border-radius:14px;padding:20px;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:12px}.course-card h3{font-size:16px;font-weight:600}.course-card p{font-size:14px;color:#6b7280}.course-details{display:flex;flex-wrap:wrap;gap:10px;font-size:13px;color:#374151}.course-details span{background:#f3f4f6;padding:4px 8px;border-radius:6px}.course-footer{margin-top:auto}.payment{font-weight:500}.payment.paid{color:#16a34a}.payment["partially-paid"]{color:#f59e0b}.payment.no-payment{color:#dc2626}@media(max-width:600px){.course-details{flex-direction:column}}.go-course-btn{background-color:#4f46e5;color:#fff;border:none;padding:8px 14px;border-radius:8px;cursor:pointer;font-size:14px;margin-top:10px;transition:background .2s ease}.go-course-btn:hover{background-color:#4338ca}.course-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center}.admin-list-page{display:flex;flex-direction:column;gap:20px;width:100%;max-width:100%;overflow:hidden}.admin-list-page h2{font-size:22px;font-weight:600;color:#111827}.table-wrapper{overflow-x:auto;width:100%;max-width:100%}.admin-table{width:100%;min-width:600px;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden}.admin-table th,.admin-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #e5e7eb;font-size:14px;color:#374151}.admin-table th{background-color:#f3f4f6;font-weight:500}.admin-table tr:hover{background-color:#f9fafb}.actions-cell{display:flex;gap:2px;white-space:nowrap}.action-btn{padding:6px 10px;height:30px!important;width:30px!important;border-radius:4px;border:none;font-size:16px;cursor:pointer;color:#fff;transition:all .2s ease;min-width:32px;display:inline-flex;align-items:center;justify-content:center}.action-btn.edit{background-color:#4f46e5}.action-btn.edit:hover{background-color:#4338ca;transform:scale(1.05)}.action-btn.delete{background-color:#dc2626}.action-btn.delete:hover{background-color:#b91c1c;transform:scale(1.05)}.action-btn.view{background-color:#16a34a}.action-btn.view:hover{background-color:#15803d;transform:scale(1.05)}.action-btn.curriculum{background-color:#f57125}.action-btn.curriculum:hover{background-color:#df651e;transform:scale(1.05)}.action-btn.content{background-color:#0891b2}.action-btn.content:hover{background-color:#0e7490;transform:scale(1.05)}.admin-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.add-btn{background-color:#4f46e5;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;transition:background .2s ease;font-weight:500}.add-btn:hover{background-color:#4338ca}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:99999;padding:20px;box-sizing:border-box}.modal-content{background:#fff;padding:32px;border-radius:12px;width:100%;max-width:850px;max-height:calc(100vh - 120px);overflow-y:auto;position:relative;box-shadow:0 10px 40px #00000026}.modal-content:has(form[style*=maxHeight]){max-width:900px}.modal-close{position:absolute;top:16px;right:16px;background:#f3f4f6;border:none;font-size:20px;cursor:pointer;color:#6b7280;transition:all .2s ease;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#e5e7eb;color:#111827}.modal-content form{display:flex;flex-direction:column;gap:18px}.modal-content form h3{font-size:22px;font-weight:600;color:#111827;margin:0 0 8px}.modal-content label{font-size:14px;font-weight:500;color:#374151;margin-bottom:6px;display:block}.modal-content input,.modal-content select,.modal-content textarea{padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;width:100%;box-sizing:border-box;transition:border .2s ease,box-shadow .2s ease;font-family:inherit}.modal-content input:focus,.modal-content select:focus,.modal-content textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;outline:none}.modal-content textarea{min-height:100px;resize:vertical}.modal-content button{padding:10px 20px;border-radius:8px;font-size:14px;cursor:pointer;border:none;font-weight:500;transition:all .2s ease}.modal-content button[type=submit]{background-color:#4f46e5;color:#fff}.modal-content button[type=submit]:hover{background-color:#4338ca}.modal-content button[type=button]{background-color:#e5e7eb;color:#374151}.modal-content button[type=button]:hover{background-color:#d1d5db}.courses-admin-container{display:flex;gap:0;height:calc(100vh - 120px);overflow:hidden;width:100%;max-width:100%}.drill-down-sidebar{width:200px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;flex-shrink:0;overflow:hidden}.drill-down-sidebar-header{padding:16px 20px;border-bottom:1px solid #e5e7eb;background:#f9fafb;display:flex;justify-content:space-between;align-items:center}.drill-down-sidebar-header h4{font-size:16px;font-weight:600;color:#111827;margin:0}.close-btn-mini{background:transparent;border:none;font-size:18px;cursor:pointer;color:#6b7280;padding:4px 8px;transition:color .2s ease}.close-btn-mini:hover{color:#111827}.drill-down-sidebar-actions{padding:12px 16px;border-bottom:1px solid #e5e7eb}.sidebar-add-btn{width:100%;background-color:#4f46e5;color:#fff;border:none;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:13px;transition:background .2s ease;font-weight:500}.sidebar-add-btn:hover{background-color:#4338ca}.drill-down-sidebar-list{overflow-y:auto;flex:1}.drill-down-sidebar-item{border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background .2s ease;display:flex;flex-direction:column;gap:8px;padding:12px 16px}.drill-down-sidebar-item:hover{background:#f9fafb}.drill-down-sidebar-item.active{background:#eef2ff;border-left:3px solid #4f46e5}.sidebar-item-info{display:flex;flex-direction:column;gap:4px;flex:1}.drill-down-sidebar-item .item-name{font-size:14px;font-weight:500;color:#111827}.drill-down-sidebar-item .item-code{font-size:12px;color:#6b7280}.sidebar-item-actions{display:flex;gap:4px;margin-top:4px}.sidebar-action-btn{padding:4px 8px;border-radius:4px;border:none;font-size:14px;cursor:pointer;background-color:#f3f4f6;color:#374151;transition:all .2s ease;min-width:28px;display:inline-flex;align-items:center;justify-content:center}.sidebar-action-btn:hover{background-color:#e5e7eb;transform:scale(1.05)}.drill-down-container{display:flex;flex:1;gap:0;overflow:hidden;max-width:100%;min-width:0}.drill-down-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#fff;transition:all .3s ease;min-width:0}.drill-down-header{padding:16px 20px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:#fff;flex-shrink:0}.drill-down-header h3{font-size:18px;font-weight:600;color:#111827;margin:0}.close-btn{background:#f3f4f6;border:none;padding:6px 12px;border-radius:6px;font-size:13px;cursor:pointer;color:#374151;transition:background .2s ease;font-weight:500}.close-btn:hover{background:#e5e7eb}.drill-down-content{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#fff;min-width:0}.drill-down-main .table-wrapper,.drill-down-content .table-wrapper{overflow-x:auto;overflow-y:auto;flex:1;padding:0 20px 20px}.drill-down-main>p,.drill-down-content>p{padding:20px}@media(max-width:1024px){.admin-table{min-width:600px}}@media(max-width:768px){.courses-admin-container{flex-direction:column;height:auto}.drill-down-sidebar{width:100%;max-height:300px;border-right:none;border-bottom:1px solid #e5e7eb}.drill-down-container{flex-direction:column}}@media(max-width:500px){.modal-content{padding:20px 16px}.modal-content form h3{font-size:18px}.modal-overlay{padding-top:70px}.modal-content{max-height:calc(100vh - 90px);padding:20px 16px}.action-btn{font-size:14px;padding:4px 8px;min-width:28px}}.admin-list-page{padding:24px;max-width:1400px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}.page-header h2{margin:0;font-size:28px;font-weight:600;color:#1f2937}.page-info{color:#6b7280;font-size:14px}.table-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden;margin-bottom:24px}table{width:100%;border-collapse:collapse}thead{background:#f9fafb}thead th{padding:12px 16px;text-align:left;font-weight:600;font-size:14px;color:#374151;border-bottom:1px solid #e5e7eb}tbody td{padding:16px;border-bottom:1px solid #f3f4f6;font-size:14px;color:#1f2937}tbody tr:hover{background:#f9fafb}tbody tr:last-child td{border-bottom:none}.action-buttons{display:flex;gap:8px}.action-buttons button{padding:6px 12px;border:none;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.btn-view{background:#3b82f6;color:#fff}.btn-view:hover{background:#2563eb}.btn-delete{background:#ef4444;color:#fff}.btn-delete:hover{background:#dc2626}.btn-delete:disabled,.btn-view:disabled{opacity:.5;cursor:not-allowed}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;padding:16px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.pagination-btn{padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.pagination-btn:hover:not(:disabled){background:#2563eb}.pagination-btn:disabled{background:#9ca3af;cursor:not-allowed}.pagination-info{font-size:14px;color:#6b7280;font-weight:500}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:8px;box-shadow:0 20px 25px -5px #0000001a;max-height:90vh;overflow-y:auto;width:100%}.modal-content.small{max-width:450px}.modal-content.large{max-width:800px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.modal-header h3{margin:0;font-size:20px;font-weight:600;color:#1f2937}.modal-close{background:none;border:none;font-size:28px;color:#6b7280;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.modal-close:hover{background:#f3f4f6;color:#1f2937}.modal-body{padding:24px}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb}.detail-section{margin-bottom:32px}.detail-section:last-child{margin-bottom:0}.detail-section h4{margin:0 0 16px;font-size:16px;font-weight:600;color:#1f2937;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-item strong{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.detail-item span{font-size:14px;color:#1f2937}.enrollments-list{display:flex;flex-direction:column;gap:12px}.enrollment-card{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;transition:box-shadow .2s}.enrollment-card:hover{box-shadow:0 2px 4px #0000000d}.enrollment-info{flex:1}.enrollment-course{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.enrollment-course strong{font-size:15px;color:#1f2937}.enrollment-id{font-size:12px;color:#6b7280}.enrollment-details{display:flex;gap:16px;font-size:13px;color:#6b7280}.enrollment-actions{margin-left:16px}.status-select{padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px;cursor:pointer;background:#fff;min-width:130px}.status-select:disabled{opacity:.5;cursor:not-allowed}.status-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600;text-transform:capitalize}.status-badge.status-pending{background:#fef3c7;color:#92400e}.status-badge.status-active{background:#d1fae5;color:#065f46}.status-badge.status-completed{background:#dbeafe;color:#1e40af}.status-badge.status-cancelled{background:#fee2e2;color:#991b1b}.btn-secondary{padding:10px 20px;background:#f3f4f6;color:#374151;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.btn-secondary:hover{background:#e5e7eb}.btn-danger{padding:10px 20px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.btn-danger:hover{background:#dc2626}.btn-danger:disabled,.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.loading{display:flex;justify-content:center;align-items:center;padding:48px;font-size:16px;color:#6b7280}.error{padding:16px;background:#fee2e2;color:#991b1b;border-radius:6px;font-size:14px;margin:16px 0}.no-data{text-align:center;padding:48px;color:#6b7280;font-size:15px}.warning-text{color:#dc2626;font-size:14px;margin-top:8px}@media(max-width:768px){.admin-list-page{padding:16px}.table-container{overflow-x:auto}table{min-width:600px}.modal-content{margin:0;border-radius:0;max-height:100vh}.detail-grid{grid-template-columns:1fr}.enrollment-card{flex-direction:column;align-items:flex-start}.enrollment-actions{margin-left:0;margin-top:12px;width:100%}.status-select{width:100%}}.setup-container{max-width:1200px;margin:0 auto;padding:24px}.setup-header{margin-bottom:32px}.setup-header h1{font-size:28px;font-weight:600;color:#111827;margin-bottom:8px}.setup-header p{font-size:14px;color:#6b7280}.setup-message{padding:12px 16px;border-radius:8px;margin-bottom:24px;font-size:14px}.setup-message.success{background-color:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.setup-message.error{background-color:#fee2e2;color:#991b1b;border:1px solid #fecaca}.loading-spinner{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:16px;color:#6b7280}.setup-form{display:flex;flex-direction:column;gap:32px}.setup-section{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.section-title{font-size:18px;font-weight:600;color:#111827;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #e5e7eb}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:14px;font-weight:500;color:#374151}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group input[type=url],.form-group textarea{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#111827;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-group textarea{resize:vertical;min-height:80px}.form-group input[type=file]{padding:8px;border:1px dashed #d1d5db;border-radius:8px;font-size:13px;cursor:pointer}.form-group input[type=file]::-webkit-file-upload-button{padding:6px 12px;background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:13px;margin-right:12px;transition:background-color .2s ease}.form-group input[type=file]::-webkit-file-upload-button:hover{background-color:#e5e7eb}.image-preview{margin-top:12px;padding:12px;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb;display:flex;justify-content:center;align-items:center}.image-preview img{max-width:200px;max-height:200px;object-fit:contain}.image-preview.small img{max-width:64px;max-height:64px}.color-input-wrapper{display:flex;gap:12px;align-items:center}.color-input-wrapper input[type=color]{width:60px;height:40px;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;padding:4px}.color-input-wrapper input[type=text]{flex:1}.checkbox-group{flex-direction:row;align-items:center}.checkbox-group label{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:400}.checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#4f46e5}.setup-actions{display:flex;justify-content:flex-end;padding:24px;background-color:#f9fafb;border-top:1px solid #e5e7eb;border-radius:0 0 12px 12px;margin-top:-8px}.btn-primary{padding:12px 32px;background-color:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.btn-primary:hover:not(:disabled){background-color:#4338ca}.btn-primary:active:not(:disabled){transform:scale(.98)}.btn-primary:disabled{background-color:#9ca3af;cursor:not-allowed}@media(max-width:768px){.setup-container{padding:16px}.setup-header h1{font-size:24px}.setup-section{padding:20px 16px}.form-grid{grid-template-columns:1fr}.section-title{font-size:16px}.setup-actions{padding:16px}.btn-primary{width:100%}}@media(max-width:480px){.setup-container{padding:12px}.setup-header{margin-bottom:20px}.setup-header h1{font-size:20px}.setup-section{padding:16px 12px}.color-input-wrapper{flex-direction:column;align-items:stretch}.color-input-wrapper input[type=color]{width:100%}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.content{margin-top:60px}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
