*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;color:#333;background-color:#fffbea}a{color:#b26cc4;text-decoration:none;transition:color .2s ease}a:hover{color:#ecbaf9}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}@media(min-width:768px){h1{font-size:3rem}}h2{font-size:2rem}@media(min-width:768px){h2{font-size:2.5rem}}h3{font-size:1.5rem}@media(min-width:768px){h3{font-size:1.75rem}}p{margin-bottom:1rem;font-size:1rem}input,textarea{font-family:inherit;font-size:1rem;line-height:1.5}.text-muted{color:#666}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.grid{display:grid}.grid-cols-1{grid-template-columns:1fr}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}}.min-h-screen{min-height:100vh}.w-full{width:100%}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.mt-6{margin-top:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-weight:500;border-radius:.5rem;transition:all .2s ease;cursor:pointer}.btn-primary{background-color:#b26cc4;color:#fff;border:1px solid #b26cc4}.btn-primary:hover{background-color:#ecbaf9;border-color:#ecbaf9}.btn-secondary{background-color:#ffe366;color:#333;border:1px solid #ffe366}.btn-secondary:hover{background-color:#edb601}.btn-ghost{background-color:transparent;color:#333;border:1px solid transparent}.btn-ghost:hover{background-color:#edb601}.btn-sm{padding:.25rem .5rem;font-size:.875rem}.btn-lg{padding:.75rem 1.5rem;font-size:1.125rem}.btn-xl{padding:1rem 2rem;font-size:1.5rem}.btn-icon{padding:.5rem}.btn-icon svg{width:1.25rem;height:1.25rem}.btn-full{width:100%}.card{background-color:#fff;border-radius:.75rem;border:1px solid #e5e5e5;overflow:hidden}.card-header{padding:1.5rem 1.5rem .75rem}.card-title{font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.card-description{color:#666;font-size:.875rem}.card-content{padding:1.5rem}.card-footer{padding:.75rem 1.5rem 1.5rem;display:flex;justify-content:flex-end}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.5rem;border:1px solid #e5e5e5;border-radius:.5rem;background-color:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#b26cc4;box-shadow:0 0 0 2px rgba(178,108,196,.2)}.form-group textarea{min-height:100px;resize:vertical}.badge{display:inline-flex;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:500;border-radius:.25rem}.badge-primary{background-color:#b26cc4;color:#fff}.badge-secondary{background-color:#edb601;color:#333}.badge-outline{background-color:transparent;color:#333;border:1px solid #e5e5e5}.progress{width:100%;height:.5rem;background-color:#edb601;border-radius:.25rem;overflow:hidden}.progress-bar{height:100%;background-color:#b26cc4;transition:width .3s ease}.rounded{border-radius:.5rem}.rounded-lg{border-radius:.75rem}.border{border:1px solid #e5e5e5}.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.shadow{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.bg-primary{background-color:#b26cc4;color:#fff}.bg-secondary{background-color:#edb601}.bg-muted{background-color:#ecbaf9}.bg-accent{background-color:#ffe366}.text-center{text-align:center}.font-bold{font-weight:700}.font-medium{font-weight:500}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sidebar{width:250px;height:100vh;position:fixed;background-color:#fff;border-right:1px solid #e5e5e5;display:flex;flex-direction:column}.sidebar-header{padding:1rem;border-bottom:1px solid #e5e5e5;display:flex;align-items:center}.sidebar-content{flex:1 1;overflow-y:auto;padding:1rem 0}.sidebar-footer{padding:1rem;border-top:1px solid #e5e5e5}.sidebar-menu{list-style:none}.sidebar-menu-item{margin-bottom:.25rem}.sidebar-menu-item a{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:#333;border-radius:.5rem}.sidebar-menu-item a:hover{background-color:#edb601}.sidebar-menu-item a.active{background-color:rgba(178,108,196,.1);color:#b26cc4;font-weight:500}.sidebar-menu-item a svg{width:1.25rem;height:1.25rem}.main-with-sidebar{margin-left:250px;min-height:100vh}@media(max-width:1024px){.main-with-sidebar{margin-left:0}}.main-with-sidebar-header{height:4rem;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;padding:0 1.5rem}.main-with-sidebar-content{padding:1.5rem}@media(min-width:768px){.section{padding:4rem 0}}.section-title{margin-bottom:1.5rem;text-align:center}.section-description{max-width:700px;margin:0 auto 3rem;text-align:center;color:#666;font-size:1.25rem}.hero{padding:3rem 0}@media(min-width:768px){.hero{padding:6rem 0}}.hero-content{display:grid;grid-gap:2rem;gap:2rem}@media(min-width:1024px){.hero-content{grid-template-columns:1fr 1fr;align-items:center}}.hero-title{font-size:2.5rem;line-height:1.2;margin-bottom:1rem}@media(min-width:768px){.hero-title{font-size:3.5rem}}.hero-subtitle{font-size:1.125rem;color:#666;margin-bottom:2rem}@media(min-width:768px){.hero-subtitle{font-size:1.25rem}}.hero-actions{display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.hero-actions{flex-direction:row}}.hero-image img{width:100%;height:auto}.consultation,.hero-image img{border-radius:.75rem}.consultation-container{display:flex;flex-direction:column;align-items:center;text-align:center}.consultation-grid{display:grid;grid-gap:1.5rem;gap:1.5rem}@media(min-width:1024px){.consultation-grid{grid-template-columns:repeat(3,1fr)}}.consultation-item{background-color:#fff;border-radius:.75rem;padding:1.5rem;text-align:center;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.consultation-item svg{width:3rem;height:3rem;color:#b26cc4;margin-bottom:1rem}.consultation-item h3{margin-bottom:.5rem}.consultation-item p{color:#666}.consultation-btn-container{margin-top:3rem}.consultation-btn{background-color:#ffe366;color:#333}.consultation-btn:hover{background-color:#edb601;color:#fff}.course-card{border-radius:.75rem;border:1px solid #e5e5e5;overflow:hidden;background-color:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);height:100%;display:flex;flex-direction:column}.course-card-image{aspect-ratio:16/9;position:relative;background-color:#edb601}.course-card-image img{width:100%;height:100%;object-fit:cover}.course-card-image-badge{position:absolute;top:.5rem;right:.5rem;background-color:hsla(0,0%,100%,.9);padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.course-card-content{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.course-card-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.course-card-description{color:#666;font-size:.875rem;margin-bottom:1rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.course-card-meta{margin-top:auto;font-size:.875rem;color:#666}.course-card-footer,.course-card-meta{display:flex;align-items:center;justify-content:space-between}.course-card-footer{padding:1rem 1.5rem;border-top:1px solid #e5e5e5}.testimonials,.testimonials-card{border-radius:.75rem}.testimonials-card{border:1px solid #e5e5e5;padding:1.5rem;background-color:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);height:100%;display:flex;flex-direction:column}.testimonials-card-content{flex:1 1;margin-bottom:1.5rem;font-size:.875rem;color:#666;font-style:italic}.testimonials-card-footer{display:flex;align-items:center;justify-content:space-between}.testimonials-card-footer-author{display:flex;align-items:center;gap:.75rem}.testimonials-card-footer-author-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#edb601}.testimonials-card-footer-author-info h4{font-size:.875rem;font-weight:600;margin-bottom:.125rem}.testimonials-card-footer-author-info p{font-size:.75rem;color:#666;margin-bottom:0}.testimonials-card-footer-rating{display:flex}.testimonials-card-footer-rating svg{width:1rem;height:1rem;color:#b26cc4;fill:#b26cc4}.table-container{border-radius:.75rem;border:1px solid #e5e5e5;overflow:hidden}.table{width:100%;border-collapse:collapse}.table td,.table th{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e5e5e5}.table th{font-weight:500;background-color:#edb601}.table tr:last-child td{border-bottom:none}.tabs-list{display:flex;border-bottom:1px solid #e5e5e5;margin-bottom:1.5rem}.tabs-trigger{padding:.75rem 1rem;font-weight:500;color:#666;border-bottom:2px solid transparent;cursor:pointer}.tabs-trigger:hover{color:#333}.tabs-trigger[data-state=active]{color:#b26cc4;border-bottom-color:#b26cc4}.tabs-content[data-state=inactive]{display:none}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth-container-card{width:100%;max-width:420px;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.1);background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:70vh}.auth-container-card-header{text-align:center}.auth-container-card-header-container{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.auth-container-card-header-title{font-weight:600;margin-bottom:.5rem;font-size:2.4rem;color:#b26cc4}.auth-container-card-form{width:100%}.auth-container-card-footer{text-align:center}.auth-container-card-footer a{font-weight:500}