@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Fraunces:ital,wght@0,400;0,600;0,700;1,400&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Fraunces:ital,wght@0,400;0,600;0,700;1,400&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Fraunces:ital,wght@0,400;0,600;1,400&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Fraunces:ital,wght@0,400;0,600;0,700;1,400&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Fraunces:ital,wght@0,400;0,600;0,700;1,400&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Fraunces:ital,wght@0,400;0,600;0,700;1,400&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Fraunces:ital,wght@0,400;0,600;0,700;1,400&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Fraunces:ital,wght@0,400;0,600;0,700;1,400&display=swap";*{box-sizing:border-box;margin:0;padding:0}.auth-container{min-height:100vh;font-family:Outfit,sans-serif;display:flex}.auth-left{background-color:#1a1a1a;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;padding:4rem;display:flex;position:relative;overflow:hidden}.auth-left:before{content:"";background:#ffffff08;border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.auth-left:after{content:"";background:#ffffff08;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-80px;left:-80px}.auth-brand{color:#fff;margin-bottom:1rem;font-family:Fraunces,serif;font-size:42px;font-weight:700;line-height:1.1}.auth-brand span{color:#86efac}.auth-tagline{color:#9ca3af;max-width:320px;margin-bottom:3rem;font-size:15px;font-weight:300;line-height:1.7}.auth-features{flex-direction:column;gap:1rem;display:flex}.auth-feature-item{color:#d1d5db;align-items:center;gap:.75rem;font-size:14px;font-weight:400;display:flex}.auth-feature-icon{font-size:16px}.auth-right{background-color:#fafaf9;flex:1;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.auth-card{width:100%;max-width:440px}.auth-header{margin-bottom:2rem}.auth-icon{margin-bottom:.75rem;font-size:32px}.auth-title{color:#1a1a1a;margin-bottom:.5rem;font-family:Fraunces,serif;font-size:30px;font-weight:700}.auth-subtitle{color:#6b7280;font-size:14px;font-weight:300}.auth-form{flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:6px;display:flex}.form-label{letter-spacing:.06em;text-transform:uppercase;color:#374151;font-size:12px;font-weight:500}.form-input{color:#1a1a1a;background-color:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:12px 16px;font-family:Outfit,sans-serif;font-size:14px;font-weight:300;transition:border-color .2s,box-shadow .2s}.form-input::placeholder{color:#d1d5db}.form-input:focus{border-color:#1a1a1a;box-shadow:0 0 0 3px #1a1a1a0f}select.form-input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.error-message{color:#dc2626;margin:0;font-size:12px}.upload-label{cursor:pointer;color:#6b7280;background-color:#f9fafb;border:1px dashed #d1d5db;border-radius:10px;align-items:center;gap:.75rem;padding:10px 14px;font-size:13px;transition:border-color .2s;display:flex}.upload-label:hover{color:#1a1a1a;border-color:#1a1a1a}.upload-preview{object-fit:cover;border:2px solid #e5e7eb;border-radius:50%;width:48px;height:48px}.auth-btn{letter-spacing:.08em;text-transform:uppercase;color:#fff;cursor:pointer;background-color:#1a1a1a;border:none;border-radius:10px;width:100%;margin-top:.5rem;padding:14px;font-family:Outfit,sans-serif;font-size:13px;font-weight:600;transition:background-color .25s,transform .2s}.auth-btn:hover{background-color:#333;transform:translateY(-1px)}.auth-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-footer{text-align:center;color:#6b7280;font-size:13px}.auth-footer a{color:#1a1a1a;text-underline-offset:3px;font-weight:500;text-decoration:underline;transition:color .2s}.auth-footer a:hover{color:#059669}@media (width<=768px){.auth-left{display:none}.auth-right{flex:none;width:100%;min-height:100vh;padding:2rem 1.25rem}.form-row{grid-template-columns:1fr}}.logout-btn{color:#ffffffbf;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:8px;align-items:center;gap:8px;padding:.5rem 1rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:400;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.logout-btn:hover{color:#ef4444;background:#ef44441f;border-color:#ef44444d;transform:translateY(-1px)}.logout-btn:active{transform:scale(.96)}.logout-icon{width:18px;height:18px;transition:transform .3s}.logout-btn:hover .logout-icon{transform:translate(3px)rotate(-5deg)}.logout-btn:focus{outline:none;box-shadow:0 0 0 3px #ef444426}.logout-btn:after{content:"";opacity:0;background:radial-gradient(circle,#ef44441a,#0000 70%);transition:opacity .3s;position:absolute;inset:0}.logout-btn:active:after{opacity:1;transition:opacity}.navbar-dark .logout-btn{color:#ffffffbf;border-color:#ffffff26}.navbar-dark .logout-btn:hover{color:#ef4444;background:#ef44441f;border-color:#ef44444d}.navbar-light .logout-btn{color:#000000b3;border-color:#00000026}.navbar-light .logout-btn:hover{color:#ef4444;background:#ef444414;border-color:#ef444433}@media (width<=992px){.logout-btn{justify-content:center;width:100%;padding:.6rem 1rem}}@media (width<=576px){.logout-btn{padding:.5rem .85rem;font-size:.8rem}.logout-icon{width:16px;height:16px}}.navbar-custom{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #ffffff0f;height:72px;padding:.85rem 1.5rem;transition:all .3s;box-shadow:0 2px 20px #00000026;background-color:#1a1a1af2!important}body{padding-top:72px}.navbar-custom .navbar-brand{letter-spacing:-.02em;font-family:Fraunces,serif;font-size:1.35rem;font-weight:700;text-decoration:none;transition:color .3s;color:#fff!important}.navbar-custom .navbar-brand:hover{color:#86efac!important}.navbar-custom .navbar-brand span{color:#059669}.navbar-custom .navbar-toggler{border:none;padding:.4rem .6rem}.navbar-custom .navbar-toggler:focus{box-shadow:none}.navbar-custom .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-custom .nav-link{border-radius:8px;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:400;transition:all .3s;position:relative;color:#ffffffbf!important;padding:.5rem 1rem!important}.navbar-custom .nav-link:hover{background-color:#ffffff0f;color:#fff!important}.navbar-custom .nav-link.active{background-color:#0596691f;color:#86efac!important}.auth-buttons{align-items:center;gap:.75rem;display:flex}.auth-link{border-radius:8px;padding:.5rem .75rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:400;text-decoration:none;transition:all .3s;color:#ffffffb3!important}.auth-link:hover{background-color:#ffffff0f;color:#fff!important}.auth-btn-primary{cursor:pointer;background:linear-gradient(135deg,#059669,#047857);border:none;border-radius:8px;padding:.55rem 1.2rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;color:#fff!important}.auth-btn-primary:hover{background:linear-gradient(135deg,#047857,#065f46);transform:translateY(-1px);box-shadow:0 4px 16px #05966959;color:#fff!important}.navbar-custom .logout-btn{cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:8px;padding:.45rem 1rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:400;transition:all .3s;color:#ffffffbf!important}.navbar-custom .logout-btn:hover{background:#ef444426;border-color:#ef44444d;color:#ef4444!important}@media (width<=992px){.navbar-custom{height:auto;padding:.65rem 1rem}body{padding-top:68px}.navbar-custom .navbar-nav{border-top:1px solid #ffffff0f;margin-top:.5rem;padding-top:.5rem;padding-bottom:.5rem}.auth-buttons{flex-wrap:wrap;margin-top:.75rem;padding-bottom:.5rem}.auth-btn-primary{text-align:center;width:100%}}@media (width<=576px){body{padding-top:62px}.navbar-custom .navbar-brand{font-size:1.1rem}.auth-buttons{flex-direction:column;width:100%}.auth-link{text-align:center;width:100%}}.course-card{background:#fff;border-radius:14px;flex-direction:column;font-family:Outfit,sans-serif;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 2px 12px #0000000f}.course-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000001f}.course-image-container{background-color:#f0ede8;width:100%;height:200px;position:relative;overflow:hidden}.course-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.course-card:hover .course-image{transform:scale(1.05)}.course-badge{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600;position:absolute;top:12px;left:12px}.badge-published{color:#065f46;background-color:#d1fae5}.badge-draft{color:#92400e;background-color:#fef3c7}.course-info{flex-direction:column;flex:1;gap:.5rem;padding:1.25rem 1.5rem 1.5rem;display:flex}.course-title{color:#1a1a1a;margin:0;font-family:Fraunces,serif;font-size:18px;font-weight:600;line-height:1.3}.course-instructor{color:#6b7280;margin:0;font-size:13px;font-weight:400}.course-description{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;font-weight:300;line-height:1.6;display:-webkit-box;overflow:hidden}.course-footer{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.course-price{color:#1a1a1a;font-family:Fraunces,serif;font-size:20px;font-weight:600}.course-actions{align-items:center;gap:8px;display:flex}.enroll-btn{letter-spacing:.06em;text-transform:uppercase;color:#fff;cursor:pointer;white-space:nowrap;background-color:#1a1a1a;border:none;border-radius:999px;padding:9px 18px;font-family:Outfit,sans-serif;font-size:12px;font-weight:600;transition:background-color .25s,transform .2s}.enroll-btn:hover{background-color:#333;transform:translateY(-1px)}.view-btn{color:#6b7280;letter-spacing:.04em;white-space:nowrap;font-family:Outfit,sans-serif;font-size:12px;font-weight:500;text-decoration:none;transition:color .2s}.view-btn:hover{color:#1a1a1a}.instructor-actions{align-items:center;gap:6px;display:flex}.action-btn{letter-spacing:.05em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;padding:7px 14px;font-family:Outfit,sans-serif;font-size:11px;font-weight:500;transition:all .2s}.edit-btn{color:#1a1a1a;background-color:#f3f4f6}.edit-btn:hover{background-color:#e5e7eb}.delete-btn{color:#dc2626;background-color:#fff1f0}.delete-btn:hover{background-color:#fee2e2}.publish-btn{color:#059669;background-color:#ecfdf5}.publish-btn:hover{background-color:#d1fae5}.courses-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;max-width:1200px;margin:0 auto;padding:2rem;display:grid}@media (width<=992px){.courses-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:1.5rem}}@media (width<=576px){.courses-grid{grid-template-columns:1fr;gap:1rem;padding:1rem}.course-image-container{height:180px}.instructor-actions{flex-wrap:wrap}}.courses-page{background-color:#fafaf9;min-height:100vh;font-family:Outfit,sans-serif}.courses-hero{text-align:center;background-color:#1a1a1a;padding:3.5rem 2rem}.courses-hero-title{color:#fff;margin:0 0 .75rem;font-family:Fraunces,serif;font-size:clamp(28px,4vw,44px);font-weight:700}.courses-hero-subtitle{color:#9ca3af;margin:0;font-size:15px;font-weight:300}.courses-toolbar{z-index:50;background-color:#fff;border-bottom:1px solid #f3f4f6;flex-wrap:wrap;align-items:center;gap:1rem;padding:1rem 2rem;display:flex;position:sticky;top:68px}.courses-search-wrap{flex:1;min-width:240px;position:relative}.courses-search-icon{color:#9ca3af;pointer-events:none;font-size:14px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.courses-search{color:#1a1a1a;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:10px 14px 10px 38px;font-family:Outfit,sans-serif;font-size:14px;font-weight:300;transition:border-color .2s,background-color .2s}.courses-search::placeholder{color:#d1d5db}.courses-search:focus{background-color:#fff;border-color:#1a1a1a}.courses-filter-group{align-items:center;gap:.5rem;display:flex}.courses-filter-btn{letter-spacing:.04em;color:#6b7280;cursor:pointer;white-space:nowrap;background-color:#0000;border:1px solid #e5e7eb;border-radius:8px;padding:8px 16px;font-family:Outfit,sans-serif;font-size:12px;font-weight:500;transition:all .2s}.courses-filter-btn:hover{color:#1a1a1a;border-color:#1a1a1a}.courses-filter-btn.active{color:#fff;background-color:#1a1a1a;border-color:#1a1a1a}.courses-count{color:#9ca3af;white-space:nowrap;margin-left:auto;font-size:13px}.courses-body{max-width:1200px;margin:0 auto;padding:2.5rem 2rem}.courses-empty{text-align:center;color:#9ca3af;padding:4rem 2rem;font-size:15px}.courses-spinner{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:50vh;display:flex}.courses-spinner .spinner{border:3px solid #e5e7eb;border-top-color:#1a1a1a;border-radius:50%;width:36px;height:36px;animation:.75s linear infinite spin}.courses-spinner p{color:#9ca3af;font-size:14px}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=768px){.courses-toolbar{padding:.75rem 1rem;top:0}.courses-search-wrap{min-width:100%}.courses-body{padding:1.5rem 1rem}.courses-count{width:100%;margin-left:0}}.courses-hero{text-align:center;background-color:#1a1a1a;flex-direction:column;align-items:center;gap:.75rem;padding:4rem 2rem;display:flex}.courses-hero-title{color:#fff;margin:0;font-family:Fraunces,serif;font-size:clamp(28px,4vw,44px);font-weight:700;line-height:1.2}.courses-hero-title span{color:#86efac}.courses-hero-subtitle{color:#9ca3af;max-width:480px;margin:0;font-size:15px;font-weight:300}.spinner-overlay{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;font-family:Outfit,sans-serif;display:flex}.spinner{border:3px solid #e5e7eb;border-top-color:#1a1a1a;border-radius:50%;width:40px;height:40px;animation:.75s linear infinite spin}.spinner-text{color:#6b7280;font-size:14px;font-weight:300}.dash-page{background-color:#fafaf9;max-width:1200px;min-height:100vh;margin:0 auto;padding:2.5rem 2rem;font-family:Outfit,sans-serif}.dash-header{border-bottom:1px solid #e5e7eb;margin-bottom:2.5rem;padding-bottom:1.5rem}.dash-title{color:#1a1a1a;margin:0 0 6px;font-family:Fraunces,serif;font-size:32px;font-weight:700}.dash-subtitle{color:#6b7280;margin:0;font-size:14px;font-weight:300}.create-form-block{background-color:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-bottom:3rem;overflow:hidden}.create-form-header{background-color:#1a1a1a;justify-content:space-between;align-items:center;padding:1.25rem 1.75rem;display:flex}.create-form-title{color:#fff;margin:0;font-family:Fraunces,serif;font-size:20px;font-weight:600}.create-form-body{flex-direction:column;gap:1.25rem;padding:1.75rem;display:flex}.cf-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.cf-field{flex-direction:column;gap:6px;display:flex}.cf-label{letter-spacing:.08em;text-transform:uppercase;color:#374151;font-size:11px;font-weight:500}.cf-input,.cf-textarea{color:#1a1a1a;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-family:Outfit,sans-serif;font-size:14px;font-weight:300;transition:border-color .2s}.cf-input:focus,.cf-textarea:focus{background-color:#fff;border-color:#1a1a1a}.cf-textarea{resize:vertical;min-height:80px}.sections-block{flex-direction:column;gap:.75rem;display:flex}.sections-label{letter-spacing:.08em;text-transform:uppercase;color:#374151;margin:0;font-size:11px;font-weight:500}.section-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.lesson-item{background-color:#fff;border:1px solid #f3f4f6;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem;display:flex}.lesson-item .cf-input{background-color:#fff;flex:1}.btn-ghost{letter-spacing:.05em;text-transform:uppercase;cursor:pointer;color:#6b7280;white-space:nowrap;background:0 0;border:1px solid #e5e7eb;border-radius:6px;padding:6px 12px;font-family:Outfit,sans-serif;font-size:11px;font-weight:500;transition:all .2s}.btn-ghost:hover{color:#1a1a1a;border-color:#1a1a1a}.btn-ghost.danger{color:#dc2626;border-color:#fee2e2}.btn-ghost.danger:hover{background-color:#fef2f2;border-color:#dc2626}.btn-primary{letter-spacing:.08em;text-transform:uppercase;color:#fff;cursor:pointer;background-color:#1a1a1a;border:none;border-radius:8px;align-self:flex-start;padding:12px 24px;font-family:Outfit,sans-serif;font-size:13px;font-weight:600;transition:background-color .25s,transform .2s}.btn-primary:hover{background-color:#333;transform:translateY(-1px)}.my-courses-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.my-courses-title{color:#1a1a1a;margin:0;font-family:Fraunces,serif;font-size:22px;font-weight:600}.empty-state{text-align:center;background-color:#f9fafb;border:1px dashed #e5e7eb;border-radius:14px;padding:3rem}.empty-state p{color:#6b7280;margin:0;font-size:15px}.student-dash-page{background-color:#fafaf9;max-width:1200px;min-height:100vh;margin:0 auto;padding:2.5rem 2rem;font-family:Outfit,sans-serif}.student-dash-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.student-dash-title{color:#1a1a1a;margin:0 0 4px;font-family:Fraunces,serif;font-size:32px;font-weight:700}.student-dash-subtitle{color:#6b7280;margin:0;font-size:14px;font-weight:300}.browse-btn{letter-spacing:.08em;text-transform:uppercase;color:#fff;background-color:#1a1a1a;border:none;border-radius:8px;padding:10px 20px;font-family:Outfit,sans-serif;font-size:12px;font-weight:600;text-decoration:none;transition:background-color .25s}.browse-btn:hover{color:#fff;background-color:#333}.no-courses{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding:4rem 2rem;display:flex}.no-courses p{color:#6b7280;font-size:16px}.course-progress{flex-direction:column;gap:6px;margin:.75rem 0;display:flex}.progress-bar{background-color:#f3f4f6;border-radius:999px;width:100%;height:5px;overflow:hidden}.progress-fill{background-color:#059669;border-radius:999px;height:100%;transition:width .4s}.progress-text{color:#6b7280;font-size:12px;font-weight:400}.edit-modal-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.edit-modal{background-color:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:640px;max-height:90vh;display:flex;overflow-y:auto}.edit-modal-header{z-index:1;background-color:#1a1a1a;justify-content:space-between;align-items:center;padding:1.25rem 1.75rem;display:flex;position:sticky;top:0}.edit-modal-title{color:#fff;margin:0;font-family:Fraunces,serif;font-size:20px;font-weight:600}.edit-modal-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;font-size:20px;line-height:1;transition:color .2s}.edit-modal-close:hover{color:#fff}.edit-modal-body{flex-direction:column;flex:1;gap:1.25rem;padding:1.75rem;display:flex}.edit-modal-footer{border-top:1px solid #f3f4f6;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.75rem;display:flex}.btn-cancel{color:#374151;cursor:pointer;background-color:#f3f4f6;border:none;border-radius:8px;padding:10px 20px;font-family:Outfit,sans-serif;font-size:13px;font-weight:500;transition:background-color .2s}.btn-cancel:hover{background-color:#e5e7eb}@media (width<=768px){.dash-page,.student-dash-page{padding:1.5rem 1rem}.cf-row{grid-template-columns:1fr}.lesson-item{flex-wrap:wrap}.courses-grid{grid-template-columns:1fr}.edit-modal{max-height:95vh}}.sc-page{background-color:#fafaf9;min-height:100vh;font-family:Outfit,sans-serif}.sc-loading{color:#6b7280;justify-content:center;align-items:center;min-height:60vh;font-family:Outfit,sans-serif;font-size:15px;display:flex}.sc-hero{color:#fff;background-color:#1a1a1a;justify-content:space-between;align-items:center;gap:3rem;max-width:100%;padding:4rem 3rem;display:flex}.sc-hero-content{flex-direction:column;flex:1;gap:1rem;max-width:600px;display:flex}.sc-label{letter-spacing:.12em;text-transform:uppercase;color:#9ca3af;margin:0;font-size:11px;font-weight:500}.sc-title{color:#fff;margin:0;font-family:Fraunces,serif;font-size:clamp(28px,4vw,48px);font-weight:700;line-height:1.2}.sc-description{color:#d1d5db;margin:0;font-size:15px;font-weight:300;line-height:1.7}.sc-meta{flex-wrap:wrap;gap:1.5rem;display:flex}.sc-meta-item{color:#9ca3af;font-size:13px;font-weight:400}.sc-price{color:#fff;margin:0;font-family:Fraunces,serif;font-size:36px;font-weight:600}.sc-hero-image{border-radius:12px;flex:0 0 400px;height:260px;overflow:hidden}.sc-hero-image img{object-fit:cover;width:100%;height:100%}.sc-body{flex-direction:column;gap:3rem;max-width:860px;margin:0 auto;padding:3rem 2rem;display:flex}.sc-section-block{flex-direction:column;gap:1.25rem;display:flex}.sc-section-title{color:#1a1a1a;border-bottom:2px solid #f3f4f6;margin:0;padding-bottom:.75rem;font-family:Fraunces,serif;font-size:24px;font-weight:600}.sc-includes{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.sc-include-item{color:#374151;background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:8px;padding:.75rem 1rem;font-size:14px;font-weight:400}.sc-curriculum{flex-direction:column;gap:.5rem;display:flex}.sc-section{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.sc-section-header{cursor:pointer;background-color:#f9fafb;border:none;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.25rem;font-family:Outfit,sans-serif;transition:background-color .2s;display:flex}.sc-section-header:hover{background-color:#f3f4f6}.sc-section-name{color:#1a1a1a;align-items:center;gap:.75rem;font-size:15px;font-weight:500;display:flex}.sc-section-number{color:#fff;background-color:#1a1a1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:600;display:flex}.sc-section-toggle{color:#6b7280;font-size:11px}.sc-lessons{border-top:1px solid #e5e7eb;flex-direction:column;display:flex}.sc-lesson{color:#374151;border-bottom:1px solid #f3f4f6;align-items:center;gap:.75rem;padding:.875rem 1.25rem;font-size:14px;font-weight:400;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.sc-lesson:last-child{border-bottom:none}.sc-lesson:hover{color:#1a1a1a;background-color:#f9fafb}.sc-lesson-icon{color:#9ca3af;flex-shrink:0;font-size:10px}.sc-lesson-title{flex:1}.sc-instructor{background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:12px;align-items:center;gap:1.25rem;padding:1.5rem;display:flex}.sc-instructor-avatar{color:#fff;background-color:#1a1a1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-family:Fraunces,serif;font-size:18px;font-weight:600;display:flex}.sc-instructor-info h3{color:#1a1a1a;margin:0 0 4px;font-size:16px;font-weight:600}.sc-instructor-info p{color:#6b7280;margin:0;font-size:13px}.sc-enroll-btn{letter-spacing:.08em;text-transform:uppercase;color:#1a1a1a;cursor:pointer;background-color:#fff;border:none;border-radius:999px;width:fit-content;margin-top:.5rem;padding:14px 28px;font-family:Outfit,sans-serif;font-size:13px;font-weight:600;transition:background-color .25s,transform .2s}.sc-enroll-btn:hover{background-color:#f3f4f6;transform:translateY(-1px)}.sc-enrolled-badge{color:#d1fae5;margin:.5rem 0 0;font-size:14px}.sc-locked{text-align:center;color:#6b7280;background-color:#f9fafb;border:1px dashed #e5e7eb;border-radius:10px;padding:2rem;font-size:15px}.sc-progress-block{flex-direction:column;gap:6px;margin-top:1rem;display:flex}.sc-progress-bar-container{background-color:#fff3;border-radius:999px;width:100%;max-width:300px;height:6px;overflow:hidden}.sc-progress-bar{background-color:#fff;border-radius:999px;height:100%;transition:width .4s}.sc-progress-text{color:#d1d5db;margin:0;font-size:13px}.sc-complete-btn{color:#059669;cursor:pointer;background-color:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;width:calc(100% - 2.5rem);margin:.75rem 1.25rem;padding:10px 16px;font-family:Outfit,sans-serif;font-size:13px;font-weight:500;transition:background-color .2s}.sc-complete-btn:hover{background-color:#d1fae5}@media (width<=768px){.sc-hero{flex-direction:column;gap:2rem;padding:2.5rem 1.5rem}.sc-hero-image{flex:none;width:100%;height:200px}.sc-body{padding:2rem 1.25rem}.sc-includes{grid-template-columns:1fr}.sc-meta{gap:.75rem}}.home{background-color:#fafaf9;font-family:Outfit,sans-serif;overflow-x:hidden}.section-label{letter-spacing:.12em;text-transform:uppercase;color:#059669;margin:0 0 .75rem;font-size:11px;font-weight:500}.section-title{color:#1a1a1a;margin:0 0 1rem;font-family:Fraunces,serif;font-size:clamp(26px,3.5vw,40px);font-weight:700;line-height:1.2}.hero{background-color:#1a1a1a;justify-content:center;align-items:center;gap:4rem;min-height:90vh;padding:5rem 2rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#05966914 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:10s ease-in-out infinite alternate heroGlow;position:absolute;top:-50%;right:-20%}@keyframes heroGlow{0%{transform:translate(0)scale(1)}to{transform:translate(-50px,50px)scale(1.2)}}.hero-content{z-index:1;flex-direction:column;flex:1;gap:1.25rem;max-width:560px;animation:.8s forwards fadeInUp;display:flex;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-label{letter-spacing:.14em;text-transform:uppercase;color:#059669;margin:0;font-size:11px;font-weight:500;animation:.8s .1s both fadeInUp}.hero-title{color:#fff;margin:0;font-family:Fraunces,serif;font-size:clamp(36px,5vw,60px);font-weight:700;line-height:1.1;animation:.8s .2s both fadeInUp}.hero-title-accent{color:#86efac;background:linear-gradient(135deg,#86efac,#059669);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#9ca3af;max-width:440px;margin:0;font-size:16px;font-weight:300;line-height:1.7;animation:.8s .3s both fadeInUp}.hero-actions{flex-wrap:wrap;gap:.75rem;animation:.8s .4s both fadeInUp;display:flex}.hero-btn-primary{letter-spacing:.06em;text-transform:uppercase;color:#fff;background-color:#059669;border-radius:8px;padding:13px 28px;font-family:Outfit,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.hero-btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.hero-btn-primary:hover{background-color:#047857;transform:translateY(-2px)scale(1.02);box-shadow:0 8px 25px #05966959}.hero-btn-primary:hover:before{left:100%}.hero-btn-secondary{letter-spacing:.06em;text-transform:uppercase;color:#d1d5db;background-color:#0000;border:1px solid #ffffff26;border-radius:8px;padding:13px 28px;font-family:Outfit,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-btn-secondary:hover{color:#fff;border-color:#fff6;transform:translateY(-2px);box-shadow:0 8px 25px #ffffff0d}.hero-stats{align-items:center;gap:1.5rem;padding-top:.5rem;animation:.8s .5s both fadeInUp;display:flex}.hero-stat{flex-direction:column;gap:2px;transition:transform .3s;display:flex}.hero-stat:hover{transform:translateY(-3px)}.hero-stat-number{color:#fff;font-family:Fraunces,serif;font-size:24px;font-weight:600}.hero-stat-label{color:#6b7280;font-size:12px;font-weight:300}.hero-stat-divider{background-color:#ffffff1a;width:1px;height:32px}.hero-visual{flex:0 0 340px;animation:1s .3s both fadeInRight}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.hero-card{background-color:#fff;border-radius:16px;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s;overflow:hidden;box-shadow:0 24px 64px #0006}.hero-card:hover{transform:translateY(-6px)scale(1.01);box-shadow:0 32px 80px #00000080}.hero-card-top{background-color:#f0fdf4;border-bottom:1px solid #dcfce7;padding:1rem 1.25rem}.hero-card-badge{letter-spacing:.08em;text-transform:uppercase;color:#059669;background-color:#dcfce7;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600;transition:all .3s;display:inline-block}.hero-card:hover .hero-card-badge{color:#fff;background-color:#059669}.hero-card-body{flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.hero-card-label{letter-spacing:.12em;text-transform:uppercase;color:#9ca3af;margin:0;font-size:10px;font-weight:500}.hero-card-title{color:#1a1a1a;margin:0;font-family:Fraunces,serif;font-size:20px;font-weight:600;transition:color .3s}.hero-card:hover .hero-card-title{color:#059669}.hero-card-meta{color:#6b7280;margin:0;font-size:13px}.hero-card-progress{flex-direction:column;gap:6px;margin-top:.5rem;display:flex}.hero-card-bar{background-color:#f3f4f6;border-radius:999px;width:100%;height:5px;overflow:hidden}.hero-card-fill{background:linear-gradient(90deg,#059669,#86efac);border-radius:999px;width:0%;height:100%;transition:width 1.5s cubic-bezier(.4,0,.2,1)}.hero-card:hover .hero-card-fill{animation:2s ease-in-out infinite progressPulse}@keyframes progressPulse{0%,to{opacity:1}50%{opacity:.7}}.hero-card-pct{color:#6b7280;font-size:12px}.how-section{background-color:#fafaf9;padding:5rem 2rem}.how-inner{max-width:1100px;margin:0 auto}.how-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem;display:grid}.how-card{cursor:default;background-color:#fff;border:1px solid #f3f4f6;border-radius:14px;flex-direction:column;gap:1rem;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.how-card:before{content:"";opacity:0;background:linear-gradient(135deg,#0596690d,#0000);transition:opacity .4s;position:absolute;inset:0}.how-card:hover{border-color:#059669;transform:translateY(-8px);box-shadow:0 12px 40px #00000014}.how-card:hover:before{opacity:1}.how-number{color:#e5e7eb;font-family:Fraunces,serif;font-size:36px;font-weight:700;line-height:1;transition:color .3s}.how-card:hover .how-number{color:#059669}.how-card-title{color:#1a1a1a;margin:0;font-family:Fraunces,serif;font-size:18px;font-weight:600;transition:color .3s}.how-card:hover .how-card-title{color:#059669}.how-card-text{color:#6b7280;margin:0;font-size:14px;font-weight:300;line-height:1.7}.features-section{background-color:#1a1a1a;padding:5rem 2rem;position:relative;overflow:hidden}.features-section:before{content:"";background:radial-gradient(circle,#0596690d,#0000 70%);border-radius:50%;width:500px;height:500px;animation:15s ease-in-out infinite alternate featureGlow;position:absolute;top:-30%;left:-20%}@keyframes featureGlow{0%{transform:translate(0)}to{transform:translate(100px,50px)}}.features-inner{z-index:1;align-items:flex-start;gap:5rem;max-width:1100px;margin:0 auto;display:flex;position:relative}.features-text{flex-direction:column;flex:0 0 320px;gap:1rem;animation:.8s both fadeInLeft;display:flex}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.features-text .section-title{color:#fff}.features-subtitle{color:#9ca3af;margin:0;font-size:14px;font-weight:300;line-height:1.7}.features-cta{color:#86efac;align-items:center;gap:8px;margin-top:.5rem;font-size:13px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.features-cta:after{content:"→";transition:transform .3s}.features-cta:hover{color:#4ade80}.features-cta:hover:after{transform:translate(6px)}.features-grid{flex:1;grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.feature-item{cursor:default;background-color:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.6s both fadeInUp;display:flex}.feature-item:first-child{animation-delay:.1s}.feature-item:nth-child(2){animation-delay:.2s}.feature-item:nth-child(3){animation-delay:.3s}.feature-item:nth-child(4){animation-delay:.4s}.feature-item:nth-child(5){animation-delay:.5s}.feature-item:nth-child(6){animation-delay:.6s}.feature-item:hover{background-color:#ffffff14;border-color:#0596694d;transform:translateY(-4px);box-shadow:0 8px 30px #0003}.feature-icon{flex-shrink:0;font-size:22px;transition:transform .3s}.feature-item:hover .feature-icon{transform:scale(1.15)rotate(-5deg)}.feature-title{color:#fff;margin:0 0 4px;font-size:14px;font-weight:500;transition:color .3s}.feature-item:hover .feature-title{color:#86efac}.feature-text{color:#9ca3af;margin:0;font-size:13px;font-weight:300;line-height:1.6}.cta-section{background:linear-gradient(135deg,#f0fdf4,#dcfce7);padding:5rem 2rem;position:relative;overflow:hidden}.cta-section:before{content:"";background:radial-gradient(circle,#0596691a,#0000 70%);border-radius:50%;width:400px;height:400px;animation:8s ease-in-out infinite alternate ctaGlow;position:absolute;top:-50%;right:-20%}@keyframes ctaGlow{0%{transform:translate(0)scale(1)}to{transform:translate(-50px,30px)scale(1.2)}}.cta-inner{text-align:center;z-index:1;flex-direction:column;align-items:center;gap:1rem;max-width:600px;margin:0 auto;display:flex;position:relative}.cta-title{color:#1a1a1a;margin:0;font-family:Fraunces,serif;font-size:clamp(28px,4vw,42px);font-weight:700;animation:.8s both fadeInUp}.cta-subtitle{color:#6b7280;margin:0;font-size:15px;font-weight:300;animation:.8s .2s both fadeInUp}.cta-actions{gap:.75rem;margin-top:.5rem;animation:.8s .4s both fadeInUp;display:flex}.cta-btn-ghost{letter-spacing:.06em;text-transform:uppercase;color:#374151;border:1px solid #e5e7eb;border-radius:8px;padding:13px 28px;font-family:Outfit,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.cta-btn-ghost:hover{color:#1a1a1a;border-color:#1a1a1a;transform:translateY(-2px);box-shadow:0 8px 25px #0000000f}@media (width<=992px){.hero{flex-direction:column;gap:3rem;min-height:auto;padding:3.5rem 1.5rem}.hero-visual{flex:none;width:100%;max-width:380px}.how-grid{grid-template-columns:1fr}.features-inner{flex-direction:column;gap:2.5rem}.features-text{flex:none}}@media (width<=576px){.features-grid{grid-template-columns:1fr}.cta-actions{flex-direction:column;width:100%}.hero-btn-primary,.cta-btn-ghost{text-align:center;width:100%}.hero-stats{flex-wrap:wrap;gap:1rem}}.footer{background-color:#111;font-family:Outfit,sans-serif}.footer-top{gap:4rem;max-width:1200px;margin:0 auto;padding:4rem 3rem;display:flex}.footer-brand-col{flex-direction:column;flex:0 0 260px;gap:1rem;display:flex}.footer-brand{color:#fff;letter-spacing:-.01em;font-family:Fraunces,serif;font-size:22px;font-weight:700;text-decoration:none;transition:color .2s}.footer-brand span{color:#059669}.footer-brand:hover{color:#86efac}.footer-tagline{color:#6b7280;margin:0;font-size:13px;font-weight:300;line-height:1.7}.footer-links-grid{flex:1;justify-content:flex-end;gap:3rem;display:flex}.footer-col h4.footer-col-title{letter-spacing:.1em;text-transform:uppercase;color:#fff;margin:0 0 1.25rem;font-family:Outfit,sans-serif;font-size:11px;font-weight:600}.footer-col ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.footer-col ul li a{color:#6b7280;font-size:13px;font-weight:300;text-decoration:none;transition:color .2s}.footer-col ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1.5rem 3rem;display:flex}.footer-bottom p{color:#4b5563;margin:0;font-size:12px}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:#4b5563;font-size:12px;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:#9ca3af}@media (width<=992px){.footer-top{flex-direction:column;gap:2.5rem;padding:3rem 2rem}.footer-brand-col{flex:none}.footer-links-grid{flex-wrap:wrap;justify-content:flex-start;gap:2rem}}@media (width<=576px){.footer-top{padding:2rem 1.25rem}.footer-bottom{text-align:center;flex-direction:column;gap:.75rem;padding:1.25rem}.footer-links-grid{flex-direction:column;gap:1.5rem}}
