.home{min-height:100vh}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0;text-align:center}.hero h1{font-size:48px;font-weight:800;line-height:1.2;margin-bottom:20px}.hero p{font-size:24px;margin-bottom:40px;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.btn-outline{background-color:initial;border:2px solid #fff;color:#fff}.btn-outline:hover{background-color:#fff;color:#667eea}@media (max-width:768px){.hero h1{font-size:32px}.hero p{font-size:18px}}.auth-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:40px 20px}.auth-container{max-width:450px;width:100%}.auth-card{background-color:var(--white);border-radius:var(--border-radius);box-shadow:var(--box-shadow-lg);padding:48px}.auth-title{color:var(--dark);font-size:32px;font-weight:700;margin-bottom:8px;text-align:center}.auth-subtitle{color:var(--gray);margin-bottom:32px;text-align:center}.auth-form{display:flex;flex-direction:column;gap:20px}.auth-link{color:var(--gray);margin-top:24px;text-align:center}.auth-link a{color:var(--primary-color);font-weight:600;text-decoration:none}.dashboard{background-color:#f5f5f5;min-height:100vh}.dashboard-header{background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:20px 0;position:sticky;top:0;z-index:100}.header-content{align-items:center;display:flex;justify-content:space-between}.header-content h1{color:#2563eb;margin:0}.user-menu{align-items:center;display:flex;gap:20px}.user-menu span{color:#1f2937;font-weight:600}.btn-outline-sm{background-color:initial;border:2px solid #2563eb;border-radius:6px;color:#2563eb;cursor:pointer;font-weight:600;padding:8px 16px;transition:all .3s}.btn-outline-sm:hover{background-color:#2563eb;color:#fff}.dashboard-main{padding:40px 0}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.stat-card{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;gap:20px;padding:24px}.stat-icon{font-size:48px}.stat-info h3{color:#2563eb;font-size:32px;margin:0}.stat-info p{color:#6b7280;font-size:14px;margin:4px 0 0}.dashboard-section{margin-bottom:40px}.dashboard-section h2{color:#1f2937;font-size:28px;margin-bottom:24px}.courses-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.course-card{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:24px;transition:transform .3s,box-shadow .3s}.course-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-4px)}.course-card-header{margin-bottom:16px}.course-badge{background-color:#dbeafe;border-radius:20px;color:#2563eb;display:inline-block;font-size:12px;font-weight:600;padding:6px 12px}.course-badge-free{background-color:#d1fae5;color:#10b981}.course-badge-paid{background-color:#fef3c7;color:#f59e0b}.course-card h3{color:#1f2937;font-size:20px;margin-bottom:12px}.course-card p{line-height:1.5}.course-card p,.course-meta{color:#6b7280;margin-bottom:16px}.course-meta{font-size:14px;gap:16px}.course-progress{margin-bottom:16px}.progress-bar{background-color:#e5e7eb;border-radius:4px;height:8px;margin-bottom:8px;overflow:hidden}.progress-fill{background-color:#2563eb;height:100%;transition:width .3s}.course-progress span{color:#6b7280;font-size:14px}@media (max-width:768px){.header-content{flex-direction:column;gap:16px}.courses-grid,.stats-grid{grid-template-columns:1fr}}.admin-courses{background-color:#f5f5f5;min-height:100vh;padding:40px 20px}.admin-header{align-items:center;display:flex;justify-content:space-between;margin:0 auto 40px;max-width:1200px}.admin-header h1{color:#1f2937;font-size:32px}.courses-table{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin:0 auto;max-width:1200px;overflow-x:auto;padding:24px}table{border-collapse:collapse;width:100%}thead{background-color:#f9fafb}th{border-bottom:2px solid #e5e7eb;color:#1f2937;font-weight:600;text-align:left}td,th{padding:16px}td{border-bottom:1px solid #e5e7eb;color:#6b7280}tbody tr:hover{background-color:#f9fafb}.status-badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px;text-transform:uppercase}.status-published{background-color:#d1fae5;color:#10b981}.status-draft{background-color:#fee2e2;color:#ef4444}.btn-delete{background-color:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:8px 16px;transition:all .3s}.btn-delete:hover{background-color:#dc2626}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background-color:#fff;border-radius:12px;max-height:90vh;max-width:600px;overflow-y:auto;padding:32px;width:90%}.modal-content h2{color:#1f2937;margin-bottom:24px}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.form-buttons{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.btn-secondary{background-color:#e5e7eb;border:none;border-radius:6px;color:#1f2937;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .3s}.btn-secondary:hover{background-color:#d1d5db}@media (max-width:768px){.admin-header{flex-direction:column;gap:16px;text-align:center}.form-row{grid-template-columns:1fr}table{font-size:14px}td,th{padding:12px 8px}}.empty-state{color:#6b7280;padding:60px 20px;text-align:center}.empty-state p{font-size:18px;margin-bottom:24px}.course-page{background:#f5f5f5;min-height:100vh}.course-header{background:#fff;border-bottom:1px solid #e0e0e0;padding:2rem}.back-button{background:none;border:none;color:#666;cursor:pointer;font-size:1rem;margin-bottom:1rem;padding:.5rem 0}.back-button:hover{color:#333}.course-title-section h1{color:#333;font-size:2rem;margin-bottom:.5rem}.course-title-section p{color:#666;margin-bottom:1rem}.course-meta{display:flex;flex-wrap:wrap;gap:2rem}.course-meta span{color:#666;font-size:.9rem}.enrolled-badge{background:#4caf50;border-radius:4px;color:#fff;padding:.25rem .75rem}.course-content{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 400px;margin:0 auto;max-width:1600px;padding:2rem}.video-section{background:#fff;border-radius:8px;overflow:hidden}.video-player{background:#000;height:0;padding-bottom:56.25%;position:relative}.video-player iframe,.video-player video{height:100%;left:0;position:absolute;top:0;width:100%}.no-video{color:#999;font-size:1.5rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.lesson-details{padding:2rem}.lesson-details h2{color:#333;font-size:1.75rem;margin-bottom:1rem}.lesson-details>p{color:#666;line-height:1.6;margin-bottom:2rem}.lesson-content{background:#f9f9f9;border-radius:6px;margin-bottom:2rem;padding:1.5rem}.lesson-content h3{color:#333;margin-bottom:1rem}.lesson-text{color:#555;line-height:1.8;white-space:pre-wrap}.lesson-actions{display:flex;gap:1rem}.btn-complete,.btn-next{border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.btn-complete{background:#4caf50;color:#fff}.btn-complete:hover{background:#45a049}.btn-next{background:#2196f3;color:#fff}.btn-next:hover{background:#1976d2}.no-lesson-selected{color:#999;padding:4rem 2rem;text-align:center}.modules-sidebar{background:#fff;border-radius:8px;max-height:calc(100vh - 200px);overflow-y:auto;padding:1.5rem;position:sticky;top:2rem}.modules-sidebar h3{color:#333;font-size:1.25rem;margin-bottom:1.5rem}.module-item{border:1px solid #e0e0e0;border-radius:6px;margin-bottom:1rem;overflow:hidden}.module-header{align-items:center;background:#f9f9f9;cursor:pointer;display:flex;gap:.5rem;padding:1rem;transition:background .2s}.module-header:hover{background:#f0f0f0}.module-number{background:#2196f3;border-radius:4px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.module-header h4{color:#333;flex:1 1;font-size:1rem;margin:0}.module-toggle{color:#666;font-size:.875rem}.lessons-list{background:#fff}.lesson-item{border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;gap:1rem;padding:1rem;transition:all .2s}.lesson-item:hover{background:#f9f9f9}.lesson-item.active{background:#e3f2fd;border-left:3px solid #2196f3}.lesson-number{align-items:center;background:#f0f0f0;border-radius:50%;display:flex;flex-shrink:0;font-size:.875rem;font-weight:600;height:28px;justify-content:center;width:28px}.lesson-item.active .lesson-number{background:#2196f3;color:#fff}.lesson-info{flex:1 1;min-width:0}.lesson-title{color:#333;display:block;font-weight:500;margin-bottom:.25rem}.lesson-meta{align-items:center;color:#666;display:flex;font-size:.875rem;gap:.5rem}.free-badge{background:#4caf50;border-radius:3px;color:#fff;font-size:.75rem;font-weight:600;padding:.125rem .5rem}.error,.loading{align-items:center;color:#666;display:flex;font-size:1.25rem;justify-content:center;min-height:100vh}@media (max-width:1024px){.course-content{grid-template-columns:1fr}.modules-sidebar{max-height:none;position:static}}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#2563eb;--primary-dark:#1e40af;--secondary-color:#10b981;--danger-color:#ef4444;--dark:#1f2937;--gray:#6b7280;--light-gray:#f3f4f6;--white:#fff;--border-radius:8px;--box-shadow:0 1px 3px #0000001a;--box-shadow-lg:0 10px 25px #0000001a}body{background-color:#f3f4f6;background-color:var(--light-gray);color:#1f2937;color:var(--dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{border:none;border-radius:8px;border-radius:var(--border-radius);cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background-color:#2563eb;background-color:var(--primary-color);color:#fff;color:var(--white)}.btn-primary:hover{background-color:#1e40af;background-color:var(--primary-dark);transform:translateY(-2px)}.btn-large{font-size:18px;padding:16px 32px}.card{background-color:#fff;background-color:var(--white);border-radius:8px;border-radius:var(--border-radius);box-shadow:0 1px 3px #0000001a;box-shadow:var(--box-shadow);margin-bottom:24px;padding:24px}.form-group{margin-bottom:20px}.form-label{color:#1f2937;color:var(--dark);display:block;font-weight:600;margin-bottom:8px}.form-control{border:1px solid #d1d5db;border-radius:8px;border-radius:var(--border-radius);font-size:16px;padding:12px;width:100%}.form-control:focus{border-color:#2563eb;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a;outline:none}.loading-screen{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f4f6;border-top:4px solid #2563eb;border:4px solid var(--light-gray);border-radius:50%;border-top-color:var(--primary-color);height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.text-center{text-align:center}@media (max-width:768px){.btn{width:100%}}
/*# sourceMappingURL=main.01a61d09.css.map*/