.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}}
.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}}
.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)}
.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}}
.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}}
.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__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}}
.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}
.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}}
.ContractModal-module__H9vrKG__overlay{z-index:10000;background:#000000bf;justify-content:center;align-items:center;padding:1rem;animation:.3s ease-out ContractModal-module__H9vrKG__fadeIn;display:flex;position:fixed;inset:0}@keyframes ContractModal-module__H9vrKG__fadeIn{0%{opacity:0}to{opacity:1}}.ContractModal-module__H9vrKG__modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:1200px;height:95vh;max-height:95vh;animation:.4s ease-out ContractModal-module__H9vrKG__slideUp;display:flex;box-shadow:0 12px 48px #0000004d}.ContractModal-module__H9vrKG__reminderModal{max-width:560px;height:auto;max-height:90vh}@keyframes ContractModal-module__H9vrKG__slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.ContractModal-module__H9vrKG__header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-bottom:2px solid #e5e7eb;border-radius:16px 16px 0 0;padding:2rem}.ContractModal-module__H9vrKG__header h2{margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.ContractModal-module__H9vrKG__subtitle{opacity:.95;margin:0;font-size:.95rem;font-weight:400}.ContractModal-module__H9vrKG__pdfContainer{background:#f9fafb;flex:1;min-height:0;position:relative;overflow:hidden}.ContractModal-module__H9vrKG__pdfViewer{border:none;width:100%;height:100%;min-height:600px;display:block}.ContractModal-module__H9vrKG__openPdfLink{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#111827d9;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .9rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex;position:absolute;bottom:1rem;right:1rem}.ContractModal-module__H9vrKG__openPdfLink:hover{background:#111827f2}.ContractModal-module__H9vrKG__pdfFallback{text-align:center;color:#4b5563;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;padding:2rem 1.5rem;display:flex}.ContractModal-module__H9vrKG__pdfFallback>i{color:#9ca3af;font-size:3rem}.ContractModal-module__H9vrKG__pdfFallback p{max-width:32ch;margin:0;font-size:.95rem;line-height:1.5}.ContractModal-module__H9vrKG__openPdfBtn{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:10px;align-items:center;gap:.6rem;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 4px 12px #667eea4d}.ContractModal-module__H9vrKG__pdfHint{font-weight:600;color:#059669!important}.ContractModal-module__H9vrKG__footer{background:#fff;border-top:1px solid #e5e7eb;border-radius:0 0 16px 16px;padding:1.5rem 2rem}.ContractModal-module__H9vrKG__footerText{color:#6b7280;text-align:center;margin:0 0 1rem;font-size:.9rem}.ContractModal-module__H9vrKG__acceptBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:10px;width:100%;padding:1rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #667eea4d}.ContractModal-module__H9vrKG__acceptBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.ContractModal-module__H9vrKG__acceptBtn:active:not(:disabled){transform:translateY(0)}.ContractModal-module__H9vrKG__acceptBtn:disabled{opacity:.6;cursor:not-allowed}.ContractModal-module__H9vrKG__closeBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6b7280 0%,#4b5563 100%);border:none;border-radius:10px;width:100%;padding:1rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #6b72804d}.ContractModal-module__H9vrKG__closeBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6b728066}.ContractModal-module__H9vrKG__closeBtn:active{transform:translateY(0)}.ContractModal-module__H9vrKG__laterBtn{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #d1d5db;border-radius:10px;width:100%;margin-top:.75rem;padding:.75rem;font-size:.95rem;font-weight:600;transition:all .2s}.ContractModal-module__H9vrKG__laterBtn:hover{color:#374151;background:#f9fafb}@media (max-width:768px){.ContractModal-module__H9vrKG__overlay{padding:0}.ContractModal-module__H9vrKG__modal{border-radius:0;max-width:100%;height:100vh;max-height:100vh}.ContractModal-module__H9vrKG__reminderModal{border-radius:16px;height:auto;max-height:none;margin:1rem}.ContractModal-module__H9vrKG__header{border-radius:0;padding:1rem 1.25rem}.ContractModal-module__H9vrKG__header h2{font-size:1.25rem;line-height:1.3}.ContractModal-module__H9vrKG__subtitle{font-size:.8rem;line-height:1.4}.ContractModal-module__H9vrKG__pdfViewer{min-height:350px}.ContractModal-module__H9vrKG__footer{border-radius:0;padding:1rem 1.25rem}.ContractModal-module__H9vrKG__footerText{margin-bottom:.75rem;font-size:.8rem}.ContractModal-module__H9vrKG__acceptBtn{padding:.875rem;font-size:.95rem}}@media (max-width:480px){.ContractModal-module__H9vrKG__header{padding:.875rem 1rem}.ContractModal-module__H9vrKG__header h2{font-size:1.1rem}.ContractModal-module__H9vrKG__subtitle{font-size:.75rem}.ContractModal-module__H9vrKG__pdfViewer{min-height:280px}.ContractModal-module__H9vrKG__footer{padding:.875rem 1rem}.ContractModal-module__H9vrKG__footerText{margin-bottom:.625rem;font-size:.75rem}.ContractModal-module__H9vrKG__acceptBtn{padding:.75rem;font-size:.9rem}}@media (min-width:769px) and (max-width:1024px){.ContractModal-module__H9vrKG__modal{max-width:95%;height:90vh}.ContractModal-module__H9vrKG__pdfViewer{min-height:550px}}
.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}}
.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:var(--adm-primary);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{background:var(--adm-primary);color:#fff}.AdminSettingsModal-module__rtiAZq__formButton.AdminSettingsModal-module__rtiAZq__primary:hover{background:var(--adm-primary-strong)}.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%}}
.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}}
.GlobalSearch-module__b0X_7G__wrap{flex:1;max-width:420px;position:relative}.GlobalSearch-module__b0X_7G__field{background:var(--adm-surface-muted);border:1px solid var(--adm-border);border-radius:var(--adm-radius);height:36px;color:var(--adm-text-faint);align-items:center;gap:8px;padding:0 12px;transition:border-color .15s,background-color .15s;display:flex}.GlobalSearch-module__b0X_7G__field:focus-within{background:var(--adm-surface);border-color:var(--adm-primary);box-shadow:0 0 0 3px var(--adm-primary-soft)}.GlobalSearch-module__b0X_7G__input{min-width:0;color:var(--adm-text);background:0 0;border:none;outline:none;flex:1;font-size:14px}.GlobalSearch-module__b0X_7G__input::placeholder{color:var(--adm-text-faint)}.GlobalSearch-module__b0X_7G__clear{border-radius:var(--adm-radius-sm);width:20px;height:20px;color:var(--adm-text-faint);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.GlobalSearch-module__b0X_7G__clear:hover{background:var(--adm-border-soft);color:var(--adm-text)}.GlobalSearch-module__b0X_7G__results{z-index:60;background:var(--adm-surface);border:1px solid var(--adm-border);border-radius:var(--adm-radius);box-shadow:var(--adm-shadow-pop);max-height:340px;padding:4px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}.GlobalSearch-module__b0X_7G__item{border-radius:var(--adm-radius-sm);text-align:left;cursor:pointer;width:100%;color:inherit;background:0 0;border:none;align-items:center;gap:10px;padding:8px 10px;text-decoration:none;display:flex}.GlobalSearch-module__b0X_7G__item:hover,.GlobalSearch-module__b0X_7G__itemActive{background:var(--adm-primary-soft)}.GlobalSearch-module__b0X_7G__itemAvatar{border-radius:var(--adm-radius-pill);background:var(--adm-surface-muted);width:28px;height:28px;color:var(--adm-text-muted);flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex}.GlobalSearch-module__b0X_7G__itemActive .GlobalSearch-module__b0X_7G__itemAvatar,.GlobalSearch-module__b0X_7G__item:hover .GlobalSearch-module__b0X_7G__itemAvatar{background:var(--adm-surface);color:var(--adm-primary-strong)}.GlobalSearch-module__b0X_7G__itemInfo{flex-direction:column;flex:1;min-width:0;display:flex}.GlobalSearch-module__b0X_7G__itemName{color:var(--adm-text-strong);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.GlobalSearch-module__b0X_7G__itemMeta{color:var(--adm-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.GlobalSearch-module__b0X_7G__itemRole{color:var(--adm-text-muted);flex-shrink:0;font-size:11px;font-weight:600}.GlobalSearch-module__b0X_7G__message{text-align:center;color:var(--adm-text-muted);padding:16px 12px;font-size:13px}@media (max-width:720px){.GlobalSearch-module__b0X_7G__wrap{display:none}}
.AdminShell-module__2LjTOW__shell{background:var(--adm-bg);min-height:100vh;color:var(--adm-text);display:flex}.AdminShell-module__2LjTOW__sidebar{width:var(--adm-sidebar-w);background:var(--adm-surface);border-right:1px solid var(--adm-border);flex-direction:column;flex-shrink:0;height:100vh;transition:width .2s;display:flex;position:sticky;top:0}.AdminShell-module__2LjTOW__sidebarCollapsed{width:var(--adm-sidebar-w-collapsed)}.AdminShell-module__2LjTOW__brand{border-bottom:1px solid var(--adm-border-soft);flex-direction:column;flex-shrink:0;justify-content:center;height:72px;padding:0 20px;display:flex;overflow:hidden}.AdminShell-module__2LjTOW__sidebarCollapsed .AdminShell-module__2LjTOW__brand{align-items:center;padding:0}.AdminShell-module__2LjTOW__brandName{color:var(--adm-primary);white-space:nowrap;font-family:Dancing Script,cursive;font-size:26px;font-weight:700;line-height:1.1}.AdminShell-module__2LjTOW__brandMonogram{color:var(--adm-primary);font-family:Dancing Script,cursive;font-size:26px;font-weight:700;line-height:1}.AdminShell-module__2LjTOW__brandCaption{letter-spacing:.08em;text-transform:uppercase;color:var(--adm-text-faint);white-space:nowrap;margin-top:3px;font-size:10.5px;font-weight:600}.AdminShell-module__2LjTOW__nav{flex-direction:column;flex-grow:1;gap:18px;padding:16px 12px;display:flex;overflow-y:auto}.AdminShell-module__2LjTOW__navSection{flex-direction:column;gap:2px;display:flex}.AdminShell-module__2LjTOW__navSectionLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--adm-text-faint);white-space:nowrap;padding:0 12px 6px;font-size:11px;font-weight:600}.AdminShell-module__2LjTOW__navItem{border-radius:var(--adm-radius);color:#4b5563;white-space:nowrap;align-items:center;gap:12px;height:38px;padding:0 12px;font-size:14px;text-decoration:none;transition:background-color .15s,color .15s;display:flex}.AdminShell-module__2LjTOW__navItem:hover{background:var(--adm-surface-muted);color:var(--adm-text-strong)}.AdminShell-module__2LjTOW__navItemActive,.AdminShell-module__2LjTOW__navItemActive:hover{background:var(--adm-primary-soft);color:var(--adm-primary-strong);font-weight:600}.AdminShell-module__2LjTOW__navItemActive .AdminShell-module__2LjTOW__navIcon{color:var(--adm-primary)}.AdminShell-module__2LjTOW__navIcon{color:inherit}.AdminShell-module__2LjTOW__sidebarCollapsed .AdminShell-module__2LjTOW__navItem{justify-content:center;padding:0}.AdminShell-module__2LjTOW__sidebarCollapsed .AdminShell-module__2LjTOW__navLabel,.AdminShell-module__2LjTOW__sidebarCollapsed .AdminShell-module__2LjTOW__navSectionLabel{display:none}.AdminShell-module__2LjTOW__sidebarCollapsed .AdminShell-module__2LjTOW__navSection{border-top:1px solid var(--adm-border-soft);padding-top:8px}.AdminShell-module__2LjTOW__sidebarCollapsed .AdminShell-module__2LjTOW__navSection:first-child{border-top:none;padding-top:0}.AdminShell-module__2LjTOW__sidebarFooter{border-top:1px solid var(--adm-border-soft);flex-shrink:0;padding:12px}.AdminShell-module__2LjTOW__collapseBtn{border-radius:var(--adm-radius);width:100%;height:38px;color:var(--adm-text-faint);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:12px;padding:0 12px;font-family:inherit;font-size:13px;display:flex}.AdminShell-module__2LjTOW__collapseBtn:hover{background:var(--adm-surface-muted);color:var(--adm-text)}.AdminShell-module__2LjTOW__sidebarCollapsed .AdminShell-module__2LjTOW__collapseBtn{justify-content:center;padding:0}.AdminShell-module__2LjTOW__main{flex-direction:column;flex-grow:1;min-width:0;display:flex}.AdminShell-module__2LjTOW__topbar{height:var(--adm-topbar-h);background:var(--adm-surface);border-bottom:1px solid var(--adm-border);z-index:20;flex-shrink:0;justify-content:space-between;align-items:center;gap:24px;padding:0 32px;display:flex;position:sticky;top:0}.AdminShell-module__2LjTOW__menuBtn{border:1px solid var(--adm-border);background:var(--adm-surface);border-radius:var(--adm-radius);width:40px;height:40px;color:var(--adm-text);cursor:pointer;justify-content:center;align-items:center;display:none}.AdminShell-module__2LjTOW__search{box-sizing:border-box;border:1px solid var(--adm-border-input);border-radius:var(--adm-radius);background:var(--adm-surface-muted);width:380px;max-width:100%;height:40px;color:var(--adm-text-faint);cursor:text;text-align:left;align-items:center;gap:10px;padding:0 12px;font-family:inherit;font-size:14px;display:flex}.AdminShell-module__2LjTOW__search:hover{border-color:var(--adm-text-faint)}.AdminShell-module__2LjTOW__userWrap{flex-shrink:0;position:relative}.AdminShell-module__2LjTOW__userBtn{border-radius:var(--adm-radius);cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;padding:4px 8px 4px 4px;font-family:inherit;display:flex}.AdminShell-module__2LjTOW__userBtn:hover{background:var(--adm-surface-muted)}.AdminShell-module__2LjTOW__avatar{border-radius:var(--adm-radius-pill);background:var(--adm-primary-soft);width:36px;height:36px;color:var(--adm-primary-strong);flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.AdminShell-module__2LjTOW__userInfo{flex-direction:column;align-items:flex-start;line-height:1.3;display:flex}.AdminShell-module__2LjTOW__userName{color:var(--adm-text-strong);font-size:14px;font-weight:600}.AdminShell-module__2LjTOW__userRole{color:var(--adm-text-muted);font-size:12px}.AdminShell-module__2LjTOW__userMenu{background:var(--adm-surface);border:1px solid var(--adm-border);border-radius:var(--adm-radius-lg);min-width:200px;box-shadow:var(--adm-shadow-pop);z-index:30;flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;top:calc(100% + 8px);right:0}.AdminShell-module__2LjTOW__userMenuItem{border-radius:var(--adm-radius);height:38px;color:var(--adm-text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;padding:0 12px;font-family:inherit;font-size:14px;display:flex}.AdminShell-module__2LjTOW__userMenuItem:hover{background:var(--adm-surface-muted)}.AdminShell-module__2LjTOW__userMenuDanger{color:var(--adm-danger-text)}.AdminShell-module__2LjTOW__userMenuDanger:hover{background:var(--adm-danger-soft)}.AdminShell-module__2LjTOW__content{flex-direction:column;gap:24px;padding:28px 32px 32px;display:flex}.AdminShell-module__2LjTOW__pageHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.AdminShell-module__2LjTOW__pageHeadings{flex-direction:column;gap:4px;min-width:0;display:flex}.AdminShell-module__2LjTOW__breadcrumb{color:var(--adm-text-faint);align-items:center;gap:6px;font-size:13px;display:flex}.AdminShell-module__2LjTOW__breadcrumbCurrent{color:var(--adm-text-muted)}.AdminShell-module__2LjTOW__title{color:var(--adm-text-strong);margin:0;font-size:24px;font-weight:700;line-height:1.25}.AdminShell-module__2LjTOW__subtitle{color:var(--adm-text-muted);margin:0;font-size:14px}.AdminShell-module__2LjTOW__pageActions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.AdminShell-module__2LjTOW__overlay{display:none}@media (max-width:1024px){.AdminShell-module__2LjTOW__sidebar{z-index:40;box-shadow:var(--adm-shadow-pop);width:var(--adm-sidebar-w);transition:transform .2s;position:fixed;top:0;left:0;transform:translate(-100%)}.AdminShell-module__2LjTOW__sidebarOpen{transform:translate(0)}.AdminShell-module__2LjTOW__sidebarFooter{display:none}.AdminShell-module__2LjTOW__overlay{z-index:35;background:#11182773;border:none;padding:0;display:block;position:fixed;inset:0}.AdminShell-module__2LjTOW__menuBtn{display:flex}.AdminShell-module__2LjTOW__topbar{gap:12px;padding:0 16px}.AdminShell-module__2LjTOW__search{width:100%}.AdminShell-module__2LjTOW__userInfo,.AdminShell-module__2LjTOW__userChevron{display:none}.AdminShell-module__2LjTOW__content{padding:20px 16px 24px}}@media (max-width:560px){.AdminShell-module__2LjTOW__search{display:none}}
.ForgotPasswordModal-module__VUgSsW__modalOverlay{z-index:1000;background:#0009;justify-content:center;align-items:center;animation:.3s ForgotPasswordModal-module__VUgSsW__fadeIn;display:flex;position:fixed;inset:0}@keyframes ForgotPasswordModal-module__VUgSsW__fadeIn{0%{opacity:0}to{opacity:1}}.ForgotPasswordModal-module__VUgSsW__modal{background:#fff;border-radius:15px;width:90%;max-width:500px;animation:.3s ForgotPasswordModal-module__VUgSsW__slideUp;box-shadow:0 10px 40px #0000004d}@keyframes ForgotPasswordModal-module__VUgSsW__slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.ForgotPasswordModal-module__VUgSsW__modalHeader{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.ForgotPasswordModal-module__VUgSsW__modalHeader h2{color:#333;margin:0;font-size:1.5rem}.ForgotPasswordModal-module__VUgSsW__closeButton{color:#999;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:2rem;transition:color .3s;display:flex}.ForgotPasswordModal-module__VUgSsW__closeButton:hover{color:#333}.ForgotPasswordModal-module__VUgSsW__modalDescription{color:#666;margin:0;padding:1.5rem 2rem 1rem;line-height:1.6}.ForgotPasswordModal-module__VUgSsW__form{padding:0 2rem 2rem}.ForgotPasswordModal-module__VUgSsW__error{color:#c33;text-align:center;background-color:#fee;border-left:4px solid #c33;border-radius:5px;margin-bottom:15px;padding:10px}.ForgotPasswordModal-module__VUgSsW__formGroup{margin-bottom:1.5rem}.ForgotPasswordModal-module__VUgSsW__formGroup label{color:#333;margin-bottom:.5rem;font-weight:600;display:block}.ForgotPasswordModal-module__VUgSsW__formGroup input{border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s}.ForgotPasswordModal-module__VUgSsW__formGroup input:focus{border-color:#e91e63;outline:none}.ForgotPasswordModal-module__VUgSsW__formGroup input:disabled{cursor:not-allowed;background-color:#f5f5f5}.ForgotPasswordModal-module__VUgSsW__buttons{justify-content:flex-end;gap:1rem;display:flex}.ForgotPasswordModal-module__VUgSsW__cancelButton,.ForgotPasswordModal-module__VUgSsW__submitButton{cursor:pointer;border:none;border-radius:8px;padding:.75rem 2rem;font-weight:600;transition:all .3s}.ForgotPasswordModal-module__VUgSsW__cancelButton{color:#666;background:#e0e0e0}.ForgotPasswordModal-module__VUgSsW__cancelButton:hover:not(:disabled){background:#d0d0d0}.ForgotPasswordModal-module__VUgSsW__submitButton{color:#fff;background:linear-gradient(45deg,#667eea,#764ba2)}.ForgotPasswordModal-module__VUgSsW__submitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.ForgotPasswordModal-module__VUgSsW__submitButton:disabled,.ForgotPasswordModal-module__VUgSsW__cancelButton:disabled{opacity:.6;cursor:not-allowed}.ForgotPasswordModal-module__VUgSsW__successMessage{text-align:center;padding:2rem}.ForgotPasswordModal-module__VUgSsW__successIcon{color:#fff;background:linear-gradient(45deg,#4caf50,#8bc34a);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:3rem;font-weight:700;animation:.5s ForgotPasswordModal-module__VUgSsW__scaleIn;display:flex}@keyframes ForgotPasswordModal-module__VUgSsW__scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.ForgotPasswordModal-module__VUgSsW__successMessage h3{color:#333;margin-bottom:1rem}.ForgotPasswordModal-module__VUgSsW__successMessage p{color:#666;margin-bottom:1rem;line-height:1.6}.ForgotPasswordModal-module__VUgSsW__note{font-size:.9rem;font-style:italic;color:#999!important}.ForgotPasswordModal-module__VUgSsW__okButton{color:#fff;cursor:pointer;background:linear-gradient(45deg,#667eea,#764ba2);border:none;border-radius:8px;margin-top:1rem;padding:.75rem 2rem;font-weight:600;transition:all .3s}.ForgotPasswordModal-module__VUgSsW__okButton:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}@media (max-width:480px){.ForgotPasswordModal-module__VUgSsW__modal{width:95%}.ForgotPasswordModal-module__VUgSsW__modalHeader,.ForgotPasswordModal-module__VUgSsW__modalDescription,.ForgotPasswordModal-module__VUgSsW__form,.ForgotPasswordModal-module__VUgSsW__successMessage{padding-left:1.5rem;padding-right:1.5rem}.ForgotPasswordModal-module__VUgSsW__buttons{flex-direction:column-reverse}.ForgotPasswordModal-module__VUgSsW__cancelButton,.ForgotPasswordModal-module__VUgSsW__submitButton{width:100%}}
.aluno-module__rSl8JG__alunoLoginPage{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.aluno-module__rSl8JG__alunoLoginContainer{background:#fff;border-radius:20px;width:100%;max-width:450px;padding:3rem;box-shadow:0 20px 60px #0000004d}.aluno-module__rSl8JG__alunoLoginHeader h1{color:#e91e63;text-align:center;margin-bottom:.5rem;font-family:Dancing Script,cursive;font-size:2.5rem}.aluno-module__rSl8JG__alunoLoginHeader p{text-align:center;color:#666;margin-bottom:2rem}.aluno-module__rSl8JG__alunoLoginForm{flex-direction:column;gap:1.5rem;display:flex}.aluno-module__rSl8JG__formGroup{position:relative}.aluno-module__rSl8JG__formGroup input{border:2px solid #e0e0e0;border-radius:10px;width:100%;padding:15px;font-size:1rem;transition:all .3s}.aluno-module__rSl8JG__formGroup input:focus{border-color:#e91e63;outline:none;box-shadow:0 0 0 3px #e91e631a}.aluno-module__rSl8JG__alunoLoginButton{color:#fff;cursor:pointer;background:linear-gradient(45deg,#e91e63,#9c27b0);border:none;border-radius:10px;padding:15px;font-size:1.1rem;font-weight:600;transition:all .3s}.aluno-module__rSl8JG__alunoLoginButton:hover{transform:translateY(-2px);box-shadow:0 10px 25px #e91e634d}.aluno-module__rSl8JG__alunoLoginBack{text-align:center;margin-top:1.5rem}.aluno-module__rSl8JG__alunoLoginBack a{color:#e91e63;font-weight:600;text-decoration:none;transition:color .3s}.aluno-module__rSl8JG__alunoLoginBack a:hover{color:#9c27b0}.aluno-module__rSl8JG__alunoContainer{max-width:1400px;margin:0 auto;padding:2rem}.aluno-module__rSl8JG__alunoHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.aluno-module__rSl8JG__alunoWelcome h1{color:#e91e63;font-family:Dancing Script,cursive;font-size:2.5rem}.aluno-module__rSl8JG__alunoWelcome p{color:#666;font-size:1.1rem}.aluno-module__rSl8JG__logoutButton{color:#fff;cursor:pointer;background:#f44336;border:none;border-radius:25px;align-items:center;gap:.5rem;padding:12px 24px;font-weight:600;transition:all .3s;display:flex}.aluno-module__rSl8JG__logoutButton:hover{background:#d32f2f;transform:translateY(-2px)}.aluno-module__rSl8JG__alunoGrid{grid-template-rows:auto auto;grid-template-columns:300px 1fr;gap:2rem;margin-bottom:2rem;display:grid}.aluno-module__rSl8JG__alunoSidebar{flex-direction:column;grid-area:1/1;gap:1.5rem;display:flex}.aluno-module__rSl8JG__mobilePaymentSection{grid-area:1/2}.aluno-module__rSl8JG__sidebarExtra{flex-direction:column;grid-area:2/1;gap:1.5rem;display:flex}.aluno-module__rSl8JG__alunoMain{flex-direction:column;grid-area:2/2;gap:2rem;display:flex}.aluno-module__rSl8JG__profileCard{text-align:center;background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a}.aluno-module__rSl8JG__profileImageContainer{border:4px solid #e91e63;border-radius:50%;width:120px;height:120px;margin:0 auto 1rem;position:relative;overflow:hidden}.aluno-module__rSl8JG__profileImage{object-fit:cover}.aluno-module__rSl8JG__profileName{color:#333;margin-bottom:.3rem;font-size:1.5rem;font-weight:700}.aluno-module__rSl8JG__profileClass{color:#666;margin-bottom:1.5rem}.aluno-module__rSl8JG__profileDetails{text-align:left}.aluno-module__rSl8JG__profileDetailItem{border-bottom:1px solid #f0f0f0;align-items:center;gap:.5rem;padding:.8rem 0;display:flex}.aluno-module__rSl8JG__profileDetailItem:last-child{border-bottom:none}.aluno-module__rSl8JG__profileStatus{color:#155724;background:#d4edda;border-radius:20px;margin-bottom:1.5rem;padding:8px 20px;font-size:.9rem;font-weight:600;display:inline-block}.aluno-module__rSl8JG__avatarWrapper{justify-content:center;margin-bottom:1.5rem;display:flex;position:relative}.aluno-module__rSl8JG__profileIconPlaceholder{color:#fff;background:linear-gradient(135deg,#e91e63,#9c27b0);justify-content:center;align-items:center;width:100%;height:100%;font-size:5rem;display:flex}.aluno-module__rSl8JG__cameraIconBadge{color:#fff;cursor:pointer;background:#e91e63;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;bottom:10px;right:10px;box-shadow:0 4px 10px #e91e6366}.aluno-module__rSl8JG__cameraIconBadge:hover{background:#9c27b0;transform:scale(1.1)}.aluno-module__rSl8JG__scheduleList{flex-direction:column;gap:1rem;display:flex}.aluno-module__rSl8JG__scheduleItem{color:#fff;background:#e91e63;border-radius:15px;padding:1.5rem;transition:transform .3s}.aluno-module__rSl8JG__scheduleItem:hover{transform:translate(5px)}.aluno-module__rSl8JG__scheduleDay{align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:700;display:flex}.aluno-module__rSl8JG__scheduleTime{opacity:.9;margin-bottom:.3rem;font-size:1rem}.aluno-module__rSl8JG__scheduleRoom{opacity:.8;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.aluno-module__rSl8JG__quickStatsSidebar{background:#fff;border-radius:20px;margin-top:1.5rem;padding:2rem;box-shadow:0 10px 30px #0000001a}.aluno-module__rSl8JG__quickStatsSidebar h3{color:#e91e63;margin-bottom:1.5rem;font-size:1.5rem}.aluno-module__rSl8JG__statsVertical{flex-direction:column;gap:1rem;display:flex}.aluno-module__rSl8JG__statItemVertical{border-radius:12px;align-items:center;gap:1rem;padding:1.2rem;transition:transform .3s;display:flex}.aluno-module__rSl8JG__statItemVertical:hover{transform:translate(5px)}.aluno-module__rSl8JG__statItemVertical i{text-align:center;min-width:40px;font-size:2rem}.aluno-module__rSl8JG__statItemVertical.aluno-module__rSl8JG__purple{color:#fff;background:#7c3aed}.aluno-module__rSl8JG__statItemVertical.aluno-module__rSl8JG__blue{color:#fff;background:#0ea5e9}.aluno-module__rSl8JG__statItemVertical.aluno-module__rSl8JG__green{color:#fff;background:#22c55e}.aluno-module__rSl8JG__statItemVertical.aluno-module__rSl8JG__orange{color:#fff;background:#f97316}.aluno-module__rSl8JG__statContent{flex:1}.aluno-module__rSl8JG__alunoPage{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);min-height:100vh;padding-top:100px;padding-bottom:40px}.aluno-module__rSl8JG__paymentSection{background:#fff;border-radius:15px;margin-bottom:2rem;padding:2rem;box-shadow:0 10px 30px #0000001a}.aluno-module__rSl8JG__paymentSection h3{color:#e91e63;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.8rem;display:flex}.aluno-module__rSl8JG__currentPaymentMonth{font-size:1.5rem;font-weight:700}.aluno-module__rSl8JG__paymentStatusBadge{border-radius:20px;padding:8px 20px;font-size:.9rem;font-weight:600}.aluno-module__rSl8JG__paymentStatusBadge.aluno-module__rSl8JG__paid{color:#155724;background:#d4edda}.aluno-module__rSl8JG__paymentStatusBadge.aluno-module__rSl8JG__pending{color:#856404;background:#fff3cd}.aluno-module__rSl8JG__currentPaymentInfo{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem;display:grid}.aluno-module__rSl8JG__paymentInfoItem h4{opacity:.9;margin-bottom:.5rem;font-size:.9rem;font-weight:500}.aluno-module__rSl8JG__paymentInfoItem p{font-size:1.3rem;font-weight:700}.aluno-module__rSl8JG__paymentButtons{flex-wrap:wrap;gap:1rem;display:flex}.aluno-module__rSl8JG__paymentButton{cursor:pointer;border:none;border-radius:25px;align-items:center;gap:.5rem;padding:12px 24px;font-weight:600;transition:all .3s;display:flex}.aluno-module__rSl8JG__paymentButton.aluno-module__rSl8JG__primary{color:#667eea;background:#fff}.aluno-module__rSl8JG__paymentButton.aluno-module__rSl8JG__secondary{color:#fff;background:#fff3;border:2px solid #fff}.aluno-module__rSl8JG__paymentButton:hover{transform:translateY(-2px)}.aluno-module__rSl8JG__paymentHistorySection{margin-top:2rem}.aluno-module__rSl8JG__paymentHistorySection h4{color:#333;margin-bottom:1rem;font-size:1.3rem}.aluno-module__rSl8JG__paymentHistoryGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;display:grid}.aluno-module__rSl8JG__attendanceSection{background:#fff;border-radius:15px;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 20px #00000014}.aluno-module__rSl8JG__attendanceSection h3{color:#e91e63;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.aluno-module__rSl8JG__attendanceSummaryStudent{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.aluno-module__rSl8JG__attendanceStatStudent{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);border-radius:10px;align-items:center;gap:1rem;padding:1.5rem;display:flex}.aluno-module__rSl8JG__attendanceStatStudent i{font-size:2rem}.aluno-module__rSl8JG__attendanceStatStudent.aluno-module__rSl8JG__present{background:linear-gradient(135deg,#e8f5e9 0%,#c8e6c9 100%)}.aluno-module__rSl8JG__attendanceStatStudent.aluno-module__rSl8JG__present i{color:#4caf50}.aluno-module__rSl8JG__attendanceStatStudent.aluno-module__rSl8JG__absent{background:linear-gradient(135deg,#ffebee 0%,#ffcdd2 100%)}.aluno-module__rSl8JG__attendanceStatStudent.aluno-module__rSl8JG__absent i{color:#f44336}.aluno-module__rSl8JG__attendanceStatStudent.aluno-module__rSl8JG__late{background:linear-gradient(135deg,#fff3e0 0%,#ffe0b2 100%)}.aluno-module__rSl8JG__attendanceStatStudent.aluno-module__rSl8JG__late i{color:#ff9800}.aluno-module__rSl8JG__attendanceStatStudent.aluno-module__rSl8JG__total{background:linear-gradient(135deg,#e3f2fd 0%,#bbdefb 100%)}.aluno-module__rSl8JG__attendanceStatStudent.aluno-module__rSl8JG__total i{color:#667eea}.aluno-module__rSl8JG__attendanceListStudent{max-height:600px;margin-top:2rem;padding-right:.5rem;overflow-y:auto}.aluno-module__rSl8JG__attendanceListStudent::-webkit-scrollbar{width:6px}.aluno-module__rSl8JG__attendanceListStudent::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.aluno-module__rSl8JG__attendanceListStudent::-webkit-scrollbar-thumb{background:#667eea;border-radius:10px}.aluno-module__rSl8JG__attendanceListStudent::-webkit-scrollbar-thumb:hover{background:#764ba2}.aluno-module__rSl8JG__attendanceListStudent h4{color:#333;margin-bottom:1rem;font-size:1.2rem}.aluno-module__rSl8JG__attendanceItems{flex-direction:column;gap:1rem;display:flex}.aluno-module__rSl8JG__attendanceItem{background:#f8f9fa;border-radius:8px;grid-template-columns:2fr 2fr 1fr;align-items:center;gap:1rem;padding:1rem;transition:all .3s;display:grid}.aluno-module__rSl8JG__attendanceItem:hover{background:#f0f0f0;transform:translate(5px)}.aluno-module__rSl8JG__attendanceDate{color:#555;align-items:center;gap:.5rem;font-weight:500;display:flex}.aluno-module__rSl8JG__attendanceDate i{color:#667eea}.aluno-module__rSl8JG__attendanceClass{color:#666;align-items:center;gap:.5rem;display:flex}.aluno-module__rSl8JG__attendanceClass i{color:#e91e63}.aluno-module__rSl8JG__attendanceStatus{border-radius:20px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:flex}.aluno-module__rSl8JG__attendanceStatus.aluno-module__rSl8JG__present{color:#4caf50;background:#e8f5e9}.aluno-module__rSl8JG__attendanceStatus.aluno-module__rSl8JG__absent{color:#f44336;background:#ffebee}.aluno-module__rSl8JG__attendanceStatus.aluno-module__rSl8JG__late{color:#ff9800;background:#fff3e0}.aluno-module__rSl8JG__noAttendance{text-align:center;color:#999;padding:3rem}.aluno-module__rSl8JG__noAttendance i{opacity:.3;margin-bottom:1rem;font-size:3rem}.aluno-module__rSl8JG__noAttendance p{font-size:1.1rem}.aluno-module__rSl8JG__profileDetailItem i{color:#e91e63;width:20px}.aluno-module__rSl8JG__scheduleCard{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a}.aluno-module__rSl8JG__scheduleCard h3{color:#e91e63;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.3rem;display:flex}.aluno-module__rSl8JG__classSchedule{color:#fff;background:#e91e63;border-radius:15px;margin-bottom:1rem;padding:1.5rem}.aluno-module__rSl8JG__classSchedule:last-child{margin-bottom:0}.aluno-module__rSl8JG__classDay{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.aluno-module__rSl8JG__classTime{opacity:.9;align-items:center;gap:.5rem;display:flex}.aluno-module__rSl8JG__alunoMainContent{flex-direction:column;gap:2rem;display:flex}.aluno-module__rSl8JG__paymentSection{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a}.aluno-module__rSl8JG__paymentSection h3{color:#e91e63;margin-bottom:1.5rem;font-family:Dancing Script,cursive;font-size:1.8rem}.aluno-module__rSl8JG__currentPayment{color:#fff;background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);border-radius:15px;margin-bottom:2rem;padding:2rem}.aluno-module__rSl8JG__currentPaymentHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.aluno-module__rSl8JG__paymentMonth{font-size:1.5rem;font-weight:700}.aluno-module__rSl8JG__paymentStatus{background:#fff3;border-radius:20px;padding:8px 16px;font-size:.9rem;font-weight:600}.aluno-module__rSl8JG__paymentAmount{margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.aluno-module__rSl8JG__paymentDueDate{opacity:.9;font-size:1.1rem}.aluno-module__rSl8JG__paymentButtons{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.aluno-module__rSl8JG__paymentButton{cursor:pointer;border:none;border-radius:25px;flex:1;justify-content:center;align-items:center;gap:.5rem;min-width:150px;padding:12px 24px;font-weight:600;transition:all .3s;display:flex}.aluno-module__rSl8JG__paymentButton.aluno-module__rSl8JG__pix{color:#00a884;background:#fff}.aluno-module__rSl8JG__paymentButton.aluno-module__rSl8JG__boleto{color:#fff;background:#fff3;border:2px solid #fff}.aluno-module__rSl8JG__paymentButton:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.aluno-module__rSl8JG__paymentHistory{gap:1rem;display:grid}.aluno-module__rSl8JG__paymentHistoryItem{background:#f8f9fa;border-left:4px solid #e91e63;border-radius:15px;padding:1.5rem;transition:all .3s}.aluno-module__rSl8JG__paymentHistoryItem:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.aluno-module__rSl8JG__paymentHistoryMonth{color:#333;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.aluno-module__rSl8JG__paymentHistoryAmount{color:#666;margin-bottom:.3rem}.aluno-module__rSl8JG__paymentHistoryDate{color:#999;font-size:.9rem}.aluno-module__rSl8JG__quickStats{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a}.aluno-module__rSl8JG__quickStats h3{color:#e91e63;margin-bottom:1.5rem;font-size:1.5rem}.aluno-module__rSl8JG__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.aluno-module__rSl8JG__statItem{color:#fff;text-align:center;background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);border-radius:15px;padding:1.5rem}.aluno-module__rSl8JG__statItem.aluno-module__rSl8JG__blue{background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%)}.aluno-module__rSl8JG__statItem.aluno-module__rSl8JG__green{background:linear-gradient(135deg,#43e97b 0%,#38f9d7 100%)}.aluno-module__rSl8JG__statItem.aluno-module__rSl8JG__purple{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.aluno-module__rSl8JG__statValue{margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.aluno-module__rSl8JG__statLabel{opacity:.9;font-size:1rem}.aluno-module__rSl8JG__profileInput{border:2px solid #e91e63;border-radius:8px;width:100%;padding:.5rem;font-size:.9rem;transition:all .3s}.aluno-module__rSl8JG__profileInput:focus{border-color:#9c27b0;outline:none;box-shadow:0 0 0 3px #e91e631a}.aluno-module__rSl8JG__profileError,.aluno-module__rSl8JG__profileSuccess{border-radius:8px;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.aluno-module__rSl8JG__profileError{color:#c33;background:#fee;border:1px solid #fcc}.aluno-module__rSl8JG__profileSuccess{color:#3c3;background:#efe;border:1px solid #cfc}.aluno-module__rSl8JG__profileActionButtons{flex-direction:column;gap:1rem;width:100%;margin-top:1.5rem;display:flex}.aluno-module__rSl8JG__editProfileBtn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.aluno-module__rSl8JG__editProfileBtn:hover{background:#5558e3;transform:translateY(-2px);box-shadow:0 10px 25px #6366f166}.aluno-module__rSl8JG__changePasswordBtn{color:#fff;cursor:pointer;background:#7c3aed;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.aluno-module__rSl8JG__changePasswordBtn:hover{background:#6d28d9;transform:translateY(-2px);box-shadow:0 10px 25px #7c3aed66}.aluno-module__rSl8JG__viewContractBtn{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.aluno-module__rSl8JG__viewContractBtn:hover{background:#047857;transform:translateY(-2px);box-shadow:0 10px 25px #05966966}.aluno-module__rSl8JG__contractPendingDot{background:#fbbf24;border-radius:50%;flex-shrink:0;width:9px;height:9px;box-shadow:0 0 0 3px #fbbf244d}.aluno-module__rSl8JG__profileEditButtons{gap:1rem;margin-top:1rem;display:flex}.aluno-module__rSl8JG__saveProfileBtn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:10px;flex:1;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.aluno-module__rSl8JG__saveProfileBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #10b98166}.aluno-module__rSl8JG__saveProfileBtn:disabled{opacity:.6;cursor:not-allowed}.aluno-module__rSl8JG__cancelProfileBtn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:10px;flex:1;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.aluno-module__rSl8JG__cancelProfileBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #ef444466}.aluno-module__rSl8JG__cancelProfileBtn:disabled{opacity:.6;cursor:not-allowed}.aluno-module__rSl8JG__loadingSchedule{color:#999;justify-content:center;align-items:center;gap:.5rem;padding:2rem;display:flex}.aluno-module__rSl8JG__noSchedule{color:#999;justify-content:center;align-items:center;gap:.5rem;padding:2rem;font-style:italic;display:flex}.aluno-module__rSl8JG__scheduleClassName{color:#fff;align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:600;display:flex}.aluno-module__rSl8JG__modalOverlay{z-index:1000;background:#0009;justify-content:center;align-items:center;animation:.3s aluno-module__rSl8JG__fadeIn;display:flex;position:fixed;inset:0}@keyframes aluno-module__rSl8JG__fadeIn{0%{opacity:0}to{opacity:1}}.aluno-module__rSl8JG__modal{background:#fff;border-radius:20px;width:90%;max-width:450px;padding:2.5rem;animation:.3s aluno-module__rSl8JG__slideUp;position:relative;box-shadow:0 25px 60px #0000004d}@keyframes aluno-module__rSl8JG__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.aluno-module__rSl8JG__modalClose{color:#999;cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .3s;position:absolute;top:1rem;right:1rem}.aluno-module__rSl8JG__modalClose:hover{color:#e91e63}.aluno-module__rSl8JG__modalTitle{color:#333;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:1.5rem;display:flex}.aluno-module__rSl8JG__modalTitle i{color:#e91e63}.aluno-module__rSl8JG__passwordForm{flex-direction:column;gap:1.25rem;display:flex}.aluno-module__rSl8JG__passwordForm .aluno-module__rSl8JG__formGroup{flex-direction:column;gap:.5rem;display:flex}.aluno-module__rSl8JG__passwordForm .aluno-module__rSl8JG__formGroup label{color:#555;font-size:.95rem;font-weight:600}.aluno-module__rSl8JG__passwordForm .aluno-module__rSl8JG__formGroup input{border:2px solid #e0e0e0;border-radius:10px;padding:.875rem 1rem;font-size:1rem;transition:all .3s}.aluno-module__rSl8JG__passwordForm .aluno-module__rSl8JG__formGroup input:focus{border-color:#e91e63;outline:none;box-shadow:0 0 0 3px #e91e631a}.aluno-module__rSl8JG__errorMessage{color:#dc2626;background:#fee2e2;border-radius:10px;align-items:center;gap:.5rem;padding:.875rem 1rem;font-size:.9rem;display:flex}.aluno-module__rSl8JG__successMessage{color:#059669;background:#d1fae5;border-radius:10px;align-items:center;gap:.5rem;padding:.875rem 1rem;font-size:.9rem;display:flex}.aluno-module__rSl8JG__submitButton{color:#fff;cursor:pointer;background:linear-gradient(45deg,#e91e63,#9c27b0);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:1rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.aluno-module__rSl8JG__submitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #e91e6366}.aluno-module__rSl8JG__submitButton:disabled{opacity:.7;cursor:not-allowed}@media (max-width:1024px){.aluno-module__rSl8JG__alunoGrid{grid-template-rows:auto;grid-template-columns:1fr}.aluno-module__rSl8JG__alunoSidebar{order:1;grid-area:1/1}.aluno-module__rSl8JG__mobilePaymentSection{order:2;grid-area:auto/1}.aluno-module__rSl8JG__sidebarExtra{order:3;grid-area:auto/1}.aluno-module__rSl8JG__alunoMain{order:4;grid-area:auto/1}.aluno-module__rSl8JG__profileCard,.aluno-module__rSl8JG__scheduleCard{flex:1}}@media (max-width:768px){.aluno-module__rSl8JG__alunoSidebar{flex-direction:column}.aluno-module__rSl8JG__alunoHeader,.aluno-module__rSl8JG__currentPaymentHeader{text-align:center;flex-direction:column}.aluno-module__rSl8JG__paymentButtons{flex-direction:column}.aluno-module__rSl8JG__paymentButton{justify-content:center;width:100%}.aluno-module__rSl8JG__statsGrid{grid-template-columns:1fr}}.aluno-module__rSl8JG__groupInfoSection{background:#fff;border-radius:15px;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 15px #0000001a}.aluno-module__rSl8JG__groupInfoSection h3{color:#333;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.aluno-module__rSl8JG__groupInfoSection h3 i{color:#e91e63}.aluno-module__rSl8JG__groupInfoGrid{grid-template-columns:1fr 2fr;gap:1.5rem;display:grid}.aluno-module__rSl8JG__groupInfoSingle{grid-template-columns:1fr;max-width:400px;display:grid}@media (max-width:968px){.aluno-module__rSl8JG__groupInfoGrid{grid-template-columns:1fr}.aluno-module__rSl8JG__groupInfoSingle{max-width:100%}}.aluno-module__rSl8JG__planInfoCard{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;padding:1.5rem;box-shadow:0 4px 15px #667eea4d}.aluno-module__rSl8JG__planHeader{border-bottom:1px solid #fff3;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.aluno-module__rSl8JG__planHeader i{font-size:1.5rem}.aluno-module__rSl8JG__planHeader h4{margin:0;font-size:1.1rem;font-weight:600}.aluno-module__rSl8JG__planDetails{flex-direction:column;gap:.75rem;display:flex}.aluno-module__rSl8JG__planName{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.aluno-module__rSl8JG__planDuration{opacity:.9;align-items:center;gap:.5rem;font-size:.95rem;display:flex}.aluno-module__rSl8JG__planDuration:before{content:"⏱️"}.aluno-module__rSl8JG__planPrice{margin-top:.5rem;font-size:2rem;font-weight:700}.aluno-module__rSl8JG__planMembers{opacity:.9;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.aluno-module__rSl8JG__planMembers:before{content:"👥"}.aluno-module__rSl8JG__membersCard{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:12px;padding:1.5rem}.aluno-module__rSl8JG__membersHeader{border-bottom:2px solid #e0e0e0;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.aluno-module__rSl8JG__membersHeader i{color:#667eea;font-size:1.3rem}.aluno-module__rSl8JG__membersHeader h4{color:#333;flex:1;margin:0;font-size:1.2rem}.aluno-module__rSl8JG__memberCount{color:#fff;background:#667eea;border-radius:20px;padding:.25rem .75rem;font-size:.9rem;font-weight:600}.aluno-module__rSl8JG__membersList{flex-direction:column;gap:1rem;max-height:500px;padding-right:.5rem;display:flex;overflow-y:auto}.aluno-module__rSl8JG__memberItem{background:#fff;border:1px solid #e0e0e0;border-radius:10px;gap:1rem;padding:1rem;transition:all .3s;display:flex}.aluno-module__rSl8JG__memberItem:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.aluno-module__rSl8JG__memberAvatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;display:flex;overflow:hidden}.aluno-module__rSl8JG__memberPhoto{object-fit:cover;width:100%;height:100%}.aluno-module__rSl8JG__memberInfo{flex-direction:column;flex:1;gap:.5rem;display:flex}.aluno-module__rSl8JG__memberName{color:#333;font-size:1.1rem;font-weight:600}.aluno-module__rSl8JG__memberRole{color:#666;text-transform:capitalize;font-size:.85rem}.aluno-module__rSl8JG__memberClasses{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.aluno-module__rSl8JG__classTag{background:#f0f4ff;border-left:3px solid #667eea;border-radius:6px;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.5rem;font-size:.85rem;display:flex}.aluno-module__rSl8JG__classTag i{color:#667eea;font-size:.9rem}.aluno-module__rSl8JG__className{color:#333;font-weight:600}.aluno-module__rSl8JG__classDay{color:#666;background:#fff;border-radius:4px;padding:.15rem .5rem;font-size:.8rem}.aluno-module__rSl8JG__classTime{color:#e91e63;margin-left:auto;font-weight:500}.aluno-module__rSl8JG__noMembers{text-align:center;color:#999;padding:2rem}.aluno-module__rSl8JG__noMembers i{margin-bottom:1rem;font-size:3rem;display:block}.aluno-module__rSl8JG__noMembers p{margin:0;font-size:1.1rem}.aluno-module__rSl8JG__alunoPage{overflow-x:hidden}.aluno-module__rSl8JG__alunoContainer,.aluno-module__rSl8JG__alunoGrid,.aluno-module__rSl8JG__alunoSidebar,.aluno-module__rSl8JG__mobilePaymentSection,.aluno-module__rSl8JG__sidebarExtra,.aluno-module__rSl8JG__alunoMain,.aluno-module__rSl8JG__profileCard,.aluno-module__rSl8JG__paymentSection,.aluno-module__rSl8JG__scheduleCard,.aluno-module__rSl8JG__quickStatsSidebar,.aluno-module__rSl8JG__groupInfoSection,.aluno-module__rSl8JG__attendanceSection{min-width:0}.aluno-module__rSl8JG__profileDetailItem span,.aluno-module__rSl8JG__memberName,.aluno-module__rSl8JG__memberRole,.aluno-module__rSl8JG__className,.aluno-module__rSl8JG__classDay,.aluno-module__rSl8JG__classTime{overflow-wrap:anywhere}.aluno-module__rSl8JG__memberInfo{min-width:0}.aluno-module__rSl8JG__paymentSection h3,.aluno-module__rSl8JG__attendanceSection h3,.aluno-module__rSl8JG__groupInfoSection h3,.aluno-module__rSl8JG__scheduleCard h3{flex-wrap:wrap}@media (max-width:1024px){.aluno-module__rSl8JG__alunoContainer{padding:1.5rem 1rem}.aluno-module__rSl8JG__alunoGrid{gap:1rem}.aluno-module__rSl8JG__attendanceSummaryStudent{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.aluno-module__rSl8JG__alunoPage{padding-top:88px;padding-bottom:24px}.aluno-module__rSl8JG__alunoWelcome h1{font-size:clamp(2rem,8vw,2.5rem)}.aluno-module__rSl8JG__profileCard,.aluno-module__rSl8JG__paymentSection,.aluno-module__rSl8JG__scheduleCard,.aluno-module__rSl8JG__quickStatsSidebar,.aluno-module__rSl8JG__groupInfoSection,.aluno-module__rSl8JG__attendanceSection{padding:1.25rem}.aluno-module__rSl8JG__attendanceItem{grid-template-columns:1fr;align-items:flex-start;gap:.75rem}.aluno-module__rSl8JG__attendanceStatus{justify-content:flex-start;width:fit-content}.aluno-module__rSl8JG__attendanceListStudent,.aluno-module__rSl8JG__membersList{max-height:none;padding-right:0;overflow:visible}}@media (max-width:480px){.aluno-module__rSl8JG__alunoContainer{padding:1rem .75rem}.aluno-module__rSl8JG__profileImageContainer{width:96px;height:96px}.aluno-module__rSl8JG__profileIconPlaceholder{font-size:4rem}.aluno-module__rSl8JG__attendanceSummaryStudent{grid-template-columns:1fr}.aluno-module__rSl8JG__memberItem{flex-direction:column;align-items:flex-start}.aluno-module__rSl8JG__memberAvatar{width:44px;height:44px}.aluno-module__rSl8JG__classTime{margin-left:0}.aluno-module__rSl8JG__profileDetailItem{align-items:flex-start}}
.comprar-module__UpK1Wa__page{background:linear-gradient(135deg,#f5f3ff,#fdf2f8);justify-content:center;align-items:flex-start;min-height:100vh;padding:2rem 1rem;display:flex}.comprar-module__UpK1Wa__card{background:#fff;border-radius:16px;width:100%;max-width:560px;padding:2rem;box-shadow:0 10px 40px #00000014}.comprar-module__UpK1Wa__backLink{color:#7c3aed;margin-bottom:1rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-block}.comprar-module__UpK1Wa__backLink:hover{text-decoration:underline}.comprar-module__UpK1Wa__title{color:#111827;margin:0 0 .25rem;font-size:1.6rem}.comprar-module__UpK1Wa__muted{color:#6b7280;margin:0 0 .5rem;font-size:.9rem}.comprar-module__UpK1Wa__sectionTitle{color:#6d28d9;border-bottom:1px solid #ede9fe;margin:1.5rem 0 .75rem;padding-bottom:.4rem;font-size:1.05rem}.comprar-module__UpK1Wa__soldOut{color:#b91c1c;text-align:center;background:#fee2e2;border-radius:10px;margin-top:1rem;padding:1.5rem;font-weight:700}.comprar-module__UpK1Wa__comingSoon{color:#b45309;text-align:center;background:#fef3c7;border-radius:10px;margin-top:1rem;padding:1.5rem;font-weight:700}.comprar-module__UpK1Wa__soonDate{margin-top:.5rem;font-size:.85rem;font-weight:500}.comprar-module__UpK1Wa__ticketRow{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.comprar-module__UpK1Wa__ticketName{color:#111827;font-weight:600}.comprar-module__UpK1Wa__ticketPrice{color:#6b7280;font-size:.9rem}.comprar-module__UpK1Wa__qtyControl{align-items:center;gap:.75rem;display:flex}.comprar-module__UpK1Wa__qtyControl button{cursor:pointer;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:32px;height:32px;font-size:1.1rem}.comprar-module__UpK1Wa__qtyControl button:hover{color:#7c3aed;border-color:#8b5cf6}.comprar-module__UpK1Wa__qtyControl span{text-align:center;min-width:22px;font-weight:600}.comprar-module__UpK1Wa__availability{color:#6b7280;margin-top:.5rem;font-size:.8rem}.comprar-module__UpK1Wa__field{flex-direction:column;flex:1;gap:.3rem;margin-bottom:.75rem;display:flex}.comprar-module__UpK1Wa__field label{color:#374151;font-size:.85rem;font-weight:600}.comprar-module__UpK1Wa__field input{border:1.5px solid #d1d5db;border-radius:8px;padding:.6rem .75rem;font-size:.9rem}.comprar-module__UpK1Wa__field input:focus{border-color:#8b5cf6;outline:none;box-shadow:0 0 0 3px #8b5cf61a}.comprar-module__UpK1Wa__fieldRow{gap:.75rem;display:flex}.comprar-module__UpK1Wa__error{color:#dc2626;background:#fee2e2;border-radius:8px;margin:.5rem 0;padding:.6rem .8rem;font-size:.85rem}.comprar-module__UpK1Wa__totalBar{color:#111827;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin:1.25rem 0;padding-top:1rem;font-size:1.1rem;display:flex}.comprar-module__UpK1Wa__totalBar strong{color:#6d28d9;font-size:1.4rem}.comprar-module__UpK1Wa__payButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#ec4899);border:none;border-radius:10px;width:100%;padding:.9rem;font-size:1rem;font-weight:700}.comprar-module__UpK1Wa__payButton:hover:not(:disabled){opacity:.92}.comprar-module__UpK1Wa__payButton:disabled{opacity:.5;cursor:not-allowed}.comprar-module__UpK1Wa__payment{text-align:center}.comprar-module__UpK1Wa__qrImage{object-fit:contain;border:1px solid #e5e7eb;border-radius:10px;width:240px;height:240px;margin:1rem auto;padding:8px;display:block}.comprar-module__UpK1Wa__brCodeBox{flex-direction:column;gap:.5rem;margin:1rem 0;display:flex}.comprar-module__UpK1Wa__brCodeBox textarea{resize:none;color:#374151;border:1.5px solid #d1d5db;border-radius:8px;width:100%;padding:.6rem;font-size:.75rem}.comprar-module__UpK1Wa__brCodeBox button{color:#fff;cursor:pointer;background:#8b5cf6;border:none;border-radius:8px;padding:.6rem;font-weight:600}.comprar-module__UpK1Wa__brCodeBox button:hover{background:#7c3aed}.comprar-module__UpK1Wa__waiting{color:#b45309;margin-top:1rem;font-weight:600}.comprar-module__UpK1Wa__success{text-align:center;padding:1rem 0}.comprar-module__UpK1Wa__successIcon{color:#047857;background:#d1fae5;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;font-size:2rem;display:flex}@media (max-width:480px){.comprar-module__UpK1Wa__fieldRow{flex-direction:column;gap:0}}
.login-module__Si-P0q__loginPage{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:120px 1rem 2rem;display:flex}.login-module__Si-P0q__loginContainer{background:#fff;border-radius:20px;width:100%;max-width:450px;padding:2rem 2.5rem;animation:.5s login-module__Si-P0q__fadeInUp;box-shadow:0 20px 60px #0000004d}.login-module__Si-P0q__loginHeader{text-align:center;margin-bottom:1.5rem}.login-module__Si-P0q__loginHeader h1{color:#e91e63;margin-bottom:.5rem;font-family:Dancing Script,cursive;font-size:2.5rem;font-weight:700}.login-module__Si-P0q__loginHeader p{color:#666;font-size:1rem}.login-module__Si-P0q__userTypeSelector{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.login-module__Si-P0q__userTypeBtn{cursor:pointer;color:#666;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.login-module__Si-P0q__userTypeBtn i{color:#e91e63;font-size:2rem}.login-module__Si-P0q__userTypeBtn:hover{background:#fce4ec;border-color:#e91e63;transform:translateY(-2px)}.login-module__Si-P0q__userTypeBtn.login-module__Si-P0q__active{color:#fff;background:linear-gradient(135deg,#e91e63 0%,#c2185b 100%);border-color:#0000;box-shadow:0 5px 15px #e91e6366}.login-module__Si-P0q__userTypeBtn.login-module__Si-P0q__active i{color:#fff}.login-module__Si-P0q__loginForm{flex-direction:column;display:flex}.login-module__Si-P0q__loginForm .login-module__Si-P0q__form-group{margin-bottom:0}.login-module__Si-P0q__loginForm input{box-sizing:border-box;border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.875rem 1rem;font-family:Open Sans,sans-serif;font-size:1rem;transition:all .3s}.login-module__Si-P0q__loginForm input:focus{border-color:#e91e63;outline:none;box-shadow:0 0 0 3px #e91e631a}.login-module__Si-P0q__loginForm input::placeholder{color:#999}.login-module__Si-P0q__loginButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e91e63 0%,#c2185b 100%);border:none;border-radius:10px;margin-top:.5rem;padding:1rem;font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:600;transition:all .3s}.login-module__Si-P0q__loginButton:hover{transform:translateY(-2px);box-shadow:0 10px 25px #e91e6366}.login-module__Si-P0q__forgotPassword{text-align:center;margin-top:1rem}.login-module__Si-P0q__forgotPasswordBtn{color:#667eea;cursor:pointer;background:0 0;border:none;padding:0;font-family:Open Sans,sans-serif;font-size:.9rem;text-decoration:underline;transition:color .3s}.login-module__Si-P0q__forgotPasswordBtn:hover{color:#764ba2}.login-module__Si-P0q__loginBack{text-align:center;border-top:1px solid #e0e0e0;margin-top:1.25rem;padding-top:1.25rem}.login-module__Si-P0q__loginBack a{color:#e91e63;align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.login-module__Si-P0q__loginBack a:hover{color:#c2185b;gap:.7rem}@keyframes login-module__Si-P0q__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.login-module__Si-P0q__loginContainer{padding:2rem 1.5rem}.login-module__Si-P0q__loginHeader h1{font-size:1.75rem}.login-module__Si-P0q__userTypeBtn{padding:1rem .5rem;font-size:.9rem}.login-module__Si-P0q__userTypeBtn i{font-size:1.5rem}}
.reset-password-module__VzAima__resetPage{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:120px 1rem 2rem;display:flex}.reset-password-module__VzAima__resetContainer{background:#fff;border-radius:20px;width:100%;max-width:550px;padding:2rem 2.5rem;animation:.5s reset-password-module__VzAima__fadeInUp;box-shadow:0 20px 60px #0000004d}.reset-password-module__VzAima__resetHeader{text-align:center;margin-bottom:1.5rem}.reset-password-module__VzAima__resetHeader h1{color:#e91e63;margin-bottom:.5rem;font-family:Dancing Script,cursive;font-size:2.5rem;font-weight:700}.reset-password-module__VzAima__resetHeader p{color:#666;font-size:1rem}.reset-password-module__VzAima__resetForm{flex-direction:column;gap:1rem;display:flex}.reset-password-module__VzAima__error{color:#c33;text-align:center;background-color:#fee;border-left:4px solid #c33;border-radius:8px;padding:10px;font-size:.95rem}.reset-password-module__VzAima__formGroup{flex-direction:column;gap:.5rem;display:flex}.reset-password-module__VzAima__formGroup label{color:#333;font-size:.95rem;font-weight:600}.reset-password-module__VzAima__formGroup input{box-sizing:border-box;border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.875rem 1rem;font-family:Open Sans,sans-serif;font-size:1rem;transition:all .3s}.reset-password-module__VzAima__formGroup input:focus{border-color:#e91e63;outline:none;box-shadow:0 0 0 3px #e91e631a}.reset-password-module__VzAima__formGroup input:disabled{cursor:not-allowed;background-color:#f5f5f5}.reset-password-module__VzAima__validationChecks{background:#f8f9fa;border-radius:10px;margin-top:.5rem;padding:1rem 1.5rem}.reset-password-module__VzAima__validationChecks h4{color:#333;margin:0 0 .75rem;font-size:.95rem}.reset-password-module__VzAima__validationChecks ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.reset-password-module__VzAima__validationChecks li{align-items:center;gap:.5rem;font-size:.9rem;transition:all .3s;display:flex}.reset-password-module__VzAima__checkIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:700;display:flex}.reset-password-module__VzAima__valid{color:#4caf50}.reset-password-module__VzAima__valid .reset-password-module__VzAima__checkIcon{color:#fff;background:#4caf50}.reset-password-module__VzAima__invalid{color:#999}.reset-password-module__VzAima__invalid .reset-password-module__VzAima__checkIcon{color:#666;background:#e0e0e0}.reset-password-module__VzAima__resetButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e91e63 0%,#c2185b 100%);border:none;border-radius:10px;margin-top:.5rem;padding:1rem;font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:600;transition:all .3s}.reset-password-module__VzAima__resetButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #e91e6366}.reset-password-module__VzAima__resetButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.reset-password-module__VzAima__resetBack{text-align:center;border-top:1px solid #e0e0e0;margin-top:1.25rem;padding-top:1.25rem}.reset-password-module__VzAima__resetBack a{color:#e91e63;align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.reset-password-module__VzAima__resetBack a:hover{color:#c2185b;gap:.7rem}.reset-password-module__VzAima__successMessage{text-align:center;padding:2rem 1rem}.reset-password-module__VzAima__successIcon{color:#fff;background:linear-gradient(135deg,#4caf50 0%,#8bc34a 100%);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1.5rem;font-size:4rem;font-weight:700;animation:.5s reset-password-module__VzAima__scaleIn;display:flex}.reset-password-module__VzAima__successMessage h2{color:#333;margin-bottom:1rem;font-size:1.75rem}.reset-password-module__VzAima__successMessage p{color:#666;margin-bottom:1.5rem;line-height:1.6}.reset-password-module__VzAima__loginButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:10px;padding:1rem 2rem;font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:600;transition:all .3s}.reset-password-module__VzAima__loginButton:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}@keyframes reset-password-module__VzAima__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes reset-password-module__VzAima__scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}@media (max-width:480px){.reset-password-module__VzAima__resetContainer{padding:2rem 1.5rem}.reset-password-module__VzAima__resetHeader h1{font-size:1.75rem}.reset-password-module__VzAima__validationChecks{padding:1rem}.reset-password-module__VzAima__validationChecks li{font-size:.85rem}}
