@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap";.user-dropdown{position:absolute;right:0;margin-top:.75rem;width:11rem;background:white;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border:none;padding:.5rem;z-index:50}.logout-button{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem 1rem;text-align:left;color:#dc2626;background:transparent;border:none;cursor:pointer;transition:all .2s ease;font-weight:500;font-size:.875rem}.logout-button:hover{background-color:#fef2f2}.logout-button svg{width:1.25rem;height:1.25rem}.footer{background-color:#004040;color:#fff;border-top:4px solid var(--teal)}.footer-content{width:100%;padding:1.5rem}@media (min-width: 640px){.footer-content{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.footer-content{padding-left:2rem;padding-right:2rem}}@media (min-width: 1280px){.footer-content{padding-left:2rem;padding-right:2rem}}.footer-wrapper{max-width:80rem;margin-left:auto;margin-right:auto}.footer-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.footer-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.footer-brand{grid-column:span 1}@media (min-width: 1024px){.footer-brand{grid-column:span 1}}.footer-brand-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.footer-logo{width:4rem;height:4rem}.footer-brand-title{color:#fff;font-weight:700;font-size:1.25rem}.footer-description{color:#e5e7eb;font-size:.875rem;line-height:1.5;max-width:24rem}.footer-section-title{color:#fff;font-weight:700;font-size:1.125rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-link{color:#e5e7eb;font-size:1rem;transition:color .2s}.footer-link:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1rem}.footer-bottom-content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1.5rem}@media (min-width: 768px){.footer-bottom-content{flex-direction:row}}.footer-copyright{color:#e5e7eb;font-size:1rem}.footer-legal-links{display:flex;gap:2rem;font-size:1rem}.footer-legal-link{color:#e5e7eb;transition:color .2s}.footer-legal-link:hover{color:#fff}.fade-in{animation:fadeIn .6s ease-in}.hero-section{background-image:linear-gradient(to bottom right,var(--orange),var(--teal));color:#fff;padding:5rem 0;position:relative;overflow:hidden}@media (min-width: 768px){.hero-section{padding:8rem 0}}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1}.hero-pattern{position:absolute;background-color:#fff;border-radius:50%}.hero-pattern-1{top:5rem;left:2.5rem;width:8rem;height:8rem}.hero-pattern-2{top:10rem;right:5rem;width:6rem;height:6rem}.hero-pattern-3{bottom:5rem;left:25%;width:4rem;height:4rem}.hero-container{position:relative;z-index:10}.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:5rem}}.hero-content{text-align:center}@media (min-width: 1024px){.hero-content{text-align:left}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:9999px;padding:.5rem 1rem;margin-bottom:1.5rem}.hero-badge-dot{width:.5rem;height:.5rem;background-color:var(--turquoise-light);border-radius:50%;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.hero-title{font-size:3rem;font-weight:700;margin-bottom:2rem;line-height:1.1}@media (min-width: 768px){.hero-title{font-size:3.75rem}}@media (min-width: 1024px){.hero-title{font-size:4.5rem}}.hero-title-highlight{color:var(--turquoise-light);position:relative}.hero-title-highlight:after{content:"";position:absolute;bottom:-.5rem;left:0;width:100%;height:.25rem;background-color:#40e0d04d;border-radius:9999px}.hero-description{font-size:1.25rem;margin-bottom:2.5rem;color:#ffffffe6;max-width:42rem;line-height:1.75;margin-left:auto;margin-right:auto}@media (min-width: 768px){.hero-description{font-size:1.5rem}}@media (min-width: 1024px){.hero-description{margin-left:0;margin-right:0}}.hero-actions{display:flex;flex-direction:column;gap:1.5rem;justify-content:center}@media (min-width: 640px){.hero-actions{flex-direction:row}}@media (min-width: 1024px){.hero-actions{justify-content:flex-start}}.hero-stats-card{position:relative;margin-top:3rem}@media (min-width: 1024px){.hero-stats-card{margin-top:0}}.stats-card{background-color:#ffffff26;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1.5rem;padding:2rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 25px 50px -12px #00000040}@media (min-width: 768px){.stats-card{padding:2.5rem}}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.stat-item{background-color:#fff3;border-radius:1rem;padding:1.5rem;transition:all .3s ease}.stat-item:hover{background-color:#ffffff40}.stat-number{font-size:2.25rem;font-weight:700;color:var(--turquoise-light);margin-bottom:.5rem}@media (min-width: 768px){.stat-number{font-size:2.5rem}}.stat-label{font-size:.875rem;font-weight:500}@media (min-width: 768px){.stat-label{font-size:1rem}}.features-section{padding:5rem 0;background-color:var(--white);position:relative;overflow:hidden}@media (min-width: 768px){.features-section{padding:8rem 0}}.features-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05}.features-pattern-1{position:absolute;top:5rem;right:2.5rem;width:16rem;height:16rem;background-color:var(--orange);border-radius:50%;filter:blur(3rem)}.features-pattern-2{position:absolute;bottom:5rem;left:2.5rem;width:12rem;height:12rem;background-color:var(--teal);border-radius:50%;filter:blur(3rem)}.features-container{position:relative;z-index:10}.features-header{text-align:center;margin-bottom:4rem}@media (min-width: 768px){.features-header{margin-bottom:5rem}}.features-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#ff6b351a;color:var(--orange);padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.features-badge-dot{width:.5rem;height:.5rem;background-color:var(--orange);border-radius:50%}.features-title{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem}@media (min-width: 768px){.features-title{font-size:3rem}}@media (min-width: 1024px){.features-title{font-size:3.75rem}}.features-title-highlight{color:var(--teal)}.features-description{color:var(--gray-600);font-size:1.125rem;max-width:48rem;margin:0 auto;line-height:1.75}@media (min-width: 768px){.features-description{font-size:1.25rem}}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.feature-card{background-color:var(--white);border-radius:1.5rem;padding:2rem;text-align:center;transition:all .5s ease;border:1px solid var(--gray-100);position:relative;overflow:hidden}@media (min-width: 768px){.feature-card{padding:2.5rem}}.feature-card:hover{box-shadow:0 25px 50px -12px #00000040;transform:translateY(-.5rem);border-color:#ff6b3533}.feature-card-decoration{position:absolute;top:0;right:0;width:8rem;height:8rem;background-color:#ff6b350d;border-radius:50%;transform:translateY(-4rem) translate(4rem)}.feature-card:hover .feature-card-decoration{background-color:#ff6b351a}.feature-icon{width:5rem;height:5rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}@media (min-width: 768px){.feature-icon{width:6rem;height:6rem}}.feature-icon svg{width:2.5rem;height:2.5rem;color:#fff}@media (min-width: 768px){.feature-icon svg{width:3rem;height:3rem}}.feature-icon.orange{background-image:linear-gradient(to bottom right,var(--orange),var(--orange-light))}.feature-icon.teal{background-image:linear-gradient(to bottom right,var(--teal),var(--teal-light))}.feature-icon.turquoise{background-image:linear-gradient(to bottom right,var(--turquoise),var(--turquoise-light))}.feature-card:hover .feature-title{color:var(--orange)}.feature-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;transition:color .3s ease}@media (min-width: 768px){.feature-title{font-size:1.875rem}}.feature-description{color:var(--gray-600);font-size:1rem;line-height:1.75}@media (min-width: 768px){.feature-description{font-size:1.125rem}}.featured-courses-section{padding:4rem 0}@media (min-width: 768px){.featured-courses-section{padding:5rem 0}}.featured-courses-header{margin-bottom:1rem}@media (min-width: 768px){.featured-courses-header{margin-bottom:1.5rem}}.featured-courses-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem;text-align:center}@media (min-width: 768px){.featured-courses-title{font-size:2.25rem}}.featured-courses-description{color:var(--gray-600);font-size:1.125rem}@media (min-width: 768px){.featured-courses-description{font-size:1.25rem}}.featured-courses-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media (min-width: 640px){.featured-courses-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.featured-courses-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.featured-courses-cta{text-align:center;margin-top:4rem}@media (min-width: 768px){.featured-courses-cta{margin-top:5rem}}.course-card{background-color:var(--white);border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transition:all .5s ease;overflow:hidden;border:1px solid var(--gray-100);transform:translateY(0)}.course-card:hover{box-shadow:0 25px 50px -12px #00000040;transform:translateY(-.5rem);border-color:#ff6b3533}.course-image-container{position:relative;overflow:hidden}.course-image{width:100%;height:8rem;object-fit:cover;transition:transform .7s ease}@media (min-width: 768px){.course-image{height:9rem}}.course-card:hover .course-image{transform:scale(1.1)}.course-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to top,rgba(0,0,0,.2),transparent);opacity:0;transition:opacity .3s ease}.course-card:hover .course-image-overlay{opacity:1}.course-price-badge{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:700;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.course-price-badge.free{background-color:#10b981;color:#fff}.course-price-badge.paid{background-color:var(--white);color:var(--orange)}.course-content{padding:1.5rem}@media (min-width: 768px){.course-content{padding:2rem}}.course-tags{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.course-tag{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.course-tag.category{background-color:#ff6b351a;color:var(--orange);border:1px solid rgba(255,107,53,.2)}.course-tag.level{background-color:#0080801a;color:var(--teal);border:1px solid rgba(0,128,128,.2)}.course-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;transition:color .3s ease;line-height:1.25}@media (min-width: 768px){.course-title{font-size:1.5rem}}.course-card:hover .course-title{color:var(--teal)}.course-description{color:var(--gray-600);font-size:.875rem;margin-bottom:1.5rem;line-height:1.625;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (min-width: 768px){.course-description{font-size:1rem}}.course-instructor{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.course-instructor-avatar{position:relative}.course-instructor img{width:2.5rem;height:2.5rem;border-radius:50%;border:2px solid var(--white);box-shadow:0 1px 2px #0000000d}.course-instructor-badge{position:absolute;bottom:-.25rem;right:-.25rem;width:1rem;height:1rem;background-color:#10b981;border-radius:50%;border:2px solid var(--white)}.course-instructor-name{font-size:.875rem;font-weight:600;color:var(--gray-800)}.course-instructor-label{font-size:.75rem;color:var(--gray-500)}.course-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-100)}.course-rating{display:flex;align-items:center;gap:.5rem}.course-rating-stars svg{width:1rem;height:1rem;color:#facc15;fill:currentColor}.course-rating-number{font-size:.875rem;font-weight:700;color:var(--gray-800)}.free-courses-banner{padding:3rem 0;background-image:linear-gradient(to right,#f0fdf4,#f0fdfa)}.free-courses-content{max-width:56rem;margin:0 auto;text-align:center}.free-courses-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#10b981;color:var(--white);padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.free-courses-badge svg{width:1.25rem;height:1.25rem}.free-courses-title{font-size:1.875rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}@media (min-width: 768px){.free-courses-title{font-size:2.25rem}}.free-courses-description{font-size:1.125rem;color:var(--gray-600);margin-bottom:1.5rem}.free-courses-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.free-course-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background-color:var(--white);border:2px solid #10b981;color:#047857;border-radius:.5rem;font-weight:600;transition:all .3s ease;box-shadow:0 1px 2px #0000000d}.free-course-link:hover{background-color:#10b981;color:var(--white);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.free-course-link svg{width:1.25rem;height:1.25rem}.cta-section{padding:4rem 0;background-image:linear-gradient(to bottom right,var(--teal),var(--turquoise));color:#fff}@media (min-width: 768px){.cta-section{padding:5rem 0}}.cta-content{text-align:center}.cta-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}@media (min-width: 768px){.cta-title{font-size:2.25rem}}@media (min-width: 1024px){.cta-title{font-size:3rem}}.cta-description{font-size:1.125rem;margin-bottom:2rem;color:#ffffffe6;max-width:42rem;margin-left:auto;margin-right:auto}@media (min-width: 768px){.cta-description{font-size:1.25rem;margin-bottom:2rem}}.cta-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 640px){.cta-actions{flex-direction:row;gap:1rem;justify-content:center;margin-left:auto;margin-right:auto}}.courses-page{padding:1.5rem 0}.courses-header{text-align:center;margin-bottom:1.5rem}.courses-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.courses-subtitle{color:var(--gray-600);font-size:1.125rem}.search-filters-card{background-color:var(--white);border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border:1px solid var(--gray-200);padding:1rem;margin-bottom:1rem}.search-filters-row{display:flex;flex-direction:column;gap:1rem}@media (min-width: 1024px){.search-filters-row{flex-direction:row}}.search-wrapper{flex:1 1 0%}.search-form{position:relative}.search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid var(--gray-300);border-radius:.5rem;background-color:var(--gray-50);transition:all .2s ease}.search-input:focus{outline:none;box-shadow:0 0 0 2px var(--teal);border-color:transparent;background-color:var(--white)}.search-icon{position:absolute;top:0;bottom:0;left:0;padding-left:.75rem;display:flex;align-items:center;pointer-events:none}.search-icon svg{height:1.25rem;width:1.25rem;color:var(--gray-400)}.filters-wrapper{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 640px){.filters-wrapper{flex-direction:row}}.filter-select{padding:.75rem 2rem .75rem .75rem;border:1px solid var(--gray-300);border-radius:.5rem;background-color:var(--white);color:var(--gray-900);cursor:pointer;font-size:.875rem;min-width:7.5rem;transition:all .2s ease}.filter-select:focus{outline:none;box-shadow:0 0 0 2px var(--teal);border-color:transparent}.filter-select.category:focus{box-shadow:0 0 0 2px var(--teal)}.filter-select.level:focus{box-shadow:0 0 0 2px var(--orange)}.filter-select.price:focus{box-shadow:0 0 0 2px var(--turquoise)}.clear-filters-button{padding:.75rem 1rem;background-color:var(--gray-100);color:var(--gray-600);border-radius:.5rem;border:none;cursor:pointer;font-size:.875rem;font-weight:500;white-space:nowrap;transition:all .2s ease}.clear-filters-button:hover{background-color:var(--gray-200)}.results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.results-count{color:var(--gray-600)}.sort-wrapper{display:flex;align-items:center;gap:.5rem}.sort-label{font-size:.875rem;color:var(--gray-600)}.courses-grid{display:grid;grid-template-columns:1fr;gap:1rem}.course-card{background-color:var(--white);border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;overflow:hidden}.course-image-wrapper{position:relative}.course-image{width:100%;height:8rem;object-fit:cover}.course-price-badge{position:absolute;top:1rem;right:1rem;background-color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.25rem .5rem;border-radius:9999px;font-size:.875rem;font-weight:500}.course-duration-badge{position:absolute;bottom:1rem;left:1rem;background-color:#000000b3;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.875rem}.course-card-content{padding:1rem}.course-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.course-meta-item{font-size:.875rem;color:var(--gray-500)}.course-card-title{font-size:1.125rem;font-weight:600;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.course-card-description{color:var(--gray-600);font-size:.875rem;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.course-instructor-info{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.course-instructor-avatar{width:1.5rem;height:1.5rem;border-radius:50%}.course-instructor-name{font-size:.875rem;color:var(--gray-600)}.course-stats{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.course-rating{display:flex;align-items:center;gap:.25rem}.course-rating-stars{width:1rem;height:1rem;color:#facc15;fill:currentColor}.course-rating-number{font-size:.875rem;font-weight:500;margin-left:.25rem}.course-rating-count{font-size:.875rem;color:var(--gray-500)}.course-lessons{font-size:.875rem;color:var(--gray-500);font-weight:500}.empty-state{text-align:center;padding:3rem 0}.empty-state-icon{width:4rem;height:4rem;color:var(--gray-400);margin:0 auto 1rem}.empty-state-title{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.empty-state-description{color:var(--gray-600);margin-bottom:1rem}.course-detail-page{padding:2rem 0}.course-detail-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.course-detail-grid{grid-template-columns:2fr 1fr}}.course-detail-header{margin-bottom:2rem}.course-badges{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.course-badge{padding:.5rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.course-badge.category{background-color:#0080801a;color:var(--teal)}.course-badge.level{background-color:#ff6b351a;color:var(--orange)}.course-detail-title{font-size:1.875rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.course-detail-description{font-size:1.125rem;color:var(--gray-600);margin-bottom:1.5rem}.course-detail-meta{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.course-instructor-info{display:flex;align-items:center;gap:.5rem}.course-instructor-avatar{width:2rem;height:2rem;border-radius:50%}.course-instructor-name{color:var(--gray-700)}.course-rating-info{display:flex;align-items:center;gap:.25rem}.course-rating-star{width:1.25rem;height:1.25rem;color:#facc15;fill:currentColor}.course-rating-value{font-weight:500}.course-rating-count{color:var(--gray-500)}.course-image{margin-bottom:2rem}.course-image img{width:100%;height:16rem;object-fit:cover;border-radius:.5rem}.course-section{margin-bottom:2rem}.course-section-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.course-learn-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.course-learn-grid{grid-template-columns:repeat(2,1fr)}}.course-learn-item{display:flex;align-items:center;gap:.5rem}.course-learn-check{width:1.25rem;height:1.25rem;color:#10b981;flex-shrink:0}.course-lesson-list{display:flex;flex-direction:column;gap:1rem}.course-lesson-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background-color:var(--gray-50);border-radius:.5rem}.course-lesson-info{display:flex;align-items:center;gap:.75rem}.course-lesson-number{width:2rem;height:2rem;background-color:var(--teal);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:500}.course-lesson-details h3{font-weight:500}.course-lesson-meta{font-size:.875rem;color:var(--gray-600)}.course-lesson-duration{font-size:.875rem;color:var(--gray-500)}.course-sidebar{position:sticky;top:6rem}.course-enroll-box{padding:1.5rem}.course-enroll-price{text-align:center;margin-bottom:1.5rem}.course-enroll-price-value{font-size:1.875rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.course-enroll-price-note{font-size:.875rem;color:var(--gray-600)}.course-enroll-status{text-align:center;font-size:.875rem;color:#059669}.course-enroll-info{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--gray-200)}.course-enroll-info-title{font-weight:600;margin-bottom:.75rem}.course-includes-list{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.course-include-item{display:flex;align-items:center;gap:.5rem}.course-include-check{width:1rem;height:1rem;color:#10b981;flex-shrink:0}.course-detail-list{margin-top:1.5rem}.course-detail-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.course-detail-item-label{color:var(--gray-600)}.course-detail-item-value{font-weight:500}.payment-modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.payment-modal-content{background-color:var(--white);border-radius:.5rem;max-width:28rem;width:100%;padding:1.5rem}.payment-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.payment-modal-title{font-size:1.25rem;font-weight:700}.payment-modal-close{color:var(--gray-400);cursor:pointer;transition:color .2s ease}.payment-modal-close:hover{color:var(--gray-600)}.payment-modal-close svg{width:1.5rem;height:1.5rem}.payment-summary{background-color:var(--gray-50);border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.payment-summary-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.payment-summary-item:last-of-type{margin-bottom:0}.payment-summary-label{font-size:.875rem;color:var(--gray-600)}.payment-summary-value{font-size:.875rem;font-weight:500}.payment-summary-divider{border-top:1px solid var(--gray-200);margin-top:.75rem;padding-top:.75rem}.payment-summary-total{display:flex;justify-content:space-between;align-items:center}.payment-summary-total-label{font-weight:600}.payment-summary-total-value{font-size:1.25rem;font-weight:700;color:var(--teal)}.payment-methods{margin-bottom:1rem;font-size:.875rem;color:var(--gray-600)}.payment-methods-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.payment-method-button{width:100%;padding:1rem;border:2px solid var(--gray-200);border-radius:.5rem;cursor:pointer;transition:all .2s ease;text-align:left;background:white;font-family:inherit}.payment-method-button:hover{border-color:var(--teal);background-color:#0080800d}.payment-method-content{display:flex;align-items:center;gap:.75rem}.payment-method-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.payment-method-icon.mpesa{background-color:#10b981;color:#fff}.payment-method-icon.card{background-color:#2563eb;color:#fff}.payment-method-icon.bank{background-color:#4b5563;color:#fff}.payment-method-icon svg{width:1.5rem;height:1.5rem}.payment-method-info{flex:1 1 0%}.payment-method-name{font-weight:600;color:var(--gray-900)}.payment-method-description{font-size:.875rem;color:var(--gray-600)}.payment-method-arrow{width:1.25rem;height:1.25rem;color:var(--gray-400);transition:color .2s ease}.payment-method-button:hover .payment-method-arrow{color:var(--teal)}.payment-security{font-size:.75rem;text-align:center;color:var(--gray-500);margin-bottom:1rem}.payment-processing{text-align:center;padding:2rem 0}.payment-loading{width:3rem;height:3rem;border:4px solid var(--teal);border-top-color:transparent;border-radius:50%;margin:0 auto 1rem;animation:spin 1s linear infinite}.payment-processing-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.payment-processing-text{color:var(--gray-600);margin-bottom:1rem}.payment-processing-note{font-size:.875rem;color:var(--gray-500)}.course-learning-container{min-height:100vh;background-color:#f9fafb;display:flex;flex-direction:column}.course-learning-header{background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:50;box-shadow:0 1px 3px #0000001a}.course-learning-header-content{padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;max-width:100%}.course-learning-header-left{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.course-learning-back-btn{color:#6b7280;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.course-learning-back-btn:hover{color:#111827;background-color:#f3f4f6}.course-learning-back-btn svg{width:1.5rem;height:1.5rem}.course-learning-header-info h1{font-size:1.125rem;font-weight:700;color:#111827;margin:0;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.course-learning-header-info p{font-size:.875rem;color:#6b7280;margin:.25rem 0 0}.course-learning-header-right{display:flex;align-items:center;gap:1rem}.course-learning-progress-container{display:none;align-items:center;gap:.75rem}@media (min-width: 768px){.course-learning-progress-container{display:flex}}.course-learning-progress-label{font-size:.875rem;color:#6b7280;white-space:nowrap}.course-learning-progress-bar{width:8rem;height:.5rem;background-color:#e5e7eb;border-radius:9999px;overflow:hidden}.course-learning-progress-fill{height:100%;background:linear-gradient(to right,#14b8a6,#06b6d4);transition:width .5s ease}.course-learning-progress-value{font-size:.875rem;font-weight:600;color:#14b8a6;white-space:nowrap}.course-learning-menu-toggle{display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.5rem;color:#6b7280;cursor:pointer;transition:all .2s ease;border:none;background:none}@media (min-width: 1024px){.course-learning-menu-toggle{display:none}}.course-learning-menu-toggle:hover{color:#111827;background-color:#f3f4f6}.course-learning-menu-toggle svg{width:1.5rem;height:1.5rem}.course-learning-main{display:flex;flex:1;overflow:hidden;height:calc(100vh - 73px)}.course-learning-sidebar{width:320px;background-color:#fff;border-right:1px solid #e5e7eb;overflow-y:auto;display:flex;flex-direction:column;position:relative}@media (max-width: 1023px){.course-learning-sidebar{position:fixed;left:0;top:73px;height:calc(100vh - 73px);z-index:40;transform:translate(-100%);transition:transform .3s ease;box-shadow:2px 0 8px #0000001a}.course-learning-sidebar.open{transform:translate(0)}}.course-learning-sidebar-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background-color:#fff;z-index:10}.course-learning-sidebar-title{font-size:1.125rem;font-weight:700;color:#111827;margin:0 0 .25rem}.course-learning-sidebar-subtitle{font-size:.875rem;color:#6b7280;margin:0}.course-learning-lessons-container{flex:1;overflow-y:auto;padding:1rem}.course-learning-lesson-item{width:100%;text-align:left;padding:1rem;border-radius:.75rem;margin-bottom:.5rem;transition:all .2s ease;border:2px solid transparent;background-color:#f9fafb;cursor:pointer;display:flex;align-items:center;gap:.75rem}.course-learning-lesson-item:hover{background-color:#f3f4f6;transform:translate(2px)}.course-learning-lesson-item.active{background:linear-gradient(to right,#14b8a6,#06b6d4);color:#fff;border-color:#14b8a6;box-shadow:0 4px 6px -1px #14b8a64d}.course-learning-lesson-item.completed{background-color:#f0fdf4;border-color:#86efac;color:#166534}.course-learning-lesson-number{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;flex-shrink:0}.course-learning-lesson-item.active .course-learning-lesson-number{background-color:#ffffff40;color:#fff}.course-learning-lesson-item:not(.active) .course-learning-lesson-number{background-color:#fff;color:#6b7280}.course-learning-lesson-item.completed:not(.active) .course-learning-lesson-number{background-color:#86efac;color:#166534}.course-learning-lesson-content{flex:1;min-width:0}.course-learning-lesson-title{font-size:.9375rem;font-weight:600;margin:0 0 .25rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.course-learning-lesson-meta{font-size:.75rem;opacity:.8;margin:0}.course-learning-lesson-complete-icon{width:1.25rem;height:1.25rem;flex-shrink:0;color:#10b981}.course-learning-content{flex:1;overflow-y:auto;background-color:#f9fafb;padding:0}.course-learning-content-inner{max-width:1200px;margin:0 auto;padding:2rem}@media (min-width: 768px){.course-learning-content-inner{padding:2.5rem}}.course-learning-video-container{background-color:#111827;border-radius:.75rem;overflow:hidden;margin-bottom:2rem;box-shadow:0 20px 25px -5px #0000001a}.course-learning-video-player{width:100%;aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center;position:relative}.course-learning-video-placeholder{text-align:center;color:#fff}.course-learning-video-icon{width:5rem;height:5rem;background-color:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.course-learning-video-icon svg{width:2.5rem;height:2.5rem}.course-learning-video-title{font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.course-learning-video-subtitle{font-size:.875rem;opacity:.7;margin:0}.course-learning-lesson-section{background-color:#fff;border-radius:.75rem;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.course-learning-lesson-header{margin-bottom:1.5rem}.course-learning-lesson-header h2{font-size:2rem;font-weight:700;color:#111827;margin:0 0 .5rem;line-height:1.2}@media (min-width: 768px){.course-learning-lesson-header h2{font-size:2.5rem}}.course-learning-lesson-description{font-size:1.125rem;color:#374151;line-height:1.7;margin-bottom:1.5rem}.course-learning-objectives{margin-bottom:2rem}.course-learning-objectives h3{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1rem}.course-learning-objectives ul{list-style:none;padding:0;margin:0}.course-learning-objectives li{padding:.75rem 0 .75rem 1.75rem;position:relative;color:#374151;font-size:1rem;line-height:1.6}.course-learning-objectives li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700;font-size:1.125rem}.course-learning-concepts{margin-bottom:2rem}.course-learning-concepts h3{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1rem}.course-learning-concepts p{font-size:1rem;color:#374151;line-height:1.7;margin-bottom:1rem}.course-learning-tip-box{background-color:#fb923c1a;border-left:4px solid #f97316;padding:1.25rem;border-radius:.5rem;margin-top:1.5rem}.course-learning-tip-box-title{font-weight:600;color:#f97316;margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem;font-size:1rem}.course-learning-tip-box-title svg{width:1.25rem;height:1.25rem}.course-learning-tip-box p{color:#374151;margin:0;font-size:.9375rem;line-height:1.6}.course-learning-actions{background-color:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.course-learning-complete-btn{width:100%;padding:1rem;background:linear-gradient(to right,#f97316,#ea580c);color:#fff;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;font-size:1rem}.course-learning-complete-btn:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px #f973164d}.course-learning-complete-btn:active{transform:translateY(0)}.course-learning-completed-state{text-align:center}.course-learning-completed-badge{display:inline-flex;align-items:center;gap:.5rem;color:#10b981;font-weight:600;margin-bottom:1rem;font-size:1rem}.course-learning-completed-badge svg{width:1.5rem;height:1.5rem}.course-learning-action-buttons{display:flex;gap:1rem;justify-content:center}.course-learning-action-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-size:.9375rem}.course-learning-action-btn-primary{background:linear-gradient(to right,#14b8a6,#06b6d4);color:#fff}.course-learning-action-btn-secondary{background-color:#fff;color:#14b8a6;border:2px solid #14b8a6}.course-learning-action-btn:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.course-learning-quiz-container{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.course-learning-quiz-header{margin-bottom:2rem}.course-learning-quiz-header h2{font-size:2rem;font-weight:700;color:#111827;margin:0 0 .5rem}@media (min-width: 768px){.course-learning-quiz-header h2{font-size:2.5rem}}.course-learning-quiz-header p{font-size:1rem;color:#6b7280;margin:0}.course-learning-quiz-questions{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.course-learning-quiz-question{border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;background-color:#fafafa}.course-learning-quiz-question-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 1rem}.course-learning-quiz-options{display:flex;flex-direction:column;gap:.75rem}.course-learning-quiz-option{display:flex;align-items:center;gap:.75rem;padding:.875rem;border:2px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s ease;background-color:#fff}.course-learning-quiz-option:hover{border-color:#14b8a6;background-color:#14b8a60d}.course-learning-quiz-option input[type=radio]{width:1.125rem;height:1.125rem;cursor:pointer;accent-color:#14b8a6}.course-learning-quiz-option span{flex:1;font-size:.9375rem;color:#374151}.course-learning-quiz-submit{width:100%;padding:1rem;background:linear-gradient(to right,#f97316,#ea580c);color:#fff;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;font-size:1rem}.course-learning-quiz-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px -1px #f973164d}.course-learning-quiz-submit:disabled{opacity:.5;cursor:not-allowed}.course-learning-quiz-result{text-align:center;padding:2rem}.course-learning-quiz-result-icon{width:4rem;height:4rem;background-color:#d1fae5;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.course-learning-quiz-result-icon svg{width:2rem;height:2rem;color:#10b981}.course-learning-quiz-result-title{font-size:1.875rem;font-weight:700;color:#111827;margin:0 0 .5rem}.course-learning-quiz-result-score{font-size:1.25rem;color:#6b7280;margin:0 0 1rem}.course-learning-quiz-result-message{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem}.course-learning-overlay{display:none}@media (max-width: 1023px){.course-learning-overlay{display:block;position:fixed;top:73px;left:0;right:0;bottom:0;background-color:#00000080;z-index:35;opacity:0;visibility:hidden;transition:all .3s ease}.course-learning-overlay.active{opacity:1;visibility:visible}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-image:linear-gradient(to bottom right,var(--gray-50),var(--gray-100));padding:3rem 1rem}.login-container{max-width:28rem;width:100%}.login-card{background-color:var(--white);border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid var(--gray-200);padding:2rem}.login-header{text-align:center;margin-bottom:2rem}.login-logo{display:flex;justify-content:center;margin-bottom:.25rem}.login-logo img{width:8rem;height:8rem}.login-title{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.login-subtitle{color:var(--gray-600)}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-error{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:.75rem 1rem;border-radius:.5rem}.login-form-fields{display:flex;flex-direction:column;gap:1.25rem}.login-form-group{display:flex;flex-direction:column}.login-form-label{display:block;font-size:.875rem;font-weight:600;color:var(--gray-700);margin-bottom:.5rem}.login-form-input{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:.75rem;background-color:var(--gray-50);transition:all .2s ease}.login-form-input:focus{outline:none;box-shadow:0 0 0 2px var(--teal);border-color:transparent;background-color:var(--white)}.login-form-options{display:flex;align-items:center;justify-content:space-between}.login-remember{display:flex;align-items:center}.login-remember input{height:1rem;width:1rem;color:var(--teal);border-color:var(--gray-300);border-radius:.25rem}.login-remember label{margin-left:.5rem;display:block;font-size:.875rem;color:var(--gray-700)}.login-forgot-password{font-size:.875rem}.login-forgot-password a{font-weight:500;color:var(--teal);transition:color .2s ease}.login-forgot-password a:hover{color:var(--teal-dark)}.login-submit-button{width:100%;background-image:linear-gradient(to right,var(--orange),var(--orange-dark));color:#fff;padding:.75rem 1rem;border-radius:.75rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transform:translateY(0)}.login-submit-button:hover:not(:disabled){background-image:linear-gradient(to right,var(--orange-dark),var(--orange));transform:translateY(-.125rem);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.login-submit-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.login-submit-button-content{display:flex;align-items:center;justify-content:center}.login-loading{width:1.25rem;height:1.25rem;border:2px solid white;border-top-color:transparent;border-radius:50%;margin-right:.5rem;animation:spin 1s linear infinite}.login-register-link{text-align:center}.login-register-link p{font-size:.875rem;color:var(--gray-600)}.login-register-link a{font-weight:600;color:var(--teal);transition:color .2s ease}.login-register-link a:hover{color:var(--teal-dark)}.register-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-image:linear-gradient(to bottom right,var(--gray-50),var(--gray-100));padding:3rem 1rem}.register-container{max-width:28rem;width:100%}.register-card{background-color:var(--white);border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid var(--gray-200);padding:2rem}.register-header{text-align:center;margin-bottom:2rem}.register-logo{display:flex;justify-content:center;margin-bottom:.25rem}.register-logo img{width:8rem;height:8rem}.register-title{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.register-subtitle{color:var(--gray-600)}.register-form{display:flex;flex-direction:column;gap:1.5rem}.register-error{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:.75rem 1rem;border-radius:.5rem}.register-form-fields{display:flex;flex-direction:column;gap:1.25rem}.register-form-group{display:flex;flex-direction:column}.register-form-label{display:block;font-size:.875rem;font-weight:600;color:var(--gray-700);margin-bottom:.5rem}.register-form-input{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:.75rem;background-color:var(--gray-50);transition:all .2s ease}.register-form-input:focus{outline:none;box-shadow:0 0 0 2px var(--teal);border-color:transparent;background-color:var(--white)}.register-terms{display:flex;align-items:flex-start}.register-terms input{height:1rem;width:1rem;margin-top:.25rem;color:var(--teal);border-color:var(--gray-300);border-radius:.25rem}.register-terms label{margin-left:.75rem;display:block;font-size:.875rem;color:var(--gray-700);line-height:1.5}.register-terms a{color:var(--teal);transition:color .2s ease}.register-terms a:hover{color:var(--teal-dark)}.register-submit-button{width:100%;background-image:linear-gradient(to right,var(--orange),var(--orange-dark));color:#fff;padding:.75rem 1rem;border-radius:.75rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transform:translateY(0)}.register-submit-button:hover:not(:disabled){background-image:linear-gradient(to right,var(--orange-dark),var(--orange));transform:translateY(-.125rem);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.register-submit-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.register-submit-button-content{display:flex;align-items:center;justify-content:center}.register-loading{width:1.25rem;height:1.25rem;border:2px solid white;border-top-color:transparent;border-radius:50%;margin-right:.5rem;animation:spin 1s linear infinite}.register-login-link{text-align:center}.register-login-link p{font-size:.875rem;color:var(--gray-600)}.register-login-link a{font-weight:600;color:var(--teal);transition:color .2s ease}.register-login-link a:hover{color:var(--teal-dark)}.learner-dashboard{min-height:100vh;background-color:var(--gray-50);display:flex}.dashboard-sidebar{display:none;width:20rem;background-color:var(--white);border-right:1px solid var(--gray-200);position:fixed;left:0;top:0;height:100vh;overflow-y:auto;z-index:40}@media (min-width: 1024px){.dashboard-sidebar{display:flex;flex-direction:column}}.sidebar-header{padding:1.5rem}.sidebar-header-content{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.sidebar-avatar{width:3.5rem;height:3.5rem;background-image:linear-gradient(to bottom right,var(--turquoise),var(--teal));border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-avatar svg{width:1.75rem;height:1.75rem;color:var(--white)}.sidebar-header-info h2{font-size:1.125rem;font-weight:700;color:var(--gray-900)}.sidebar-header-info p{font-size:.875rem;color:var(--gray-500)}.sidebar-nav{flex:1 1 0%;padding:0}.nav-button{width:100%;display:flex;align-items:center;gap:.75rem;padding:1.25rem;text-align:left;transition:all .2s ease;border-left:4px solid transparent;background:none;border-top:none;border-right:none;border-bottom:none;cursor:pointer;color:var(--gray-700);font-size:.875rem}.nav-button-icon{flex-shrink:0;width:1.75rem;height:1.75rem}.nav-button-icon svg{width:1.75rem;height:1.75rem}.nav-button.active{background-color:#40e0d01a;color:var(--turquoise);border-left-color:var(--turquoise);font-weight:600}.nav-button:hover:not(.active){background-color:var(--gray-50)}.sidebar-footer{padding:1.5rem 1.5rem 4rem}.sidebar-stats-card{background-image:linear-gradient(to bottom right,var(--turquoise),var(--teal));border-radius:.75rem;padding:1.25rem;color:var(--white)}.sidebar-stats-content{display:flex;align-items:center;gap:1rem}.sidebar-stats-icon{width:3rem;height:3rem;background-color:#fff3;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-stats-icon svg{width:1.5rem;height:1.5rem}.sidebar-stats-number{font-size:1.875rem;font-weight:700}.sidebar-stats-label{font-size:.875rem;opacity:.9}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;background-color:var(--white);border-top:1px solid var(--gray-200);z-index:50;box-shadow:0 -4px 6px -1px #0000001a}@media (min-width: 1024px){.mobile-bottom-nav{display:none}}.mobile-nav-container{display:flex;align-items:center;justify-content:space-around;padding:.5rem}.mobile-nav-button{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem;border-radius:.5rem;transition:all .2s ease;background:none;border:none;cursor:pointer;color:var(--gray-400)}.mobile-nav-button.active{color:var(--turquoise);background-color:#40e0d01a}.mobile-nav-button:hover:not(.active){color:var(--gray-600)}.mobile-nav-button.active .mobile-nav-icon{transform:scale(1.1)}.mobile-nav-icon{width:1.25rem;height:1.25rem;transition:transform .2s ease}.mobile-nav-label{font-size:.75rem;font-weight:500}.dashboard-main{flex:1 1 0%;padding-bottom:5rem;min-height:100vh}@media (min-width: 1024px){.dashboard-main{margin-left:20rem;padding-bottom:0}}.dashboard-content{padding:1.5rem;max-width:87.5rem;margin:0 auto}@media (min-width: 1024px){.dashboard-content{padding:2.5rem}}.page-header{margin-bottom:2rem}.page-title{font-size:2.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.page-subtitle{color:var(--gray-600);font-size:1.125rem}.hero-greeting{margin-bottom:2rem;background-image:linear-gradient(to right,var(--teal),var(--turquoise));border-radius:1rem;padding:2rem;color:var(--white);position:relative;overflow:hidden}.hero-gradient-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(0,128,128,.9),rgba(64,224,208,.9))}.hero-content{position:relative;z-index:10}.hero-title{font-size:2.25rem;font-weight:700;margin-bottom:.5rem}.hero-subtitle{font-size:1.25rem;color:#ffffffe6}.hero-decoration-1{position:absolute;top:1rem;right:1rem;width:5rem;height:5rem;background-color:#ffffff1a;border-radius:50%}.hero-decoration-2{position:absolute;bottom:1rem;right:2rem;width:3rem;height:3rem;background-color:#ffffff0d;border-radius:50%}.hero-stats-card{background-image:linear-gradient(to right,var(--white),rgba(0,128,128,.05));border-radius:1.5rem;padding:2rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid var(--gray-100);position:relative;overflow:hidden;margin-bottom:1.5rem}.hero-stats-bg-decoration-1{position:absolute;top:0;right:0;width:8rem;height:8rem;background-image:linear-gradient(to bottom right,rgba(0,128,128,.1),rgba(64,224,208,.1));border-radius:50%;transform:translate(4rem,-4rem)}.hero-stats-bg-decoration-2{position:absolute;bottom:0;left:0;width:6rem;height:6rem;background-image:linear-gradient(to top right,rgba(255,107,53,.1),rgba(0,128,128,.1));border-radius:50%;transform:translate(-3rem,3rem)}.hero-stats-content{position:relative;z-index:10}.hero-stats-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media (min-width: 1024px){.hero-stats-grid{grid-template-columns:repeat(2,1fr)}}.primary-stats-section{display:flex;align-items:center;justify-content:space-between}.stat-item{text-align:center}.stat-item-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.stat-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.stat-icon.orange{background-color:#ff6b3533}.stat-icon.teal{background-color:#00808033}.stat-icon.turquoise{background-color:#40e0d033}.stat-icon svg{width:1.5rem;height:1.5rem}.stat-icon.orange svg{color:var(--orange)}.stat-icon.teal svg{color:var(--teal)}.stat-icon.turquoise svg{color:var(--turquoise)}.stat-label{font-size:.875rem;font-weight:500;color:var(--gray-600)}.stat-number{font-size:2.25rem;font-weight:700;color:var(--gray-900)}.stat-number.orange{color:var(--orange)}.stat-number.turquoise{color:var(--turquoise)}.progress-arc-container{flex:1 1 0%;margin:0 2rem;position:relative}.progress-arc-bar{width:100%;height:.5rem;background-color:var(--gray-200);border-radius:9999px;overflow:hidden}.progress-arc-fill{height:100%;background-image:linear-gradient(to right,var(--orange),var(--teal));border-radius:9999px;transition:width 1s ease}.progress-arc-text{text-align:center;margin-top:.5rem}.progress-arc-label{font-size:.75rem;color:var(--gray-500)}.supporting-metrics{display:flex;align-items:center;justify-content:center;gap:2rem;padding-top:1rem;border-top:1px solid var(--gray-200)}.supporting-metric{text-align:center}.supporting-metric-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.supporting-metric-icon{width:1rem;height:1rem;color:var(--gray-500)}.supporting-metric-label{font-size:.75rem;color:var(--gray-500)}.supporting-metric-value{font-size:1.125rem;font-weight:600;color:var(--gray-700)}.content-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){.content-grid{grid-template-columns:repeat(3,1fr)}}.content-column{display:flex;flex-direction:column;gap:1rem}.widget-card{background-color:var(--white);border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border:1px solid var(--gray-100);padding:1.5rem}.widget-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.widget-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.widget-icon.teal-turquoise{background-image:linear-gradient(to right,var(--teal),var(--turquoise))}.widget-icon.red-orange{background-image:linear-gradient(to right,#ef4444,var(--orange))}.widget-icon.blue-turquoise{background-image:linear-gradient(to right,#3b82f6,var(--turquoise))}.widget-icon.teal-green{background-image:linear-gradient(to right,var(--teal),#10b981)}.widget-icon.purple-pink{background-image:linear-gradient(to right,#a855f7,#ec4899)}.widget-icon.indigo-blue{background-image:linear-gradient(to right,#6366f1,#3b82f6)}.widget-icon.yellow-orange{background-image:linear-gradient(to right,#fbbf24,var(--orange))}.widget-icon svg{width:1.25rem;height:1.25rem;color:var(--white)}.widget-title{font-size:1.25rem;font-weight:700;color:var(--gray-900)}.widget-content{display:flex;flex-direction:column;gap:1rem}.circular-progress-container{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.circular-progress-svg-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:8rem;height:8rem;margin-bottom:1rem}.circular-progress-svg{position:absolute;width:8rem;height:8rem;transform:rotate(-90deg)}.circular-progress-bg{stroke:var(--gray-200);stroke-width:8;fill:none}.circular-progress-bar{stroke:var(--teal);stroke-width:8;fill:none;stroke-linecap:round;transition:stroke-dashoffset 1s ease}.circular-progress-text{position:relative;z-index:10;text-align:center}.circular-progress-percentage{font-size:1.875rem;font-weight:700;color:var(--gray-900)}.circular-progress-label{font-size:.75rem;color:var(--gray-500)}.milestone-markers{display:flex;justify-content:space-between;width:100%;max-width:20rem;margin-bottom:1rem}.milestone-item{text-align:center}.milestone-dot{width:.5rem;height:.5rem;background-color:var(--gray-300);border-radius:50%;margin:0 auto .25rem}.milestone-label{font-size:.75rem;color:var(--gray-500)}.progress-description{color:var(--gray-600);margin-bottom:1rem;line-height:1.625;text-align:center}.progress-description .highlight-teal{font-weight:600;color:var(--teal)}.progress-description .highlight-orange{font-weight:600;color:var(--orange)}.weekly-goal-card{background-image:linear-gradient(to right,rgba(255,107,53,.05),rgba(0,128,128,.05));border-radius:.75rem;padding:1rem;border:1px solid rgba(255,107,53,.2)}.weekly-goal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.weekly-goal-label{font-size:.875rem;font-weight:500;color:var(--gray-700)}.weekly-goal-value{font-size:1.125rem;font-weight:700;color:var(--orange)}.weekly-goal-bar{width:100%;background-color:var(--gray-200);border-radius:9999px;height:.75rem;overflow:hidden}.weekly-goal-fill{background-image:linear-gradient(to right,var(--orange),var(--teal));height:.75rem;border-radius:9999px;transition:width .5s ease-out}.deadline-item{display:flex;align-items:center;gap:1rem;padding:1rem;background-image:linear-gradient(to right,var(--gray-50),rgba(243,244,246,.5));border-radius:.75rem;border:1px solid var(--gray-200);transition:all .2s ease}.deadline-item:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.deadline-priority-indicator{width:1rem;height:1rem;border-radius:50%}.deadline-priority-indicator.high{background-color:#ef4444;box-shadow:0 10px 15px -3px #ef44444d}.deadline-priority-indicator.medium{background-color:#eab308;box-shadow:0 10px 15px -3px #eab3084d}.deadline-priority-indicator.low{background-color:#10b981;box-shadow:0 10px 15px -3px #10b9814d}.deadline-info{flex:1 1 0%}.deadline-title{font-size:.875rem;font-weight:600;color:var(--gray-900)}.deadline-course{font-size:.75rem;color:var(--gray-600);margin-top:.25rem}.deadline-date{font-size:.75rem;font-weight:500;color:var(--gray-500);background-color:var(--white);padding:.25rem .75rem;border-radius:9999px;border:1px solid var(--gray-200)}.empty-state{text-align:center;padding:1.5rem;color:var(--gray-500)}.empty-state-icon{width:3rem;height:3rem;margin:0 auto .75rem;color:var(--gray-300)}.empty-state-title{font-size:.875rem}.empty-state-subtitle{font-size:.75rem;margin-top:.25rem}.activity-item{display:flex;align-items:center;gap:1rem;padding:1rem;background-image:linear-gradient(to right,rgba(59,130,246,.05),rgba(64,224,208,.05));border-radius:.75rem;border:1px solid rgba(59,130,246,.1);transition:all .2s ease}.activity-item:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.activity-icon-wrapper{width:3rem;height:3rem;background-image:linear-gradient(to right,rgba(59,130,246,.1),rgba(64,224,208,.1));border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:var(--gray-600)}.activity-info{flex:1 1 0%}.activity-title{font-size:.875rem;font-weight:600;color:var(--gray-900)}.activity-time{font-size:.75rem;color:var(--gray-500);margin-top:.25rem}.continue-learning-item{display:flex;gap:1rem;padding:1rem;background-image:linear-gradient(to right,rgba(0,128,128,.05),rgba(16,185,129,.05));border-radius:.75rem;border:1px solid rgba(0,128,128,.1);transition:all .2s ease}.continue-learning-item:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.continue-learning-thumbnail{width:5rem;height:5rem;object-fit:cover;border-radius:.75rem;box-shadow:0 1px 2px #0000000d}.continue-learning-details{flex:1 1 0%}.continue-learning-title{font-weight:600;font-size:.875rem;margin-bottom:.5rem;color:var(--gray-900)}.continue-learning-progress{margin-bottom:.75rem}.progress-header{display:flex;justify-content:space-between;font-size:.75rem;margin-bottom:.5rem}.progress-label-text{color:var(--gray-600)}.progress-percentage{font-weight:600;color:var(--teal)}.progress-bar{width:100%;background-color:var(--gray-200);border-radius:9999px;height:.5rem;overflow:hidden}.progress-bar-fill{background-image:linear-gradient(to right,var(--teal),#10b981);height:.5rem;border-radius:9999px;transition:width .3s ease}.continue-button{display:inline-flex;align-items:center;gap:.5rem;background-image:linear-gradient(to right,var(--teal),#10b981);color:var(--white);font-size:.75rem;font-weight:600;padding:.5rem 1rem;border-radius:.5rem;transition:all .2s ease;text-decoration:none;border:none;cursor:pointer}.continue-button:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.weekly-stat-item{display:flex;align-items:center;gap:1rem}.weekly-stat-day{font-size:.875rem;font-weight:600;color:var(--gray-700);width:2.5rem}.weekly-stat-bar-container{flex:1 1 0%;background-color:var(--gray-200);border-radius:9999px;height:.75rem;overflow:hidden}.weekly-stat-bar{background-image:linear-gradient(to right,#a855f7,#ec4899);height:.75rem;border-radius:9999px;transition:width .5s ease-out}.weekly-stat-hours{font-size:.875rem;font-weight:700;color:var(--gray-700);width:3rem;text-align:right}.weekly-total-card{margin-top:1.5rem;padding:1rem;background-image:linear-gradient(to right,rgba(168,85,247,.05),rgba(236,72,153,.05));border-radius:.75rem;border:1px solid rgba(168,85,247,.1)}.weekly-total-text{font-size:.875rem;color:var(--gray-600)}.weekly-total-highlight{font-weight:600}.quick-action-link,.quick-action-button{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem;background-image:linear-gradient(to right,var(--turquoise),var(--teal));color:var(--white);border-radius:.75rem;transition:all .2s ease;cursor:pointer;text-decoration:none;border:none;font-family:inherit}.quick-action-link:hover,.quick-action-button:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transform:scale(1.02)}.quick-action-icon{width:1.25rem;height:1.25rem}.quick-action-icon-main{width:1.225rem;height:1.225rem;flex-shrink:0}.quick-action-icon-arrow{width:.875rem;height:.875rem;margin-left:auto;flex-shrink:0}.quick-action-text{font-weight:600}.quick-action-arrow{width:1rem;height:1rem;margin-left:auto}.achievement-item{display:flex;align-items:center;gap:1rem;padding:1rem;background-image:linear-gradient(to right,rgba(254,243,199,1),rgba(253,230,138,.3));border-radius:.75rem;border:1px solid #fde047;transition:all .2s ease}.achievement-item:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.achievement-icon{color:var(--gray-600)}.achievement-details{flex:1}.achievement-title{font-size:.875rem;font-weight:600;color:var(--gray-900)}.achievement-description{font-size:.75rem;color:var(--gray-600);margin-top:.25rem}.catalog-header{text-align:center;margin-bottom:2rem}.catalog-title{font-size:2.25rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.catalog-description{color:var(--gray-600);font-size:1.125rem}.search-filters-container{background-color:var(--white);border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border:1px solid var(--gray-100);padding:2rem;margin-bottom:2rem}.search-filters-flex{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 1024px){.search-filters-flex{flex-direction:row}}.search-input-wrapper{flex:1 1 0%;position:relative}.search-input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid var(--gray-200);border-radius:.75rem;font-size:1.125rem;transition:all .2s ease;background:var(--white)}.search-input:focus{outline:none;box-shadow:0 0 0 2px var(--teal);border-color:var(--teal)}.search-icon-wrapper{position:absolute;top:0;bottom:0;left:0;padding-left:1rem;display:flex;align-items:center;pointer-events:none}.search-icon{width:1.5rem;height:1.5rem;color:var(--gray-400)}.filters-container{display:flex;flex-direction:column;gap:1rem}@media (min-width: 640px){.filters-container{flex-direction:row}}.filter-select{padding:1rem 1.5rem;border:2px solid var(--gray-200);border-radius:.75rem;background-color:var(--white);color:var(--gray-900);cursor:pointer;font-weight:500;transition:all .2s ease;font-size:1rem}.filter-select:focus{outline:none;box-shadow:0 0 0 2px var(--teal);border-color:var(--teal)}.filter-select.category:focus{box-shadow:0 0 0 2px var(--teal);border-color:var(--teal)}.filter-select.level:focus{box-shadow:0 0 0 2px var(--orange);border-color:var(--orange)}.courses-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.courses-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.courses-grid{grid-template-columns:repeat(3,1fr)}}.course-card{background-color:var(--white);border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border:1px solid var(--gray-100);overflow:hidden;transition:all .3s ease}.course-card:hover{box-shadow:0 25px 50px -12px #00000040;transform:translateY(-.5rem)}.course-card-image-container{position:relative;height:14rem;overflow:hidden}.course-card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.course-card:hover .course-card-image{transform:scale(1.1)}.course-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.course-badges{position:absolute;top:1rem;right:1rem;display:flex;gap:.5rem}.course-price-badge{font-size:.875rem;font-weight:700;padding:.5rem 1rem;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.course-price-badge.free{background-color:#10b981;color:var(--white)}.course-price-badge.paid{background-color:var(--orange);color:var(--white)}.course-duration-badge{position:absolute;bottom:1rem;left:1rem;background-color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--gray-900);font-size:.875rem;font-weight:700;padding:.5rem 1rem;border-radius:9999px}.course-card-content{padding:2rem}.course-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.course-tag{font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:9999px}.course-tag.category{background-color:#0080801a;color:var(--teal);border:1px solid rgba(0,128,128,.2)}.course-tag.level{background-color:#ff6b351a;color:var(--orange);border:1px solid rgba(255,107,53,.2)}.course-card-title{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem;transition:color .2s ease}.course-card:hover .course-card-title{color:var(--teal)}.course-card-description{color:var(--gray-600);font-size:.875rem;margin-bottom:1.5rem;line-height:1.625;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.course-instructor-info{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:var(--gray-500);margin-bottom:1.5rem}.instructor-avatar{width:2rem;height:2rem;border-radius:50%;border:2px solid var(--gray-200)}.instructor-name{font-weight:500}.course-card-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--gray-100);padding-top:1.5rem}.course-rating{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-700)}.course-rating-stars{display:flex;align-items:center;gap:.25rem}.star-icon{width:1rem;height:1rem;color:#facc15;fill:currentColor}.rating-number{font-weight:700}.rating-count{color:var(--gray-500)}.enroll-button{display:inline-flex;align-items:center;gap:.5rem;background-image:linear-gradient(to right,var(--teal),var(--turquoise));color:var(--white);font-weight:600;padding:.75rem 1.5rem;border-radius:.75rem;transition:all .2s ease;text-decoration:none;border:none;cursor:pointer}.enroll-button:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.no-courses-found{text-align:center;padding:3rem 0}.no-courses-icon{width:4rem;height:4rem;color:var(--gray-400);margin:0 auto 1rem}.no-courses-title{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.no-courses-description{color:var(--gray-600);margin-bottom:1rem}.clear-filters-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:500;text-align:center;border-radius:.5rem;transition:all .2s ease;text-decoration:none;border:2px solid transparent;cursor:pointer;font-size:.875rem;background-color:var(--orange);color:var(--white);box-shadow:0 1px 2px #0000000d}.clear-filters-button:hover{background-color:var(--orange-dark);transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.my-courses-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-title{font-size:1.5rem;font-weight:700}.my-courses-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.my-courses-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.my-courses-grid{grid-template-columns:repeat(3,1fr)}}.my-course-card{background-color:var(--white);border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border:1px solid var(--gray-200);overflow:hidden;transition:all .3s ease}.my-course-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transform:translateY(-4px)}.my-course-image{width:100%;height:12rem;object-fit:cover}.my-course-content{padding:1.5rem}.my-course-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.my-course-description{color:var(--gray-600);font-size:.875rem;margin-bottom:1rem}.my-course-progress-container{margin-bottom:1rem}.my-course-progress-header{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.25rem}.my-course-progress-bar{width:100%;background-color:var(--gray-200);border-radius:9999px;height:.5rem}.my-course-progress-fill{background-color:var(--teal);height:.5rem;border-radius:9999px;transition:width .5s ease}.continue-learning-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:500;text-align:center;border-radius:.5rem;transition:all .2s ease;text-decoration:none;border:2px solid transparent;cursor:pointer;font-size:.875rem;background-color:var(--orange);color:var(--white);box-shadow:0 1px 2px #0000000d;width:100%}.continue-learning-button:hover{background-color:var(--orange-dark);transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.analytics-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){.analytics-grid{grid-template-columns:repeat(2,1fr)}}.analytics-card{background-color:var(--white);border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border:1px solid var(--gray-200);padding:1.5rem}.analytics-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.analytics-content{display:flex;flex-direction:column;gap:1rem}.metric-row{display:flex;justify-content:space-between;align-items:center}.metric-label{font-size:.875rem;font-weight:500}.metric-value{font-size:1.125rem;font-weight:700}.metric-value.green{color:#16a34a}.metric-value.teal{color:var(--teal)}.metric-value.orange{color:var(--orange)}.metric-value.blue{color:#2563eb}.course-progress-item{display:flex;align-items:center;gap:.75rem}.course-progress-thumbnail{width:3rem;height:3rem;object-fit:cover;border-radius:.5rem}.course-progress-details{flex:1 1 0%}.course-progress-name{font-size:.875rem;font-weight:500}.course-progress-bar-header{display:flex;justify-content:space-between;font-size:.75rem;margin-bottom:.25rem}.course-progress-bar-container{width:100%;background-color:var(--gray-200);border-radius:9999px;height:.25rem}.course-progress-bar-fill{background-color:var(--teal);height:.25rem;border-radius:9999px;transition:width .5s ease}.goal-item{margin-bottom:1rem}.goal-header{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.5rem}.goal-bar{width:100%;background-color:var(--gray-200);border-radius:9999px;height:.5rem}.goal-bar-fill{height:.5rem;border-radius:9999px;transition:width .3s ease}.goal-bar-fill.teal-turquoise{background-image:linear-gradient(to right,var(--teal),var(--turquoise))}.goal-bar-fill.orange-teal{background-image:linear-gradient(to right,var(--orange),var(--teal))}.goal-bar-fill.yellow-orange{background-image:linear-gradient(to right,#fbbf24,var(--orange))}.goal-summary{font-size:.875rem;color:var(--gray-600)}.achievements-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.achievements-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.achievements-grid{grid-template-columns:repeat(3,1fr)}}.achievement-card{background-color:var(--white);border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border:1px solid var(--gray-200);padding:1.5rem;text-align:center;transition:all .3s ease}.achievement-card.earned{background-color:#fef3c7;border-color:#fde047}.achievement-card.locked{background-color:var(--gray-50)}.achievement-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transform:translateY(-4px)}.achievement-card-icon{margin-bottom:1rem}.achievement-card-icon.earned{color:var(--gray-600)}.achievement-card-icon.locked{color:var(--gray-300)}.achievement-card-title{font-weight:600;margin-bottom:.5rem}.achievement-card-description{font-size:.875rem;color:var(--gray-600);margin-bottom:1rem}.achievement-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.achievement-badge.earned{background-color:#fef3c7;color:#a16207}.achievement-badge.locked{background-color:var(--gray-200);color:var(--gray-600)}.achievement-badge svg{width:1rem;height:1rem}.certificates-section{margin-top:2rem}.certificates-section-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.certificates-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.certificates-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.certificates-grid{grid-template-columns:repeat(3,1fr)}}.certificate-card{background-color:var(--white);border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border:1px solid var(--gray-200);padding:1.5rem;text-align:center}.certificate-icon-wrapper{width:4rem;height:4rem;background-color:#fef3c7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.certificate-icon{width:2rem;height:2rem;color:#ca8a04}.certificate-title{font-weight:600;margin-bottom:.5rem}.certificate-date{font-size:.875rem;color:var(--gray-600);margin-bottom:1rem}.download-certificate-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:500;text-align:center;border-radius:.5rem;transition:all .2s ease;cursor:pointer;font-size:.875rem;background-color:transparent;color:var(--teal);border:2px solid var(--teal);width:100%}.download-certificate-button:hover{background-color:var(--teal);color:var(--white)}.profile-container{max-width:42rem}.profile-card{background-color:var(--white);border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border:1px solid var(--gray-200);padding:1.5rem}.profile-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.profile-avatar{width:4rem;height:4rem;border-radius:50%}.profile-info h3{font-size:1.125rem;font-weight:600}.profile-info .profile-email{color:var(--gray-600)}.profile-role-badge{display:inline-block;padding:.25rem .5rem;background-color:#0080801a;color:var(--teal);font-size:.875rem;border-radius:9999px;margin-top:.25rem}.profile-form-group label{display:block;font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:.5rem}.profile-form-input{width:100%;padding:.75rem 1rem;border:2px solid var(--gray-200);border-radius:.5rem;font-size:1rem;transition:all .2s ease;background-color:var(--white)}.profile-form-input:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px #0080801a}.profile-form-input:read-only{background-color:var(--gray-50);cursor:not-allowed}.space-y-6>*+*{margin-top:1.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-3>*+*{margin-top:.75rem}.icon-xs{width:.75rem;height:.75rem}.icon-sm{width:1rem;height:1rem}.icon-md{width:1.25rem;height:1.25rem}.icon-lg{width:1.5rem;height:1.5rem}.icon-xl{width:2rem;height:2rem}.instructor-dashboard-container{min-height:100vh;background-color:var(--gray-50)}.instructor-course-list{display:flex;flex-direction:column;gap:1rem}.instructor-course-card{background-color:var(--white);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.admin-dashboard-container{min-height:100vh;background-color:var(--gray-50)}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.admin-stat-card{background-color:var(--white);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.admin-stat-title{font-size:.875rem;color:var(--gray-600);margin-bottom:.5rem}.admin-stat-value{font-size:2rem;font-weight:700;color:var(--gray-900)}.profile-container{padding:2rem 0}.profile-container .container{max-width:56rem;margin:0 auto}.profile-header{margin-bottom:2rem}.profile-title{font-size:1.875rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.profile-subtitle{color:var(--gray-600)}.profile-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.profile-grid{grid-template-columns:1fr 2fr}}.profile-card{padding:1.5rem;text-align:center}.profile-avatar{width:6rem;height:6rem;border-radius:50%;margin:0 auto 1rem}.profile-name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.profile-email{color:var(--gray-600);margin-bottom:.5rem}.profile-role-badge{display:inline-block;padding:.25rem .75rem;background-color:#0080801a;color:var(--teal);font-size:.875rem;border-radius:9999px;margin-bottom:1rem}.profile-member-since{font-size:.875rem;color:var(--gray-500)}.profile-form-section{padding:1.5rem}.profile-form-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.profile-form-title{font-size:1.125rem;font-weight:600}.profile-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;border:2px solid var(--gray-200);border-radius:.5rem;font-size:1rem;transition:all .2s ease;background-color:var(--white)}.form-input:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px #0080801a}.form-actions{display:flex;gap:1rem;padding-top:1rem}.form-actions button{flex:1}.profile-info{display:flex;flex-direction:column;gap:1rem}.profile-info-item{display:flex;flex-direction:column}.info-value{color:var(--gray-900)}.info-value a{color:var(--teal)}.info-value a:hover{color:var(--teal-dark)}.account-settings{padding:1.5rem;margin-top:1.5rem}.account-settings-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.account-settings-list{display:flex;flex-direction:column;gap:1rem}.account-settings-item{display:flex;align-items:center;justify-content:space-between}.settings-item-info h4{font-weight:500}.settings-item-info p{font-size:.875rem;color:var(--gray-600)}.danger-zone{padding:1.5rem;margin-top:1.5rem;border:1px solid var(--red-200)}.danger-zone-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#dc2626}.danger-zone-list{display:flex;flex-direction:column;gap:1rem}.danger-item{display:flex;align-items:center;justify-content:space-between}.danger-item-info h4{font-weight:500}.danger-item-info p{font-size:.875rem;color:var(--gray-600)}.about-container{min-height:100vh;background-color:var(--gray-50)}.about-hero{background-image:linear-gradient(to bottom right,var(--orange),var(--teal));color:#fff;padding:5rem 0}.about-hero-content{max-width:64rem;margin:0 auto;text-align:center}.about-hero-title{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem}@media (min-width: 768px){.about-hero-title{font-size:3rem}}@media (min-width: 1024px){.about-hero-title{font-size:3.75rem}}.about-hero-description{font-size:1.25rem;color:#ffffffe6;line-height:1.75}@media (min-width: 768px){.about-hero-description{font-size:1.5rem}}.mission-vision-section{padding:4rem 0}@media (min-width: 768px){.mission-vision-section{padding:5rem 0}}.mission-vision-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:75rem;margin:0 auto}@media (min-width: 768px){.mission-vision-grid{grid-template-columns:repeat(2,1fr)}}.mission-card,.vision-card{background-color:var(--white);border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;padding:2rem;border-top:4px solid}@media (min-width: 768px){.mission-card,.vision-card{padding:2.5rem}}.mission-card{border-top-color:var(--orange)}.vision-card{border-top-color:var(--turquoise)}.mission-icon,.vision-icon{width:4rem;height:4rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.mission-icon{background-color:var(--orange)}.vision-icon{background-color:var(--turquoise)}.mission-icon svg,.vision-icon svg{width:2rem;height:2rem;color:#fff}.mission-title,.vision-title{font-size:1.875rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.mission-description,.vision-description{color:var(--gray-600);font-size:1.125rem;line-height:1.75}.story-section{padding:4rem 0;background-color:var(--white)}@media (min-width: 768px){.story-section{padding:5rem 0}}.story-content{max-width:56rem;margin:0 auto}.story-title{font-size:1.875rem;font-weight:700;margin-bottom:2rem;text-align:center}@media (min-width: 768px){.story-title{font-size:2.25rem}}.story-text{color:var(--gray-600);font-size:1.125rem;line-height:1.75;margin-bottom:1.5rem}.values-section{padding:4rem 0}@media (min-width: 768px){.values-section{padding:5rem 0}}.values-title{font-size:1.875rem;font-weight:700;margin-bottom:3rem;text-align:center}@media (min-width: 768px){.values-title{font-size:2.25rem}}.values-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:75rem;margin:0 auto}@media (min-width: 768px){.values-grid{grid-template-columns:repeat(3,1fr)}}.value-card{background-color:var(--white);border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;padding:2rem;text-align:center;transition:all .3s ease}.value-card:hover{box-shadow:0 25px 50px -12px #00000040}.value-icon{width:4rem;height:4rem;background-color:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.value-icon.turquoise{background-color:var(--turquoise)}.value-icon.orange{background-color:var(--orange)}.value-icon svg{width:2rem;height:2rem;color:#fff}.value-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.value-description{color:var(--gray-600)}.about-cta-section{padding:4rem 0;background-image:linear-gradient(to bottom right,var(--teal),var(--turquoise));color:#fff}@media (min-width: 768px){.about-cta-section{padding:5rem 0}}.about-cta-content{text-align:center}.about-cta-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}@media (min-width: 768px){.about-cta-title{font-size:2.25rem}}@media (min-width: 1024px){.about-cta-title{font-size:3rem}}.about-cta-description{font-size:1.125rem;margin-bottom:2rem;color:#ffffffe6;max-width:42rem;margin-left:auto;margin-right:auto}@media (min-width: 768px){.about-cta-description{font-size:1.25rem;margin-bottom:2rem}}.about-cta-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 640px){.about-cta-actions{flex-direction:row;gap:1rem}}.chatbot-container{position:fixed;bottom:1rem;right:1rem;z-index:50;animation:fadeIn .3s ease-in;width:var(--chatbot-width, 320px);height:var(--chatbot-height, 275px)}.chatbot-wrapper{background:white;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--gray-200);position:relative;height:100%;width:100%}.chatbot-header{background:linear-gradient(to right,var(--teal),var(--turquoise));color:#fff;padding:.625rem .75rem;display:flex;align-items:center;justify-content:space-between}.chatbot-header-info{display:flex;align-items:center;gap:.5rem}.chatbot-avatar{width:2rem;height:2rem;background:white;border-radius:50%;display:flex;align-items:center;justify-content:center}.chatbot-avatar svg{width:1.25rem;height:1.25rem;color:var(--teal)}.chatbot-title{font-weight:700;font-size:.875rem}.chatbot-status{font-size:.75rem;color:#fffc}.chatbot-close-button{padding:.25rem;border-radius:.5rem;transition:background-color .2s;border:none;background:transparent;cursor:pointer;color:#fff}.chatbot-close-button:hover{background:rgba(255,255,255,.2)}.chatbot-close-button svg{width:1.25rem;height:1.25rem}.chatbot-messages{flex:1;overflow-y:auto;padding:.75rem;background:var(--gray-50)}.chatbot-messages-list{display:flex;flex-direction:column;gap:.5rem}.chatbot-message-wrapper{display:flex;justify-content:var(--message-justify, flex-start)}.chatbot-message-wrapper.user{--message-justify: flex-end}.chatbot-message{max-width:80%;border-radius:.75rem;padding:.5rem .75rem}.chatbot-message.user{background:linear-gradient(to right,var(--orange),var(--orange-dark));color:#fff}.chatbot-message.bot{background:white;border:1px solid var(--gray-200);color:var(--gray-800)}.chatbot-message-text{font-size:.75rem;white-space:pre-line;line-height:1.625}.chatbot-message-time{font-size:.75rem;margin-top:.125rem}.chatbot-message.user .chatbot-message-time{color:#ffffffb3}.chatbot-message.bot .chatbot-message-time{color:var(--gray-500)}.chatbot-typing{display:flex;justify-content:flex-start}.chatbot-typing-indicator{background:white;border:1px solid var(--gray-200);border-radius:1rem;padding:.75rem 1rem}.chatbot-typing-dots{display:flex;gap:.25rem}.chatbot-typing-dot{width:.5rem;height:.5rem;background:var(--gray-400);border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.chatbot-typing-dot:nth-child(1){animation-delay:-.32s}.chatbot-typing-dot:nth-child(2){animation-delay:-.16s}.chatbot-quick-replies{padding:.5rem .75rem;background:white;border-top:1px solid var(--gray-200)}.chatbot-quick-replies-title{font-size:.75rem;color:var(--gray-500);margin-bottom:.375rem}.chatbot-quick-replies-list{display:flex;flex-wrap:wrap;gap:.25rem}.chatbot-quick-reply-button{padding:.125rem .5rem;background:rgba(20,184,166,.1);color:var(--teal);border-radius:9999px;font-size:.75rem;transition:all .2s;border:1px solid rgba(20,184,166,.2);cursor:pointer}.chatbot-quick-reply-button:hover{background:var(--teal);color:#fff}.chatbot-input-container{padding:.5rem;background:white;border-top:1px solid var(--gray-200)}.chatbot-input-form{display:flex;gap:.375rem}.chatbot-input{flex:1;padding:.375rem .625rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:.75rem;transition:all .2s}.chatbot-input:focus{outline:none;box-shadow:0 0 0 1px var(--teal);border-color:transparent}.chatbot-send-button{background:linear-gradient(to right,var(--orange),var(--orange-dark));color:#fff;padding:.375rem .75rem;border-radius:.5rem;font-weight:600;transition:all .2s;border:none;cursor:pointer;display:flex;align-items:center}.chatbot-send-button:hover{background:linear-gradient(to right,var(--orange-dark),var(--orange))}.chatbot-send-button:disabled{opacity:.5;cursor:not-allowed}.chatbot-send-button svg{width:1rem;height:1rem}.chatbot-resize-handle{position:absolute;bottom:0;right:0;width:1.25rem;height:1.25rem;cursor:nwse-resize;display:flex;align-items:center;justify-content:center;transition:background-color .2s;background:linear-gradient(135deg,transparent 0%,transparent 40%,rgba(0,0,0,.15) 40%,rgba(0,0,0,.15) 50%,transparent 50%);border-radius:0 0 .75rem}.chatbot-resize-handle:hover{background:rgba(0,0,0,.1)}.chatbot-resize-handle svg{width:.75rem;height:.75rem;color:var(--gray-500)}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.support-page{padding:2rem 0}.support-header{text-align:center;margin-bottom:3rem}.support-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}@media (min-width: 768px){.support-title{font-size:3rem}}.support-description{color:var(--gray-600);font-size:1.125rem}@media (min-width: 768px){.support-description{font-size:1.25rem}}.faq-list{display:flex;flex-direction:column;gap:1rem;max-width:48rem;margin:0 auto}.faq-item-wrapper{background-color:var(--gray-50);border-radius:.75rem;overflow:hidden;border:none}.faq-item{background-color:var(--white);border-radius:.5rem;overflow:hidden;border:none}.faq-question{padding:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background-color .2s ease}.faq-question:hover{background-color:var(--gray-50)}.faq-question-text{font-weight:600;flex:1 1 0%}.faq-toggle{width:1.5rem;height:1.5rem;color:var(--teal);transition:transform .3s ease}.faq-toggle.open{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer.open{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer-text{color:var(--gray-600);line-height:1.75}.faq-answer-container{padding:1.5rem;background:white}.faq-question-button{width:100%;padding:1rem 1.5rem;text-align:left;display:flex;align-items:center;justify-content:space-between;background:transparent;border:none;cursor:pointer;transition:background-color .2s ease}.faq-question-button:hover{background-color:var(--gray-100)}.contact-section{margin-top:4rem;text-align:center}.contact-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.contact-description{color:var(--gray-600);margin-bottom:2rem}.contact-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.chat-button{background-image:linear-gradient(to right,var(--teal),var(--turquoise));color:#fff;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease}.chat-button:hover{transform:translateY(-.125rem);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.start-chat-button{color:var(--teal);font-weight:600;border:none;outline:none;background:transparent;cursor:pointer;transition:color .2s ease}.start-chat-button:hover{color:var(--teal-dark)}.contact-form-container{padding:2rem;background:white;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}@media (min-width: 768px){.contact-form-container{padding:2.5rem}}.contact-form-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.contact-form-fields{display:flex;flex-direction:column;gap:1.5rem}.contact-form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.contact-form-grid{grid-template-columns:repeat(2,1fr)}}.contact-form-label{display:block;font-size:.875rem;font-weight:600;color:var(--gray-700);margin-bottom:.5rem}.contact-form-input,.contact-form-textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--orange);border-radius:.75rem;transition:all .2s ease}.contact-form-input:focus,.contact-form-textarea:focus{outline:none;border-color:var(--orange-dark);box-shadow:0 0 0 2px #fb923c1a}.contact-form-textarea{min-height:6rem;resize:vertical}.contact-submit-button{width:100%;background:linear-gradient(to right,var(--orange),var(--orange-dark));color:#fff;padding:.75rem 1rem;border-radius:.75rem;font-weight:600;border:none;transition:all .2s ease;cursor:pointer}.contact-submit-button:hover{background:linear-gradient(to right,var(--orange-dark),var(--orange));transform:translateY(-.125rem);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.resources-page{padding:2rem 0}.resources-header{text-align:center;margin-bottom:3rem}.resources-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}@media (min-width: 768px){.resources-title{font-size:3rem}}.resources-description{color:var(--gray-600);font-size:1.125rem}@media (min-width: 768px){.resources-description{font-size:1.25rem}}.resources-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.resources-grid{grid-template-columns:repeat(2,1fr)}}.resource-card{background-color:var(--white);border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;padding:2rem;transition:all .3s ease;cursor:pointer}.resource-card:hover{transform:translateY(-.5rem);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.resource-icon{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.resource-icon.orange{background-color:var(--orange)}.resource-icon.teal{background-color:var(--teal)}.resource-icon.turquoise{background-color:var(--turquoise)}.resource-icon svg{width:2rem;height:2rem}.resource-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.resource-description{color:var(--gray-600)}:root{--orange: #FF6B35;--orange-light: #FF8A5B;--orange-dark: #E55A2B;--teal: #008080;--teal-light: #20B2AA;--teal-dark: #006666;--turquoise: #40E0D0;--turquoise-light: #7FFFD4;--turquoise-dark: #00CED1;--white: #FFFFFF;--white-off: #F8F9FA;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827;--nav-icon-size: 1.5rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--gray-800);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;line-height:1.2;color:var(--gray-900)}h1{font-size:clamp(2rem,5vw,3rem)}h2{font-size:clamp(1.5rem,4vw,2.25rem)}h3{font-size:clamp(1.25rem,3vw,1.5rem)}h4{font-size:clamp(1.125rem,2.5vw,1.25rem)}h5{font-size:1.125rem}h6{font-size:1rem}a{color:var(--teal);text-decoration:none;transition:color .2s ease}a:hover{color:var(--teal-dark)}ul{list-style:none;padding-left:0}.container{max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}@media (max-width: 768px){.container{padding:0 1rem}}.min-h-screen{min-height:100vh}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.text-left{text-align:left}.text-right{text-align:right}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.w-8{width:2rem}.w-24{width:6rem}.w-32{width:8rem}.w-48{width:12rem}.w-64{width:16rem}.h-8{height:2rem}.w-0\.5{width:.125rem}.h-0\.5{height:.125rem}.w-1\.5{width:.375rem}.h-1\.5{height:.375rem}.w-3{width:.75rem}.h-3{height:.75rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-12{width:3rem}.h-12{height:3rem}.h-24{height:6rem}.h-32{height:8rem}.h-48{height:12rem}.h-64{height:16rem}.max-w-4xl{max-width:56rem}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.top-0{top:0}.top-4{top:1rem}.right-0{right:0}.right-4{right:1rem}.left-0{left:0}.left-4{left:1rem}.bottom-4{bottom:1rem}.z-50{z-index:50}.inset-y-0{top:0;bottom:0}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.object-cover{object-fit:cover}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.sm\:flex-row{flex-direction:row}.sm\:text-left{text-align:left}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:flex-row{flex-direction:row}.md\:text-left{text-align:left}.md\:hidden{display:none}.md\:block{display:block}}@media (min-width: 1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.lg\:flex-row{flex-direction:row}.lg\:text-left{text-align:left}.lg\:hidden{display:none}.lg\:block{display:block}}@media (max-width: 768px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-5{gap:1.25rem}.gap-12{gap:3rem}.p-1{padding:.25rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-12{padding:3rem}.p-16{padding:4rem}.p-20{padding:5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}.m-8{margin:2rem}.mb-1{margin-bottom:.25rem}.mb-3{margin-bottom:.75rem}.mb-5{margin-bottom:1.25rem}.mb-20{margin-bottom:5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-16{margin-top:4rem}.mt-20{margin-top:5rem}.bg-white{background-color:var(--white)}.bg-gray-200{background-color:var(--gray-200)}.bg-teal{background-color:var(--teal)}.bg-turquoise{background-color:var(--turquoise)}.bg-red-500{background-color:#ef4444}.bg-green-100{background-color:#dcfce7}.bg-blue-100{background-color:#dbeafe}.bg-yellow-100{background-color:#fef3c7}.text-white{color:var(--white)}.text-gray-800{color:var(--gray-800)}.text-gray-900{color:var(--gray-900)}.text-orange{color:var(--orange)}.text-teal{color:var(--teal)}.text-turquoise{color:var(--turquoise)}.text-red-600{color:#dc2626}.text-green-600{color:#16a34a}.text-blue-600{color:#2563eb}.text-yellow-600{color:#ca8a04}.text-black{color:#000}.bg-rose-50{background-color:#fff1f2}.text-rose-600{color:#e11d48}.border-rose-200{border-color:#fecdd3}.bg-transparent{background-color:transparent}.border-none{border:0}.shadow-none{box-shadow:none}.rounded-none{border-radius:0}.outline-none{outline:none}.appearance-none{-moz-appearance:none;appearance:none;-webkit-appearance:none}.nav-icon{width:var(--nav-icon-size);height:var(--nav-icon-size)}.border-2{border-width:2px}.border-transparent{border-color:transparent}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-full{border-radius:9999px}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.font-bold{font-weight:700}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-turquoise-light{color:var(--turquoise-light)}.bg-orange\/10{background-color:#ff6b351a}.bg-teal\/10{background-color:#0080801a}.bg-turquoise\/10{background-color:#40e0d01a}.bg-white\/95{background-color:#fffffff2}.bg-black\/70{background-color:#000000b3}.text-white\/90{color:#ffffffe6}.group:hover .group-hover\:scale-105{transform:scale(1.05)}.group:hover .group-hover\:scale-110{transform:scale(1.1)}.group:hover .group-hover\:text-teal{color:var(--teal)}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.backdrop-blur-md{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.leading-tight{line-height:1.25}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.bg-green-500{background-color:#10b981}.text-green-500{color:#10b981}.bg-black\/20{background-color:#0003}.bg-black\/80{background-color:#000c}.bg-white\/15{background-color:#ffffff26}.bg-white\/20{background-color:#fff3}.bg-white\/25{background-color:#ffffff40}.bg-white\/30{background-color:#ffffff4d}.border-orange\/20{border-color:#ff6b3533}.border-teal\/20{border-color:#00808033}.hover\:border-orange\/20:hover{border-color:#ff6b3533}.blur-3xl{filter:blur(64px)}.rounded-3xl{border-radius:1.5rem}.-translate-y-16{transform:translateY(-4rem)}.translate-x-16{transform:translate(4rem)}.bg-orange\/5{background-color:#ff6b350d}.bg-teal\/5{background-color:#0080800d}.bg-turquoise\/5{background-color:#40e0d00d}.hover\:border-teal\/20:hover{border-color:#00808033}.hover\:border-turquoise\/20:hover{border-color:#40e0d033}.tracking-wider{letter-spacing:.05em}.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}.text-gray-700{color:var(--gray-700)}.text-teal-dark,.hover\:text-teal-dark:hover{color:var(--teal-dark)}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-12{margin-left:3rem;margin-right:3rem}.mb-4{margin-bottom:1rem}.h-20{height:5rem}.w-10{width:2.5rem}.h-10{height:2.5rem}.w-9{width:2.25rem}.h-9{height:2.25rem}.text-xl{font-size:1.25rem}.shadow-sm{box-shadow:0 1px 2px #0000000d}.focus\:shadow-md:focus{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.hover\:bg-gray-50:hover{background-color:var(--gray-50)}.p-2{padding:.5rem}.p-3{padding:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.hover\:opacity-90:hover{opacity:.9}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.w-full{width:100%}.ring-2,.ring-teal{box-shadow:0 0 0 2px var(--teal)}.hover\:border-gray-400:hover{border-color:var(--gray-400)}.bg-gray-800{background-color:var(--gray-800)}.bg-gray-900{background-color:var(--gray-900)}.bg-orange{background-color:var(--orange)}.bg-orange-dark{background-color:var(--orange-dark)}.bg-\[\#004040\]{background-color:#004040}.border-t-4{border-top-width:4px}.border-gray-600{border-color:var(--gray-600)}.border-teal{border-color:var(--teal)}.border-white\/20{border-color:#fff3}.text-gray-200{color:var(--gray-200)}.text-gray-300{color:var(--gray-300)}.text-white,.hover\:text-white:hover{color:var(--white)}.hover\:text-turquoise:hover{color:var(--turquoise)}.max-w-7xl{max-width:80rem}.lg\:col-span-1{grid-column:span 1 / span 1}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.leading-relaxed{line-height:1.625}.text-lg{font-size:1.125rem}.text-base{font-size:1rem}.gap-10{gap:2.5rem}.gap-16{gap:4rem}.mb-16{margin-bottom:4rem}.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}.pt-6{padding-top:1.5rem}.pt-10{padding-top:2.5rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.pt-20{padding-top:5rem}.pl-12{padding-left:3rem}.pl-16{padding-left:4rem}.pl-20{padding-left:5rem}.pl-24{padding-left:6rem}.pl-28{padding-left:7rem}.pl-32{padding-left:8rem}.pr-6{padding-right:1.5rem}.pr-12{padding-right:3rem}.pr-16{padding-right:4rem}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.p-6{padding:1.5rem}.flex-1{flex:1 1 0%}.lg\:flex-row{flex-direction:row}.gap-4{gap:1rem}.pl-10{padding-left:2.5rem}.pr-4{padding-right:1rem}.border{border-width:1px}.rounded-lg{border-radius:.5rem}.focus\:ring-orange:focus{box-shadow:0 0 0 2px var(--orange)}.focus\:ring-turquoise:focus{box-shadow:0 0 0 2px var(--turquoise)}.pl-3{padding-left:.75rem}.pr-8{padding-right:2rem}.pr-2{padding-right:.5rem}.text-sm{font-size:.875rem}.min-w-\[120px\]{min-width:120px}.h-4{height:1rem}.w-4{width:1rem}.h-5{height:1.25rem}.w-5{width:1.25rem}.text-gray-400{color:var(--gray-400)}.text-gray-500{color:var(--gray-500)}.pointer-events-none{pointer-events:none}.sm\:flex-row{flex-direction:row}.gap-3{gap:.75rem}.bg-gray-100{background-color:var(--gray-100)}.font-medium{font-weight:500}.whitespace-nowrap{white-space:nowrap}.from-gray-50{--tw-gradient-from: var(--gray-50);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(249 250 251 / 0))}.to-gray-100{--tw-gradient-to: var(--gray-100)}.rounded-2xl{border-radius:1rem}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.border-gray-200{border-color:var(--gray-200)}.p-8{padding:2rem}.mb-8{margin-bottom:2rem}.mb-6{margin-bottom:1.5rem}.w-16{width:4rem}.h-16{height:4rem}.text-3xl{font-size:1.875rem}.text-2xl{font-size:1.5rem}.mb-2{margin-bottom:.5rem}.text-gray-600{color:var(--gray-600)}.space-y-6>:not([hidden])~:not([hidden]){margin-top:1.5rem}.space-y-5>:not([hidden])~:not([hidden]){margin-top:1.25rem}.font-semibold{font-weight:600}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.border-gray-300{border-color:var(--gray-300)}.rounded-xl{border-radius:.75rem}.focus\:ring-teal:focus{box-shadow:0 0 0 2px var(--teal)}.focus\:border-transparent:focus{border-color:transparent}.bg-gray-50{background-color:var(--gray-50)}.focus\:bg-white:focus{background-color:var(--white)}.to-orange-dark{--tw-gradient-to: var(--orange-dark)}.hover\:from-orange-dark:hover{--tw-gradient-from: var(--orange-dark);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(229 90 43 / 0))}.hover\:to-orange:hover{--tw-gradient-to: var(--orange)}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:transform-none:disabled{transform:none}.items-start{align-items:flex-start}.mt-1{margin-top:.25rem}.ml-3{margin-left:.75rem}.text-center{text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:500;text-align:center;border-radius:.5rem;transition:all .2s ease;text-decoration:none;border:2px solid transparent;cursor:pointer;font-size:.875rem;line-height:1.25rem}.btn-primary{background-color:var(--orange);color:var(--white);box-shadow:0 1px 2px #0000000d}.btn-primary:hover{background-color:var(--orange-dark);transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.btn-secondary{background-color:var(--teal);color:var(--white);box-shadow:0 1px 2px #0000000d}.btn-secondary:hover{background-color:var(--teal-dark);transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.btn-outline{background-color:transparent;color:var(--teal);border-color:var(--teal)}.btn-outline:hover{background-color:var(--teal);color:var(--white)}.btn-ghost{background-color:transparent;color:var(--gray-600)}.btn-ghost:hover{background-color:var(--gray-100);color:var(--gray-800)}.card{background-color:var(--white);border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border:1px solid var(--gray-200);overflow:hidden;transition:all .3s ease}.card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transform:translateY(-4px)}.input{width:100%;padding:.75rem 1rem;border:2px solid var(--gray-200);border-radius:.5rem;font-size:1rem;transition:all .2s ease;background-color:var(--white)}.input:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px #0080801a}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-clamp:2}@media (max-width: 768px){.btn{padding:.625rem 1.25rem;font-size:.875rem}}.transition-colors{transition:color .2s ease,background-color .2s ease,border-color .2s ease}.transition-all{transition:all .2s ease}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.hover\:bg-gray-100:hover{background-color:var(--gray-100)}.hover\:bg-gray-200:hover{background-color:var(--gray-200)}.hover\:text-teal:hover{color:var(--teal)}.hover\:text-teal-dark:hover{color:var(--teal-dark)}.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.hover\:-translate-y-1:hover{transform:translateY(-.25rem)}.hover\:-translate-y-2:hover{transform:translateY(-.5rem)}.hover\:-translate-y-0\.5:hover{transform:translateY(-.125rem)}.hover\:shadow-2xl:hover{box-shadow:0 25px 50px -12px #00000040}.focus\:outline-none:focus{outline:none}.focus\:ring-2:focus{box-shadow:0 0 0 2px var(--teal)}.transform{transform:translateY(0)}.-translate-y-1{transform:translateY(-.25rem)}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-orange{--tw-gradient-from: var(--orange);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 107 53 / 0))}.to-teal{--tw-gradient-to: var(--teal)}.from-teal{--tw-gradient-from: var(--teal);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 128 128 / 0))}.to-turquoise{--tw-gradient-to: var(--turquoise)}.from-turquoise{--tw-gradient-from: var(--turquoise);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(64 224 208 / 0))}.to-turquoise-dark{--tw-gradient-to: var(--turquoise-dark)}.via-orange{--tw-gradient-stops: var(--tw-gradient-from), var(--orange), var(--tw-gradient-to, rgb(255 107 53 / 0))}.via-teal{--tw-gradient-stops: var(--tw-gradient-from), var(--teal), var(--tw-gradient-to, rgb(0 128 128 / 0))}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{to{transform:rotate(360deg)}}.loading{animation:spin 1s linear infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease-out}
