.Header-module__D5nTzG__navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;width:100%;transition:all .3s;position:fixed;top:0;box-shadow:0 2px 20px #0000001a}.Header-module__D5nTzG__navContainer{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.Header-module__D5nTzG__logo h1{color:#e91e63;font-family:Dancing Script,cursive;font-size:1.8rem;font-weight:700}.Header-module__D5nTzG__logo span{color:#e91e63}.Header-module__D5nTzG__navMenu{gap:2rem;list-style:none;display:flex}.Header-module__D5nTzG__navLink{color:#333;cursor:pointer;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.Header-module__D5nTzG__navLink:hover{color:#e91e63}.Header-module__D5nTzG__navLink:after{content:"";background:linear-gradient(45deg,#e91e63,#9c27b0);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.Header-module__D5nTzG__navLink:hover:after{width:100%}.Header-module__D5nTzG__hamburger{cursor:pointer;z-index:1001;flex-direction:column;padding:8px;display:none}.Header-module__D5nTzG__bar{background:#333;border-radius:2px;width:25px;height:3px;margin:3px 0;transition:all .4s}@media (max-width:768px){.Header-module__D5nTzG__hamburger{display:flex}.Header-module__D5nTzG__navMenu{text-align:center;opacity:0;z-index:999;background:linear-gradient(135deg,#fff 0%,#fafafa 100%);flex-direction:column;gap:0;width:100%;height:100vh;padding:100px 2rem 2rem;transition:transform .4s,opacity .3s;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:0 10px 40px #00000026}.Header-module__D5nTzG__navMenu.Header-module__D5nTzG__active{opacity:1;transform:translate(0)}.Header-module__D5nTzG__navMenu li{border-bottom:1px solid #f0f0f0;padding:1rem 0}.Header-module__D5nTzG__navMenu li:last-child{border-bottom:none}.Header-module__D5nTzG__navLink{padding:.5rem 0;font-size:1.1rem;display:block}.Header-module__D5nTzG__hamburger.Header-module__D5nTzG__active .Header-module__D5nTzG__bar{background:#e91e63}.Header-module__D5nTzG__hamburger.Header-module__D5nTzG__active .Header-module__D5nTzG__bar:nth-child(2){opacity:0;transform:translate(-10px)}.Header-module__D5nTzG__hamburger.Header-module__D5nTzG__active .Header-module__D5nTzG__bar:first-child{transform:translateY(9px)rotate(45deg)}.Header-module__D5nTzG__hamburger.Header-module__D5nTzG__active .Header-module__D5nTzG__bar:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.Header-module__D5nTzG__logo h1{font-size:1.4rem}}
.AdminProfile-module__NtvUSG__adminProfileSection{color:#fff;text-align:center;background:#667eea;border-radius:20px;padding:2rem;position:relative;overflow:hidden;box-shadow:0 10px 30px #0003}.AdminProfile-module__NtvUSG__avatarWrapper{margin-bottom:1.5rem;display:inline-block;position:relative}.AdminProfile-module__NtvUSG__profileImageContainer{border:4px solid #ffffff4d;border-radius:50%;width:120px;height:120px;transition:all .3s;position:relative;overflow:hidden}.AdminProfile-module__NtvUSG__profileImageContainer:hover{border-color:#fffc;transform:scale(1.05)}.AdminProfile-module__NtvUSG__profileImage{border-radius:50%}.AdminProfile-module__NtvUSG__profileIconPlaceholder{color:#fffc;background:#ffffff1a;justify-content:center;align-items:center;width:100%;height:100%;font-size:4rem;display:flex}.AdminProfile-module__NtvUSG__cameraIconBadge{cursor:pointer;background:#667eea;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;transition:all .3s;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 2px 10px #0003}.AdminProfile-module__NtvUSG__cameraIconBadge:hover{background:#5568d3;transform:scale(1.1);box-shadow:0 4px 15px #0000004d}.AdminProfile-module__NtvUSG__profileName{margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.AdminProfile-module__NtvUSG__profileRole{opacity:.9;background:#fff3;border-radius:20px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:1rem;display:inline-block}.AdminProfile-module__NtvUSG__profileDetails{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.AdminProfile-module__NtvUSG__profileDetailItem{opacity:.95;justify-content:center;align-items:center;gap:.5rem;font-size:.95rem;display:flex}.AdminProfile-module__NtvUSG__profileDetailItem i{text-align:center;width:20px}
.Toast-module__gQqUrG__toast{background:#fff;border-left:4px solid;border-radius:8px;align-items:center;gap:.75rem;min-width:300px;max-width:500px;padding:1rem 1.25rem;animation:.3s ease-out Toast-module__gQqUrG__slideIn;display:flex;box-shadow:0 4px 12px #00000026}@keyframes Toast-module__gQqUrG__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.Toast-module__gQqUrG__toast.Toast-module__gQqUrG__success{border-left-color:#10b981}.Toast-module__gQqUrG__toast.Toast-module__gQqUrG__error{border-left-color:#ef4444}.Toast-module__gQqUrG__toast.Toast-module__gQqUrG__info{border-left-color:#3b82f6}.Toast-module__gQqUrG__toast.Toast-module__gQqUrG__warning{border-left-color:#f59e0b}.Toast-module__gQqUrG__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;font-weight:700;display:flex}.Toast-module__gQqUrG__toast.Toast-module__gQqUrG__success .Toast-module__gQqUrG__icon{color:#fff;background:#10b981}.Toast-module__gQqUrG__toast.Toast-module__gQqUrG__error .Toast-module__gQqUrG__icon{color:#fff;background:#ef4444}.Toast-module__gQqUrG__toast.Toast-module__gQqUrG__info .Toast-module__gQqUrG__icon{color:#fff;background:#3b82f6}.Toast-module__gQqUrG__toast.Toast-module__gQqUrG__warning .Toast-module__gQqUrG__icon{color:#fff;background:#f59e0b}.Toast-module__gQqUrG__message{color:#374151;flex:1;font-size:.9rem;line-height:1.4}.Toast-module__gQqUrG__closeBtn{color:#9ca3af;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1.5rem;transition:color .2s;display:flex}.Toast-module__gQqUrG__closeBtn:hover{color:#4b5563}@media (max-width:640px){.Toast-module__gQqUrG__toast{min-width:280px;max-width:calc(100vw - 2rem);padding:.875rem 1rem}.Toast-module__gQqUrG__message{font-size:.875rem}}
.Hero-module__PycF7W__hero{text-align:center;color:#fff;justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__PycF7W__heroImage{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__PycF7W__overlay{z-index:1;background:linear-gradient(135deg,#667eeab3 0%,#764ba2b3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__PycF7W__heroContent{z-index:2;opacity:0;max-width:900px;padding:2rem;transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1);position:relative;transform:translateY(30px)}.Hero-module__PycF7W__heroContentVisible{opacity:1;transform:translateY(0)}.Hero-module__PycF7W__heroContentVisible .Hero-module__PycF7W__heroTitle{animation:.8s cubic-bezier(.4,0,.2,1) forwards Hero-module__PycF7W__slideUp}.Hero-module__PycF7W__heroContentVisible .Hero-module__PycF7W__heroSlogan{opacity:0;animation:.8s cubic-bezier(.4,0,.2,1) .15s forwards Hero-module__PycF7W__slideUp}.Hero-module__PycF7W__heroContentVisible .Hero-module__PycF7W__heroDescription{opacity:0;animation:.8s cubic-bezier(.4,0,.2,1) .3s forwards Hero-module__PycF7W__slideUp}.Hero-module__PycF7W__heroContentVisible .Hero-module__PycF7W__ctaButton{opacity:0;animation:.8s cubic-bezier(.4,0,.2,1) .45s forwards Hero-module__PycF7W__slideUp}@keyframes Hero-module__PycF7W__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Hero-module__PycF7W__heroTitle{text-shadow:3px 3px 6px #00000080;margin-bottom:1rem;font-family:Dancing Script,cursive;font-size:4rem;font-weight:700}.Hero-module__PycF7W__heroSlogan{text-shadow:2px 2px 4px #00000080;letter-spacing:1px;margin-bottom:1rem;font-size:2rem;font-style:italic;font-weight:600}.Hero-module__PycF7W__heroDescription{text-shadow:2px 2px 4px #00000080;max-width:700px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.3rem;line-height:1.6}.Hero-module__PycF7W__ctaButton{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(45deg,#e91e63,#9c27b0);border:none;border-radius:50px;padding:18px 40px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 8px 25px #e91e6366}.Hero-module__PycF7W__ctaButton:hover{background:linear-gradient(45deg,#c2185b,#7b1fa2);transform:translateY(-3px);box-shadow:0 12px 35px #e91e6399}@media (max-width:768px){.Hero-module__PycF7W__heroTitle{font-size:2.5rem}.Hero-module__PycF7W__heroSlogan{font-size:1.5rem}.Hero-module__PycF7W__heroDescription{font-size:1.1rem}.Hero-module__PycF7W__ctaButton{padding:15px 30px;font-size:1rem}}@media (max-width:480px){.Hero-module__PycF7W__heroTitle{font-size:2rem}.Hero-module__PycF7W__heroSlogan{font-size:1.2rem}.Hero-module__PycF7W__heroDescription{font-size:1rem}}
.ToastContainer-module__TI9l8a__container{z-index:9999;pointer-events:none;flex-direction:column;gap:.75rem;display:flex;position:fixed;top:1rem;right:1rem}.ToastContainer-module__TI9l8a__container>*{pointer-events:all}@media (max-width:640px){.ToastContainer-module__TI9l8a__container{align-items:stretch;top:.5rem;left:.5rem;right:.5rem}}
.AdminSettingsModal-module__rtiAZq__modalOverlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.AdminSettingsModal-module__rtiAZq__modalContainer{background:#fff;border-radius:12px;width:90%;max-width:700px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 4px 20px #00000026}.AdminSettingsModal-module__rtiAZq__modalHeader{z-index:10;background:#fff;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:sticky;top:0}.AdminSettingsModal-module__rtiAZq__modalHeader h3{color:#333;margin:0;font-size:1.5rem}.AdminSettingsModal-module__rtiAZq__modalClose{cursor:pointer;color:#666;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;line-height:1;transition:all .2s;display:flex}.AdminSettingsModal-module__rtiAZq__modalClose:hover{color:#333;background-color:#f5f5f5}.AdminSettingsModal-module__rtiAZq__modalBody{padding:2rem}.AdminSettingsModal-module__rtiAZq__formGrid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.AdminSettingsModal-module__rtiAZq__formLabel{color:#333;margin-bottom:.5rem;font-size:.95rem;font-weight:500;display:block}.AdminSettingsModal-module__rtiAZq__formInput{border:1px solid #ddd;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s}.AdminSettingsModal-module__rtiAZq__formInput:focus{border-color:#667eea;outline:none}.AdminSettingsModal-module__rtiAZq__formNote{color:#666;background:#f0f8ff;border-radius:8px;align-items:flex-start;gap:.5rem;margin-top:1.5rem;padding:1rem;font-size:.9rem;display:flex}.AdminSettingsModal-module__rtiAZq__formNote i{color:#2196f3;flex-shrink:0;margin-top:.1rem;margin-right:.5rem}.AdminSettingsModal-module__rtiAZq__formNote strong{color:#333}.AdminSettingsModal-module__rtiAZq__formButtons{background:#fff;border-top:1px solid #e0e0e0;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;display:flex;position:sticky;bottom:0}.AdminSettingsModal-module__rtiAZq__formButton{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.AdminSettingsModal-module__rtiAZq__formButton.AdminSettingsModal-module__rtiAZq__primary{color:#fff;background:#667eea}.AdminSettingsModal-module__rtiAZq__formButton.AdminSettingsModal-module__rtiAZq__primary:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.AdminSettingsModal-module__rtiAZq__formButton.AdminSettingsModal-module__rtiAZq__secondary{color:#666;background-color:#f5f5f5}.AdminSettingsModal-module__rtiAZq__formButton.AdminSettingsModal-module__rtiAZq__secondary:hover{background-color:#e0e0e0}@media (max-width:768px){.AdminSettingsModal-module__rtiAZq__modalOverlay{padding:1rem}.AdminSettingsModal-module__rtiAZq__modalContainer{width:95%;max-height:95vh}.AdminSettingsModal-module__rtiAZq__modalHeader{padding:1rem 1.5rem}.AdminSettingsModal-module__rtiAZq__modalHeader h3{font-size:1.2rem}.AdminSettingsModal-module__rtiAZq__modalBody{padding:1.5rem}.AdminSettingsModal-module__rtiAZq__formGrid{grid-template-columns:1fr;gap:1rem}.AdminSettingsModal-module__rtiAZq__formActions{flex-direction:column-reverse;gap:.75rem}.AdminSettingsModal-module__rtiAZq__formButton{width:100%}}
.AnimatedSection-module__lRY-yG__animated{will-change:opacity,transform;transition-property:opacity,transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.AnimatedSection-module__lRY-yG__fadeUp{opacity:0;transform:translateY(40px)}.AnimatedSection-module__lRY-yG__fadeUp.AnimatedSection-module__lRY-yG__visible{opacity:1;transform:translateY(0)}.AnimatedSection-module__lRY-yG__fadeDown{opacity:0;transform:translateY(-40px)}.AnimatedSection-module__lRY-yG__fadeDown.AnimatedSection-module__lRY-yG__visible{opacity:1;transform:translateY(0)}.AnimatedSection-module__lRY-yG__fadeLeft{opacity:0;transform:translate(-40px)}.AnimatedSection-module__lRY-yG__fadeLeft.AnimatedSection-module__lRY-yG__visible{opacity:1;transform:translate(0)}.AnimatedSection-module__lRY-yG__fadeRight{opacity:0;transform:translate(40px)}.AnimatedSection-module__lRY-yG__fadeRight.AnimatedSection-module__lRY-yG__visible{opacity:1;transform:translate(0)}.AnimatedSection-module__lRY-yG__fadeIn{opacity:0}.AnimatedSection-module__lRY-yG__fadeIn.AnimatedSection-module__lRY-yG__visible{opacity:1}.AnimatedSection-module__lRY-yG__scaleUp{opacity:0;transform:scale(.9)}.AnimatedSection-module__lRY-yG__scaleUp.AnimatedSection-module__lRY-yG__visible{opacity:1;transform:scale(1)}.AnimatedSection-module__lRY-yG__slideUp{opacity:0;transform:translateY(60px)}.AnimatedSection-module__lRY-yG__slideUp.AnimatedSection-module__lRY-yG__visible{opacity:1;transform:translateY(0)}
.About-module__WVzPFq__about{background:#f8f9fa;padding:80px 0}.About-module__WVzPFq__about h2{text-align:center;color:#e91e63;margin-bottom:3rem;font-family:Dancing Script,cursive;font-size:3rem}.About-module__WVzPFq__aboutContent{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.About-module__WVzPFq__aboutText p{color:#555;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.About-module__WVzPFq__aboutFeatures{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.About-module__WVzPFq__feature{background:#fff;border-radius:15px;align-items:center;gap:1.5rem;padding:1.5rem;transition:transform .3s;display:flex;box-shadow:0 5px 15px #0000001a}.About-module__WVzPFq__feature:hover{transform:translateY(-5px)}.About-module__WVzPFq__feature i{color:#e91e63;font-size:2.5rem}.About-module__WVzPFq__feature h3{color:#333;margin-bottom:.5rem}.About-module__WVzPFq__feature p{color:#666;font-size:.9rem}@media (max-width:768px){.About-module__WVzPFq__aboutContent{grid-template-columns:1fr;gap:2rem}.About-module__WVzPFq__aboutFeatures{grid-template-columns:1fr}.About-module__WVzPFq__about h2{font-size:2.5rem}}
.DatePicker-module__yr09lW__container{width:100%;position:relative}.DatePicker-module__yr09lW__inputWrapper{cursor:pointer;position:relative}.DatePicker-module__yr09lW__input{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:10px;width:100%;padding:12px 40px 12px 15px;font-size:1rem;transition:all .3s}.DatePicker-module__yr09lW__input:focus{border-color:#e91e63;outline:none;box-shadow:0 0 0 3px #e91e631a}.DatePicker-module__yr09lW__input::placeholder{color:#999}.DatePicker-module__yr09lW__icon{color:#666;pointer-events:none;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.DatePicker-module__yr09lW__dropdown{z-index:1000;background:#fff;border-radius:12px;width:320px;padding:16px;animation:.2s DatePicker-module__yr09lW__fadeIn;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 10px 40px #00000026}@keyframes DatePicker-module__yr09lW__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.DatePicker-module__yr09lW__header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.DatePicker-module__yr09lW__navButton{cursor:pointer;color:#333;background:#f5f5f5;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.DatePicker-module__yr09lW__navButton:hover{color:#fff;background:#e91e63}.DatePicker-module__yr09lW__selectors{gap:8px;display:flex}.DatePicker-module__yr09lW__monthSelect,.DatePicker-module__yr09lW__yearSelect{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:8px 12px;font-size:.9rem;transition:all .2s}.DatePicker-module__yr09lW__monthSelect:focus,.DatePicker-module__yr09lW__yearSelect:focus{border-color:#e91e63;outline:none}.DatePicker-module__yr09lW__monthSelect{width:120px}.DatePicker-module__yr09lW__yearSelect{width:90px}.DatePicker-module__yr09lW__weekDays{grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:8px;display:grid}.DatePicker-module__yr09lW__weekDay{text-align:center;color:#666;padding:8px 0;font-size:.75rem;font-weight:600}.DatePicker-module__yr09lW__days{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.DatePicker-module__yr09lW__day{aspect-ratio:1;cursor:pointer;color:#333;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;font-size:.9rem;transition:all .2s;display:flex}.DatePicker-module__yr09lW__day:hover{background:#f5f5f5}.DatePicker-module__yr09lW__day.DatePicker-module__yr09lW__selected{color:#fff;background:linear-gradient(135deg,#e91e63,#9c27b0);font-weight:600}.DatePicker-module__yr09lW__day.DatePicker-module__yr09lW__today{border:2px solid #e91e63;font-weight:600}.DatePicker-module__yr09lW__day.DatePicker-module__yr09lW__today.DatePicker-module__yr09lW__selected{border:none}.DatePicker-module__yr09lW__emptyDay{aspect-ratio:1}.DatePicker-module__yr09lW__footer{border-top:1px solid #eee;justify-content:space-between;margin-top:16px;padding-top:16px;display:flex}.DatePicker-module__yr09lW__todayButton,.DatePicker-module__yr09lW__clearButton{cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:500;transition:all .2s}.DatePicker-module__yr09lW__todayButton{color:#fff;background:linear-gradient(135deg,#e91e63,#9c27b0)}.DatePicker-module__yr09lW__todayButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #e91e634d}.DatePicker-module__yr09lW__clearButton{color:#666;background:#f5f5f5}.DatePicker-module__yr09lW__clearButton:hover{background:#eee}@media (max-width:768px){.DatePicker-module__yr09lW__dropdown{width:100%;min-width:280px;left:50%;transform:translate(-50%)}.DatePicker-module__yr09lW__monthSelect{width:100px}.DatePicker-module__yr09lW__yearSelect{width:80px}}
.FinancialSummary-module__vudaEq__financialSummary{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.FinancialSummary-module__vudaEq__financialCard{background:#fff;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;transition:transform .3s;display:flex;box-shadow:0 2px 8px #0000001a}.FinancialSummary-module__vudaEq__financialCard:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.FinancialSummary-module__vudaEq__financialCard i{font-size:2.5rem}.FinancialSummary-module__vudaEq__financialCard.FinancialSummary-module__vudaEq__paid i{color:#4caf50}.FinancialSummary-module__vudaEq__financialCard.FinancialSummary-module__vudaEq__pending i{color:#ff9800}.FinancialSummary-module__vudaEq__financialCard.FinancialSummary-module__vudaEq__partial i{color:#9c27b0}.FinancialSummary-module__vudaEq__financialCard.FinancialSummary-module__vudaEq__overdue i{color:#f44336}.FinancialSummary-module__vudaEq__financialCard.FinancialSummary-module__vudaEq__total i{color:#2196f3}.FinancialSummary-module__vudaEq__financialValue{color:#333;font-size:2rem;font-weight:700;line-height:1.2}.FinancialSummary-module__vudaEq__financialLabel{color:#666;margin-top:.25rem;font-size:.9rem}
.Classes-module__Rw5SeW__classes{background:#fff;padding:80px 0}.Classes-module__Rw5SeW__classes h2{text-align:center;color:#e91e63;margin-bottom:1rem;font-family:Dancing Script,cursive;font-size:3rem}.Classes-module__Rw5SeW__subtitle{text-align:center;color:#666;margin-bottom:4rem;font-family:Open Sans,sans-serif;font-size:1.2rem}.Classes-module__Rw5SeW__classesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-bottom:4rem;display:grid}.Classes-module__Rw5SeW__classesCarousel{width:100%;margin-bottom:4rem;padding:2rem 50px 3rem;display:none;position:relative}.Classes-module__Rw5SeW__swiperContainer{padding:1rem 0}.Classes-module__Rw5SeW__navButtonPrev,.Classes-module__Rw5SeW__navButtonNext{color:#e91e63;cursor:pointer;z-index:10;background:#fff;border:2px solid #e91e63;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 15px #0000001a}.Classes-module__Rw5SeW__navButtonPrev:hover,.Classes-module__Rw5SeW__navButtonNext:hover{color:#fff;background:#e91e63;transform:translateY(-50%)scale(1.1)}.Classes-module__Rw5SeW__navButtonPrev{left:0}.Classes-module__Rw5SeW__navButtonNext{right:0}.Classes-module__Rw5SeW__classCard{background:#fff;border:2px solid #0000;border-radius:15px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 5px 25px #e91e6326}.Classes-module__Rw5SeW__classCard:hover{border-color:#e91e63;transform:translateY(-10px);box-shadow:0 10px 35px #e91e6340}.Classes-module__Rw5SeW__classImageWrapper{width:100%;height:250px;position:relative;overflow:hidden}.Classes-module__Rw5SeW__classImage{transition:transform .5s}.Classes-module__Rw5SeW__classCard:hover .Classes-module__Rw5SeW__classImage{transform:scale(1.1)}.Classes-module__Rw5SeW__classContent{flex-direction:column;flex:1;gap:1rem;padding:2rem;display:flex}.Classes-module__Rw5SeW__classContent h3{color:#e91e63;margin-bottom:.5rem;font-family:Dancing Script,cursive;font-size:1.5rem;font-weight:700}.Classes-module__Rw5SeW__classContent p{color:#666;font-family:Open Sans,sans-serif;font-size:1rem;line-height:1.6}.Classes-module__Rw5SeW__otherModalities{text-align:center;background:#fafafa;border:1px solid #e0e0e0;border-radius:15px;padding:3rem;box-shadow:0 3px 15px #00000014}.Classes-module__Rw5SeW__otherModalities h3{color:#e91e63;margin-bottom:2rem;font-family:Dancing Script,cursive;font-size:2rem}.Classes-module__Rw5SeW__modalitiesList{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.Classes-module__Rw5SeW__modalityItem{color:#666;background:#fff;border:1px solid #e0e0e0;border-radius:10px;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-family:Open Sans,sans-serif;font-size:1rem;font-weight:500;transition:all .3s;display:flex;box-shadow:0 2px 8px #00000014}.Classes-module__Rw5SeW__modalityItem:hover{color:#e91e63;border-color:#e91e63;transform:translateY(-2px);box-shadow:0 4px 12px #e91e6326}.Classes-module__Rw5SeW__checkIcon{color:#e91e63;flex-shrink:0}.Classes-module__Rw5SeW__specialServices{background:linear-gradient(135deg,#fff5f8 0%,#fff 100%);border:2px solid #fce4ec;border-radius:20px;padding:3.5rem;box-shadow:0 5px 25px #e91e631a}.Classes-module__Rw5SeW__specialServices h3{color:#e91e63;text-align:center;margin-bottom:1rem;font-family:Dancing Script,cursive;font-size:2.2rem}.Classes-module__Rw5SeW__servicesIntro{text-align:center;color:#666;max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-family:Open Sans,sans-serif;font-size:1.1rem}.Classes-module__Rw5SeW__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2.5rem;display:grid}.Classes-module__Rw5SeW__serviceCard{text-align:center;background:#fff;border:2px solid #0000;border-radius:15px;padding:2.5rem 2rem;transition:all .3s;box-shadow:0 3px 15px #00000014}.Classes-module__Rw5SeW__serviceCard:hover{border-color:#e91e63;transform:translateY(-5px);box-shadow:0 8px 25px #e91e6333}.Classes-module__Rw5SeW__serviceIcon{color:#fff;background:linear-gradient(135deg,#e91e63 0%,#f06292 100%);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;font-size:2rem;transition:all .3s;display:flex}.Classes-module__Rw5SeW__serviceCard:hover .Classes-module__Rw5SeW__serviceIcon{transform:rotate(360deg)scale(1.1);box-shadow:0 5px 20px #e91e6366}.Classes-module__Rw5SeW__serviceCard h4{color:#e91e63;margin-bottom:1rem;font-family:Dancing Script,cursive;font-size:1.4rem;font-weight:700}.Classes-module__Rw5SeW__serviceCard p{color:#666;font-family:Open Sans,sans-serif;font-size:1rem;line-height:1.6}.Classes-module__Rw5SeW__contactInfo{color:#777;text-align:center;margin-top:1.5rem;font-family:Open Sans,sans-serif;font-size:1.1rem;font-style:italic}@media (max-width:900px){.Classes-module__Rw5SeW__classesGrid{display:none}.Classes-module__Rw5SeW__classesCarousel{display:block}}@media (max-width:768px){.Classes-module__Rw5SeW__classes{padding:4rem 0}.Classes-module__Rw5SeW__classes h2{font-size:2rem}.Classes-module__Rw5SeW__subtitle{margin-bottom:2.5rem;font-size:1rem}.Classes-module__Rw5SeW__classesCarousel{margin-bottom:3rem;padding:2rem 50px 3rem}.Classes-module__Rw5SeW__classCard:hover{border-color:#0000;transform:none;box-shadow:0 5px 25px #e91e6326}.Classes-module__Rw5SeW__classCard:hover .Classes-module__Rw5SeW__classImage{transform:none}.Classes-module__Rw5SeW__navButtonPrev,.Classes-module__Rw5SeW__navButtonNext{width:40px;height:40px}.Classes-module__Rw5SeW__navButtonPrev svg,.Classes-module__Rw5SeW__navButtonNext svg{width:18px;height:18px}.Classes-module__Rw5SeW__classImageWrapper{height:200px}.Classes-module__Rw5SeW__classContent{padding:1.5rem}.Classes-module__Rw5SeW__classContent h3{font-size:1.3rem}.Classes-module__Rw5SeW__otherModalities{padding:2rem 1.5rem}.Classes-module__Rw5SeW__otherModalities h3{margin-bottom:1.5rem;font-size:1.5rem}.Classes-module__Rw5SeW__modalitiesList{grid-template-columns:1fr;gap:1rem}.Classes-module__Rw5SeW__modalityItem{font-size:.95rem}.Classes-module__Rw5SeW__specialServices{padding:2.5rem 1.5rem}.Classes-module__Rw5SeW__specialServices h3{font-size:1.8rem}.Classes-module__Rw5SeW__servicesIntro{margin-bottom:2rem;font-size:1rem}.Classes-module__Rw5SeW__servicesGrid{grid-template-columns:1fr;gap:1.5rem}.Classes-module__Rw5SeW__serviceCard{padding:2rem 1.5rem}.Classes-module__Rw5SeW__serviceIcon{width:60px;height:60px;font-size:1.8rem}.Classes-module__Rw5SeW__serviceCard h4{font-size:1.3rem}.Classes-module__Rw5SeW__serviceCard p{font-size:.95rem}.Classes-module__Rw5SeW__contactInfo{font-size:1rem}}@media (max-width:480px){.Classes-module__Rw5SeW__classes h2{font-size:1.8rem}.Classes-module__Rw5SeW__classesCarousel{padding:2rem 40px 3rem;display:block}.Classes-module__Rw5SeW__navButtonPrev,.Classes-module__Rw5SeW__navButtonNext{width:35px;height:35px}.Classes-module__Rw5SeW__navButtonPrev svg,.Classes-module__Rw5SeW__navButtonNext svg{width:16px;height:16px}.Classes-module__Rw5SeW__classContent h3{font-size:1.2rem}.Classes-module__Rw5SeW__classContent p{font-size:.95rem}.Classes-module__Rw5SeW__specialServices{padding:2rem 1rem}.Classes-module__Rw5SeW__specialServices h3{font-size:1.6rem}.Classes-module__Rw5SeW__servicesIntro{font-size:.95rem}.Classes-module__Rw5SeW__serviceCard{padding:1.8rem 1.2rem}.Classes-module__Rw5SeW__serviceIcon{width:55px;height:55px;font-size:1.6rem}.Classes-module__Rw5SeW__serviceCard h4{font-size:1.2rem}.Classes-module__Rw5SeW__contactInfo{font-size:.95rem}}
.PixModal-module__Y6yL_q__overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.PixModal-module__Y6yL_q__modal{background:#fff;border-radius:16px;width:100%;max-width:420px;max-height:90vh;animation:.3s ease-out PixModal-module__Y6yL_q__slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}@keyframes PixModal-module__Y6yL_q__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.PixModal-module__Y6yL_q__closeButton{cursor:pointer;color:#6b7280;z-index:10;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.PixModal-module__Y6yL_q__closeButton:hover{color:#374151;background:#e5e7eb}.PixModal-module__Y6yL_q__header{text-align:center;color:#fff;background:linear-gradient(135deg,#32bcad 0%,#2aa69a 100%);border-radius:16px 16px 0 0;padding:2rem 2rem 1rem}.PixModal-module__Y6yL_q__pixIcon{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;display:flex}.PixModal-module__Y6yL_q__pixIcon svg{width:32px;height:32px}.PixModal-module__Y6yL_q__header h2{margin:0 0 .25rem;font-size:1.5rem;font-weight:600}.PixModal-module__Y6yL_q__subtitle{opacity:.9;margin:0;font-size:.9rem}.PixModal-module__Y6yL_q__content{padding:1.5rem}.PixModal-module__Y6yL_q__loading{text-align:center;padding:3rem 1rem}.PixModal-module__Y6yL_q__spinner{border:4px solid #e5e7eb;border-top-color:#32bcad;border-radius:50%;width:48px;height:48px;margin:0 auto 1rem;animation:.8s linear infinite PixModal-module__Y6yL_q__spin}@keyframes PixModal-module__Y6yL_q__spin{to{transform:rotate(360deg)}}.PixModal-module__Y6yL_q__loading p{color:#6b7280;font-size:.95rem}.PixModal-module__Y6yL_q__error{text-align:center;color:#dc2626;padding:2rem 1rem}.PixModal-module__Y6yL_q__error i{margin-bottom:1rem;font-size:2.5rem}.PixModal-module__Y6yL_q__error p{margin:0 0 1rem}.PixModal-module__Y6yL_q__retryButton{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:6px;padding:.5rem 1.5rem;font-weight:500;transition:background .2s}.PixModal-module__Y6yL_q__retryButton:hover{background:#b91c1c}.PixModal-module__Y6yL_q__amount{background:#f0fdf4;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem;display:flex}.PixModal-module__Y6yL_q__amount span{color:#6b7280;font-size:.9rem}.PixModal-module__Y6yL_q__amount strong{color:#059669;font-size:1.5rem;font-weight:700}.PixModal-module__Y6yL_q__qrCodeContainer{justify-content:center;margin-bottom:1.5rem;display:flex}.PixModal-module__Y6yL_q__qrCode{background:#fff;border:4px solid #e5e7eb;border-radius:12px;width:200px;height:200px;padding:8px}.PixModal-module__Y6yL_q__instructions{text-align:center;margin-bottom:1.5rem}.PixModal-module__Y6yL_q__instructions p{color:#4b5563;justify-content:center;align-items:center;gap:.5rem;margin:.5rem 0;font-size:.875rem;display:flex}.PixModal-module__Y6yL_q__instructions i{color:#32bcad}.PixModal-module__Y6yL_q__or{text-transform:uppercase;letter-spacing:1px;color:#9ca3af!important;font-size:.8rem!important}.PixModal-module__Y6yL_q__copySection{margin-bottom:1.5rem}.PixModal-module__Y6yL_q__pixCode{background:#f3f4f6;border-radius:8px;margin-bottom:.75rem;padding:.75rem;overflow:hidden}.PixModal-module__Y6yL_q__pixCode code{color:#6b7280;word-break:break-all;font-family:monospace;font-size:.75rem}.PixModal-module__Y6yL_q__copyButton{color:#fff;cursor:pointer;background:#32bcad;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.PixModal-module__Y6yL_q__copyButton:hover{background:#2aa69a;transform:translateY(-1px)}.PixModal-module__Y6yL_q__copyButton.PixModal-module__Y6yL_q__copied{background:#059669}.PixModal-module__Y6yL_q__statusInfo{background:#fef3c7;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem;display:flex}.PixModal-module__Y6yL_q__statusDot{background:#f59e0b;border-radius:50%;width:10px;height:10px;animation:1.5s ease-in-out infinite PixModal-module__Y6yL_q__pulse}@keyframes PixModal-module__Y6yL_q__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.PixModal-module__Y6yL_q__statusInfo span{color:#92400e;font-size:.875rem;font-weight:500}.PixModal-module__Y6yL_q__note{text-align:center;color:#9ca3af;margin:0;font-size:.75rem}@media (max-width:480px){.PixModal-module__Y6yL_q__modal{border-radius:12px;max-height:95vh}.PixModal-module__Y6yL_q__header{padding:1.5rem 1.5rem 1rem}.PixModal-module__Y6yL_q__header h2{font-size:1.25rem}.PixModal-module__Y6yL_q__content{padding:1.25rem}.PixModal-module__Y6yL_q__qrCode{width:180px;height:180px}.PixModal-module__Y6yL_q__amount strong{font-size:1.25rem}}
.RevenueChart-module__q8sv4W__revenueChartSection{background:#fff;border-radius:12px;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 8px #0000001a}.RevenueChart-module__q8sv4W__chartHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.RevenueChart-module__q8sv4W__chartHeader h3{color:#333;margin:0;font-size:1.3rem}.RevenueChart-module__q8sv4W__yearFilter{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;padding:.5rem 1rem;font-size:1rem;transition:all .2s}.RevenueChart-module__q8sv4W__yearFilter:hover{border-color:#d63384}.RevenueChart-module__q8sv4W__yearFilter:focus{border-color:#d63384;outline:none;box-shadow:0 0 0 3px #d633841a}.RevenueChart-module__q8sv4W__revenueChartSection h3{color:#333;margin:0 0 2rem;font-size:1.3rem}.RevenueChart-module__q8sv4W__loading{color:#666;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:300px;display:flex}.RevenueChart-module__q8sv4W__loading i{color:#d63384;font-size:2rem}.RevenueChart-module__q8sv4W__revenueChart{background:linear-gradient(#0000 0%,#f5f5f5 100%);border-radius:8px;justify-content:space-around;align-items:flex-end;height:300px;margin-bottom:1rem;padding:1rem 0;display:flex}.RevenueChart-module__q8sv4W__chartBarContainer{flex-direction:column;justify-content:flex-end;align-items:center;gap:.5rem;min-width:80px;height:100%;display:flex}.RevenueChart-module__q8sv4W__chartValue{color:#333;margin-bottom:auto;padding-top:.5rem;font-size:.85rem;font-weight:600}.RevenueChart-module__q8sv4W__chartBar{cursor:pointer;border-radius:8px 8px 0 0;width:50px;min-height:20px;transition:all .3s;position:relative}.RevenueChart-module__q8sv4W__chartBar:hover{transform:scaleY(1.05);box-shadow:0 4px 12px #0003}.RevenueChart-module__q8sv4W__chartBar.RevenueChart-module__q8sv4W__increasing{background:linear-gradient(#4caf50 0%,#66bb6a 100%)}.RevenueChart-module__q8sv4W__chartBar.RevenueChart-module__q8sv4W__decreasing{background:linear-gradient(#f44336 0%,#ef5350 100%)}.RevenueChart-module__q8sv4W__chartBar.RevenueChart-module__q8sv4W__stable{background:linear-gradient(#2196f3 0%,#42a5f5 100%)}.RevenueChart-module__q8sv4W__chartLabel{color:#666;margin-top:.5rem;font-size:.9rem;font-weight:600}.RevenueChart-module__q8sv4W__chartLegend{border-top:1px solid #e0e0e0;justify-content:center;gap:2rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.RevenueChart-module__q8sv4W__legendItem{color:#666;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.RevenueChart-module__q8sv4W__legendColor{border-radius:4px;width:20px;height:20px}.RevenueChart-module__q8sv4W__legendColor.RevenueChart-module__q8sv4W__increasing{background:linear-gradient(135deg,#4caf50 0%,#66bb6a 100%)}.RevenueChart-module__q8sv4W__legendColor.RevenueChart-module__q8sv4W__decreasing{background:linear-gradient(135deg,#f44336 0%,#ef5350 100%)}.RevenueChart-module__q8sv4W__legendColor.RevenueChart-module__q8sv4W__stable{background:linear-gradient(135deg,#2196f3 0%,#42a5f5 100%)}.RevenueChart-module__q8sv4W__chartBar.RevenueChart-module__q8sv4W__empty{background:#e0e0e0;min-height:2px}@media (max-width:768px){.RevenueChart-module__q8sv4W__revenueChartSection{padding:1rem}.RevenueChart-module__q8sv4W__chartHeader{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.RevenueChart-module__q8sv4W__chartHeader h3{font-size:1.1rem}.RevenueChart-module__q8sv4W__yearFilter{width:100%}.RevenueChart-module__q8sv4W__revenueChart{justify-content:flex-start;gap:.5rem;height:250px;padding:.5rem 0;overflow-x:auto}.RevenueChart-module__q8sv4W__chartBarContainer{flex-shrink:0;min-width:60px}.RevenueChart-module__q8sv4W__chartValue{font-size:.7rem}.RevenueChart-module__q8sv4W__chartBar{width:35px}.RevenueChart-module__q8sv4W__chartMonth{font-size:.7rem}.RevenueChart-module__q8sv4W__legend{flex-direction:column;align-items:flex-start}}
.TeacherProfile-module__plnJAW__teacherProfileSection{color:#fff;text-align:center;background:#667eea;border-radius:20px;padding:2rem;position:relative;overflow:hidden;box-shadow:0 10px 30px #0003}.TeacherProfile-module__plnJAW__avatarWrapper{margin-bottom:1.5rem;display:inline-block;position:relative}.TeacherProfile-module__plnJAW__profileImageContainer{border:4px solid #ffffff4d;border-radius:50%;width:120px;height:120px;transition:all .3s;position:relative;overflow:hidden}.TeacherProfile-module__plnJAW__profileImageContainer:hover{border-color:#fffc;transform:scale(1.05)}.TeacherProfile-module__plnJAW__profileImage{border-radius:50%}.TeacherProfile-module__plnJAW__profileIconPlaceholder{color:#fffc;background:#ffffff1a;justify-content:center;align-items:center;width:100%;height:100%;font-size:4rem;display:flex}.TeacherProfile-module__plnJAW__cameraIconBadge{cursor:pointer;background:#667eea;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;transition:all .3s;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 2px 10px #0003}.TeacherProfile-module__plnJAW__cameraIconBadge:hover{transform:scale(1.1);box-shadow:0 4px 15px #0000004d}.TeacherProfile-module__plnJAW__profileName{margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.TeacherProfile-module__plnJAW__profileClass{opacity:.9;margin-bottom:1.5rem;font-size:1rem}.TeacherProfile-module__plnJAW__profileDetails{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.TeacherProfile-module__plnJAW__profileDetailItem{opacity:.95;justify-content:center;align-items:center;gap:.5rem;font-size:.95rem;display:flex}.TeacherProfile-module__plnJAW__profileDetailItem i{text-align:center;width:20px}
.PaymentsList-module__4fodkW__container{width:100%}.PaymentsList-module__4fodkW__title{color:#374151;margin-bottom:1rem;font-size:1.25rem;font-weight:600;display:none}.PaymentsList-module__4fodkW__loading,.PaymentsList-module__4fodkW__error,.PaymentsList-module__4fodkW__empty{text-align:center;color:#6b7280;background:#f9fafb;border-radius:8px;padding:1.5rem;font-size:.9rem}.PaymentsList-module__4fodkW__error{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca}.PaymentsList-module__4fodkW__paymentsList{flex-direction:column;gap:.75rem;display:flex}.PaymentsList-module__4fodkW__paymentCard{background:#fff;border:1px solid #e5e7eb;border-radius:10px;transition:box-shadow .2s;overflow:hidden;box-shadow:0 1px 3px #00000014}.PaymentsList-module__4fodkW__paymentCard:hover{box-shadow:0 4px 12px #0000001a}.PaymentsList-module__4fodkW__paymentCard.PaymentsList-module__4fodkW__status-overdue{border-left:3px solid #ef4444}.PaymentsList-module__4fodkW__paymentCard.PaymentsList-module__4fodkW__status-pending{border-left:3px solid #f59e0b}.PaymentsList-module__4fodkW__paymentCard.PaymentsList-module__4fodkW__status-paid{border-left:3px solid #10b981}.PaymentsList-module__4fodkW__paymentHeader{background:#f8fafc;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.PaymentsList-module__4fodkW__referenceMonth{color:#374151;font-size:.95rem;font-weight:600}.PaymentsList-module__4fodkW__status{text-transform:uppercase;letter-spacing:.025em;border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.PaymentsList-module__4fodkW__status.PaymentsList-module__4fodkW__status-pending{color:#d97706;background-color:#fef3c7}.PaymentsList-module__4fodkW__status.PaymentsList-module__4fodkW__status-paid{color:#059669;background-color:#d1fae5}.PaymentsList-module__4fodkW__status.PaymentsList-module__4fodkW__status-overdue{color:#dc2626;background-color:#fee2e2}.PaymentsList-module__4fodkW__status.PaymentsList-module__4fodkW__status-cancelled{color:#6b7280;background-color:#f3f4f6}.PaymentsList-module__4fodkW__paymentBody{padding:1rem}.PaymentsList-module__4fodkW__paymentInfo{flex-direction:column;gap:.5rem;display:flex}.PaymentsList-module__4fodkW__infoRow{justify-content:space-between;align-items:center;padding:.25rem 0;font-size:.875rem;display:flex}.PaymentsList-module__4fodkW__totalRow{border-top:1px dashed #e5e7eb;margin-top:.5rem;padding-top:.75rem}.PaymentsList-module__4fodkW__label{color:#6b7280;font-weight:400}.PaymentsList-module__4fodkW__value{color:#374151;font-weight:500}.PaymentsList-module__4fodkW__valueTotal{color:#111827;font-size:1rem;font-weight:700}.PaymentsList-module__4fodkW__fine{color:#dc2626;font-weight:500}.PaymentsList-module__4fodkW__discount{color:#10b981;font-weight:500}.PaymentsList-module__4fodkW__customAmountRow{background:#f0f9ff;border:1px dashed #0ea5e9;border-radius:6px;flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex;padding:.75rem!important}.PaymentsList-module__4fodkW__customAmountRow .PaymentsList-module__4fodkW__label{color:#0369a1;align-items:center;gap:.375rem;font-size:.85rem;font-weight:500;display:flex}.PaymentsList-module__4fodkW__customAmountRow .PaymentsList-module__4fodkW__label:before{content:"💰";font-size:1rem}.PaymentsList-module__4fodkW__customAmountInput{color:#0c4a6e;background:#fff;border:2px solid #bae6fd;border-radius:6px;width:100%;padding:.625rem .875rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:all .2s}.PaymentsList-module__4fodkW__customAmountInput:focus{border-color:#0ea5e9;outline:none;box-shadow:0 0 0 3px #0ea5e91a}.PaymentsList-module__4fodkW__customAmountInput::placeholder{color:#94a3b8;font-weight:400}.PaymentsList-module__4fodkW__notes{background:#f9fafb;border-radius:6px;margin-top:.75rem;padding:.625rem .75rem;font-size:.8rem}.PaymentsList-module__4fodkW__notes .PaymentsList-module__4fodkW__label{color:#9ca3af;text-transform:uppercase;letter-spacing:.025em;font-size:.75rem;font-weight:500}.PaymentsList-module__4fodkW__notes p{color:#6b7280;margin-top:.25rem;line-height:1.4}.PaymentsList-module__4fodkW__paymentActions{border-top:1px solid #f3f4f6;gap:.5rem;margin-top:.75rem;padding-top:.75rem;display:flex}.PaymentsList-module__4fodkW__payButton{cursor:pointer;color:#fff;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .15s;display:flex}.PaymentsList-module__4fodkW__payButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.PaymentsList-module__4fodkW__payButton:disabled{opacity:.5;cursor:not-allowed}.PaymentsList-module__4fodkW__pixButton{background:#00b4d8}.PaymentsList-module__4fodkW__pixButton:hover:not(:disabled){background:#0096c7}.PaymentsList-module__4fodkW__boletoButton{background:#8b5cf6}.PaymentsList-module__4fodkW__boletoButton:hover:not(:disabled){background:#7c3aed}.PaymentsList-module__4fodkW__paymentCard.PaymentsList-module__4fodkW__status-paid .PaymentsList-module__4fodkW__paymentBody{opacity:.85}.PaymentsList-module__4fodkW__paymentCard.PaymentsList-module__4fodkW__status-paid .PaymentsList-module__4fodkW__paymentHeader{background:#f0fdf4}.PaymentsList-module__4fodkW__openPaymentsSection{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.PaymentsList-module__4fodkW__paidPaymentsSection{margin-top:1rem}.PaymentsList-module__4fodkW__paidTitle{color:#6b7280;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.85rem;font-weight:600;display:flex}.PaymentsList-module__4fodkW__paidTitle i{color:#9ca3af}.PaymentsList-module__4fodkW__paidList{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.PaymentsList-module__4fodkW__paidItem{background:#fff;border-bottom:1px solid #e5e7eb;grid-template-columns:80px 100px 110px 70px auto;align-items:center;padding:.625rem .875rem;font-size:.8rem;transition:background .15s;display:grid}.PaymentsList-module__4fodkW__paidItem:last-child{border-bottom:none}.PaymentsList-module__4fodkW__paidItem:hover{background:#f9fafb}.PaymentsList-module__4fodkW__paidMonth{color:#374151;font-weight:600}.PaymentsList-module__4fodkW__paidAmount{color:#111827;font-weight:500}.PaymentsList-module__4fodkW__paidDate{color:#6b7280;align-items:center;gap:.375rem;display:flex}.PaymentsList-module__4fodkW__paidDate i{color:#9ca3af;font-size:.7rem}.PaymentsList-module__4fodkW__paidMethod{color:#6b7280;font-size:.75rem}.PaymentsList-module__4fodkW__paidStatus{justify-content:flex-end;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;display:flex}.PaymentsList-module__4fodkW__paidStatus.PaymentsList-module__4fodkW__status-paid{color:#059669;background:0 0}.PaymentsList-module__4fodkW__paidStatus.PaymentsList-module__4fodkW__status-paid i{color:#10b981}.PaymentsList-module__4fodkW__paidStatus.PaymentsList-module__4fodkW__status-cancelled{color:#6b7280;background:0 0}.PaymentsList-module__4fodkW__allPaidMessage{color:#047857;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding:1rem;font-size:.9rem;font-weight:500;display:flex}.PaymentsList-module__4fodkW__allPaidMessage i{font-size:1.1rem}@media (max-width:640px){.PaymentsList-module__4fodkW__paymentHeader{padding:.625rem .875rem}.PaymentsList-module__4fodkW__paymentBody{padding:.875rem}.PaymentsList-module__4fodkW__referenceMonth{font-size:.875rem}.PaymentsList-module__4fodkW__status{padding:.2rem .5rem;font-size:.7rem}.PaymentsList-module__4fodkW__infoRow{font-size:.8rem}.PaymentsList-module__4fodkW__paymentActions{flex-direction:column}.PaymentsList-module__4fodkW__payButton{width:100%;padding:.625rem}.PaymentsList-module__4fodkW__paidItem{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:.25rem .5rem;padding:.75rem}.PaymentsList-module__4fodkW__paidMonth{grid-area:1/1}.PaymentsList-module__4fodkW__paidAmount{text-align:right;grid-area:1/2}.PaymentsList-module__4fodkW__paidDate{grid-area:2/1;font-size:.7rem}.PaymentsList-module__4fodkW__paidMethod{display:none}.PaymentsList-module__4fodkW__paidStatus{grid-area:2/2;font-size:.7rem}}
.classes-module__2B6bOW__adminContainer{background:#e1e7f0;min-height:100vh;padding-top:100px;padding-bottom:40px}.classes-module__2B6bOW__adminWrapper{max-width:1400px;margin:0 auto;padding:0 3rem}.classes-module__2B6bOW__adminTabs{background:#fff;border-radius:15px;flex-wrap:wrap;gap:1rem;margin-top:1.5rem;margin-bottom:2.5rem;padding:1.5rem;display:flex;box-shadow:0 5px 15px #00000014}.classes-module__2B6bOW__adminTab{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:25px;align-items:center;gap:.5rem;padding:12px 24px;font-family:Open Sans,sans-serif;font-weight:600;transition:all .3s;display:flex}.classes-module__2B6bOW__adminTab.classes-module__2B6bOW__active{color:#fff;background:#e91e63;border-color:#0000}.classes-module__2B6bOW__adminTab:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.classes-module__2B6bOW__alunoContainer{max-width:1400px;margin:0 auto;padding:2rem 3rem}.classes-module__2B6bOW__alunoHeader{background:#fff;border-radius:20px;justify-content:space-between;align-items:center;margin-top:5rem;margin-bottom:2rem;padding:1.5rem 2rem;display:flex;overflow:visible;box-shadow:0 10px 30px #0000001a}.classes-module__2B6bOW__alunoWelcome{flex:1;min-width:0}.classes-module__2B6bOW__alunoWelcome h1{color:#e91e63;white-space:nowrap;margin-bottom:.5rem;font-family:Dancing Script,cursive;font-size:1.75rem;overflow:visible}.classes-module__2B6bOW__alunoWelcome p{color:#666;font-size:1.1rem}.classes-module__2B6bOW__headerButtons{flex-wrap:wrap;gap:.5rem;display:flex}.classes-module__2B6bOW__settingsButton{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.classes-module__2B6bOW__settingsButton:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.classes-module__2B6bOW__logoutButton{color:#fff;cursor:pointer;background:#ef5350;border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.classes-module__2B6bOW__logoutButton:hover{background:#e53935;transform:translateY(-2px);box-shadow:0 5px 15px #ef535066}.classes-module__2B6bOW__adminContent{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a}.classes-module__2B6bOW__adminSectionHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.classes-module__2B6bOW__adminSectionHeader h2{color:#2d3748;font-family:Open Sans,sans-serif;font-size:1.8rem;font-weight:700}.classes-module__2B6bOW__addButton{color:#fff;cursor:pointer;background:#e91e63;border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.classes-module__2B6bOW__addButton:hover{transform:translateY(-2px);box-shadow:0 5px 15px #e91e6366}.classes-module__2B6bOW__loadingContainer{color:#666;justify-content:center;align-items:center;padding:3rem;font-size:1.1rem;display:flex}.classes-module__2B6bOW__emptyState{text-align:center;color:#999;padding:4rem 2rem}.classes-module__2B6bOW__emptyState i{color:#e0e0e0;margin-bottom:1rem;font-size:4rem}.classes-module__2B6bOW__emptyState p{margin-bottom:2rem;font-size:1.2rem}.classes-module__2B6bOW__classesGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.classes-module__2B6bOW__classCard{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:15px;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.classes-module__2B6bOW__classCard:before{content:"";opacity:0;background:linear-gradient(90deg,#e91e63,#9c27b0);width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.classes-module__2B6bOW__classCard:hover:before{opacity:1}.classes-module__2B6bOW__classCard:hover{border-color:#e91e63;transform:translateY(-4px);box-shadow:0 8px 25px #0000001f}.classes-module__2B6bOW__classCardHeader{justify-content:space-between;align-items:start;margin-bottom:1rem;display:flex}.classes-module__2B6bOW__className{color:#2d3748;margin:0;font-family:Open Sans,sans-serif;font-size:1.3rem;font-weight:700}.classes-module__2B6bOW__classStudentsBadge{color:#fff;background:#e91e63;border-radius:15px;padding:.4rem .8rem;font-size:.85rem;font-weight:600}.classes-module__2B6bOW__classInfo{flex-direction:column;gap:.75rem;margin:1rem 0;display:flex}.classes-module__2B6bOW__classInfoItem{color:#666;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.classes-module__2B6bOW__classInfoItem i{color:#e91e63;width:20px}.classes-module__2B6bOW__classCardFooter{border-top:1px dashed #e0e0e0;flex-direction:column;align-items:center;gap:.75rem;margin-top:1rem;padding-top:.75rem;display:flex}.classes-module__2B6bOW__clickHint{color:#9c27b0;opacity:.7;justify-content:center;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;transition:opacity .3s;display:flex}.classes-module__2B6bOW__clickHint i{font-size:1rem}.classes-module__2B6bOW__classCard:hover .classes-module__2B6bOW__clickHint{opacity:1}.classes-module__2B6bOW__classActions{gap:.5rem;width:100%;display:flex}.classes-module__2B6bOW__classActionBtn{cursor:pointer;color:#666;background:#fff;border:2px solid #e0e0e0;border-radius:8px;flex:1;padding:.5rem;font-weight:600;transition:all .3s}.classes-module__2B6bOW__classActionBtn:hover{color:#e91e63;border-color:#e91e63;transform:translateY(-2px)}.classes-module__2B6bOW__classActionBtn.classes-module__2B6bOW__deleteBtn:hover{color:#dc3545;border-color:#dc3545}@media (max-width:768px){.classes-module__2B6bOW__adminWrapper{padding:0 1rem}.classes-module__2B6bOW__adminTabs{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1rem;display:grid}.classes-module__2B6bOW__adminTab{justify-content:center;padding:12px 10px;font-size:.85rem}.classes-module__2B6bOW__adminSectionHeader{flex-direction:column;align-items:flex-start;gap:1rem}.classes-module__2B6bOW__classesGrid{grid-template-columns:1fr}}
.PaymentFilters-module__nnKLqa__filtersContainer{background:#f8f9fa;border-radius:8px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;padding:1rem;display:grid}.PaymentFilters-module__nnKLqa__filterLabel{color:#666;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.PaymentFilters-module__nnKLqa__filterInput,.PaymentFilters-module__nnKLqa__filterSelect{border:1px solid #ddd;border-radius:8px;width:100%;height:auto;padding:.5rem;font-size:.95rem;transition:border-color .3s}.PaymentFilters-module__nnKLqa__filterInput:focus,.PaymentFilters-module__nnKLqa__filterSelect:focus{border-color:#667eea;outline:none}.PaymentFilters-module__nnKLqa__filterSelect{cursor:pointer;background-color:#fff}
.QuickInfoCards-module__zTdM8G__quickInfo{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.QuickInfoCards-module__zTdM8G__infoCard{cursor:pointer;background:#fff;border-radius:15px;align-items:center;gap:1rem;padding:2rem;transition:all .3s;display:flex;box-shadow:0 2px 10px #0000000d}.QuickInfoCards-module__zTdM8G__infoCard:hover{transform:translateY(-5px);box-shadow:0 5px 20px #0000001a}.QuickInfoCards-module__zTdM8G__infoCard i{color:#e91e63;opacity:.8;font-size:2rem}.QuickInfoCards-module__zTdM8G__infoValue{color:#333;font-size:1.8rem;font-weight:700}.QuickInfoCards-module__zTdM8G__infoLabel{color:#777;margin-top:.25rem;font-size:.85rem}
.users-module__1Riq3a__adminContainer{background:#e1e7f0;min-height:100vh;padding-top:100px;padding-bottom:40px}.users-module__1Riq3a__adminWrapper{max-width:1400px;margin:0 auto;padding:0 3rem}.users-module__1Riq3a__adminTabs{background:#fff;border-radius:15px;flex-wrap:wrap;gap:1rem;margin-top:1.5rem;margin-bottom:2.5rem;padding:1.5rem;display:flex;box-shadow:0 5px 15px #00000014}.users-module__1Riq3a__adminTab{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:25px;align-items:center;gap:.5rem;padding:12px 24px;font-family:Open Sans,sans-serif;font-weight:600;transition:all .3s;display:flex}.users-module__1Riq3a__adminTab.users-module__1Riq3a__active{color:#fff;background:#e91e63;border-color:#0000}.users-module__1Riq3a__adminTab:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.users-module__1Riq3a__alunoContainer{max-width:1400px;margin:0 auto;padding:2rem 3rem}.users-module__1Riq3a__alunoHeader{background:#fff;border-radius:20px;justify-content:space-between;align-items:center;margin-top:5rem;margin-bottom:2rem;padding:1.5rem 2rem;display:flex;overflow:visible;box-shadow:0 10px 30px #0000001a}.users-module__1Riq3a__alunoWelcome{flex:1;min-width:0}.users-module__1Riq3a__alunoWelcome h1{color:#e91e63;white-space:nowrap;margin-bottom:.5rem;font-family:Dancing Script,cursive;font-size:1.75rem;overflow:visible}.users-module__1Riq3a__alunoWelcome p{color:#666;font-size:1.1rem}.users-module__1Riq3a__headerButtons{flex-wrap:wrap;gap:.5rem;display:flex}.users-module__1Riq3a__settingsButton{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.users-module__1Riq3a__settingsButton:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.users-module__1Riq3a__logoutButton{color:#fff;cursor:pointer;background:#ef5350;border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.users-module__1Riq3a__logoutButton:hover{background:#e53935;transform:translateY(-2px);box-shadow:0 5px 15px #ef535066}.users-module__1Riq3a__adminContent{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a}.users-module__1Riq3a__adminSectionHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.users-module__1Riq3a__adminSectionHeader h2{color:#2d3748;font-family:Open Sans,sans-serif;font-size:1.8rem;font-weight:700}.users-module__1Riq3a__addButton{color:#fff;cursor:pointer;background:#e91e63;border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.users-module__1Riq3a__addButton:hover{transform:translateY(-2px);box-shadow:0 5px 15px #e91e6366}.users-module__1Riq3a__loadingContainer{color:#666;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.users-module__1Riq3a__loadingContainer i{color:#e91e63;font-size:2rem}.users-module__1Riq3a__emptyState{text-align:center;color:#999;padding:4rem 2rem}.users-module__1Riq3a__emptyState i{color:#e0e0e0;margin-bottom:1rem;font-size:4rem}.users-module__1Riq3a__emptyState p{font-size:1.2rem}.users-module__1Riq3a__tableContainer{border-radius:10px;overflow-x:auto;box-shadow:0 2px 8px #0000000d}.users-module__1Riq3a__usersTable{border-collapse:collapse;background:#fff;width:100%}.users-module__1Riq3a__usersTable thead{background:#f8f9fa;border-bottom:2px solid #e0e0e0}.users-module__1Riq3a__usersTable th{text-align:left;color:#2d3748;text-transform:uppercase;letter-spacing:.5px;padding:1rem;font-size:.9rem;font-weight:600}.users-module__1Riq3a__usersTable tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s}.users-module__1Riq3a__usersTable tbody tr:hover{background:#f8f9fa}.users-module__1Riq3a__usersTable td{color:#666;padding:1rem}.users-module__1Riq3a__userName{color:#2d3748;font-weight:600}.users-module__1Riq3a__roleBadge{border-radius:15px;padding:.4rem .8rem;font-size:.85rem;font-weight:600;display:inline-block}.users-module__1Riq3a__roleAdmin{color:#c2185b;background:#fce4ec}.users-module__1Riq3a__roleTeacher{color:#7b1fa2;background:#e1bee7}.users-module__1Riq3a__roleStudent{color:#1976d2;background:#e3f2fd}.users-module__1Riq3a__roleGuardian{color:#f57f17;background:#fff9c4}.users-module__1Riq3a__actionButtons{gap:.5rem;display:flex}.users-module__1Riq3a__actionBtn{cursor:pointer;color:#666;background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:.5rem .75rem;transition:all .3s}.users-module__1Riq3a__actionBtn:hover{color:#e91e63;border-color:#e91e63;transform:translateY(-2px)}.users-module__1Riq3a__actionBtn.users-module__1Riq3a__deleteBtn:hover{color:#dc3545;border-color:#dc3545}@media (max-width:768px){.users-module__1Riq3a__adminWrapper{padding:0 1rem}.users-module__1Riq3a__adminTabs{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1rem;display:grid}.users-module__1Riq3a__adminTab{justify-content:center;padding:12px 10px;font-size:.85rem}.users-module__1Riq3a__adminSectionHeader{flex-direction:column;align-items:flex-start;gap:1rem}.users-module__1Riq3a__tableContainer{overflow-x:scroll}.users-module__1Riq3a__usersTable{min-width:800px}}
.SkipLink-module__djEffG__skipLink{color:#fff;z-index:10000;background:#e91e63;border-radius:0 0 8px;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:top .3s;position:absolute;top:-100px;left:0;box-shadow:0 4px 12px #0000004d}.SkipLink-module__djEffG__skipLink:focus{outline-offset:2px;outline:3px solid #fff;top:0}body.user-is-tabbing :focus{outline-offset:2px;outline:3px solid #e91e63!important}body:not(.user-is-tabbing) :focus{outline:none}
.PaymentsGroupTable-module__8I2oJq__container{width:100%}.PaymentsGroupTable-module__8I2oJq__tableWrapper{background:#fff;border-radius:8px;overflow-x:auto;box-shadow:0 2px 8px #0000001a}.PaymentsGroupTable-module__8I2oJq__table{border-collapse:collapse;width:100%}.PaymentsGroupTable-module__8I2oJq__table thead{background-color:#f9fafb}.PaymentsGroupTable-module__8I2oJq__table th{text-align:left;color:#374151;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e5e7eb;padding:1rem;font-size:.875rem;font-weight:600}.PaymentsGroupTable-module__8I2oJq__table tbody tr{border-bottom:1px solid #e5e7eb;transition:all .2s}.PaymentsGroupTable-module__8I2oJq__singleRow{cursor:pointer;background-color:#fff}.PaymentsGroupTable-module__8I2oJq__singleRow:hover{background-color:#f9fafb}.PaymentsGroupTable-module__8I2oJq__groupRow{cursor:pointer;background-color:#fafafa;font-weight:500}.PaymentsGroupTable-module__8I2oJq__groupRow:hover{background-color:#f0f0f0}.PaymentsGroupTable-module__8I2oJq__groupRow.PaymentsGroupTable-module__8I2oJq__expanded{background-color:#e8eaf6;border-bottom:2px solid #667eea}.PaymentsGroupTable-module__8I2oJq__studentRow{cursor:pointer;background-color:#fff}.PaymentsGroupTable-module__8I2oJq__studentRow:hover{background-color:#f9f9f9}.PaymentsGroupTable-module__8I2oJq__table td{color:#333;padding:12px 16px;font-size:.95rem}.PaymentsGroupTable-module__8I2oJq__expandButton{cursor:pointer;color:#667eea;background:0 0;border:none;justify-content:center;align-items:center;padding:4px 8px;font-size:1rem;transition:transform .2s;display:flex}.PaymentsGroupTable-module__8I2oJq__expandButton:hover{transform:scale(1.1)}.PaymentsGroupTable-module__8I2oJq__groupName{align-items:center;gap:10px;font-size:1rem;display:flex}.PaymentsGroupTable-module__8I2oJq__groupName i{color:#667eea;font-size:1.1rem}.PaymentsGroupTable-module__8I2oJq__studentCount{color:#666;font-size:.9rem}.PaymentsGroupTable-module__8I2oJq__detailsBreakdown{flex-wrap:wrap;gap:12px;display:flex}.PaymentsGroupTable-module__8I2oJq__detailPaid,.PaymentsGroupTable-module__8I2oJq__detailPending,.PaymentsGroupTable-module__8I2oJq__detailPartial,.PaymentsGroupTable-module__8I2oJq__detailOverdue{align-items:center;gap:4px;padding:2px 0;font-size:.85rem;font-weight:500;display:inline-flex}.PaymentsGroupTable-module__8I2oJq__detailPaid{color:#2ecc71}.PaymentsGroupTable-module__8I2oJq__detailPending{color:#f39c12}.PaymentsGroupTable-module__8I2oJq__detailPartial{color:#3498db}.PaymentsGroupTable-module__8I2oJq__detailOverdue{color:#e74c3c}.PaymentsGroupTable-module__8I2oJq__studentInfo{align-items:center;gap:12px;display:flex}.PaymentsGroupTable-module__8I2oJq__expandedStudentInfo{padding-left:20px}.PaymentsGroupTable-module__8I2oJq__studentAvatar{flex-shrink:0;width:32px;height:32px}.PaymentsGroupTable-module__8I2oJq__avatarImage{object-fit:cover;border-radius:50%}.PaymentsGroupTable-module__8I2oJq__avatarPlaceholder{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:600;display:flex}.PaymentsGroupTable-module__8I2oJq__studentName{color:#333;font-weight:500}.PaymentsGroupTable-module__8I2oJq__studentEmail{color:#666;font-size:.85rem}.PaymentsGroupTable-module__8I2oJq__groupBadge{color:#667eea;background-color:#e8eaf6;border-radius:12px;align-items:center;gap:6px;margin-top:4px;padding:3px 10px;font-size:.75rem;font-weight:500;display:inline-flex}.PaymentsGroupTable-module__8I2oJq__groupBadge i{font-size:.7rem}.PaymentsGroupTable-module__8I2oJq__statusBadge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:6px 12px;font-size:.85rem;font-weight:600;display:inline-block}.PaymentsGroupTable-module__8I2oJq__statusPaid{color:#155724;background-color:#d4edda}.PaymentsGroupTable-module__8I2oJq__statusPending{color:#856404;background-color:#fff3cd}.PaymentsGroupTable-module__8I2oJq__statusPartial{color:#0c5460;background-color:#d1ecf1}.PaymentsGroupTable-module__8I2oJq__statusOverdue{color:#721c24;background-color:#f8d7da}.PaymentsGroupTable-module__8I2oJq__iconButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;padding:8px 12px;font-size:1rem;transition:all .2s;display:inline-flex}.PaymentsGroupTable-module__8I2oJq__iconButton:hover{background:linear-gradient(135deg,#764ba2 0%,#667eea 100%);transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.PaymentsGroupTable-module__8I2oJq__viewButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:500;transition:all .2s;display:inline-flex}.PaymentsGroupTable-module__8I2oJq__viewButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.PaymentsGroupTable-module__8I2oJq__noData{text-align:center;color:#999;font-style:italic;padding:40px 20px!important}.PaymentsGroupTable-module__8I2oJq__pagination{justify-content:center;align-items:center;gap:16px;margin-top:20px;padding:20px 0;display:flex}.PaymentsGroupTable-module__8I2oJq__paginationButton{color:#667eea;cursor:pointer;background:#fff;border:2px solid #667eea;border-radius:6px;justify-content:center;align-items:center;padding:8px 12px;font-size:1rem;transition:all .2s;display:flex}.PaymentsGroupTable-module__8I2oJq__paginationButton:hover:not(:disabled){color:#fff;background:#667eea;transform:scale(1.05)}.PaymentsGroupTable-module__8I2oJq__paginationButton:disabled{opacity:.3;cursor:not-allowed}.PaymentsGroupTable-module__8I2oJq__paginationInfo{color:#666;font-size:.95rem;font-weight:500}@media (max-width:768px){.PaymentsGroupTable-module__8I2oJq__table th,.PaymentsGroupTable-module__8I2oJq__table td{padding:10px;font-size:.85rem}.PaymentsGroupTable-module__8I2oJq__className{font-size:.9rem}.PaymentsGroupTable-module__8I2oJq__detailsBreakdown{flex-direction:column;gap:6px}.PaymentsGroupTable-module__8I2oJq__studentInfo{padding-left:10px}}
.StudentFilters-module__qvfQTq__filtersContainer{background:#f8f9fa;border-radius:8px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;padding:1rem;display:grid}.StudentFilters-module__qvfQTq__filterLabel{color:#666;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.StudentFilters-module__qvfQTq__filterInput,.StudentFilters-module__qvfQTq__filterSelect{border:1px solid #ddd;border-radius:8px;width:100%;height:auto;padding:.5rem;font-size:.95rem;transition:border-color .3s}.StudentFilters-module__qvfQTq__filterInput:focus,.StudentFilters-module__qvfQTq__filterSelect:focus{border-color:#667eea;outline:none}.StudentFilters-module__qvfQTq__filterSelect{cursor:pointer;background-color:#fff}
.UsersTable-module__I_wH8W__container{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.UsersTable-module__I_wH8W__filters{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.UsersTable-module__I_wH8W__searchBox{flex:1;align-items:center;min-width:250px;display:flex;position:relative}.UsersTable-module__I_wH8W__searchBox i{color:#6b7280;font-size:1rem;position:absolute;left:1rem}.UsersTable-module__I_wH8W__searchBox input{border:1px solid #d1d5db;border-radius:.5rem;width:100%;padding:.75rem 1rem .75rem 2.5rem;font-size:1rem;transition:all .2s}.UsersTable-module__I_wH8W__searchBox input:focus{border-color:#8b5cf6;outline:none;box-shadow:0 0 0 3px #8b5cf61a}.UsersTable-module__I_wH8W__roleFilter{cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.UsersTable-module__I_wH8W__roleFilter:focus{border-color:#8b5cf6;outline:none;box-shadow:0 0 0 3px #8b5cf61a}.UsersTable-module__I_wH8W__tableWrapper{margin-bottom:1.5rem;overflow-x:auto}.UsersTable-module__I_wH8W__table{border-collapse:collapse;width:100%}.UsersTable-module__I_wH8W__table thead{background-color:#f9fafb}.UsersTable-module__I_wH8W__table th{text-align:left;color:#374151;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e5e7eb;padding:1rem;font-size:.875rem;font-weight:600}.UsersTable-module__I_wH8W__table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .2s}.UsersTable-module__I_wH8W__table tbody tr:hover{background-color:#f9fafb}.UsersTable-module__I_wH8W__table td{color:#374151;padding:1rem;font-size:.875rem}.UsersTable-module__I_wH8W__userName{align-items:center;gap:.75rem;font-weight:500;display:flex}.UsersTable-module__I_wH8W__avatarIcon{color:#8b5cf6;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:2.5rem;display:flex}.UsersTable-module__I_wH8W__roleBadge{text-transform:uppercase;letter-spacing:.025em;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}.UsersTable-module__I_wH8W__roleStudent{color:#1e40af;background-color:#dbeafe}.UsersTable-module__I_wH8W__roleTeacher{color:#065f46;background-color:#d1fae5}.UsersTable-module__I_wH8W__roleAdmin{color:#9f1239;background-color:#fce7f3}.UsersTable-module__I_wH8W__roleFinancial{color:#92400e;background-color:#fef3c7}.UsersTable-module__I_wH8W__actions{gap:.5rem;display:flex}.UsersTable-module__I_wH8W__actionButton{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:.375rem;padding:.5rem;font-size:1rem;transition:all .2s}.UsersTable-module__I_wH8W__actionButton:hover{color:#8b5cf6;background-color:#f3f4f6}.UsersTable-module__I_wH8W__actionButton.UsersTable-module__I_wH8W__danger:hover{color:#dc2626;background-color:#fee2e2}.UsersTable-module__I_wH8W__noResults{text-align:center;color:#6b7280;font-style:italic;padding:3rem 1rem!important}.UsersTable-module__I_wH8W__pagination{justify-content:center;align-items:center;gap:1rem;padding:1rem 0;display:flex}.UsersTable-module__I_wH8W__pageButton{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.UsersTable-module__I_wH8W__pageButton:hover:not(:disabled){color:#8b5cf6;background-color:#f9fafb;border-color:#8b5cf6}.UsersTable-module__I_wH8W__pageButton:disabled{opacity:.5;cursor:not-allowed}.UsersTable-module__I_wH8W__pageInfo{color:#6b7280;font-size:.875rem;font-weight:500}.UsersTable-module__I_wH8W__resultsInfo{text-align:center;color:#6b7280;border-top:1px solid #e5e7eb;padding-top:1rem;font-size:.875rem}@media (max-width:768px){.UsersTable-module__I_wH8W__container{padding:1rem}.UsersTable-module__I_wH8W__filters{flex-direction:column}.UsersTable-module__I_wH8W__searchBox{min-width:100%}.UsersTable-module__I_wH8W__roleFilter{width:100%}.UsersTable-module__I_wH8W__tableWrapper{overflow:visible}.UsersTable-module__I_wH8W__table thead{display:none}.UsersTable-module__I_wH8W__table,.UsersTable-module__I_wH8W__table tbody,.UsersTable-module__I_wH8W__table tr,.UsersTable-module__I_wH8W__table td{display:block}.UsersTable-module__I_wH8W__table tbody tr{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;margin-bottom:1rem;padding:1rem;box-shadow:0 2px 4px #0000000d}.UsersTable-module__I_wH8W__table tbody tr:hover{box-shadow:0 4px 8px #0000001a}.UsersTable-module__I_wH8W__table td{text-align:left;word-break:break-word;overflow-wrap:break-word;border:none;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.UsersTable-module__I_wH8W__table td:before{content:attr(data-label);color:#6b7280;text-transform:uppercase;letter-spacing:.025em;flex-shrink:0;width:35%;font-size:.875rem;font-weight:600}.UsersTable-module__I_wH8W__table td:first-child{border-bottom:1px solid #e5e7eb;margin-bottom:.5rem;padding-top:0;padding-bottom:.75rem}.UsersTable-module__I_wH8W__table td:last-child{border-top:1px solid #e5e7eb;margin-top:.5rem;padding-top:.75rem;padding-bottom:0}.UsersTable-module__I_wH8W__userName{text-align:right;flex-direction:row;flex:1;justify-content:flex-end;align-items:center;gap:.5rem}.UsersTable-module__I_wH8W__avatarIcon{width:2rem;height:2rem;font-size:2rem}.UsersTable-module__I_wH8W__actions{flex-direction:row;flex:1;justify-content:flex-end;gap:.75rem}.UsersTable-module__I_wH8W__actionButton{padding:.6rem .8rem}.UsersTable-module__I_wH8W__roleBadge{padding:.35rem .85rem}}
.WeeklySchedule-module__GSATJa__weeklyScheduleSection{background:#fff;border-radius:20px;margin-top:2rem;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 10px #0000000d}.WeeklySchedule-module__GSATJa__scheduleTitle{color:#333;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;display:flex}.WeeklySchedule-module__GSATJa__scheduleTitle i{color:#e91e63}.WeeklySchedule-module__GSATJa__weeklyCalendar{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.WeeklySchedule-module__GSATJa__calendarDay{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:12px;transition:all .3s;overflow:hidden}.WeeklySchedule-module__GSATJa__calendarDay:hover{border-color:#e91e63;box-shadow:0 4px 12px #e91e631a}.WeeklySchedule-module__GSATJa__calendarDayHeader{color:#fff;background:#e91e63;justify-content:space-between;align-items:center;padding:1rem;display:flex}.WeeklySchedule-module__GSATJa__dayName{font-size:1rem;font-weight:600}.WeeklySchedule-module__GSATJa__dayCount{background:#fff3;border-radius:12px;padding:.25rem .75rem;font-size:.85rem}.WeeklySchedule-module__GSATJa__calendarDayContent{min-height:150px;padding:1rem}.WeeklySchedule-module__GSATJa__noClasses{color:#999;text-align:center;padding:2rem 0;font-style:italic}.WeeklySchedule-module__GSATJa__calendarClass{background:#fff;border-left:3px solid #e91e63;border-radius:8px;margin-bottom:.75rem;padding:.75rem;transition:all .2s}.WeeklySchedule-module__GSATJa__calendarClass:last-child{margin-bottom:0}.WeeklySchedule-module__GSATJa__calendarClass:hover{transform:translate(5px);box-shadow:0 2px 8px #0000001a}.WeeklySchedule-module__GSATJa__classTime{color:#e91e63;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:flex}.WeeklySchedule-module__GSATJa__classDetails{flex-direction:column;gap:.25rem;display:flex}.WeeklySchedule-module__GSATJa__classNameCal{color:#333;font-size:.95rem;font-weight:600}.WeeklySchedule-module__GSATJa__classRoom{color:#777;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.WeeklySchedule-module__GSATJa__classRoom i{color:#e91e63}
.teachers-module__i9RnQq__adminContainer{background:#e1e7f0;min-height:100vh;padding-top:100px;padding-bottom:40px}.teachers-module__i9RnQq__adminWrapper{max-width:1400px;margin:0 auto;padding:0 3rem}.teachers-module__i9RnQq__adminTabs{background:#fff;border-radius:15px;flex-wrap:wrap;gap:1rem;margin-top:1.5rem;margin-bottom:2.5rem;padding:1.5rem;display:flex;box-shadow:0 5px 15px #00000014}.teachers-module__i9RnQq__adminTab{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:25px;align-items:center;gap:.5rem;padding:12px 24px;font-family:Open Sans,sans-serif;font-weight:600;transition:all .3s;display:flex}.teachers-module__i9RnQq__adminTab.teachers-module__i9RnQq__active{color:#fff;background:#e91e63;border-color:#0000}.teachers-module__i9RnQq__adminTab:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.teachers-module__i9RnQq__alunoContainer{max-width:1400px;margin:0 auto;padding:2rem 3rem}.teachers-module__i9RnQq__alunoHeader{background:#fff;border-radius:20px;justify-content:space-between;align-items:center;margin-top:5rem;margin-bottom:2rem;padding:1.5rem 2rem;display:flex;overflow:visible;box-shadow:0 10px 30px #0000001a}.teachers-module__i9RnQq__alunoWelcome{flex:1;min-width:0}.teachers-module__i9RnQq__alunoWelcome h1{color:#e91e63;white-space:nowrap;margin-bottom:.5rem;font-family:Dancing Script,cursive;font-size:1.75rem;overflow:visible}.teachers-module__i9RnQq__alunoWelcome p{color:#666;font-size:1.1rem}.teachers-module__i9RnQq__headerButtons{flex-wrap:wrap;gap:.5rem;display:flex}.teachers-module__i9RnQq__settingsButton{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.teachers-module__i9RnQq__settingsButton:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.teachers-module__i9RnQq__logoutButton{color:#fff;cursor:pointer;background:#ef5350;border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.teachers-module__i9RnQq__logoutButton:hover{background:#e53935;transform:translateY(-2px);box-shadow:0 5px 15px #ef535066}.teachers-module__i9RnQq__adminContent{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a}.teachers-module__i9RnQq__adminSectionHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.teachers-module__i9RnQq__adminSectionHeader h2{color:#2d3748;font-family:Open Sans,sans-serif;font-size:1.8rem;font-weight:700}.teachers-module__i9RnQq__addButton{color:#fff;cursor:pointer;background:#e91e63;border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.teachers-module__i9RnQq__addButton:hover{transform:translateY(-2px);box-shadow:0 5px 15px #e91e6366}.teachers-module__i9RnQq__filtersContainer{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.teachers-module__i9RnQq__filterInput{border:2px solid #e0e0e0;border-radius:10px;flex:1;min-width:300px;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.teachers-module__i9RnQq__filterInput:focus{border-color:#e91e63;outline:none;box-shadow:0 0 0 3px #e91e631a}.teachers-module__i9RnQq__loadingContainer{color:#666;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.teachers-module__i9RnQq__loadingContainer i{color:#e91e63;font-size:2rem}.teachers-module__i9RnQq__emptyState{text-align:center;color:#999;padding:4rem 2rem}.teachers-module__i9RnQq__emptyState i{color:#e0e0e0;margin-bottom:1rem;font-size:4rem}.teachers-module__i9RnQq__emptyState p{font-size:1.2rem}.teachers-module__i9RnQq__tableContainer{border-radius:10px;overflow-x:auto;box-shadow:0 2px 8px #0000000d}.teachers-module__i9RnQq__teachersTable{border-collapse:collapse;background:#fff;width:100%}.teachers-module__i9RnQq__teachersTable thead{background:#f8f9fa;border-bottom:2px solid #e0e0e0}.teachers-module__i9RnQq__teachersTable th{text-align:left;color:#2d3748;text-transform:uppercase;letter-spacing:.5px;padding:1rem;font-size:.9rem;font-weight:600}.teachers-module__i9RnQq__teachersTable tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s}.teachers-module__i9RnQq__teachersTable tbody tr:hover{background:#f8f9fa}.teachers-module__i9RnQq__teachersTable td{color:#666;padding:1rem}.teachers-module__i9RnQq__teacherInfo{align-items:center;gap:.75rem;display:flex}.teachers-module__i9RnQq__teacherAvatar{object-fit:cover;border:2px solid #9c27b0;border-radius:50%;width:40px;height:40px}.teachers-module__i9RnQq__teacherAvatarPlaceholder{color:#fff;background:#9c27b0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:600;display:flex}.teachers-module__i9RnQq__classCountBadge{color:#1976d2;background:#e3f2fd;border-radius:15px;padding:.4rem .8rem;font-size:.85rem;font-weight:600;display:inline-block}.teachers-module__i9RnQq__actionButtons{gap:.5rem;display:flex}.teachers-module__i9RnQq__actionBtn{cursor:pointer;color:#666;background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:.5rem .75rem;transition:all .3s}.teachers-module__i9RnQq__actionBtn:hover{color:#e91e63;border-color:#e91e63;transform:translateY(-2px)}.teachers-module__i9RnQq__actionBtn.teachers-module__i9RnQq__deleteBtn:hover{color:#dc3545;border-color:#dc3545}@media (max-width:768px){.teachers-module__i9RnQq__adminWrapper{padding:0 1rem}.teachers-module__i9RnQq__adminTabs{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1rem;display:grid}.teachers-module__i9RnQq__adminTab{justify-content:center;padding:12px 10px;font-size:.85rem}.teachers-module__i9RnQq__adminSectionHeader{flex-direction:column;align-items:flex-start;gap:1rem}.teachers-module__i9RnQq__filterInput{min-width:100%}.teachers-module__i9RnQq__tableContainer{overflow-x:scroll}.teachers-module__i9RnQq__teachersTable{min-width:600px}}
.EditProfileModal-module__72UkKq__modalOverlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.EditProfileModal-module__72UkKq__modal{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto;box-shadow:0 10px 40px #0003}.EditProfileModal-module__72UkKq__modalClose{cursor:pointer;color:#666;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:.5rem;font-size:1.5rem;transition:color .3s;display:flex;position:absolute;top:1rem;right:1rem}.EditProfileModal-module__72UkKq__modalClose:hover{color:#333;background:#f0f0f0}.EditProfileModal-module__72UkKq__modalTitle{color:#333;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.EditProfileModal-module__72UkKq__modalTitle i{color:#e91e63}.EditProfileModal-module__72UkKq__editForm{flex-direction:column;gap:1.5rem;display:flex}.EditProfileModal-module__72UkKq__formGroup{flex-direction:column;gap:.5rem;display:flex}.EditProfileModal-module__72UkKq__formGroup label{color:#333;font-size:.95rem;font-weight:600}.EditProfileModal-module__72UkKq__formGroup input[type=email],.EditProfileModal-module__72UkKq__formGroup input[type=tel],.EditProfileModal-module__72UkKq__formGroup textarea{border:1px solid #ddd;border-radius:8px;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.EditProfileModal-module__72UkKq__formGroup input:focus,.EditProfileModal-module__72UkKq__formGroup textarea:focus{border-color:#e91e63;outline:none;box-shadow:0 0 0 3px #e91e631a}.EditProfileModal-module__72UkKq__checkboxGroup{align-items:center;gap:.5rem;display:flex}.EditProfileModal-module__72UkKq__checkboxGroup input[type=checkbox]{cursor:pointer;width:18px;height:18px}.EditProfileModal-module__72UkKq__checkboxGroup label{cursor:pointer;margin:0;font-weight:500}.EditProfileModal-module__72UkKq__errorMessage,.EditProfileModal-module__72UkKq__successMessage{border-radius:8px;align-items:center;gap:.5rem;padding:.75rem;font-size:.95rem;display:flex}.EditProfileModal-module__72UkKq__errorMessage{color:#c00;background:#fee;border:1px solid #fcc}.EditProfileModal-module__72UkKq__successMessage{color:#0a0;background:#efe;border:1px solid #cfc}.EditProfileModal-module__72UkKq__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e91e63 0%,#c2185b 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.EditProfileModal-module__72UkKq__submitButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #e91e634d}.EditProfileModal-module__72UkKq__submitButton:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:768px){.EditProfileModal-module__72UkKq__modal{padding:1.5rem}.EditProfileModal-module__72UkKq__modalTitle{font-size:1.25rem}}
.ConfirmModal-module__xwjt9G__overlay{z-index:10000;background:#00000080;justify-content:center;align-items:center;animation:.2s ease-out ConfirmModal-module__xwjt9G__fadeIn;display:flex;position:fixed;inset:0}@keyframes ConfirmModal-module__xwjt9G__fadeIn{0%{opacity:0}to{opacity:1}}.ConfirmModal-module__xwjt9G__modal{background:#fff;border-radius:12px;width:90%;max-width:500px;animation:.3s ease-out ConfirmModal-module__xwjt9G__slideUp;box-shadow:0 8px 32px #0003}@keyframes ConfirmModal-module__xwjt9G__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ConfirmModal-module__xwjt9G__header{border-bottom:1px solid #e5e7eb;padding:1.5rem}.ConfirmModal-module__xwjt9G__header h3{color:#1f2937;margin:0;font-size:1.25rem;font-weight:600}.ConfirmModal-module__xwjt9G__body{padding:1.5rem}.ConfirmModal-module__xwjt9G__body p{color:#4b5563;margin:0;line-height:1.6}.ConfirmModal-module__xwjt9G__footer{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.ConfirmModal-module__xwjt9G__cancelBtn,.ConfirmModal-module__xwjt9G__confirmBtn,.ConfirmModal-module__xwjt9G__dangerBtn{cursor:pointer;border:none;border-radius:8px;padding:.625rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .2s}.ConfirmModal-module__xwjt9G__cancelBtn{color:#4b5563;background:#f3f4f6}.ConfirmModal-module__xwjt9G__cancelBtn:hover{background:#e5e7eb}.ConfirmModal-module__xwjt9G__confirmBtn{color:#fff;background:#3b82f6}.ConfirmModal-module__xwjt9G__confirmBtn:hover{background:#2563eb}.ConfirmModal-module__xwjt9G__dangerBtn{color:#fff;background:#ef4444}.ConfirmModal-module__xwjt9G__dangerBtn:hover{background:#dc2626}@media (max-width:640px){.ConfirmModal-module__xwjt9G__modal{width:95%;max-width:none;margin:1rem}.ConfirmModal-module__xwjt9G__header,.ConfirmModal-module__xwjt9G__body,.ConfirmModal-module__xwjt9G__footer{padding:1rem}.ConfirmModal-module__xwjt9G__footer{flex-direction:column-reverse}.ConfirmModal-module__xwjt9G__cancelBtn,.ConfirmModal-module__xwjt9G__confirmBtn,.ConfirmModal-module__xwjt9G__dangerBtn{width:100%}}
.BirthdayCard-module___keLPa__container{background:#fff;border-radius:20px;margin-top:1.5rem;padding:1.5rem;box-shadow:0 10px 30px #0000001a}.BirthdayCard-module___keLPa__header{border-bottom:2px solid #f8f9fa;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.BirthdayCard-module___keLPa__headerIcon{color:#fff;background:#e91e63;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.BirthdayCard-module___keLPa__header h3{color:#2d3748;margin:0;font-size:1.3rem;font-weight:700}.BirthdayCard-module___keLPa__content{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.BirthdayCard-module___keLPa__calendarSection{flex-direction:column;gap:1rem;display:flex}.BirthdayCard-module___keLPa__calendarHeader{justify-content:space-between;align-items:center;padding:.5rem;display:flex}.BirthdayCard-module___keLPa__navButton{cursor:pointer;color:#4a5568;background:#f8f9fa;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.BirthdayCard-module___keLPa__navButton:hover{color:#fff;background:#e91e63}.BirthdayCard-module___keLPa__monthYear{flex-direction:column;align-items:center;display:flex}.BirthdayCard-module___keLPa__monthName{color:#2d3748;font-size:1.2rem;font-weight:700}.BirthdayCard-module___keLPa__year{color:#718096;font-size:.85rem}.BirthdayCard-module___keLPa__todayButton{color:#fff;cursor:pointer;background:#e91e63;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.BirthdayCard-module___keLPa__todayButton:hover{transform:scale(1.02);box-shadow:0 4px 12px #e91e634d}.BirthdayCard-module___keLPa__calendar{background:#fafafa;border-radius:12px;padding:1rem}.BirthdayCard-module___keLPa__weekDays{grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.5rem;display:grid}.BirthdayCard-module___keLPa__weekDay{text-align:center;color:#718096;text-transform:uppercase;padding:.5rem 0;font-size:.75rem;font-weight:600}.BirthdayCard-module___keLPa__days{grid-template-columns:repeat(7,1fr);gap:.25rem;display:grid}.BirthdayCard-module___keLPa__day{aspect-ratio:1;color:#4a5568;cursor:default;border-radius:8px;justify-content:center;align-items:center;font-size:.9rem;transition:all .2s;display:flex;position:relative}.BirthdayCard-module___keLPa__day.BirthdayCard-module___keLPa__empty{background:0 0}.BirthdayCard-module___keLPa__day.BirthdayCard-module___keLPa__hasBirthday{color:#e91e63;background:#fce4ec;font-weight:600}.BirthdayCard-module___keLPa__day.BirthdayCard-module___keLPa__today{color:#fff;background:#e91e63;font-weight:700;box-shadow:0 4px 12px #e91e634d}.BirthdayCard-module___keLPa__day.BirthdayCard-module___keLPa__today.BirthdayCard-module___keLPa__hasBirthday{animation:2s infinite BirthdayCard-module___keLPa__pulse}@keyframes BirthdayCard-module___keLPa__pulse{0%,to{box-shadow:0 4px 12px #e91e634d}50%{box-shadow:0 4px 20px #e91e6380}}.BirthdayCard-module___keLPa__birthdayDot{background:#e91e63;border-radius:50%;width:5px;height:5px;position:absolute;bottom:4px}.BirthdayCard-module___keLPa__day.BirthdayCard-module___keLPa__today .BirthdayCard-module___keLPa__birthdayDot{background:#fff}.BirthdayCard-module___keLPa__legend{justify-content:center;gap:1.5rem;padding-top:.5rem;display:flex}.BirthdayCard-module___keLPa__legendItem{color:#718096;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.BirthdayCard-module___keLPa__legendDot{background:#fce4ec;border:2px solid #e91e63;border-radius:4px;width:12px;height:12px}.BirthdayCard-module___keLPa__legendToday{background:#e91e63;border-radius:4px;width:12px;height:12px}.BirthdayCard-module___keLPa__birthdaySection{border-left:2px solid #f0f0f0;flex-direction:column;padding-left:2rem;display:flex}.BirthdayCard-module___keLPa__birthdayHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.BirthdayCard-module___keLPa__birthdayHeader h4{color:#e91e63;align-items:center;gap:.5rem;margin:0;font-size:1.1rem;font-weight:600;display:flex}.BirthdayCard-module___keLPa__birthdayHeader h4 i{font-size:1rem}.BirthdayCard-module___keLPa__count{color:#718096;background:#f8f9fa;border-radius:20px;padding:.25rem .75rem;font-size:.85rem}.BirthdayCard-module___keLPa__birthdayList{flex-direction:column;gap:.75rem;max-height:350px;padding-right:.5rem;display:flex;overflow-y:auto}.BirthdayCard-module___keLPa__birthdayList::-webkit-scrollbar{width:4px}.BirthdayCard-module___keLPa__birthdayList::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.BirthdayCard-module___keLPa__birthdayList::-webkit-scrollbar-thumb{background:#e91e63;border-radius:2px}.BirthdayCard-module___keLPa__emptyState{color:#a0aec0;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.BirthdayCard-module___keLPa__emptyState i{opacity:.5;margin-bottom:1rem;font-size:3rem}.BirthdayCard-module___keLPa__emptyState p{margin:0;font-size:.95rem}.BirthdayCard-module___keLPa__birthdayItem{background:#fafafa;border:2px solid #0000;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem;transition:all .2s;display:flex}.BirthdayCard-module___keLPa__birthdayItem:hover{background:#fff5f8;border-color:#fce4ec;transform:translate(4px)}.BirthdayCard-module___keLPa__birthdayItem.BirthdayCard-module___keLPa__todayItem{background:linear-gradient(135deg,#fff5f8 0%,#fce4ec 100%);border-color:#e91e63;animation:2s infinite BirthdayCard-module___keLPa__todayPulse}@keyframes BirthdayCard-module___keLPa__todayPulse{0%,to{box-shadow:0 0 #e91e6333}50%{box-shadow:0 0 0 8px #e91e6300}}.BirthdayCard-module___keLPa__dateBox{color:#fff;background:#e91e63;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-width:45px;height:45px;display:flex}.BirthdayCard-module___keLPa__dayNumber{font-size:1.1rem;font-weight:700;line-height:1}.BirthdayCard-module___keLPa__monthShort{text-transform:uppercase;letter-spacing:.5px;opacity:.9;font-size:.6rem}.BirthdayCard-module___keLPa__avatar{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.BirthdayCard-module___keLPa__avatarImg{object-fit:cover;width:100%;height:100%}.BirthdayCard-module___keLPa__avatarInitials{color:#fff;font-size:.85rem;font-weight:600}.BirthdayCard-module___keLPa__personInfo{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.BirthdayCard-module___keLPa__personName{color:#2d3748;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.BirthdayCard-module___keLPa__roleBadge{border-radius:4px;width:fit-content;padding:.1rem .4rem;font-size:.65rem;font-weight:500}.BirthdayCard-module___keLPa__roleStudent{color:#1976d2;background:#e3f2fd}.BirthdayCard-module___keLPa__roleTeacher{color:#7b1fa2;background:#f3e5f5}.BirthdayCard-module___keLPa__roleAdmin{color:#f57c00;background:#fff3e0}.BirthdayCard-module___keLPa__todayBadge{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#e91e63 0%,#f48fb1 100%);border-radius:20px;align-items:center;gap:.3rem;padding:.35rem .6rem;font-size:.75rem;font-weight:600;animation:1s infinite BirthdayCard-module___keLPa__bounce;display:flex}@keyframes BirthdayCard-module___keLPa__bounce{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width:900px){.BirthdayCard-module___keLPa__content{grid-template-columns:1fr;gap:1.5rem}.BirthdayCard-module___keLPa__birthdaySection{border-top:2px solid #f0f0f0;border-left:none;padding-top:1.5rem;padding-left:0}.BirthdayCard-module___keLPa__birthdayList{max-height:300px}}@media (max-width:480px){.BirthdayCard-module___keLPa__container{padding:1rem}.BirthdayCard-module___keLPa__header h3{font-size:1.1rem}.BirthdayCard-module___keLPa__headerIcon{width:40px;height:40px;font-size:1.2rem}.BirthdayCard-module___keLPa__calendar{padding:.75rem}.BirthdayCard-module___keLPa__day{font-size:.8rem}.BirthdayCard-module___keLPa__birthdayItem{padding:.6rem}.BirthdayCard-module___keLPa__dateBox{min-width:40px;height:40px}.BirthdayCard-module___keLPa__avatar{width:35px;height:35px}}
.EventsManagement-module__tigz6G__container{width:100%}.EventsManagement-module__tigz6G__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.EventsManagement-module__tigz6G__header h2{color:#2d3748;font-family:Open Sans,sans-serif;font-size:1.8rem;font-weight:700}.EventsManagement-module__tigz6G__addButton{color:#fff;cursor:pointer;background:#e91e63;border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.EventsManagement-module__tigz6G__addButton:hover{transform:translateY(-2px);box-shadow:0 5px 15px #e91e6366}.EventsManagement-module__tigz6G__loading{text-align:center;color:#666;padding:3rem}.EventsManagement-module__tigz6G__eventsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.EventsManagement-module__tigz6G__eventCard{background:#fff;border-radius:12px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 2px 10px #0000001a}.EventsManagement-module__tigz6G__eventCard:hover{transform:translateY(-5px);box-shadow:0 5px 20px #00000026}.EventsManagement-module__tigz6G__eventImage{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:100%;height:200px;position:relative}.EventsManagement-module__tigz6G__eventContent{padding:1.5rem}.EventsManagement-module__tigz6G__eventContent h3{color:#333;margin-bottom:.75rem;font-size:1.3rem}.EventsManagement-module__tigz6G__eventDate,.EventsManagement-module__tigz6G__eventLocation{color:#666;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;display:flex}.EventsManagement-module__tigz6G__eventDate i,.EventsManagement-module__tigz6G__eventLocation i{color:#667eea}.EventsManagement-module__tigz6G__statusBadge{border-radius:20px;margin-top:.5rem;padding:.4rem .8rem;font-size:.85rem;font-weight:600;display:inline-block}.EventsManagement-module__tigz6G__statusBadge.EventsManagement-module__tigz6G__past{color:#1976d2;background:#e3f2fd}.EventsManagement-module__tigz6G__statusBadge.EventsManagement-module__tigz6G__open{color:#388e3c;background:#e8f5e9}.EventsManagement-module__tigz6G__statusBadge.EventsManagement-module__tigz6G__upcoming{color:#f57c00;background:#fff3e0}.EventsManagement-module__tigz6G__eventActions{border-top:1px solid #f0f0f0;gap:.5rem;padding:1rem 1.5rem;display:flex}.EventsManagement-module__tigz6G__editButton,.EventsManagement-module__tigz6G__deleteButton{cursor:pointer;border:none;border-radius:8px;flex:1;padding:.6rem;font-size:1rem;transition:all .3s}.EventsManagement-module__tigz6G__editButton{color:#fff;background:#667eea}.EventsManagement-module__tigz6G__editButton:hover{background:#5568d3}.EventsManagement-module__tigz6G__deleteButton{color:#fff;background:#f44336}.EventsManagement-module__tigz6G__deleteButton:hover{background:#d32f2f}.EventsManagement-module__tigz6G__emptyState{text-align:center;grid-column:1/-1;padding:4rem 2rem}.EventsManagement-module__tigz6G__emptyState i{color:#ccc;margin-bottom:1rem;font-size:4rem}.EventsManagement-module__tigz6G__emptyState p{color:#666;margin-bottom:1.5rem;font-size:1.2rem}.EventsManagement-module__tigz6G__modalOverlay{z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.EventsManagement-module__tigz6G__modal{background:#fff;border-radius:15px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d}.EventsManagement-module__tigz6G__modalHeader{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.EventsManagement-module__tigz6G__modalHeader h3{color:#333;font-size:1.5rem}.EventsManagement-module__tigz6G__closeButton{color:#666;cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .3s}.EventsManagement-module__tigz6G__closeButton:hover{color:#333}.EventsManagement-module__tigz6G__form{padding:2rem}.EventsManagement-module__tigz6G__formGroup{margin-bottom:1.5rem}.EventsManagement-module__tigz6G__formGroup label{color:#333;margin-bottom:.5rem;font-weight:600;display:block}.EventsManagement-module__tigz6G__formGroup input,.EventsManagement-module__tigz6G__formGroup textarea,.EventsManagement-module__tigz6G__formGroup select{border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s}.EventsManagement-module__tigz6G__formGroup input:focus,.EventsManagement-module__tigz6G__formGroup textarea:focus,.EventsManagement-module__tigz6G__formGroup select:focus{border-color:#667eea;outline:none}.EventsManagement-module__tigz6G__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.EventsManagement-module__tigz6G__modalActions{border-top:1px solid #e0e0e0;justify-content:flex-end;gap:1rem;padding-top:1.5rem;display:flex}.EventsManagement-module__tigz6G__cancelButton,.EventsManagement-module__tigz6G__submitButton{cursor:pointer;border:none;border-radius:8px;padding:.75rem 2rem;font-weight:600;transition:all .3s}.EventsManagement-module__tigz6G__cancelButton{color:#666;background:#e0e0e0}.EventsManagement-module__tigz6G__cancelButton:hover{background:#d0d0d0}.EventsManagement-module__tigz6G__submitButton{color:#fff;background:linear-gradient(45deg,#667eea,#764ba2)}.EventsManagement-module__tigz6G__submitButton:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.EventsManagement-module__tigz6G__imagePreview{border:2px solid #e0e0e0;border-radius:8px;margin-top:1rem;padding:.5rem;display:inline-block}@media (max-width:768px){.EventsManagement-module__tigz6G__formRow{grid-template-columns:1fr}}
.PaymentHistoryModal-module__fNa1La__modalOverlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.PaymentHistoryModal-module__fNa1La__modalContainer{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 4px 20px #00000026}.PaymentHistoryModal-module__fNa1La__modalContainer.PaymentHistoryModal-module__fNa1La__large{max-width:900px}.PaymentHistoryModal-module__fNa1La__modalHeader{z-index:10;background:#fff;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:sticky;top:0}.PaymentHistoryModal-module__fNa1La__modalHeader h3{color:#333;margin:0;font-size:1.5rem}.PaymentHistoryModal-module__fNa1La__modalClose{cursor:pointer;color:#666;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;line-height:1;transition:all .2s;display:flex}.PaymentHistoryModal-module__fNa1La__modalClose:hover{color:#333;background-color:#f5f5f5}.PaymentHistoryModal-module__fNa1La__studentPaymentInfo{background-color:#f9f9f9;border-bottom:1px solid #e0e0e0;gap:2rem;padding:1.5rem 2rem;display:flex}.PaymentHistoryModal-module__fNa1La__paymentInfoItem{color:#666;font-size:.95rem}.PaymentHistoryModal-module__fNa1La__paymentInfoItem strong{color:#333;margin-right:.5rem}.PaymentHistoryModal-module__fNa1La__paymentHistory{padding:2rem}.PaymentHistoryModal-module__fNa1La__paymentHistory h4{color:#333;margin:0 0 1.5rem;font-size:1.1rem}.PaymentHistoryModal-module__fNa1La__paymentHistoryTable{border-collapse:collapse;width:100%;font-size:.9rem}.PaymentHistoryModal-module__fNa1La__paymentHistoryTable thead{background-color:#f5f5f5}.PaymentHistoryModal-module__fNa1La__paymentHistoryTable th{text-align:left;color:#333;border-bottom:2px solid #e0e0e0;padding:1rem;font-weight:600}.PaymentHistoryModal-module__fNa1La__paymentHistoryTable td{color:#666;border-bottom:1px solid #e0e0e0;padding:1rem}.PaymentHistoryModal-module__fNa1La__paymentHistoryTable tbody tr:hover{background-color:#f9f9f9}.PaymentHistoryModal-module__fNa1La__formButtons{background:#fff;border-top:1px solid #e0e0e0;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;display:flex;position:sticky;bottom:0}.PaymentHistoryModal-module__fNa1La__formButton{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.PaymentHistoryModal-module__fNa1La__formButton.PaymentHistoryModal-module__fNa1La__primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.PaymentHistoryModal-module__fNa1La__formButton.PaymentHistoryModal-module__fNa1La__primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.PaymentHistoryModal-module__fNa1La__formButton.PaymentHistoryModal-module__fNa1La__secondary{color:#666;background-color:#f5f5f5}.PaymentHistoryModal-module__fNa1La__formButton.PaymentHistoryModal-module__fNa1La__secondary:hover{background-color:#e0e0e0}
.PlansManagement-module__5xxZKq__container{width:100%}.PlansManagement-module__5xxZKq__loading{text-align:center;color:#666;padding:3rem}.PlansManagement-module__5xxZKq__plansGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.PlansManagement-module__5xxZKq__planCard{background:#fff;border-radius:16px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000001a}.PlansManagement-module__5xxZKq__planCard:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.PlansManagement-module__5xxZKq__planCard.PlansManagement-module__5xxZKq__inactive{opacity:.7;background:#f5f5f5}.PlansManagement-module__5xxZKq__planHeader{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.PlansManagement-module__5xxZKq__typeBadge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.4rem 1rem;font-size:.8rem;font-weight:600}.PlansManagement-module__5xxZKq__typeBadge.PlansManagement-module__5xxZKq__individual{color:#667eea;background:#ffffffe6}.PlansManagement-module__5xxZKq__typeBadge.PlansManagement-module__5xxZKq__family{color:#388e3c;background:#ffffffe6}.PlansManagement-module__5xxZKq__typeBadge.PlansManagement-module__5xxZKq__premium{color:#333;background:linear-gradient(135deg,gold 0%,#ff8c00 100%)}.PlansManagement-module__5xxZKq__planContent{text-align:center;flex:1;padding:2rem 1.5rem}.PlansManagement-module__5xxZKq__planTitleRow{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.PlansManagement-module__5xxZKq__planContent h3{color:#333;margin:0;font-size:1.4rem;font-weight:700}.PlansManagement-module__5xxZKq__inactiveBadge{color:#666;background:#e0e0e0;border-radius:12px;padding:.3rem .8rem;font-size:.75rem;font-weight:600}.PlansManagement-module__5xxZKq__planPrice{color:#667eea;font-size:2.5rem;font-weight:800;line-height:1}.PlansManagement-module__5xxZKq__perMonth{color:#888;margin-top:.5rem;margin-bottom:.5rem;font-size:.9rem}.PlansManagement-module__5xxZKq__planDuration{color:#666;border-top:1px solid #eee;margin-top:.5rem;padding-top:.5rem;font-size:.95rem;font-weight:500;line-height:1.5}.PlansManagement-module__5xxZKq__planActions{background:#fafafa;border-top:1px solid #f0f0f0;gap:.5rem;padding:1rem 1.5rem;display:flex}.PlansManagement-module__5xxZKq__toggleButton,.PlansManagement-module__5xxZKq__editButton,.PlansManagement-module__5xxZKq__deleteButton{cursor:pointer;border:none;border-radius:8px;flex:1;padding:.6rem;font-size:1rem;transition:all .3s}.PlansManagement-module__5xxZKq__toggleButton{color:#666;background:#f0f0f0}.PlansManagement-module__5xxZKq__toggleButton:hover{color:#333;background:#e0e0e0}.PlansManagement-module__5xxZKq__editButton{color:#fff;background:#667eea}.PlansManagement-module__5xxZKq__editButton:hover{background:#5568d3}.PlansManagement-module__5xxZKq__deleteButton{color:#fff;background:#f44336}.PlansManagement-module__5xxZKq__deleteButton:hover{background:#d32f2f}.PlansManagement-module__5xxZKq__emptyState{text-align:center;grid-column:1/-1;padding:4rem 2rem}.PlansManagement-module__5xxZKq__emptyState i{color:#ccc;margin-bottom:1rem;font-size:4rem}.PlansManagement-module__5xxZKq__emptyState p{color:#666;margin-bottom:1.5rem;font-size:1.2rem}.PlansManagement-module__5xxZKq__modalOverlay{z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.PlansManagement-module__5xxZKq__modal{background:#fff;border-radius:15px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d}.PlansManagement-module__5xxZKq__modalHeader{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.PlansManagement-module__5xxZKq__modalHeader h3{color:#333;font-size:1.5rem}.PlansManagement-module__5xxZKq__closeButton{color:#666;cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .3s}.PlansManagement-module__5xxZKq__closeButton:hover{color:#333}.PlansManagement-module__5xxZKq__form{padding:2rem}.PlansManagement-module__5xxZKq__formGroup{margin-bottom:1.5rem}.PlansManagement-module__5xxZKq__formGroup label{color:#333;margin-bottom:.5rem;font-weight:600;display:block}.PlansManagement-module__5xxZKq__formGroup input,.PlansManagement-module__5xxZKq__formGroup textarea,.PlansManagement-module__5xxZKq__formGroup select{border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s}.PlansManagement-module__5xxZKq__formGroup input:focus,.PlansManagement-module__5xxZKq__formGroup textarea:focus,.PlansManagement-module__5xxZKq__formGroup select:focus{border-color:#667eea;outline:none}.PlansManagement-module__5xxZKq__formGroup textarea{resize:vertical;min-height:80px}.PlansManagement-module__5xxZKq__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.PlansManagement-module__5xxZKq__readOnlyInput{cursor:not-allowed!important;color:#666!important;background-color:#f5f5f5!important}.PlansManagement-module__5xxZKq__helpText{color:#888;margin-top:.5rem;font-size:.85rem;font-style:italic;display:block}.PlansManagement-module__5xxZKq__checkboxLabel{cursor:pointer;align-items:center;gap:.75rem;font-weight:500!important;display:flex!important}.PlansManagement-module__5xxZKq__checkboxLabel input[type=checkbox]{accent-color:#667eea;width:auto;transform:scale(1.2)}.PlansManagement-module__5xxZKq__modalActions{border-top:1px solid #e0e0e0;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.PlansManagement-module__5xxZKq__cancelButton,.PlansManagement-module__5xxZKq__submitButton{cursor:pointer;border:none;border-radius:8px;flex:1;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.PlansManagement-module__5xxZKq__cancelButton{color:#666;background:#f0f0f0}.PlansManagement-module__5xxZKq__cancelButton:hover:not(:disabled){background:#e0e0e0}.PlansManagement-module__5xxZKq__submitButton{color:#fff;background:#667eea}.PlansManagement-module__5xxZKq__submitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.PlansManagement-module__5xxZKq__submitButton:disabled,.PlansManagement-module__5xxZKq__cancelButton:disabled{opacity:.6;cursor:not-allowed}@media (max-width:600px){.PlansManagement-module__5xxZKq__formRow,.PlansManagement-module__5xxZKq__plansGrid{grid-template-columns:1fr}.PlansManagement-module__5xxZKq__modalActions{flex-direction:column}}
.RolesTable-module__K3lmpW__container{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.RolesTable-module__K3lmpW__tableWrapper{margin-bottom:1.5rem;overflow-x:auto}.RolesTable-module__K3lmpW__table{border-collapse:collapse;width:100%}.RolesTable-module__K3lmpW__table thead{background-color:#f9fafb}.RolesTable-module__K3lmpW__table th{text-align:left;color:#374151;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e5e7eb;padding:1rem;font-size:.875rem;font-weight:600}.RolesTable-module__K3lmpW__table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .2s}.RolesTable-module__K3lmpW__table tbody tr:hover{background-color:#f9fafb}.RolesTable-module__K3lmpW__table td{color:#374151;vertical-align:middle;padding:1rem;font-size:.875rem}.RolesTable-module__K3lmpW__expandedRow,.RolesTable-module__K3lmpW__expandedRow:hover{background-color:#fdf2f8!important}.RolesTable-module__K3lmpW__expandButton{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:.375rem;padding:.5rem;font-size:.875rem;transition:all .2s}.RolesTable-module__K3lmpW__expandButton:hover{color:#e91e63;background-color:#f3f4f6}.RolesTable-module__K3lmpW__roleName{align-items:center;gap:.75rem;font-weight:500;display:flex}.RolesTable-module__K3lmpW__roleIcon{color:#e91e63;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;display:flex}.RolesTable-module__K3lmpW__description{text-overflow:ellipsis;white-space:nowrap;max-width:250px;overflow:hidden}.RolesTable-module__K3lmpW__noDescription{color:#9ca3af;font-style:italic}.RolesTable-module__K3lmpW__permissionBadge{color:#374151;background-color:#f3f4f6;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}.RolesTable-module__K3lmpW__actions{gap:.5rem;display:flex}.RolesTable-module__K3lmpW__actionButton{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:.375rem;padding:.5rem;font-size:1rem;transition:all .2s}.RolesTable-module__K3lmpW__actionButton:hover{color:#e91e63;background-color:#f3f4f6}.RolesTable-module__K3lmpW__actionButton.RolesTable-module__K3lmpW__danger:hover{color:#dc2626;background-color:#fee2e2}.RolesTable-module__K3lmpW__detailsRow,.RolesTable-module__K3lmpW__detailsRow:hover{background-color:#fdf2f8!important}.RolesTable-module__K3lmpW__detailsRow td{padding:0!important}.RolesTable-module__K3lmpW__permissionsContainer{border-top:1px dashed #f9a8d4;padding:1rem 1.5rem 1.5rem}.RolesTable-module__K3lmpW__permissionsHeader{color:#e91e63;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:flex}.RolesTable-module__K3lmpW__noPermissions{color:#9ca3af;margin:0;font-size:.875rem;font-style:italic}.RolesTable-module__K3lmpW__permissionsGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;display:grid}.RolesTable-module__K3lmpW__permissionItem{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.RolesTable-module__K3lmpW__moduleName{color:#374151;font-size:.8rem;font-weight:500}.RolesTable-module__K3lmpW__permissionTags{gap:.25rem;display:flex}.RolesTable-module__K3lmpW__tag{border-radius:.25rem;align-items:center;gap:.25rem;padding:.125rem .5rem;font-size:.7rem;font-weight:600;display:inline-flex}.RolesTable-module__K3lmpW__tagRead{color:#1d4ed8;background-color:#dbeafe}.RolesTable-module__K3lmpW__tagWrite{color:#065f46;background-color:#d1fae5}.RolesTable-module__K3lmpW__tagNone{color:#dc2626;background-color:#fee2e2}.RolesTable-module__K3lmpW__emptyState{text-align:center;color:#6b7280;font-style:italic;padding:3rem 1rem!important}.RolesTable-module__K3lmpW__pagination{justify-content:center;align-items:center;gap:1rem;padding:1rem 0;display:flex}.RolesTable-module__K3lmpW__pageButton{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.RolesTable-module__K3lmpW__pageButton:hover:not(:disabled){color:#e91e63;background-color:#f9fafb;border-color:#e91e63}.RolesTable-module__K3lmpW__pageButton:disabled{opacity:.5;cursor:not-allowed}.RolesTable-module__K3lmpW__pageInfo{color:#6b7280;font-size:.875rem;font-weight:500}@media (max-width:768px){.RolesTable-module__K3lmpW__container{padding:1rem}.RolesTable-module__K3lmpW__tableWrapper{overflow:visible}.RolesTable-module__K3lmpW__table thead{display:none}.RolesTable-module__K3lmpW__table,.RolesTable-module__K3lmpW__table tbody{display:block}.RolesTable-module__K3lmpW__table tbody tr:not(.RolesTable-module__K3lmpW__detailsRow){background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;grid-template-columns:auto 1fr;grid-template-areas:"expand name""expand desc""expand perms""expand actions";gap:.5rem;margin-bottom:1rem;padding:1rem;display:grid;box-shadow:0 2px 4px #0000000d}.RolesTable-module__K3lmpW__table tbody tr.RolesTable-module__K3lmpW__expandedRow:not(.RolesTable-module__K3lmpW__detailsRow){background:#fdf2f8;border-color:#e91e63}.RolesTable-module__K3lmpW__table tbody tr:hover:not(.RolesTable-module__K3lmpW__detailsRow){box-shadow:0 4px 8px #0000001a}.RolesTable-module__K3lmpW__table td{border:none;padding:.25rem 0}.RolesTable-module__K3lmpW__table td:first-child{grid-area:expand;align-items:flex-start;padding-top:.5rem;display:flex}.RolesTable-module__K3lmpW__table td:nth-child(2){border-bottom:1px solid #e5e7eb;grid-area:name;padding-bottom:.5rem}.RolesTable-module__K3lmpW__table td:nth-child(3){grid-area:desc}.RolesTable-module__K3lmpW__table td:nth-child(4){grid-area:perms}.RolesTable-module__K3lmpW__table td:nth-child(5){border-top:1px solid #e5e7eb;grid-area:actions;padding-top:.5rem}.RolesTable-module__K3lmpW__table td:before{content:attr(data-label);color:#6b7280;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.RolesTable-module__K3lmpW__table td:first-child:before{display:none}.RolesTable-module__K3lmpW__roleName{flex-direction:row;align-items:center;gap:.5rem}.RolesTable-module__K3lmpW__roleIcon{width:2rem;height:2rem;font-size:1rem}.RolesTable-module__K3lmpW__description{white-space:normal;max-width:100%}.RolesTable-module__K3lmpW__actions{flex-direction:row;justify-content:flex-start;gap:.75rem}.RolesTable-module__K3lmpW__detailsRow{display:table-row!important}.RolesTable-module__K3lmpW__detailsRow td{display:table-cell!important}.RolesTable-module__K3lmpW__permissionsGrid{grid-template-columns:1fr}.RolesTable-module__K3lmpW__permissionsContainer{padding:1rem}}
.general-module__-N_Xla__adminContainer{background:#e1e7f0;min-height:100vh;padding-top:100px;padding-bottom:40px}.general-module__-N_Xla__adminWrapper{max-width:1400px;margin:0 auto;padding:0 3rem}.general-module__-N_Xla__adminTabs{background:#fff;border-radius:15px;flex-wrap:wrap;gap:1rem;margin-top:1.5rem;margin-bottom:2.5rem;padding:1.5rem;display:flex;box-shadow:0 5px 15px #00000014}.general-module__-N_Xla__adminTab{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:25px;align-items:center;gap:.5rem;padding:12px 24px;font-family:Open Sans,sans-serif;font-weight:600;transition:all .3s;display:flex}.general-module__-N_Xla__adminTab.general-module__-N_Xla__active{color:#fff;background:#e91e63;border-color:#0000}.general-module__-N_Xla__adminTab:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.general-module__-N_Xla__alunoContainer{max-width:1400px;margin:0 auto;padding:2rem 3rem}.general-module__-N_Xla__alunoHeader{background:#fff;border-radius:20px;justify-content:space-between;align-items:center;margin-top:5rem;margin-bottom:2rem;padding:1.5rem 2rem;display:flex;overflow:visible;box-shadow:0 10px 30px #0000001a}.general-module__-N_Xla__alunoWelcome{flex:1;min-width:0}.general-module__-N_Xla__alunoWelcome h1{color:#e91e63;white-space:nowrap;margin-bottom:.5rem;font-family:Dancing Script,cursive;font-size:1.75rem;overflow:visible}.general-module__-N_Xla__alunoWelcome p{color:#666;font-size:1.1rem}.general-module__-N_Xla__headerButtons{flex-wrap:wrap;gap:.5rem;display:flex}.general-module__-N_Xla__settingsButton{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.general-module__-N_Xla__settingsButton:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.general-module__-N_Xla__logoutButton{color:#fff;cursor:pointer;background:#ef5350;border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.general-module__-N_Xla__logoutButton:hover{background:#e53935;transform:translateY(-2px);box-shadow:0 5px 15px #ef535066}.general-module__-N_Xla__overviewLayout{grid-template-columns:320px 1fr;gap:2rem;margin-bottom:2rem;display:grid}@media (max-width:968px){.general-module__-N_Xla__overviewLayout{grid-template-columns:1fr}}
