.ProfileWizard-module__Gc-AOq__profileWizard{z-index:1000;background:rgba(0,0,0,.5);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.ProfileWizard-module__Gc-AOq__wizardModal{pointer-events:auto;z-index:1001;background:0 0;border-radius:4px;flex-direction:column;width:100%;max-width:800px;max-height:90vh;animation:.3s ease-out ProfileWizard-module__Gc-AOq__slideIn;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}@keyframes ProfileWizard-module__Gc-AOq__slideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ProfileWizard-module__Gc-AOq__wizardHeader{color:#fff;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);border-bottom:1px solid #e5e7eb;border-top-left-radius:4px;border-top-right-radius:4px;flex-shrink:0;padding:1.5rem}.ProfileWizard-module__Gc-AOq__wizardTitle{margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.ProfileWizard-module__Gc-AOq__wizardSubtitle{opacity:.9;margin:0;font-size:.875rem}.ProfileWizard-module__Gc-AOq__stepIndicator{align-items:center;gap:.5rem;margin-top:1rem;display:flex}.ProfileWizard-module__Gc-AOq__stepDot{background:rgba(255,255,255,.3);border-radius:50%;width:8px;height:8px;transition:all .2s}.ProfileWizard-module__Gc-AOq__stepDot.ProfileWizard-module__Gc-AOq__active{background:#fff;transform:scale(1.2)}.ProfileWizard-module__Gc-AOq__stepDot.ProfileWizard-module__Gc-AOq__completed{background:#fff}.ProfileWizard-module__Gc-AOq__wizardContent{background:#fff;flex:1;max-height:50vh;padding:2rem;position:relative;overflow:hidden}.ProfileWizard-module__Gc-AOq__stepContent{animation:.3s ease-out ProfileWizard-module__Gc-AOq__fadeIn}@keyframes ProfileWizard-module__Gc-AOq__fadeIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.ProfileWizard-module__Gc-AOq__stepTitle{color:#233b67;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.ProfileWizard-module__Gc-AOq__stepDescription{color:#233b67;opacity:.8;margin:0 0 1.5rem;line-height:1.5}.ProfileWizard-module__Gc-AOq__formGroup{margin-bottom:1.5rem}.ProfileWizard-module__Gc-AOq__label{color:#233b67;margin-bottom:6px;font-size:16px;font-weight:600;display:block}.ProfileWizard-module__Gc-AOq__required{color:#ef4444}.ProfileWizard-module__Gc-AOq__input{box-sizing:border-box;border:2px solid #e9ecef;border-radius:4px;width:100%;padding:12px 15px;font-family:Inter,Arial,sans-serif;font-size:14px;transition:all .3s}.ProfileWizard-module__Gc-AOq__input:focus{border-color:#c37efd;outline:none;box-shadow:0 0 0 3px rgba(195,126,253,.3)}.ProfileWizard-module__Gc-AOq__select{cursor:pointer;box-sizing:border-box;background:#fff;border:2px solid #e9ecef;border-radius:4px;width:100%;padding:12px 15px;font-family:Inter,Arial,sans-serif;font-size:14px;transition:all .3s}.ProfileWizard-module__Gc-AOq__select:focus{border-color:#c37efd;outline:none;box-shadow:0 0 0 3px rgba(195,126,253,.3)}.ProfileWizard-module__Gc-AOq__textarea{resize:vertical;box-sizing:border-box;border:2px solid #e9ecef;border-radius:4px;width:100%;min-height:80px;padding:12px 15px;font-family:Inter,Arial,sans-serif;font-size:14px;transition:all .3s}.ProfileWizard-module__Gc-AOq__textarea:focus{border-color:#c37efd;outline:none;box-shadow:0 0 0 3px rgba(195,126,253,.3)}.ProfileWizard-module__Gc-AOq__fieldDescription{color:#233b67;opacity:.7;margin:.25rem 0 .5rem;font-size:.875rem;line-height:1.4}.ProfileWizard-module__Gc-AOq__checkboxGroup{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem;margin-top:.5rem;display:grid}.ProfileWizard-module__Gc-AOq__checkboxItem{cursor:pointer;border:2px solid #e9ecef;border-radius:4px;align-items:flex-start;gap:.75rem;padding:.75rem;transition:all .3s;display:flex}.ProfileWizard-module__Gc-AOq__checkboxItem:hover{background:rgba(192,125,251,.02);border-color:#c07dfb}.ProfileWizard-module__Gc-AOq__checkboxItem.ProfileWizard-module__Gc-AOq__checked{background:rgba(192,125,251,.05);border-color:#c07dfb}.ProfileWizard-module__Gc-AOq__checkbox{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:2px solid #d1d5db;border-radius:2px;flex-shrink:0;width:16px;height:16px;margin:2px 0 0;transition:all .2s;position:relative}.ProfileWizard-module__Gc-AOq__checkbox:hover{border-color:#c07dfb}.ProfileWizard-module__Gc-AOq__checkbox:checked{background:#c07dfb;border-color:#c07dfb}.ProfileWizard-module__Gc-AOq__checkbox:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%)rotate(45deg)}.ProfileWizard-module__Gc-AOq__checkboxLabel{cursor:pointer;flex:1;margin:0}.ProfileWizard-module__Gc-AOq__checkboxLabelText{color:#233b67;margin-bottom:.25rem;font-size:16px;font-weight:500;display:block}.ProfileWizard-module__Gc-AOq__checkboxDescription{color:#233b67;opacity:.7;font-size:.875rem;line-height:1.4}.ProfileWizard-module__Gc-AOq__radioGroup{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.ProfileWizard-module__Gc-AOq__radioItem{cursor:pointer;border:2px solid #e9ecef;border-radius:4px;align-items:center;gap:.75rem;padding:.75rem;transition:all .3s;display:flex}.ProfileWizard-module__Gc-AOq__radioItem:hover{background:rgba(192,125,251,.02);border-color:#c07dfb}.ProfileWizard-module__Gc-AOq__radioItem.ProfileWizard-module__Gc-AOq__checked{background:rgba(192,125,251,.05);border-color:#c07dfb}.ProfileWizard-module__Gc-AOq__radio{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:2px solid #d1d5db;border-radius:50%;width:16px;height:16px;margin:0;transition:all .2s;position:relative}.ProfileWizard-module__Gc-AOq__radio:hover{border-color:#c07dfb}.ProfileWizard-module__Gc-AOq__radio:checked{background:#c07dfb;border-color:#c07dfb}.ProfileWizard-module__Gc-AOq__radio:checked:after{content:"";background:#fff;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ProfileWizard-module__Gc-AOq__radioLabel{cursor:pointer;color:#233b67;flex:1;margin:0;font-size:16px;font-weight:500}.ProfileWizard-module__Gc-AOq__wizardFooter{background:#fff;border-top:1px solid #e5e7eb;border-bottom-right-radius:4px;border-bottom-left-radius:4px;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.ProfileWizard-module__Gc-AOq__buttonGroup{gap:.75rem;display:flex}.ProfileWizard-module__Gc-AOq__button{cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;min-height:40px;padding:10px 16px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.ProfileWizard-module__Gc-AOq__buttonSecondary{color:#233a67;z-index:1;background:0 0;border:2px solid #c37efd;position:relative;overflow:hidden}.ProfileWizard-module__Gc-AOq__buttonSecondary:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);transition:opacity .8s;position:absolute;top:0;bottom:0;left:0;right:0}.ProfileWizard-module__Gc-AOq__buttonSecondary:hover:not(:disabled):before{opacity:1}.ProfileWizard-module__Gc-AOq__buttonSecondary:hover:not(:disabled){color:#fff}.ProfileWizard-module__Gc-AOq__buttonPrimary{color:#fff;z-index:1;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);position:relative;overflow:hidden}.ProfileWizard-module__Gc-AOq__buttonPrimary:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#c37efd 0%,#6d5dcd 100%);transition:opacity .8s;position:absolute;top:0;bottom:0;left:0;right:0}.ProfileWizard-module__Gc-AOq__buttonPrimary:hover:not(:disabled):before{opacity:1}.ProfileWizard-module__Gc-AOq__buttonPrimary:hover:not(:disabled){color:#fff}.ProfileWizard-module__Gc-AOq__button:focus{outline:none;box-shadow:0 0 0 3px rgba(195,126,253,.3)}.ProfileWizard-module__Gc-AOq__button:disabled{opacity:.6;cursor:not-allowed;transform:none}.ProfileWizard-module__Gc-AOq__iconButton{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;background:rgba(255,255,255,.5);border:1px solid #ebecee;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;padding:8px 10px;transition:all .3s;display:flex}.ProfileWizard-module__Gc-AOq__iconButton:hover:not(:disabled){background:rgba(195,126,253,.1);border-color:#c37efd}.ProfileWizard-module__Gc-AOq__iconButton:disabled{opacity:.7;cursor:not-allowed}.ProfileWizard-module__Gc-AOq__iconButton img{width:16px;height:16px}.ProfileWizard-module__Gc-AOq__progressText{color:#233b67;opacity:.8;font-size:.875rem}.ProfileWizard-module__Gc-AOq__loading{align-items:center;gap:.5rem;display:flex}.ProfileWizard-module__Gc-AOq__spinner{border:2px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;width:16px;height:16px;animation:1s linear infinite ProfileWizard-module__Gc-AOq__spin}@keyframes ProfileWizard-module__Gc-AOq__spin{to{transform:rotate(360deg)}}.ProfileWizard-module__Gc-AOq__error{color:#dc2626;background:#fef2f2;border:2px solid #fecaca;border-radius:4px;margin-bottom:1rem;padding:.75rem;font-size:.875rem}@media (max-width:768px){.ProfileWizard-module__Gc-AOq__wizardModal{border-radius:0;max-width:none;max-height:100vh}.ProfileWizard-module__Gc-AOq__checkboxGroup{grid-template-columns:1fr}.ProfileWizard-module__Gc-AOq__wizardContent{max-height:70vh}}.ProfileWizard-module__Gc-AOq__loadingIcon{width:16px;height:16px}.ProfileWizard-module__Gc-AOq__centerLoading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;display:flex}.ProfileWizard-module__Gc-AOq__centerLoadingIcon{filter:invert(55%)sepia(83%)saturate(4509%)hue-rotate(255deg)brightness(101%)contrast(96%);width:32px;height:32px}.ProfileWizard-module__Gc-AOq__centerLoadingText{color:#233b67;font-size:16px;font-weight:500}
.PageTransitionLoader-module__miziwW__loadingOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;opacity:1;background:linear-gradient(rgba(255,255,255,.4) 0%,rgba(196,126,253,.3) 100%);justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .6s cubic-bezier(.25,.46,.45,.94);animation:.6s cubic-bezier(.25,.46,.45,.94) PageTransitionLoader-module__miziwW__fadeIn;display:flex;position:fixed;top:0;left:0;transform:translateZ(0)}.PageTransitionLoader-module__miziwW__loadingOverlay.PageTransitionLoader-module__miziwW__fadeOut{opacity:0;pointer-events:none;transition:opacity .6s cubic-bezier(.25,.46,.45,.94)}@keyframes PageTransitionLoader-module__miziwW__fadeIn{0%{opacity:0}to{opacity:1}}.PageTransitionLoader-module__miziwW__loadingContent{flex-direction:column;justify-content:center;align-items:center;gap:24px;display:flex}.PageTransitionLoader-module__miziwW__loadingIcon{object-fit:contain;width:120px;height:120px;animation:2s ease-in-out infinite PageTransitionLoader-module__miziwW__pulse}@keyframes PageTransitionLoader-module__miziwW__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@media (max-width:768px){.PageTransitionLoader-module__miziwW__loadingIcon{width:96px;height:96px}.PageTransitionLoader-module__miziwW__loadingContent{gap:20px}}@media (max-width:480px){.PageTransitionLoader-module__miziwW__loadingIcon{width:80px;height:80px}.PageTransitionLoader-module__miziwW__loadingContent{gap:16px}}
.profile-module__mD4aZW__container{background:0 0;max-width:1200px;margin:0 auto;padding:8px 64px 40px}.profile-module__mD4aZW__header{text-align:left;margin:20px 0 32px}.profile-module__mD4aZW__header h1{color:#233a67;margin:0 0 8px;font-size:28px;font-weight:700;line-height:1.2}.profile-module__mD4aZW__header p{color:#233a67;opacity:.8;margin:0;font-size:16px;line-height:1.4}.profile-module__mD4aZW__tabsContainer{margin-bottom:32px}.profile-module__mD4aZW__tabsList{border-bottom:2px solid #ebecee;gap:0;margin:0 0 32px;padding:0;list-style:none;display:flex}.profile-module__mD4aZW__tabButton{color:#233a67;cursor:pointer;background:0 0;border:none;border-bottom:2px solid transparent;padding:16px 24px;font-family:Inter,Arial,sans-serif;font-size:16px;font-weight:600;transition:all .3s;position:relative}.profile-module__mD4aZW__tabButton:hover{color:#c37efd;background:rgba(195,126,253,.05)}.profile-module__mD4aZW__tabButton.profile-module__mD4aZW__active{color:#c37efd;background:rgba(195,126,253,.05);border-bottom-color:#c37efd}.profile-module__mD4aZW__tabContent{display:none}.profile-module__mD4aZW__tabContent.profile-module__mD4aZW__active{display:block}.profile-module__mD4aZW__sectionsContainer{flex-direction:column;gap:40px;margin-bottom:0;display:flex}.profile-module__mD4aZW__section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.5);border:1px solid #ebecee;border-radius:4px;padding:32px;transition:all .3s}.profile-module__mD4aZW__section:hover{border-color:#c37efd;box-shadow:0 8px 24px rgba(195,126,253,.15)}.profile-module__mD4aZW__sectionHeader{border-bottom:1px solid #ebecee;margin-bottom:24px;padding-bottom:16px}.profile-module__mD4aZW__sectionHeader h2{color:#233a67;margin:0 0 4px;font-size:20px;font-weight:700;line-height:1.3}.profile-module__mD4aZW__sectionHeader p{color:#233a67;opacity:.8;margin:0;font-size:14px;line-height:1.4}.profile-module__mD4aZW__form{flex-direction:column;gap:20px;display:flex}.profile-module__mD4aZW__formRow{grid-template-columns:1fr 1fr;gap:20px;display:grid}.profile-module__mD4aZW__formGroup{flex-direction:column;gap:6px;display:flex}.profile-module__mD4aZW__formGroup label{color:#233a67;font-family:Inter,Arial,sans-serif;font-size:14px;font-weight:600}.profile-module__mD4aZW__input{box-sizing:border-box;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#233a67;background:rgba(255,255,255,.7);border:2px solid #e9ecef;border-radius:4px;width:100%;padding:12px 15px;font-family:Inter,Arial,sans-serif;font-size:14px;transition:all .3s}.profile-module__mD4aZW__input:focus{border-color:#c37efd;outline:none;box-shadow:0 0 0 3px rgba(195,126,253,.3)}.profile-module__mD4aZW__input::placeholder{color:#a0aec0;font-weight:400}.profile-module__mD4aZW__input:disabled{color:#999;cursor:not-allowed}.profile-module__mD4aZW__helperText{color:#233a67;opacity:.7;margin-top:4px;font-size:12px;line-height:1.4}.profile-module__mD4aZW__submitButton{color:#fff;cursor:pointer;z-index:1;box-sizing:border-box;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);border:none;border-radius:4px;justify-content:center;align-items:center;width:100%;height:46px;padding:0 25px;font-family:Inter,Arial,sans-serif;font-size:16px;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.profile-module__mD4aZW__submitButton:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#c37efd 0%,#6d5dcd 100%);transition:opacity .8s;position:absolute;top:0;bottom:0;left:0;right:0}.profile-module__mD4aZW__submitButton:hover:not(:disabled):before{opacity:1}.profile-module__mD4aZW__submitButton:hover:not(:disabled){color:#fff}.profile-module__mD4aZW__submitButton:focus{outline:none;box-shadow:0 0 0 3px rgba(195,126,253,.3)}.profile-module__mD4aZW__submitButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.profile-module__mD4aZW__message{background:rgba(195,126,253,.1);border:2px solid rgba(195,126,253,.3);border-radius:4px;margin:16px 0;padding:12px 20px}.profile-module__mD4aZW__messageContent{align-items:center;gap:12px;display:flex}.profile-module__mD4aZW__messageIcon{color:#233b67;flex-shrink:0;width:20px;height:20px}.profile-module__mD4aZW__messageText{color:#233b67;font-family:Inter,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.4}.profile-module__mD4aZW__twoFactorContainer{flex-direction:column;gap:20px;display:flex}.profile-module__mD4aZW__twoFactorInfo{flex-direction:column;gap:12px;display:flex}.profile-module__mD4aZW__twoFactorStatus{align-items:center;gap:12px;display:flex}.profile-module__mD4aZW__statusLabel{color:#233a67;font-size:14px;font-weight:600}.profile-module__mD4aZW__statusValue{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:4px 12px;font-size:14px;font-weight:600}.profile-module__mD4aZW__statusValue.profile-module__mD4aZW__enabled{color:#c37efd;background:rgba(195,126,253,.1);border:1px solid rgba(195,126,253,.3)}.profile-module__mD4aZW__statusValue.profile-module__mD4aZW__disabled{color:#666;background:0 0;border:1px solid rgba(102,102,102,.3)}.profile-module__mD4aZW__twoFactorDescription{color:#233a67;opacity:.8;margin:0;font-size:14px;line-height:1.4}.profile-module__mD4aZW__imageSection{border-bottom:1px solid #ebecee;flex-direction:column;gap:8px;margin-bottom:16px;padding-bottom:16px;display:flex}.profile-module__mD4aZW__imageLabel{color:#233a67;font-family:Inter,Arial,sans-serif;font-size:14px;font-weight:600}.profile-module__mD4aZW__imageContainer{align-items:center;gap:20px;display:flex}.profile-module__mD4aZW__imagePreview{background:rgba(255,255,255,.8);border:3px solid #ebecee;border-radius:50%;width:80px;height:80px;position:relative;overflow:hidden}.profile-module__mD4aZW__profileImage{object-fit:cover;border-radius:50%;width:100%;height:100%}.profile-module__mD4aZW__imagePlaceholder{color:#c37efd;background:rgba(195,126,253,.1);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.profile-module__mD4aZW__imageOverlay{background:rgba(0,0,0,.5);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.profile-module__mD4aZW__imageActions{flex-direction:row;align-items:center;gap:8px;display:flex}.profile-module__mD4aZW__imageButton{color:#233a67;cursor:pointer;background:0 0;border:1px solid #233a67;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:8px;font-family:Inter,Arial,sans-serif;transition:all .3s;display:flex}.profile-module__mD4aZW__imageButton:hover:not(:disabled){color:#c37efd;background:rgba(195,126,253,.05);border-color:#c37efd}.profile-module__mD4aZW__imageButton:disabled{opacity:.7;cursor:not-allowed}.profile-module__mD4aZW__imageButtonSecondary{color:#233a67;cursor:pointer;background:0 0;border:1px solid #233a67;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:8px;font-family:Inter,Arial,sans-serif;transition:all .3s;display:flex}.profile-module__mD4aZW__imageButtonSecondary:hover:not(:disabled){color:#c37efd;background:rgba(195,126,253,.05);border-color:#c37efd}.profile-module__mD4aZW__imageButtonSecondary:disabled{opacity:.7;cursor:not-allowed}.profile-module__mD4aZW__hiddenInput{display:none}.profile-module__mD4aZW__profileSettingsContent{margin-top:0}.profile-module__mD4aZW__textarea{box-sizing:border-box;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#233a67;resize:vertical;background:rgba(255,255,255,.7);border:2px solid #e9ecef;border-radius:4px;width:100%;min-height:80px;padding:12px 15px;font-family:Inter,Arial,sans-serif;font-size:14px;transition:all .3s}.profile-module__mD4aZW__textarea:focus{border-color:#c37efd;outline:none;box-shadow:0 0 0 3px rgba(195,126,253,.3)}.profile-module__mD4aZW__textarea::placeholder{color:#a0aec0;font-weight:400}.profile-module__mD4aZW__checkboxGroup{grid-template-columns:1fr 1fr;gap:12px;margin-top:8px;display:grid}.profile-module__mD4aZW__checkboxItem{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.7);border:2px solid #e9ecef;border-radius:4px;align-items:flex-start;gap:12px;padding:12px;transition:all .3s;display:flex}.profile-module__mD4aZW__checkboxItem:hover{background:rgba(192,125,251,.02);border-color:#c07dfb}.profile-module__mD4aZW__checkboxItem.profile-module__mD4aZW__checked{background:rgba(192,125,251,.05);border-color:#c07dfb}.profile-module__mD4aZW__checkbox{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:2px solid #d1d5db;border-radius:2px;flex-shrink:0;width:16px;height:16px;margin:2px 0 0;transition:all .2s;position:relative}.profile-module__mD4aZW__checkbox:hover{border-color:#c07dfb}.profile-module__mD4aZW__checkbox:checked{background:#c07dfb;border-color:#c07dfb}.profile-module__mD4aZW__checkbox:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%)rotate(45deg)}.profile-module__mD4aZW__checkboxLabel{cursor:pointer;flex:1;margin:0}.profile-module__mD4aZW__checkboxLabelText{color:#233b67;margin-bottom:4px;font-size:16px;font-weight:500;display:block}.profile-module__mD4aZW__checkboxDescription{color:#233b67;opacity:.8;font-size:13px;line-height:1.4}.profile-module__mD4aZW__radioGroup{flex-direction:column;gap:8px;margin-top:8px;display:flex}.profile-module__mD4aZW__radioItem{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.7);border:2px solid #e9ecef;border-radius:4px;align-items:center;gap:12px;padding:12px;transition:all .3s;display:flex}.profile-module__mD4aZW__radioItem:hover{background:rgba(192,125,251,.02);border-color:#c07dfb}.profile-module__mD4aZW__radioItem.profile-module__mD4aZW__checked{background:rgba(192,125,251,.05);border-color:#c07dfb}.profile-module__mD4aZW__radio{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:2px solid #d1d5db;border-radius:50%;width:16px;height:16px;margin:0;transition:all .2s;position:relative}.profile-module__mD4aZW__radio:hover{border-color:#c07dfb}.profile-module__mD4aZW__radio:checked{background:#c07dfb;border-color:#c07dfb}.profile-module__mD4aZW__radio:checked:after{content:"";background:#fff;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.profile-module__mD4aZW__radioLabel{cursor:pointer;color:#233b67;flex:1;margin:0;font-size:16px;font-weight:500}.profile-module__mD4aZW__profileSettingsSection{border-top:1px solid #ebecee;margin-top:32px;padding-top:32px}.profile-module__mD4aZW__sectionDivider{margin-bottom:24px}.profile-module__mD4aZW__sectionDivider h3{color:#233a67;margin:0 0 4px;font-size:20px;font-weight:700;line-height:1.3}.profile-module__mD4aZW__sectionDivider p{color:#233a67;opacity:.8;margin:0;font-size:14px;line-height:1.4}.profile-module__mD4aZW__saveButtonContainer{border-top:1px solid #ebecee;margin-top:32px;padding-top:24px}.profile-module__mD4aZW__loading{justify-content:center;align-items:center;gap:8px;display:flex}.profile-module__mD4aZW__loadingIcon{width:16px;height:16px;display:block}@media (max-width:768px){.profile-module__mD4aZW__container{padding:16px 20px 8px}.profile-module__mD4aZW__header h1{font-size:24px}.profile-module__mD4aZW__header p{font-size:14px}.profile-module__mD4aZW__tabsList{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;overflow-x:auto}.profile-module__mD4aZW__tabsList::-webkit-scrollbar{display:none}.profile-module__mD4aZW__tabButton{white-space:nowrap;flex-shrink:0;padding:12px 16px;font-size:14px}.profile-module__mD4aZW__section{padding:24px 20px}.profile-module__mD4aZW__sectionHeader h2{font-size:18px}.profile-module__mD4aZW__formRow{grid-template-columns:1fr;gap:16px}.profile-module__mD4aZW__sectionsContainer{gap:24px}.profile-module__mD4aZW__twoFactorStatus{flex-direction:column;align-items:flex-start;gap:8px}.profile-module__mD4aZW__imageContainer{flex-direction:column;align-items:center;gap:16px}.profile-module__mD4aZW__checkboxGroup{grid-template-columns:1fr}.profile-module__mD4aZW__checkboxItem,.profile-module__mD4aZW__radioItem{padding:12px}.profile-module__mD4aZW__checkboxLabelText{font-size:13px}.profile-module__mD4aZW__checkboxDescription{font-size:12px}.profile-module__mD4aZW__radioLabel{font-size:13px}.profile-module__mD4aZW__textarea{padding:10px 12px;font-size:13px}.profile-module__mD4aZW__profileSettingsSection{margin-top:24px;padding-top:24px}.profile-module__mD4aZW__sectionDivider{margin-bottom:20px}.profile-module__mD4aZW__sectionDivider h3{font-size:18px}.profile-module__mD4aZW__saveButtonContainer{margin-top:24px;padding-top:16px}}@media (max-width:480px){.profile-module__mD4aZW__container{padding:12px 16px 8px}.profile-module__mD4aZW__section{padding:20px 16px}.profile-module__mD4aZW__header h1{font-size:20px}.profile-module__mD4aZW__submitButton{height:44px;font-size:14px}.profile-module__mD4aZW__input{padding:10px 12px}.profile-module__mD4aZW__message{padding:10px 12px;font-size:13px}.profile-module__mD4aZW__checkboxItem,.profile-module__mD4aZW__radioItem{padding:10px}.profile-module__mD4aZW__checkbox,.profile-module__mD4aZW__radio{width:16px;height:16px}.profile-module__mD4aZW__profileSettingsSection{margin-top:20px;padding-top:20px}.profile-module__mD4aZW__sectionDivider{margin-bottom:16px}.profile-module__mD4aZW__sectionDivider h3{font-size:16px}.profile-module__mD4aZW__saveButtonContainer{margin-top:20px;padding-top:12px}}
.payment-history-module__X_wTPW__main-payment-history-section{background:linear-gradient(#fff 0%,rgba(196,126,253,.506) 100%);min-height:100vh;padding-bottom:40px}.payment-history-module__X_wTPW__payment-history-content{max-width:1200px;margin:0 auto;padding:12px 64px}.payment-history-module__X_wTPW__payment-history-section{margin:20px 0 0}.payment-history-module__X_wTPW__section-header{text-align:left;margin:20px 0 32px}.payment-history-module__X_wTPW__section-heading{color:#233a67;margin:0 0 8px;font-size:28px;font-weight:700;line-height:1.2}.payment-history-module__X_wTPW__section-subtext{color:#233a67;opacity:.8;margin:0;font-size:16px;line-height:1.4}.payment-history-module__X_wTPW__search-section{margin-bottom:24px}.payment-history-module__X_wTPW__search-container{max-width:400px}.payment-history-module__X_wTPW__search-input-wrapper{align-items:center;display:flex;position:relative}.payment-history-module__X_wTPW__search-icon{color:#233a67;opacity:.5;z-index:1;width:20px;height:20px;position:absolute;left:12px}.payment-history-module__X_wTPW__search-input{color:#233a67;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.7);border:1px solid #ebecee;border-radius:4px;outline:none;width:100%;padding:12px 12px 12px 40px;font-size:14px;font-weight:400;transition:all .3s}.payment-history-module__X_wTPW__search-input::placeholder{color:#233a67;opacity:.6}.payment-history-module__X_wTPW__search-input:focus{background:rgba(255,255,255,.9);border-color:#c37efd;box-shadow:0 0 0 3px rgba(195,126,253,.1)}.payment-history-module__X_wTPW__search-results-info{color:#233a67;opacity:.7;margin-top:8px;font-size:14px}.payment-history-module__X_wTPW__payment-history-table-section{margin-bottom:80px}.payment-history-module__X_wTPW__no-payments{justify-content:center;align-items:center;padding:80px 20px;display:flex}.payment-history-module__X_wTPW__no-payments-content{text-align:center;max-width:400px}.payment-history-module__X_wTPW__no-payments-icon{color:#233a67;opacity:.3;width:48px;height:48px;margin:0 auto 16px}.payment-history-module__X_wTPW__no-payments-title{color:#233a67;margin:0 0 8px;font-size:20px;font-weight:600}.payment-history-module__X_wTPW__no-payments-description{color:#233a67;opacity:.7;margin:0;font-size:14px;line-height:1.5}.payment-history-module__X_wTPW__table-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.5);border:1px solid #ebecee;border-radius:4px;overflow:hidden}.payment-history-module__X_wTPW__payments-table{border-collapse:collapse;width:100%;font-size:14px}.payment-history-module__X_wTPW__payments-table thead{background:rgba(195,126,253,.05);border-bottom:1px solid #ebecee}.payment-history-module__X_wTPW__payments-table th{text-align:left;color:#233a67;border-bottom:1px solid #ebecee;padding:16px 20px;font-size:14px;font-weight:600}.payment-history-module__X_wTPW__payments-table td{vertical-align:middle;border-bottom:1px solid #ebecee;padding:16px 20px}.payment-history-module__X_wTPW__payments-table tbody tr:last-child td{border-bottom:none}.payment-history-module__X_wTPW__payments-table tbody tr{transition:background-color .2s}.payment-history-module__X_wTPW__payments-table tbody tr:hover{cursor:default;background:rgba(195,126,253,.05)}.payment-history-module__X_wTPW__date-cell{color:#233a67;white-space:nowrap;font-weight:600}.payment-history-module__X_wTPW__plan-cell .payment-history-module__X_wTPW__plan-name{color:#233a67;font-weight:600}.payment-history-module__X_wTPW__period-cell{color:#233a67;opacity:.8;font-size:13px;line-height:1.3}.payment-history-module__X_wTPW__amount-cell{color:#233a67;white-space:nowrap;font-weight:700}.payment-history-module__X_wTPW__method-cell .payment-history-module__X_wTPW__payment-method{color:#233a67;opacity:.8;align-items:center;gap:8px;display:flex}.payment-history-module__X_wTPW__card-icon{flex-shrink:0;width:16px;height:16px}.payment-history-module__X_wTPW__status-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.payment-history-module__X_wTPW__status-badge.payment-history-module__X_wTPW__statusPaid,.payment-history-module__X_wTPW__status-badge.payment-history-module__X_wTPW__statusCompleted,.payment-history-module__X_wTPW__status-badge.payment-history-module__X_wTPW__statusFailed{color:#6d5dcd;background:rgba(195,126,253,.2);border:1px solid #c37efd}.payment-history-module__X_wTPW__view-receipt-btn{color:#fff;cursor:pointer;z-index:1;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);border:none;border-radius:4px;align-items:center;gap:6px;padding:8px 16px;font-size:12px;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.payment-history-module__X_wTPW__view-receipt-btn svg{width:10px;height:10px}.payment-history-module__X_wTPW__view-receipt-btn:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#c37efd 0%,#6d5dcd 100%);transition:opacity .8s;position:absolute;top:0;bottom:0;left:0;right:0}.payment-history-module__X_wTPW__view-receipt-btn:hover:before{opacity:1}.payment-history-module__X_wTPW__view-receipt-btn:disabled{color:#233a67;opacity:.5;cursor:not-allowed;pointer-events:none;background:rgba(235,236,238,.7)}.payment-history-module__X_wTPW__view-receipt-btn:disabled:before{display:none}.payment-history-module__X_wTPW__pagination{justify-content:center;align-items:center;gap:16px;margin-top:40px;padding:20px 0;display:flex}.payment-history-module__X_wTPW__pagination-button{color:#233a67;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.7);border:1px solid #ebecee;border-radius:4px;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.payment-history-module__X_wTPW__pagination-button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.payment-history-module__X_wTPW__pagination-button:not(:disabled):hover{background:rgba(195,126,253,.1);border-color:#c37efd}.payment-history-module__X_wTPW__pagination-button svg{width:16px;height:16px}.payment-history-module__X_wTPW__pagination-numbers{display:none}.payment-history-module__X_wTPW__pagination-number{color:#233a67;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.7);border:1px solid #ebecee;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.payment-history-module__X_wTPW__pagination-number:hover{background:rgba(195,126,253,.1);border-color:#c37efd}.payment-history-module__X_wTPW__pagination-number.payment-history-module__X_wTPW__active{color:#fff;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);border-color:transparent}.payment-history-module__X_wTPW__payment-history-footer{background:linear-gradient(90deg,#fff 0%,rgba(196,126,253,.506) 100%);border-top:1px solid #ebecee;padding:20px 0}.payment-history-module__X_wTPW__footer-content{text-align:center;max-width:1200px;margin:0 auto;padding:0 32px}.payment-history-module__X_wTPW__payment-history-footer p{color:#233a67;opacity:.8;margin:0;font-family:Inter,sans-serif;font-size:14px}@media (max-width:1024px){.payment-history-module__X_wTPW__table-wrapper{overflow-x:auto}.payment-history-module__X_wTPW__payments-table{min-width:800px}}@media (max-width:768px){.payment-history-module__X_wTPW__payment-history-content{padding:8px 20px}.payment-history-module__X_wTPW__section-heading{font-size:24px}.payment-history-module__X_wTPW__section-subtext{font-size:14px}.payment-history-module__X_wTPW__search-container{max-width:100%}.payment-history-module__X_wTPW__payments-table th,.payment-history-module__X_wTPW__payments-table td{padding:12px 16px;font-size:13px}.payment-history-module__X_wTPW__view-receipt-btn{padding:6px 12px;font-size:11px}.payment-history-module__X_wTPW__view-receipt-btn svg{width:12px;height:12px}.payment-history-module__X_wTPW__pagination-button{min-width:80px;padding:10px 12px;font-size:12px}.payment-history-module__X_wTPW__pagination-button:not(:disabled):hover{background:rgba(195,126,253,.1);border-color:#c37efd}.payment-history-module__X_wTPW__pagination-number{width:36px;height:36px;font-size:12px}.payment-history-module__X_wTPW__pagination-number:hover{background:rgba(195,126,253,.1);border-color:#c37efd}.payment-history-module__X_wTPW__pagination{flex-direction:row;gap:12px}.payment-history-module__X_wTPW__pagination-numbers{display:none}}@media (max-width:480px){.payment-history-module__X_wTPW__payment-history-content{padding:0 16px}.payment-history-module__X_wTPW__section-heading{font-size:22px}.payment-history-module__X_wTPW__table-wrapper{border-radius:0;margin:0 -16px}.payment-history-module__X_wTPW__payments-table th,.payment-history-module__X_wTPW__payments-table td{padding:10px 8px;font-size:12px}.payment-history-module__X_wTPW__payments-table th:nth-child(3),.payment-history-module__X_wTPW__payments-table td:nth-child(3),.payment-history-module__X_wTPW__payments-table th:nth-child(5),.payment-history-module__X_wTPW__payments-table td:nth-child(5){display:none}.payment-history-module__X_wTPW__view-receipt-btn{padding:6px 8px;font-size:10px}.payment-history-module__X_wTPW__view-receipt-btn svg{width:10px;height:10px}.payment-history-module__X_wTPW__status-badge{padding:2px 8px;font-size:10px}.payment-history-module__X_wTPW__pagination{flex-direction:row;gap:12px;margin-top:24px;padding:12px 0}.payment-history-module__X_wTPW__pagination-button{min-width:70px;padding:8px 10px;font-size:11px}.payment-history-module__X_wTPW__pagination-button:not(:disabled):hover{background:rgba(195,126,253,.1);border-color:#c37efd}.payment-history-module__X_wTPW__pagination-number{width:32px;height:32px;font-size:11px}.payment-history-module__X_wTPW__pagination-number:hover{background:rgba(195,126,253,.1);border-color:#c37efd}.payment-history-module__X_wTPW__pagination-numbers{display:none}}
.subscription-module__wSpcOq__main-subscription-section{background:linear-gradient(#fff 0%,rgba(196,126,253,.506) 100%);min-height:100vh;padding-bottom:40px}.subscription-module__wSpcOq__subscription-content{max-width:1200px;margin:0 auto;padding:12px 64px}.subscription-module__wSpcOq__subscription-section{margin:20px 0 0}.subscription-module__wSpcOq__section-header{text-align:left;margin:20px 0 32px}.subscription-module__wSpcOq__section-heading{color:#233a67;margin:0 0 8px;font-size:28px;font-weight:700;line-height:1.2}.subscription-module__wSpcOq__section-subtext{color:#233a67;opacity:.8;margin:0;font-size:16px;line-height:1.4}.subscription-module__wSpcOq__pricing-plans-section{margin-top:48px}.subscription-module__wSpcOq__subscription-alert{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.5);border:1px solid #e9ecef;border-radius:8px;align-items:flex-start;gap:16px;margin-bottom:32px;padding:20px 24px;display:flex}.subscription-module__wSpcOq__alert-icon{flex-shrink:0;margin-top:2px}.subscription-module__wSpcOq__alert-content{flex:1}.subscription-module__wSpcOq__alert-title{color:#233a67;margin:0 0 8px;font-size:18px;font-weight:600}.subscription-module__wSpcOq__alert-message{color:#233a67;opacity:.8;margin:0;font-size:16px;line-height:1.5}.subscription-module__wSpcOq__subscription-details{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.5);border:1px solid #e9ecef;border-radius:8px;margin-bottom:32px;padding:24px}.subscription-module__wSpcOq__subscription-info,.subscription-module__wSpcOq__current-plan{margin-bottom:24px}.subscription-module__wSpcOq__plan-title{color:#233a67;margin:0 0 12px;font-size:18px;font-weight:600}.subscription-module__wSpcOq__plan-details{align-items:center;gap:16px;display:flex}.subscription-module__wSpcOq__plan-name-active{color:#233a67;font-size:16px;font-weight:700}.subscription-module__wSpcOq__plan-price-active{color:#233a67;opacity:.8;font-size:16px}.subscription-module__wSpcOq__payment-method,.subscription-module__wSpcOq__billing-info{margin-bottom:20px}.subscription-module__wSpcOq__section-label{color:#233a67;margin:0 0 8px;font-size:16px;font-weight:600}.subscription-module__wSpcOq__payment-info{justify-content:flex-start;align-items:center;display:flex}.subscription-module__wSpcOq__card-info{align-items:center;gap:12px;display:flex}.subscription-module__wSpcOq__card-type{color:#233a67;background:rgba(195,126,253,.1);border-radius:4px;padding:4px 8px;font-size:14px;font-weight:500}.subscription-module__wSpcOq__card-number{color:#233a67;opacity:.8;font-family:monospace;font-size:14px}.subscription-module__wSpcOq__billing-date{color:#233a67;opacity:.8;margin:0;font-size:16px}.subscription-module__wSpcOq__subscription-actions{border-top:1px solid #e9ecef;gap:16px;padding-top:16px;display:flex}.subscription-module__wSpcOq__edit-subscription-btn,.subscription-module__wSpcOq__cancel-subscription-btn{cursor:pointer;border:none;border-radius:4px;padding:12px 24px;font-size:16px;font-weight:600;transition:all .3s}.subscription-module__wSpcOq__edit-subscription-btn{color:#233a67;z-index:1;background:0 0;border:.2px solid #c37efd;position:relative;overflow:hidden}.subscription-module__wSpcOq__edit-subscription-btn:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);transition:opacity .8s;position:absolute;top:0;bottom:0;left:0;right:0}.subscription-module__wSpcOq__edit-subscription-btn:hover:before{opacity:1}.subscription-module__wSpcOq__edit-subscription-btn:hover{color:#fff}.subscription-module__wSpcOq__cancel-subscription-btn{color:#233a67;z-index:1;background:0 0;border:.2px solid #c37efd;position:relative;overflow:hidden}.subscription-module__wSpcOq__cancel-subscription-btn:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);transition:opacity .8s;position:absolute;top:0;bottom:0;left:0;right:0}.subscription-module__wSpcOq__cancel-subscription-btn:hover:before{opacity:1}.subscription-module__wSpcOq__cancel-subscription-btn:hover{color:#fff}.subscription-module__wSpcOq__plans-heading{text-align:center;color:#233a67;margin-bottom:48px;font-size:32px;font-weight:700}.subscription-module__wSpcOq__pricing-container{grid-template-columns:repeat(3,1fr);gap:32px;max-width:1200px;margin:0 auto;display:grid}.subscription-module__wSpcOq__pricing-card{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.5);border:1px solid #e9ecef;border-radius:4px;flex-direction:column;justify-content:space-between;padding:40px 32px;transition:all .3s;display:flex;position:relative}.subscription-module__wSpcOq__pricing-card:hover{border-color:#d0d7de;transform:translateY(-4px)}.subscription-module__wSpcOq__pricing-card.subscription-module__wSpcOq__popular{background:rgba(248,249,250,.5);border-color:#c37efd}.subscription-module__wSpcOq__pricing-card.subscription-module__wSpcOq__popular:before{content:"Most Popular";color:#fff;z-index:1;background:#c37efd;border-radius:20px;padding:8px 20px;font-size:12px;font-weight:600;display:block;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.subscription-module__wSpcOq__plan-name{color:#233a67;margin-bottom:16px;font-size:24px;font-weight:700}.subscription-module__wSpcOq__plan-price{color:#233a67;margin-bottom:8px;font-size:48px;font-weight:700}.subscription-module__wSpcOq__plan-price .subscription-module__wSpcOq__currency{vertical-align:top;font-size:24px}.subscription-module__wSpcOq__plan-price .subscription-module__wSpcOq__period{color:#233a67;font-size:16px;font-weight:400}.subscription-module__wSpcOq__plan-description{color:#233a67;margin-bottom:32px;font-size:16px;line-height:1.5}.subscription-module__wSpcOq__plan-features{text-align:left;flex-grow:1;margin:0 0 32px;padding:0;list-style:none}.subscription-module__wSpcOq__plan-features li{color:#233a67;align-items:flex-start;gap:8px;margin-bottom:12px;padding-left:0;font-size:16px;display:flex;position:relative}.subscription-module__wSpcOq__feature-check{flex-shrink:0;width:16px;height:16px;margin-top:2px}.subscription-module__wSpcOq__plan-button{cursor:pointer;border:none;border-radius:4px;width:100%;padding:12px 24px;font-size:16px;font-weight:600;transition:all .3s}.subscription-module__wSpcOq__plan-button.subscription-module__wSpcOq__primary{color:#fff;z-index:1;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);position:relative;overflow:hidden}.subscription-module__wSpcOq__plan-button.subscription-module__wSpcOq__primary:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#c37efd 0%,#6d5dcd 100%);transition:opacity .8s;position:absolute;top:0;bottom:0;left:0;right:0}.subscription-module__wSpcOq__plan-button.subscription-module__wSpcOq__primary:hover:before{opacity:1}.subscription-module__wSpcOq__plan-button.subscription-module__wSpcOq__secondary{color:#233a67;z-index:1;background:0 0;border:.2px solid #c37efd;position:relative;overflow:hidden}.subscription-module__wSpcOq__plan-button.subscription-module__wSpcOq__secondary:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);transition:opacity .8s;position:absolute;top:0;bottom:0;left:0;right:0}.subscription-module__wSpcOq__plan-button.subscription-module__wSpcOq__secondary:hover:before{opacity:1}.subscription-module__wSpcOq__plan-button.subscription-module__wSpcOq__secondary:hover{color:#fff}.subscription-module__wSpcOq__subscription-footer{background:linear-gradient(90deg,#fff 0%,rgba(196,126,253,.506) 100%);border-top:1px solid #ebecee;padding:20px 0}.subscription-module__wSpcOq__footer-content{text-align:center;max-width:1200px;margin:0 auto;padding:0 32px}.subscription-module__wSpcOq__subscription-footer p{color:#233a67;opacity:.8;margin:0;font-family:Inter,sans-serif;font-size:14px}@media (max-width:768px){.subscription-module__wSpcOq__subscription-content{padding:8px 20px}.subscription-module__wSpcOq__section-heading{font-size:24px}.subscription-module__wSpcOq__section-subtext{font-size:14px}.subscription-module__wSpcOq__subscription-alert{gap:12px;padding:16px 20px}.subscription-module__wSpcOq__alert-title{font-size:16px}.subscription-module__wSpcOq__alert-message{font-size:14px}.subscription-module__wSpcOq__subscription-details{padding:20px}.subscription-module__wSpcOq__plan-details{flex-direction:column;align-items:flex-start;gap:8px}.subscription-module__wSpcOq__payment-info{flex-direction:column;align-items:flex-start;gap:12px}.subscription-module__wSpcOq__subscription-actions{flex-direction:column;gap:12px}.subscription-module__wSpcOq__edit-subscription-btn,.subscription-module__wSpcOq__cancel-subscription-btn{text-align:center;width:100%}.subscription-module__wSpcOq__plans-heading{margin-bottom:32px;font-size:28px}.subscription-module__wSpcOq__pricing-container{grid-template-columns:1fr;gap:24px}.subscription-module__wSpcOq__pricing-card{padding:32px 24px}.subscription-module__wSpcOq__plan-price{font-size:40px}.subscription-module__wSpcOq__plan-name{font-size:20px}.subscription-module__wSpcOq__plan-description,.subscription-module__wSpcOq__plan-features li{font-size:14px}}
.teams-module__CyhP2W__main-teams-section{background:linear-gradient(#fff 0%,rgba(196,126,253,.506) 100%);min-height:100vh;padding-bottom:40px}.teams-module__CyhP2W__teams-content{max-width:1200px;margin:0 auto;padding:12px 64px}.teams-module__CyhP2W__teams-section{margin:20px 0 0}.teams-module__CyhP2W__section-header{text-align:left;margin:20px 0 32px}.teams-module__CyhP2W__section-heading{color:#233a67;margin:0 0 8px;font-size:28px;font-weight:700;line-height:1.2}.teams-module__CyhP2W__section-subtext{color:#233a67;opacity:.8;margin:0;font-size:16px;line-height:1.4}.teams-module__CyhP2W__action-section{margin-bottom:24px}.teams-module__CyhP2W__invite-button{color:#fff;cursor:pointer;z-index:1;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);border:none;border-radius:4px;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.teams-module__CyhP2W__invite-button svg{width:16px;height:16px}.teams-module__CyhP2W__invite-button:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#c37efd 0%,#6d5dcd 100%);transition:opacity .8s;position:absolute;top:0;bottom:0;left:0;right:0}.teams-module__CyhP2W__invite-button:hover:before{opacity:1}.teams-module__CyhP2W__search-section{margin-bottom:24px}.teams-module__CyhP2W__search-action-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.teams-module__CyhP2W__search-container{flex:1;max-width:500px}.teams-module__CyhP2W__search-input-wrapper{align-items:center;display:flex;position:relative}.teams-module__CyhP2W__search-icon{color:#233a67;opacity:.5;z-index:1;width:20px;height:20px;position:absolute;left:12px}.teams-module__CyhP2W__search-input{color:#233a67;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.7);border:1px solid #ebecee;border-radius:4px;outline:none;width:100%;padding:12px 12px 12px 40px;font-size:14px;font-weight:400;transition:all .3s}.teams-module__CyhP2W__search-input::placeholder{color:#233a67;opacity:.6}.teams-module__CyhP2W__search-input:focus{background:rgba(255,255,255,.9);border-color:#c37efd;box-shadow:0 0 0 3px rgba(195,126,253,.1)}.teams-module__CyhP2W__search-results-info{color:#233a67;opacity:.7;margin-top:8px;font-size:14px}.teams-module__CyhP2W__teams-table-section{margin-bottom:80px}.teams-module__CyhP2W__no-members{justify-content:center;align-items:center;padding:80px 20px;display:flex}.teams-module__CyhP2W__no-members-content{text-align:center;max-width:400px}.teams-module__CyhP2W__no-members-icon{color:#233a67;opacity:.3;width:48px;height:48px;margin:0 auto 16px}.teams-module__CyhP2W__no-members-title{color:#233a67;margin:0 0 8px;font-size:20px;font-weight:600}.teams-module__CyhP2W__no-members-description{color:#233a67;opacity:.7;margin:0;font-size:14px;line-height:1.5}.teams-module__CyhP2W__table-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.5);border:1px solid #ebecee;border-radius:4px;overflow:hidden}.teams-module__CyhP2W__members-table{border-collapse:collapse;width:100%;font-size:14px}.teams-module__CyhP2W__members-table thead{background:rgba(195,126,253,.05);border-bottom:1px solid #ebecee}.teams-module__CyhP2W__members-table th{text-align:left;color:#233a67;border-bottom:1px solid #ebecee;padding:16px 20px;font-size:14px;font-weight:600}.teams-module__CyhP2W__members-table td{vertical-align:middle;border-bottom:1px solid #ebecee;padding:16px 20px}.teams-module__CyhP2W__members-table tbody tr:last-child td{border-bottom:none}.teams-module__CyhP2W__members-table tbody tr{transition:background-color .2s}.teams-module__CyhP2W__members-table tbody tr:hover{cursor:default;background:rgba(195,126,253,.05)}.teams-module__CyhP2W__member-cell{color:#233a67;font-weight:600}.teams-module__CyhP2W__member-info{align-items:center;gap:12px;display:flex}.teams-module__CyhP2W__member-avatar{border-radius:50%;flex-shrink:0;width:32px;height:32px;overflow:hidden}.teams-module__CyhP2W__member-avatar img{object-fit:cover;width:100%;height:100%}.teams-module__CyhP2W__avatar-initials{color:#fff;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:12px;font-weight:600;display:flex}.teams-module__CyhP2W__member-name{color:#233a67;font-weight:600}.teams-module__CyhP2W__email-cell{color:#233a67;opacity:.8}.teams-module__CyhP2W__date-cell{color:#233a67;opacity:.8;white-space:nowrap;font-size:13px}.teams-module__CyhP2W__status-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.teams-module__CyhP2W__status-badge.teams-module__CyhP2W__statusMember,.teams-module__CyhP2W__status-badge.teams-module__CyhP2W__statusPending{color:#6d5dcd;background:rgba(195,126,253,.2);border:1px solid #c37efd}.teams-module__CyhP2W__actions-cell{text-align:left}.teams-module__CyhP2W__action-buttons{justify-content:flex-start;gap:8px;display:flex}.teams-module__CyhP2W__delete-button{color:#fff;cursor:pointer;z-index:1;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);border:none;border-radius:4px;align-items:center;gap:6px;padding:8px 16px;font-size:12px;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.teams-module__CyhP2W__delete-button svg{width:14px;height:14px}.teams-module__CyhP2W__delete-button:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#c37efd 0%,#6d5dcd 100%);transition:opacity .8s;position:absolute;top:0;bottom:0;left:0;right:0}.teams-module__CyhP2W__delete-button:hover:before{opacity:1}.teams-module__CyhP2W__pagination{justify-content:center;align-items:center;gap:16px;margin-top:40px;padding:20px 0;display:flex}.teams-module__CyhP2W__pagination-button{color:#233a67;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.7);border:1px solid #ebecee;border-radius:4px;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.teams-module__CyhP2W__pagination-button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.teams-module__CyhP2W__pagination-button:not(:disabled):hover{background:rgba(195,126,253,.1);border-color:#c37efd}.teams-module__CyhP2W__pagination-button svg{width:16px;height:16px}.teams-module__CyhP2W__pagination-numbers{gap:8px;display:flex}.teams-module__CyhP2W__pagination-number{color:#233a67;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.7);border:1px solid #ebecee;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.teams-module__CyhP2W__pagination-number:hover{background:rgba(195,126,253,.1);border-color:#c37efd}.teams-module__CyhP2W__pagination-number.teams-module__CyhP2W__active{color:#fff;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);border-color:transparent}.teams-module__CyhP2W__dialog-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;opacity:0;background:linear-gradient(rgba(255,255,255,.9) 0%,rgba(196,126,253,.4) 100%);justify-content:center;align-items:center;padding:20px;animation:.3s ease-out forwards teams-module__CyhP2W__fadeInOverlay;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.teams-module__CyhP2W__dialog-overlay.teams-module__CyhP2W__closing{animation:.3s ease-in forwards teams-module__CyhP2W__fadeOutOverlay}@keyframes teams-module__CyhP2W__fadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes teams-module__CyhP2W__fadeOutOverlay{0%{opacity:1}to{opacity:0}}.teams-module__CyhP2W__dialog-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:rgba(255,255,255,.5);border:1px solid #ebecee;border-radius:8px;width:100%;max-width:500px;max-height:90vh;animation:.3s ease-out .1s forwards teams-module__CyhP2W__fadeInDialog;overflow-y:auto;transform:scale(.9)translateY(20px)}.teams-module__CyhP2W__dialog-overlay.teams-module__CyhP2W__closing .teams-module__CyhP2W__dialog-content{animation:.25s ease-in forwards teams-module__CyhP2W__fadeOutDialog}@keyframes teams-module__CyhP2W__fadeInDialog{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes teams-module__CyhP2W__fadeOutDialog{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.95)translateY(-10px)}}.teams-module__CyhP2W__dialog-header{border-bottom:1px solid rgba(235,236,238,.5);justify-content:space-between;align-items:center;margin-bottom:24px;padding:24px 32px 16px;display:flex}.teams-module__CyhP2W__dialog-title{color:#233a67;margin:0;font-size:24px;font-weight:700}.teams-module__CyhP2W__dialog-close{color:#233a67;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:8px;transition:all .3s;display:flex}.teams-module__CyhP2W__dialog-close:hover{color:#6d5dcd;background:rgba(195,126,253,.1)}.teams-module__CyhP2W__dialog-body{padding:0 32px 32px}.teams-module__CyhP2W__invite-form,.teams-module__CyhP2W__form-group{flex-direction:column;gap:6px;display:flex}.teams-module__CyhP2W__form-label{color:#233a67;font-size:14px;font-weight:600}.teams-module__CyhP2W__form-input{color:#233a67;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.7);border:1px solid #ebecee;border-radius:4px;outline:none;padding:12px 16px;font-size:14px;font-weight:400;transition:all .3s}.teams-module__CyhP2W__form-input::placeholder{color:#233a67;opacity:.6}.teams-module__CyhP2W__form-input:focus{background:rgba(255,255,255,.9);border-color:#c37efd;box-shadow:0 0 0 3px rgba(195,126,253,.1)}.teams-module__CyhP2W__form-actions{justify-content:center;gap:12px;margin-top:8px;display:flex}.teams-module__CyhP2W__submit-button{color:#fff;cursor:pointer;z-index:1;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);border:none;border-radius:4px;width:100%;padding:12px 20px;font-size:14px;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.teams-module__CyhP2W__submit-button:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#c37efd 0%,#6d5dcd 100%);transition:opacity .8s;position:absolute;top:0;bottom:0;left:0;right:0}.teams-module__CyhP2W__submit-button:hover:before{opacity:1}.teams-module__CyhP2W__delete-confirmation{text-align:center}.teams-module__CyhP2W__warning-icon{color:#233a67;width:48px;height:48px;margin:0 auto 16px}.teams-module__CyhP2W__warning-icon svg{width:100%;height:100%}.teams-module__CyhP2W__delete-message{color:#233a67;margin:0 0 24px;font-size:14px;line-height:1.5}.teams-module__CyhP2W__teams-footer{background:linear-gradient(90deg,#fff 0%,rgba(196,126,253,.506) 100%);border-top:1px solid #ebecee;padding:20px 0}.teams-module__CyhP2W__footer-content{text-align:center;max-width:1200px;margin:0 auto;padding:0 32px}.teams-module__CyhP2W__teams-footer p{color:#233a67;opacity:.8;margin:0;font-family:Inter,sans-serif;font-size:14px}@media (max-width:1024px){.teams-module__CyhP2W__table-wrapper{overflow-x:auto}.teams-module__CyhP2W__members-table{min-width:800px}}@media (max-width:768px){.teams-module__CyhP2W__teams-content{padding:8px 20px}.teams-module__CyhP2W__section-heading{font-size:24px}.teams-module__CyhP2W__section-subtext{font-size:14px}.teams-module__CyhP2W__search-action-row{flex-direction:column;align-items:stretch;gap:12px}.teams-module__CyhP2W__search-container{max-width:100%}.teams-module__CyhP2W__invite-button{justify-content:center;width:100%}.teams-module__CyhP2W__delete-button{padding:6px 12px;font-size:11px}.teams-module__CyhP2W__members-table th,.teams-module__CyhP2W__members-table td{padding:12px 16px;font-size:13px}.teams-module__CyhP2W__action-buttons{gap:4px}.teams-module__CyhP2W__pagination{flex-direction:column;gap:12px}.teams-module__CyhP2W__pagination-numbers{order:-1}.teams-module__CyhP2W__dialog-overlay{padding:16px}.teams-module__CyhP2W__dialog-content{width:95%;max-width:none}.teams-module__CyhP2W__dialog-header{padding:20px 24px 0}.teams-module__CyhP2W__dialog-title{font-size:20px}.teams-module__CyhP2W__dialog-body{padding:0 24px 24px}}@media (max-width:480px){.teams-module__CyhP2W__teams-content{padding:0 16px}.teams-module__CyhP2W__section-heading{font-size:22px}.teams-module__CyhP2W__table-wrapper{border-radius:0;margin:0 -16px}.teams-module__CyhP2W__members-table th,.teams-module__CyhP2W__members-table td{padding:10px 8px;font-size:12px}.teams-module__CyhP2W__members-table th:nth-child(4),.teams-module__CyhP2W__members-table td:nth-child(4){display:none}.teams-module__CyhP2W__member-info{gap:8px}.teams-module__CyhP2W__member-avatar{width:24px;height:24px}.teams-module__CyhP2W__avatar-initials{font-size:10px}.teams-module__CyhP2W__status-badge{padding:2px 8px;font-size:10px}.teams-module__CyhP2W__action-buttons{gap:2px}.teams-module__CyhP2W__invite-button{justify-content:center;width:100%}.teams-module__CyhP2W__delete-button{padding:6px 8px;font-size:10px}}
.sessions-module__mBXOpG__sessions-page-section{background:linear-gradient(#fff 0%,rgba(196,126,253,.506) 50%,#fff 100%);min-height:100vh;padding-bottom:40px}.sessions-module__mBXOpG__sessions-content{max-width:1200px;margin:0 auto;padding:12px 64px}.sessions-module__mBXOpG__sessions-section{margin:20px 0 0}.sessions-module__mBXOpG__page-header{text-align:left;margin:20px 0 32px}.sessions-module__mBXOpG__page-title{color:#233a67;margin:0 0 8px;font-size:28px;font-weight:700;line-height:1.2}.sessions-module__mBXOpG__page-subtitle{color:#233a67;opacity:.8;margin:0;font-size:16px;line-height:1.4}.sessions-module__mBXOpG__search-section{margin-bottom:24px}.sessions-module__mBXOpG__search-container{max-width:400px}.sessions-module__mBXOpG__search-input-wrapper{align-items:center;display:flex;position:relative}.sessions-module__mBXOpG__search-icon{color:#233a67;opacity:.5;z-index:1;width:20px;height:20px;position:absolute;left:12px}.sessions-module__mBXOpG__search-input{color:#233a67;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.7);border:1px solid #ebecee;border-radius:4px;outline:none;width:100%;padding:12px 12px 12px 40px;font-size:14px;font-weight:400;transition:all .3s}.sessions-module__mBXOpG__search-input::placeholder{color:#233a67;opacity:.6}.sessions-module__mBXOpG__search-input:focus{background:rgba(255,255,255,.9);border-color:#c37efd;box-shadow:0 0 0 3px rgba(195,126,253,.1)}.sessions-module__mBXOpG__no-sessions{justify-content:center;align-items:center;padding:80px 20px;display:flex}.sessions-module__mBXOpG__no-sessions-content{text-align:center;max-width:400px}.sessions-module__mBXOpG__no-sessions-icon{color:#233a67;opacity:.3;width:48px;height:48px;margin:0 auto 16px}.sessions-module__mBXOpG__no-sessions-title{color:#233a67;margin:0 0 8px;font-size:20px;font-weight:600}.sessions-module__mBXOpG__no-sessions-description{color:#233a67;opacity:.7;margin:0;font-size:14px;line-height:1.5}.sessions-module__mBXOpG__sessions-list-section{margin-bottom:80px}.sessions-module__mBXOpG__sessions-list{flex-direction:column;gap:24px;display:flex}.sessions-module__mBXOpG__session-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.5);border:1px solid #ebecee;border-radius:4px;width:100%;padding:0;transition:all .3s;overflow:hidden}.sessions-module__mBXOpG__session-card:hover{border-color:#c37efd;transform:translateY(-2px)}.sessions-module__mBXOpG__session-card .sessions-module__mBXOpG__card-header{background:0 0;border-bottom:1px solid #ebecee;justify-content:space-between;align-items:center;gap:12px;padding:12px 18px 10px;display:flex}.sessions-module__mBXOpG__ai-persona{align-items:center;gap:8px;display:flex}.sessions-module__mBXOpG__ai-avatar{background:linear-gradient(135deg,#c37efd 0%,#6d5dcd 100%);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative;overflow:hidden}.sessions-module__mBXOpG__ai-avatar-image{object-fit:cover;border-radius:50%;width:100%;height:100%}.sessions-module__mBXOpG__ai-avatar:before{content:"";-webkit-mask:linear-gradient(#fff 0,#fff 0) content-box,linear-gradient(#fff 0,#fff 0);mask:linear-gradient(#fff 0,#fff 0) content-box,linear-gradient(#fff 0,#fff 0);mask-composite:xor;-webkit-mask-composite:xor;background:linear-gradient(135deg,#c37efd,#6d5dcd);border-radius:50%;padding:1px;position:absolute;top:0;bottom:0;left:0;right:0}.sessions-module__mBXOpG__ai-role{color:#233a67;font-size:14px;font-weight:600}.sessions-module__mBXOpG__header-right{align-items:center;gap:12px;display:flex}.sessions-module__mBXOpG__session-info{align-items:center;gap:8px;display:flex}.sessions-module__mBXOpG__session-date{color:#233a67;font-size:14px;font-weight:600}.sessions-module__mBXOpG__difficulty-chip{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.sessions-module__mBXOpG__difficulty-chip.sessions-module__mBXOpG__easy,.sessions-module__mBXOpG__difficulty-chip.sessions-module__mBXOpG__medium,.sessions-module__mBXOpG__difficulty-chip.sessions-module__mBXOpG__hard{color:#6d5dcd;background:rgba(195,126,253,.2);border:1px solid #c37efd}.sessions-module__mBXOpG__card-body{padding:18px}.sessions-module__mBXOpG__session-title{color:#233a67;margin:0 0 8px;font-size:18px;font-weight:700;line-height:1.3}.sessions-module__mBXOpG__session-description{color:#233a67;opacity:.8;margin:0 0 16px;font-size:14px;line-height:1.4}.sessions-module__mBXOpG__metrics-container{margin-bottom:16px}.sessions-module__mBXOpG__metric-item{align-items:center;gap:12px;margin-bottom:8px;display:flex}.sessions-module__mBXOpG__metric-label{color:#233a67;min-width:60px;font-size:12px;font-weight:600}.sessions-module__mBXOpG__progress-bar{background:rgba(235,236,238,.7);border-radius:3px;flex:1;height:6px;overflow:hidden}.sessions-module__mBXOpG__progress-fill{background:linear-gradient(90deg,#c37efd,#6d5dcd);border-radius:3px;height:100%;transition:width .3s}.sessions-module__mBXOpG__metric-score{color:#233a67;text-align:right;min-width:24px;font-size:12px;font-weight:700}.sessions-module__mBXOpG__session-actions{flex-wrap:wrap;gap:8px;display:flex}.sessions-module__mBXOpG__view-button{color:#fff;cursor:pointer;z-index:1;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);border:none;border-radius:4px;justify-content:center;align-items:center;gap:6px;min-width:100px;padding:8px 16px;font-size:12px;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.sessions-module__mBXOpG__view-button img{filter:brightness(0)saturate()invert();width:16px;height:16px}.sessions-module__mBXOpG__view-button:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#c37efd 0%,#6d5dcd 100%);transition:opacity .8s;position:absolute;top:0;bottom:0;left:0;right:0}.sessions-module__mBXOpG__view-button:hover:before{opacity:1}.sessions-module__mBXOpG__action-btn-secondary{color:#233a67;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.7);border:1px solid #ebecee;border-radius:4px;align-items:center;gap:6px;padding:8px 12px;font-size:11px;font-weight:600;transition:all .3s;display:flex}.sessions-module__mBXOpG__action-btn-secondary img{filter:brightness(0)saturate()invert(19%)sepia(20%)saturate(1171%)hue-rotate(192deg)brightness(93%)contrast(91%);width:16px;height:16px}.sessions-module__mBXOpG__action-btn-secondary:hover{color:#233a67;background:rgba(195,126,253,.1);border-color:#c37efd}.sessions-module__mBXOpG__pagination{justify-content:center;align-items:center;gap:16px;margin-top:40px;padding:20px 0;display:flex}.sessions-module__mBXOpG__pagination-button{color:#233a67;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.7);border:1px solid #ebecee;border-radius:4px;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.sessions-module__mBXOpG__pagination-button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.sessions-module__mBXOpG__pagination-button:not(:disabled):hover{background:rgba(195,126,253,.1);border-color:#c37efd}.sessions-module__mBXOpG__pagination-button svg{width:16px;height:16px}.sessions-module__mBXOpG__pagination-numbers{display:none}.sessions-module__mBXOpG__pagination-number{color:#233a67;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.7);border:1px solid #ebecee;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.sessions-module__mBXOpG__pagination-number:hover{background:rgba(195,126,253,.1);border-color:#c37efd}.sessions-module__mBXOpG__pagination-number.sessions-module__mBXOpG__active{color:#fff;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);border-color:transparent}@media (max-width:768px){.sessions-module__mBXOpG__sessions-content{padding:0 32px}.sessions-module__mBXOpG__page-title{font-size:24px}.sessions-module__mBXOpG__page-subtitle{font-size:15px}.sessions-module__mBXOpG__sessions-list{gap:16px}.sessions-module__mBXOpG__search-container{max-width:100%}.sessions-module__mBXOpG__session-actions{flex-direction:column}.sessions-module__mBXOpG__session-actions button{flex:none}.sessions-module__mBXOpG__pagination{flex-direction:row;justify-content:center;gap:12px;padding:16px 0}.sessions-module__mBXOpG__pagination-numbers{display:none}.sessions-module__mBXOpG__pagination-button{min-width:80px;padding:10px 12px;font-size:12px}.sessions-module__mBXOpG__pagination-button:not(:disabled):hover{background:rgba(195,126,253,.1);border-color:#c37efd}.sessions-module__mBXOpG__pagination-number{width:36px;height:36px;font-size:12px}.sessions-module__mBXOpG__pagination-number:hover{background:rgba(195,126,253,.1);border-color:#c37efd}}@media (max-width:480px){.sessions-module__mBXOpG__sessions-content{padding:0 16px}.sessions-module__mBXOpG__page-title{font-size:22px}.sessions-module__mBXOpG__card-header{flex-direction:column;align-items:flex-start;gap:8px}.sessions-module__mBXOpG__header-right{justify-content:space-between;width:100%}.sessions-module__mBXOpG__pagination{margin-top:24px;padding:12px 0}.sessions-module__mBXOpG__pagination-button{min-width:70px;padding:8px 10px;font-size:11px}.sessions-module__mBXOpG__pagination-button:not(:disabled):hover{background:rgba(195,126,253,.1);border-color:#c37efd}.sessions-module__mBXOpG__pagination-number{width:32px;height:32px;font-size:11px}.sessions-module__mBXOpG__pagination-number:hover{background:rgba(195,126,253,.1);border-color:#c37efd}.sessions-module__mBXOpG__pagination-numbers{display:none}}.sessions-module__mBXOpG__dashboard-footer{background:linear-gradient(90deg,#fff 0%,rgba(196,126,253,.506) 100%);border-top:1px solid #ebecee;margin-top:0;padding:20px 0}.sessions-module__mBXOpG__footer-content{text-align:center;max-width:1200px;margin:0 auto;padding:0 32px}.sessions-module__mBXOpG__footer-content p{color:#233a67;opacity:.8;margin:0;font-size:14px}
.DashboardHeader-module__W1hZUG__header{z-index:100;justify-content:space-between;align-items:center;max-width:1200px;margin:10px auto 0;padding:16px 64px;display:flex;position:-webkit-sticky;position:sticky;top:0}.DashboardHeader-module__W1hZUG__header:after{content:"";background:0 0;width:100vw;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.DashboardHeader-module__W1hZUG__header .DashboardHeader-module__W1hZUG__logo{align-items:center;display:flex}.DashboardHeader-module__W1hZUG__logoLink{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;text-decoration:none;transition:opacity .3s;display:flex}.DashboardHeader-module__W1hZUG__logoLink:hover{opacity:.8}.DashboardHeader-module__W1hZUG__header .DashboardHeader-module__W1hZUG__logo img{width:auto;height:50px}.DashboardHeader-module__W1hZUG__userButton{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;background:rgba(255,255,255,.5);border:1px solid #ebecee;border-radius:4px;align-items:center;gap:8px;height:40px;padding:8px 16px;font-size:14px;transition:all .3s;display:flex}.DashboardHeader-module__W1hZUG__userButton:hover{background:rgba(195,126,253,.1);border-color:#c37efd}.DashboardHeader-module__W1hZUG__userImage{color:#fff;background:linear-gradient(135deg,#c37efd 0%,#6d5dcd 100%);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:600;display:flex}.DashboardHeader-module__W1hZUG__profileImage{object-fit:cover;border-radius:50%;width:24px;height:24px}.DashboardHeader-module__W1hZUG__userName{color:#233a67;font-size:14px;font-weight:600}.DashboardHeader-module__W1hZUG__logoutButton{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;background:rgba(255,255,255,.5);border:1px solid #ebecee;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;margin-left:12px;padding:8px 10px;transition:all .3s;display:flex}.DashboardHeader-module__W1hZUG__logoutButton:hover:not(:disabled){background:rgba(195,126,253,.1);border-color:#c37efd}.DashboardHeader-module__W1hZUG__logoutButton:disabled{opacity:.7;cursor:not-allowed}.DashboardHeader-module__W1hZUG__logoutIcon{color:#233a67;width:16px;height:16px}.DashboardHeader-module__W1hZUG__navMenu{background:0 0;max-width:1200px;margin:0 auto;padding:8px 64px 0}.DashboardHeader-module__W1hZUG__navMenu ul{gap:0;margin:0;padding:0;list-style:none;display:flex}.DashboardHeader-module__W1hZUG__navMenu li{margin:0}.DashboardHeader-module__W1hZUG__navMenu button{color:#233a67;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:8px;margin:8px 4px;padding:12px 20px;font-family:Inter,Arial,sans-serif;font-size:14px;font-weight:600;transition:all .3s;display:flex;text-decoration:none!important}.DashboardHeader-module__W1hZUG__navIcon{opacity:1;width:20px;height:20px;transition:all .3s}.DashboardHeader-module__W1hZUG__navIconContainer{justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:relative}.DashboardHeader-module__W1hZUG__navIcon.DashboardHeader-module__W1hZUG__dark{opacity:1}.DashboardHeader-module__W1hZUG__navIcon.DashboardHeader-module__W1hZUG__light{opacity:0;position:absolute;top:0;left:0}.DashboardHeader-module__W1hZUG__navMenu button:first-child{margin-left:0}.DashboardHeader-module__W1hZUG__navMenu button:hover{color:#c07dfb;text-decoration:none!important}.DashboardHeader-module__W1hZUG__navMenu button:hover .DashboardHeader-module__W1hZUG__navIcon.DashboardHeader-module__W1hZUG__dark{opacity:1;filter:brightness(0)saturate()invert(66%)sepia(86%)saturate(2527%)hue-rotate(273deg)brightness(96%)contrast(97%)}.DashboardHeader-module__W1hZUG__navMenu button:hover .DashboardHeader-module__W1hZUG__navIcon.DashboardHeader-module__W1hZUG__light{opacity:0}.DashboardHeader-module__W1hZUG__navMenu button.DashboardHeader-module__W1hZUG__active{color:#fff;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);text-decoration:none!important}.DashboardHeader-module__W1hZUG__navMenu button.DashboardHeader-module__W1hZUG__active .DashboardHeader-module__W1hZUG__navIcon.DashboardHeader-module__W1hZUG__dark{opacity:0}.DashboardHeader-module__W1hZUG__navMenu button.DashboardHeader-module__W1hZUG__active .DashboardHeader-module__W1hZUG__navIcon.DashboardHeader-module__W1hZUG__light{opacity:1}@media (max-width:768px){.DashboardHeader-module__W1hZUG__header{padding:16px 20px}.DashboardHeader-module__W1hZUG__navMenu{scrollbar-width:none;-ms-overflow-style:none;padding:0 20px;overflow-x:auto}.DashboardHeader-module__W1hZUG__navMenu::-webkit-scrollbar{display:none}.DashboardHeader-module__W1hZUG__navMenu ul{flex-wrap:nowrap;min-width:max-content}.DashboardHeader-module__W1hZUG__navMenu li{flex-shrink:0}.DashboardHeader-module__W1hZUG__header .DashboardHeader-module__W1hZUG__logo{font-size:24px}.DashboardHeader-module__W1hZUG__userName{display:none}}
.confirm-email-module__7D6RqW__container{background:linear-gradient(#fff 0%,rgba(196,126,253,.506) 100%);min-height:100vh;font-family:Inter,Arial,sans-serif;display:flex}.confirm-email-module__7D6RqW__leftSection{background:linear-gradient(135deg,#6d5dcd 0%,#c37efd 100%);flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.confirm-email-module__7D6RqW__leftSection:before{content:"";z-index:2;background:url(/images/auth.png) 50%/auto 60% no-repeat;position:absolute;top:0;bottom:0;left:0;right:0}.confirm-email-module__7D6RqW__rightSection{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.5);flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.confirm-email-module__7D6RqW__formContainer{background:0 0;border:none;border-radius:0;width:100%;max-width:420px;padding:0;position:relative}.confirm-email-module__7D6RqW__logo{text-align:left;margin-bottom:24px;transition:transform .3s;display:block}.confirm-email-module__7D6RqW__logo:hover{transform:scale(1.05)}.confirm-email-module__7D6RqW__logo img{width:auto;height:60px}.confirm-email-module__7D6RqW__successIcon{justify-content:center;align-items:center;width:60px;height:60px;margin:0 0 24px;display:flex}.confirm-email-module__7D6RqW__successIcon img{width:60px;height:60px}.confirm-email-module__7D6RqW__title{text-align:left;color:#233b67;margin-bottom:8px;font-family:Inter,Arial,sans-serif;font-size:1.875rem;font-weight:700}.confirm-email-module__7D6RqW__successMessage{text-align:left;color:#233b67;margin-bottom:24px;font-family:Inter,Arial,sans-serif;font-size:16px;font-weight:500;line-height:1.6}.confirm-email-module__7D6RqW__successMessage p{color:#233b67;margin:0 0 12px;font-family:Inter,Arial,sans-serif;font-size:15px;font-weight:500;line-height:1.5}.confirm-email-module__7D6RqW__successMessage p:last-child{color:#718096;margin-bottom:0;font-family:Inter,Arial,sans-serif;font-size:14px}.confirm-email-module__7D6RqW__actions{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.confirm-email-module__7D6RqW__submitButton{color:#fff;cursor:pointer;z-index:1;box-sizing:border-box;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);border:none;border-radius:4px;justify-content:center;align-items:center;width:100%;height:46px;padding:0 25px;font-size:16px;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.confirm-email-module__7D6RqW__submitButton:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#c37efd 0%,#6d5dcd 100%);transition:opacity .8s;position:absolute;top:0;bottom:0;left:0;right:0}.confirm-email-module__7D6RqW__submitButton:hover:not(:disabled):before{opacity:1}.confirm-email-module__7D6RqW__submitButton:hover:not(:disabled){color:#fff}.confirm-email-module__7D6RqW__submitButton:focus{outline:none;box-shadow:0 0 0 3px rgba(195,126,253,.3)}.confirm-email-module__7D6RqW__submitButton:active{transform:translateY(0)}.confirm-email-module__7D6RqW__submitButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.confirm-email-module__7D6RqW__footer{text-align:center;flex-direction:column;gap:16px;margin-top:32px;display:flex}.confirm-email-module__7D6RqW__footer p{color:#233b67;margin:0;font-family:Inter,Arial,sans-serif;font-size:14px;font-weight:400}.confirm-email-module__7D6RqW__link{color:#c07dfb;font-weight:600;text-decoration:none;transition:all .3s}.confirm-email-module__7D6RqW__link:hover{color:#6f5fcd;text-decoration:none}@media (max-width:1024px){.confirm-email-module__7D6RqW__container{flex-direction:column}.confirm-email-module__7D6RqW__leftSection{min-height:40vh}.confirm-email-module__7D6RqW__rightSection{padding:32px 24px}}@media (max-width:768px){.confirm-email-module__7D6RqW__leftSection{display:none}.confirm-email-module__7D6RqW__rightSection{flex:1;padding:24px 20px}.confirm-email-module__7D6RqW__formContainer{padding:30px 20px}.confirm-email-module__7D6RqW__title{font-size:1.5rem}.confirm-email-module__7D6RqW__successMessage{font-size:14px}.confirm-email-module__7D6RqW__successIcon,.confirm-email-module__7D6RqW__successIcon img{width:50px;height:50px}.confirm-email-module__7D6RqW__submitButton{padding:12px 25px}}@media (max-width:480px){.confirm-email-module__7D6RqW__leftSection{min-height:25vh;padding:16px}.confirm-email-module__7D6RqW__rightSection{padding:20px 16px}.confirm-email-module__7D6RqW__formContainer{padding:24px 16px}.confirm-email-module__7D6RqW__logo img{height:48px}.confirm-email-module__7D6RqW__successIcon,.confirm-email-module__7D6RqW__successIcon img{width:50px;height:50px}}
.dashboard-module__XABe8G__main-dashboard-section{background:linear-gradient(#fff 0%,rgba(196,126,253,.506) 100%);padding-bottom:40px}.dashboard-module__XABe8G__recent-sessions-wrapper{background:linear-gradient(rgba(196,126,253,.506) 0%,#fff 100%);padding:0}.dashboard-module__XABe8G__exclusive-content-wrapper{background:linear-gradient(#fff 0%,rgba(196,126,253,.506) 100%);padding:40px 0}.dashboard-module__XABe8G__need-help-wrapper{background:linear-gradient(rgba(196,126,253,.506) 0%,#fff 100%);padding:40px 0 80px}.dashboard-module__XABe8G__header{z-index:100;justify-content:space-between;align-items:center;max-width:1200px;margin:10px auto 0;padding:16px 64px;display:flex;position:-webkit-sticky;position:sticky;top:0}.dashboard-module__XABe8G__header:after{content:\"\";background:0 0;width:100vw;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.dashboard-module__XABe8G__header .dashboard-module__XABe8G__logo{align-items:center;display:flex}.dashboard-module__XABe8G__logo-link{align-items:center;text-decoration:none;transition:opacity .3s;display:flex}.dashboard-module__XABe8G__logo-link:hover{opacity:.8}.dashboard-module__XABe8G__header .dashboard-module__XABe8G__logo img{width:auto;height:50px}.dashboard-module__XABe8G__user-button{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;background:rgba(255,255,255,.5);border:1px solid #ebecee;border-radius:4px;align-items:center;gap:8px;height:40px;padding:8px 16px;font-size:14px;transition:all .3s;display:flex}.dashboard-module__XABe8G__user-button:hover{background:rgba(195,126,253,.1);border-color:#c37efd}.dashboard-module__XABe8G__user-image{color:#fff;background:linear-gradient(135deg,#c37efd 0%,#6d5dcd 100%);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:600;display:flex}.dashboard-module__XABe8G__user-name{color:#233a67;font-size:14px;font-weight:600}.dashboard-module__XABe8G__logout-button{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;background:rgba(255,255,255,.5);border:1px solid #ebecee;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;margin-left:12px;padding:8px 10px;transition:all .3s;display:flex}.dashboard-module__XABe8G__logout-button:hover:not(:disabled){background:rgba(195,126,253,.1);border-color:#c37efd}.dashboard-module__XABe8G__logout-button:disabled{opacity:.7;cursor:not-allowed}.dashboard-module__XABe8G__logout-icon{color:#233a67;width:16px;height:16px}.dashboard-module__XABe8G__nav-menu{background:0 0;max-width:1200px;margin:0 auto;padding:8px 64px 0}.dashboard-module__XABe8G__nav-menu ul{gap:0;margin:0;padding:0;list-style:none;display:flex}.dashboard-module__XABe8G__nav-menu li{margin:0}.dashboard-module__XABe8G__nav-menu a,.dashboard-module__XABe8G__nav-menu button{color:#233a67;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:8px;margin:8px 4px;padding:12px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:all .3s;display:flex;text-decoration:none!important}.dashboard-module__XABe8G__nav-icon{opacity:1;width:20px;height:20px;transition:all .3s}.dashboard-module__XABe8G__nav-icon-container{justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:relative}.dashboard-module__XABe8G__nav-icon.dashboard-module__XABe8G__dark{opacity:1}.dashboard-module__XABe8G__nav-icon.dashboard-module__XABe8G__light{opacity:0;position:absolute;top:0;left:0}.dashboard-module__XABe8G__nav-menu a:first-child,.dashboard-module__XABe8G__nav-menu button:first-child{margin-left:0}.dashboard-module__XABe8G__nav-menu a:hover,.dashboard-module__XABe8G__nav-menu button:hover{color:#c07dfb;text-decoration:none!important}.dashboard-module__XABe8G__nav-menu a:hover .dashboard-module__XABe8G__nav-icon.dashboard-module__XABe8G__dark,.dashboard-module__XABe8G__nav-menu button:hover .dashboard-module__XABe8G__nav-icon.dashboard-module__XABe8G__dark{opacity:1;filter:brightness(0)saturate()invert(66%)sepia(86%)saturate(2527%)hue-rotate(273deg)brightness(96%)contrast(97%)}.dashboard-module__XABe8G__nav-menu a:hover .dashboard-module__XABe8G__nav-icon.dashboard-module__XABe8G__light,.dashboard-module__XABe8G__nav-menu button:hover .dashboard-module__XABe8G__nav-icon.dashboard-module__XABe8G__light{opacity:0}.dashboard-module__XABe8G__nav-menu a.dashboard-module__XABe8G__active,.dashboard-module__XABe8G__nav-menu button.dashboard-module__XABe8G__active{color:#fff;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);text-decoration:none!important}.dashboard-module__XABe8G__nav-menu a.dashboard-module__XABe8G__active .dashboard-module__XABe8G__nav-icon.dashboard-module__XABe8G__dark,.dashboard-module__XABe8G__nav-menu button.dashboard-module__XABe8G__active .dashboard-module__XABe8G__nav-icon.dashboard-module__XABe8G__dark{opacity:0}.dashboard-module__XABe8G__nav-menu a.dashboard-module__XABe8G__active .dashboard-module__XABe8G__nav-icon.dashboard-module__XABe8G__light,.dashboard-module__XABe8G__nav-menu button.dashboard-module__XABe8G__active .dashboard-module__XABe8G__nav-icon.dashboard-module__XABe8G__light{opacity:1}.dashboard-module__XABe8G__dashboard-content{max-width:1200px;margin:0 auto;padding:8px 64px}.dashboard-module__XABe8G__welcome-section{justify-content:space-between;align-items:center;gap:32px;margin:20px 0 32px;display:flex}.dashboard-module__XABe8G__welcome-content{flex:1}.dashboard-module__XABe8G__welcome-heading{color:#233a67;margin:0 0 4px;font-size:28px;font-weight:700;line-height:1.2}.dashboard-module__XABe8G__welcome-subtext{color:#233a67;opacity:.8;margin:0;font-size:16px;line-height:1.4}.dashboard-module__XABe8G__plan-section{margin-bottom:40px}.dashboard-module__XABe8G__plan-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.5);border:1px solid #ebecee;border-radius:4px;min-width:246px;height:-moz-fit-content;height:fit-content;padding:16px 20px;transition:all .3s}.dashboard-module__XABe8G__plan-card:hover{border-color:#c37efd;transform:translateY(-2px);box-shadow:0 8px 24px rgba(195,126,253,.2)}.dashboard-module__XABe8G__plan-info{justify-content:space-between;align-items:center;gap:16px;display:flex}.dashboard-module__XABe8G__plan-header{align-items:center;gap:8px;display:flex}.dashboard-module__XABe8G__plan-icon{font-size:18px}.dashboard-module__XABe8G__plan-title{color:#233a67;margin:0;font-size:14px;font-weight:600}.dashboard-module__XABe8G__plan-name{color:#233a67;white-space:nowrap;margin:0;font-size:18px;font-weight:700}.dashboard-module__XABe8G__plan-left{flex-direction:column;gap:6px;display:flex}.dashboard-module__XABe8G__sessions-text{color:#233a67;opacity:.8;margin:0;font-size:14px;line-height:1}.dashboard-module__XABe8G__plan-features{color:#233a67;opacity:.8;flex:1;margin:0;font-size:12px;line-height:1.2}.dashboard-module__XABe8G__upgrade-button{color:#fff;cursor:pointer;z-index:1;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);border:none;border-radius:4px;align-self:flex-start;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.dashboard-module__XABe8G__upgrade-button svg{width:14px;height:14px}.dashboard-module__XABe8G__upgrade-button svg path{stroke:#fff}.dashboard-module__XABe8G__upgrade-button:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#c37efd 0%,#6d5dcd 100%);transition:opacity .8s;position:absolute;top:0;bottom:0;left:0;right:0}.dashboard-module__XABe8G__upgrade-button:hover:before{opacity:1}.dashboard-module__XABe8G__analytics-section{margin-bottom:40px}.dashboard-module__XABe8G__analytics-cards{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.dashboard-module__XABe8G__analytics-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.5);border:1px solid #ebecee;border-radius:4px;align-items:center;gap:24px;padding:20px;transition:all .3s;display:flex}.dashboard-module__XABe8G__analytics-card:hover{border-color:#c37efd;transform:translateY(-2px);box-shadow:0 8px 24px rgba(195,126,253,.2)}.dashboard-module__XABe8G__analytics-icon{color:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.dashboard-module__XABe8G__analytics-content{flex:1}.dashboard-module__XABe8G__analytics-number{color:#233a67;margin-bottom:4px;font-size:24px;font-weight:700;line-height:1}.dashboard-module__XABe8G__analytics-label{color:#233a67;opacity:.8;font-size:14px;font-weight:500}.dashboard-module__XABe8G__action-card{background:rgba(255,255,255,.5);border:2px dotted #c37efd;justify-content:center}.dashboard-module__XABe8G__action-content{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.dashboard-module__XABe8G__action-text{color:#233a67;font-size:14px;font-weight:500}.dashboard-module__XABe8G__quick-start-button{color:#fff;cursor:pointer;z-index:1;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);border:none;border-radius:4px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.dashboard-module__XABe8G__quick-start-button svg{width:14px;height:14px}.dashboard-module__XABe8G__quick-start-button svg path{stroke:#fff}.dashboard-module__XABe8G__quick-start-button:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#c37efd 0%,#6d5dcd 100%);transition:opacity .8s;position:absolute;top:0;bottom:0;left:0;right:0}.dashboard-module__XABe8G__quick-start-button:hover:before{opacity:1}.dashboard-module__XABe8G__start-practicing-section{margin-bottom:40px}.dashboard-module__XABe8G__start-practicing-heading{color:#233a67;margin:0 0 4px;font-size:28px;font-weight:700;line-height:1.2}.dashboard-module__XABe8G__start-practicing-subtext{color:#233a67;opacity:.8;margin-bottom:24px;font-size:16px;line-height:1.4}.dashboard-module__XABe8G__practice-info{text-align:center;flex-direction:column;justify-content:space-between;align-items:center;gap:24px;display:flex}.dashboard-module__XABe8G__practice-text{max-width:800px}.dashboard-module__XABe8G__button-container{justify-content:center;display:flex}.dashboard-module__XABe8G__quick-start-container{justify-content:flex-end;display:flex}.dashboard-module__XABe8G__main-start-button{color:#fff;cursor:pointer;z-index:1;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);border:none;border-radius:4px;padding:14px 28px;font-size:16px;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.dashboard-module__XABe8G__practice-steps{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.dashboard-module__XABe8G__practice-step{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.7);border:1px solid #ebecee;border-radius:4px;flex-direction:column;align-items:center;gap:16px;padding:24px;transition:all .3s;display:flex}.dashboard-module__XABe8G__practice-step:hover{border-color:#c37efd;transform:translateY(-2px);box-shadow:0 8px 24px rgba(195,126,253,.2)}.dashboard-module__XABe8G__step-number{color:#fff;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:700;display:flex}.dashboard-module__XABe8G__step-content{flex-direction:column;flex:1;gap:12px;display:flex}.dashboard-module__XABe8G__step-title{color:#233a67;margin:0;font-size:18px;font-weight:700;line-height:1.3}.dashboard-module__XABe8G__step-description{color:#233a67;opacity:.8;flex-grow:1;margin:0;font-size:14px;line-height:1.4}.dashboard-module__XABe8G__step-button{color:#233a67;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.5);border:1px solid #ebecee;border-radius:4px;align-self:stretch;padding:8px 16px;font-size:14px;font-weight:600;transition:all .3s}.dashboard-module__XABe8G__step-button:hover{color:#c37efd;background:rgba(195,126,253,.1);border-color:#c37efd}.dashboard-module__XABe8G__practice-section{margin-bottom:32px}.dashboard-module__XABe8G__practice-container{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px;display:grid}.dashboard-module__XABe8G__practice-main-card{color:#fff;background:linear-gradient(135deg,#6d5dcd 0%,#c37efd 100%);border-radius:4px;flex-direction:column;gap:20px;padding:32px;display:flex}.dashboard-module__XABe8G__practice-main-card h2{color:#fff;margin:0;font-size:28px;font-weight:700;line-height:1.2}.dashboard-module__XABe8G__practice-main-card p{opacity:.9;color:#fff;margin:0;font-size:16px;line-height:1.4}.dashboard-module__XABe8G__practice-main-card .dashboard-module__XABe8G__main-start-button{color:#6d5dcd;cursor:pointer;background:#fff;border:2px solid #fff;border-radius:4px;align-self:flex-start;align-items:center;gap:8px;padding:14px 28px;font-size:16px;font-weight:600;transition:all .3s;display:flex}.dashboard-module__XABe8G__practice-main-card .dashboard-module__XABe8G__main-start-button svg{width:16px;height:16px}.dashboard-module__XABe8G__practice-main-card .dashboard-module__XABe8G__main-start-button svg path{stroke:#6d5dcd}.dashboard-module__XABe8G__practice-main-card .dashboard-module__XABe8G__main-start-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.dashboard-module__XABe8G__practice-features{flex-direction:column;justify-content:center;gap:16px;height:100%;display:flex}.dashboard-module__XABe8G__feature-box{background:0 0;border:2px dotted #c37efd;border-radius:4px;flex:1;align-items:center;min-height:auto;padding:16px;transition:all .3s;display:flex}.dashboard-module__XABe8G__feature-box:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(195,126,253,.1)}.dashboard-module__XABe8G__feature-box p{color:#233a67;align-items:flex-start;gap:8px;margin:0;font-size:14px;line-height:1.4;display:flex}.dashboard-module__XABe8G__feature-box p:before{content:\"•\";color:#c37efd;flex-shrink:0;margin-top:-2px;font-size:16px;font-weight:700}.dashboard-module__XABe8G__practice-subheading{color:#233a67;text-align:left;opacity:.8;margin:8px 0 24px;font-size:16px;line-height:1.4}.dashboard-module__XABe8G__topic-cards{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.dashboard-module__XABe8G__topic-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.5);border:1px solid #ebecee;border-radius:4px;padding:0;transition:all .3s;overflow:hidden}.dashboard-module__XABe8G__topic-card:hover{border-color:#c37efd;transform:translateY(-2px);box-shadow:0 8px 24px rgba(195,126,253,.2)}.dashboard-module__XABe8G__card-header{background:0 0;border-bottom:1px solid #ebecee;justify-content:space-between;align-items:center;padding:12px 18px 10px;display:flex}.dashboard-module__XABe8G__ai-persona{align-items:center;gap:8px;display:flex}.dashboard-module__XABe8G__ai-avatar{background:linear-gradient(135deg,#c37efd 0%,#6d5dcd 100%);border:2px solid #fff;border-radius:50%;width:28px;height:28px}.dashboard-module__XABe8G__ai-avatar-image{object-fit:cover;border-radius:50%;width:28px;height:28px}.dashboard-module__XABe8G__ai-role{color:#233a67;font-size:14px;font-weight:600}.dashboard-module__XABe8G__card-body{flex-direction:column;gap:12px;padding:16px 18px 18px;display:flex}.dashboard-module__XABe8G__topic-title{color:#233a67;margin:0;font-size:18px;font-weight:700;line-height:1.3}.dashboard-module__XABe8G__topic-description{color:#233a67;opacity:.8;flex-grow:1;margin:0;font-size:14px;line-height:1.4}.dashboard-module__XABe8G__start-button{color:#fff;cursor:pointer;z-index:1;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);border:none;border-radius:4px;align-self:flex-start;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.dashboard-module__XABe8G__start-button svg{width:14px;height:14px}.dashboard-module__XABe8G__start-button svg path{stroke:#fff}.dashboard-module__XABe8G__start-button:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#c37efd 0%,#6d5dcd 100%);transition:opacity .8s;position:absolute;top:0;bottom:0;left:0;right:0}.dashboard-module__XABe8G__start-button:hover:before{opacity:1}.dashboard-module__XABe8G__difficulty-chip{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.dashboard-module__XABe8G__difficulty-chip.dashboard-module__XABe8G__easy,.dashboard-module__XABe8G__difficulty-chip.dashboard-module__XABe8G__medium,.dashboard-module__XABe8G__difficulty-chip.dashboard-module__XABe8G__hard{color:#6d5dcd;background:rgba(195,126,253,.2);border:1px solid #c37efd}.dashboard-module__XABe8G__refresh-button{color:#fff;cursor:pointer;z-index:1;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);border:none;border-radius:4px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.dashboard-module__XABe8G__refresh-button svg{width:14px;height:14px}.dashboard-module__XABe8G__refresh-button svg path{stroke:#fff}.dashboard-module__XABe8G__refresh-button:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#c37efd 0%,#6d5dcd 100%);transition:opacity .8s;position:absolute;top:0;bottom:0;left:0;right:0}.dashboard-module__XABe8G__refresh-button:hover:before{opacity:1}.dashboard-module__XABe8G__recent-sessions-section{margin-bottom:0}.dashboard-module__XABe8G__section-heading{color:#233a67;margin:0;font-size:28px;font-weight:700;line-height:1.2}.dashboard-module__XABe8G__show-more-button{color:#233a67;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.7);border:1px solid #ebecee;border-radius:4px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .3s}.dashboard-module__XABe8G__show-more-button:hover{color:#c37efd;background:rgba(195,126,253,.1);border-color:#c37efd}.dashboard-module__XABe8G__session-cards{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.dashboard-module__XABe8G__session-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.5);border:1px solid #ebecee;border-radius:4px;padding:0;transition:all .3s;overflow:hidden}.dashboard-module__XABe8G__session-card:hover{border-color:#c37efd;transform:translateY(-2px);box-shadow:0 8px 24px rgba(195,126,253,.2)}.dashboard-module__XABe8G__session-card .dashboard-module__XABe8G__card-header{background:0 0;border-bottom:1px solid #ebecee;justify-content:space-between;align-items:center;gap:12px;padding:12px 18px 10px;display:flex}.dashboard-module__XABe8G__header-right{align-items:center;gap:12px;display:flex}.dashboard-module__XABe8G__session-info{align-items:center;gap:8px;display:flex}.dashboard-module__XABe8G__session-date{color:#233a67;font-size:14px;font-weight:600}.dashboard-module__XABe8G__session-duration{color:#233a67;opacity:.8;background:rgba(235,236,238,.7);border-radius:4px;padding:2px 6px;font-size:11px}.dashboard-module__XABe8G__session-title{color:#233a67;margin:0 0 8px;font-size:18px;font-weight:700;line-height:1.3}.dashboard-module__XABe8G__session-description{color:#233a67;opacity:.8;margin:0 0 16px;font-size:14px;line-height:1.4}.dashboard-module__XABe8G__metrics-container{margin-bottom:16px}.dashboard-module__XABe8G__metric-item{align-items:center;gap:12px;margin-bottom:8px;display:flex}.dashboard-module__XABe8G__metric-label{color:#233a67;min-width:60px;font-size:12px;font-weight:600}.dashboard-module__XABe8G__progress-bar{background:rgba(235,236,238,.7);border-radius:3px;flex:1;height:6px;overflow:hidden}.dashboard-module__XABe8G__progress-fill{background:linear-gradient(90deg,#c37efd,#6d5dcd);border-radius:3px;height:100%;transition:width .3s}.dashboard-module__XABe8G__metric-score{color:#233a67;text-align:right;min-width:24px;font-size:12px;font-weight:700}.dashboard-module__XABe8G__session-actions{flex-wrap:wrap;gap:8px;display:flex}.dashboard-module__XABe8G__view-button{color:#fff;cursor:pointer;z-index:1;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);border:none;border-radius:4px;flex:1;justify-content:center;align-items:center;gap:6px;min-width:100px;padding:8px 16px;font-size:12px;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.dashboard-module__XABe8G__view-button img{filter:brightness(0)saturate()invert();width:16px;height:16px}.dashboard-module__XABe8G__view-button:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#c37efd 0%,#6d5dcd 100%);transition:opacity .8s;position:absolute;top:0;bottom:0;left:0;right:0}.dashboard-module__XABe8G__view-button:hover:before{opacity:1}.dashboard-module__XABe8G__action-btn-secondary{color:#233a67;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.7);border:1px solid #ebecee;border-radius:4px;align-items:center;gap:6px;padding:8px 12px;font-size:11px;font-weight:600;transition:all .3s;display:flex}.dashboard-module__XABe8G__action-btn-secondary img{filter:brightness(0)saturate()invert(19%)sepia(20%)saturate(1171%)hue-rotate(192deg)brightness(93%)contrast(91%);width:16px;height:16px}.dashboard-module__XABe8G__action-btn-secondary:hover{color:#233a67;background:rgba(195,126,253,.1);border-color:#c37efd}.dashboard-module__XABe8G__show-all-button{color:#fff;cursor:pointer;z-index:1;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);border:none;border-radius:4px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.dashboard-module__XABe8G__show-all-button svg{width:14px;height:14px}.dashboard-module__XABe8G__show-all-button svg path{stroke:#fff}.dashboard-module__XABe8G__show-all-button:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#c37efd 0%,#6d5dcd 100%);transition:opacity .8s;position:absolute;top:0;bottom:0;left:0;right:0}.dashboard-module__XABe8G__show-all-button:hover:before{opacity:1}.dashboard-module__XABe8G__exclusive-content-section{margin:0;padding:0}.dashboard-module__XABe8G__blog-cards{grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px;display:grid}.dashboard-module__XABe8G__blog-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.5);border:1px solid #ebecee;border-radius:4px;flex-direction:column;padding:0;transition:all .3s;display:flex;overflow:visible}.dashboard-module__XABe8G__blog-card:hover{border-color:#c37efd;transform:translateY(-2px);box-shadow:0 8px 24px rgba(195,126,253,.2)}.dashboard-module__XABe8G__blog-image-placeholder{color:#233a67;background:linear-gradient(135deg,rgba(195,126,253,.1) 0%,rgba(109,93,205,.1) 100%);border-radius:4px;justify-content:center;align-items:center;width:100%;height:200px;margin-bottom:16px;font-size:14px;font-weight:500;display:flex}.dashboard-module__XABe8G__blog-content{flex-direction:column;flex:1;padding:20px;display:flex}.dashboard-module__XABe8G__blog-title{color:#233a67;margin:0 0 12px;font-size:18px;font-weight:600;line-height:1.4}.dashboard-module__XABe8G__blog-description{color:#233a67;opacity:.8;flex:1;margin:0 0 16px;font-size:14px;line-height:1.5}.dashboard-module__XABe8G__blog-author{border-top:1px solid #ebecee;justify-content:space-between;align-items:center;gap:12px;margin-bottom:0;padding:12px 0;display:flex}.dashboard-module__XABe8G__author-section{align-items:center;gap:12px;display:flex}.dashboard-module__XABe8G__author-avatar{background:linear-gradient(135deg,#c37efd 0%,#6d5dcd 100%);border:2px dashed rgba(195,126,253,.5);border-radius:50%;flex-shrink:0;width:40px;height:40px}.dashboard-module__XABe8G__author-avatar-image{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.dashboard-module__XABe8G__author-info{flex-direction:column;display:flex}.dashboard-module__XABe8G__author-name{color:#233a67;margin-bottom:2px;font-size:14px;font-weight:600}.dashboard-module__XABe8G__author-title{color:#233a67;opacity:.8;font-size:12px}.dashboard-module__XABe8G__blog-read-button{color:#fff;cursor:pointer;white-space:nowrap;z-index:1;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);border:none;border-radius:4px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.dashboard-module__XABe8G__blog-read-button:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#c37efd 0%,#6d5dcd 100%);transition:opacity .8s;position:absolute;top:0;bottom:0;left:0;right:0}.dashboard-module__XABe8G__blog-read-button:hover:before{opacity:1}.dashboard-module__XABe8G__blog-read-button:hover{transform:translateY(-1px)}.dashboard-module__XABe8G__show-more-button{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.dashboard-module__XABe8G__show-more-button:hover{background:#f8f9fa;border-color:#d1d5db}.dashboard-module__XABe8G__need-help-section{margin:0}.dashboard-module__XABe8G__need-help-section .dashboard-module__XABe8G__section-header{text-align:center;margin-bottom:32px}.dashboard-module__XABe8G__need-help-section .dashboard-module__XABe8G__section-header h2{color:#233a67;margin:0 0 4px;font-size:28px;font-weight:700}.dashboard-module__XABe8G__need-help-section .dashboard-module__XABe8G__section-subtitle{color:#233a67;opacity:.8;margin:0;font-size:16px}.dashboard-module__XABe8G__help-container{justify-content:center;max-width:600px;margin:0 auto;display:flex}.dashboard-module__XABe8G__contact-form-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.5);border:1px solid #ebecee;border-radius:4px;width:100%;padding:32px;transition:all .3s}.dashboard-module__XABe8G__contact-info-section{text-align:center;border-top:1px solid #ebecee;margin-top:32px;padding-top:24px}.dashboard-module__XABe8G__contact-info-section h4{color:#233a67;margin-bottom:16px;font-size:16px;font-weight:600}.dashboard-module__XABe8G__contact-email{color:#233a67;opacity:.8;margin-bottom:20px;font-size:14px}.dashboard-module__XABe8G__contact-email a{color:#233a67;font-weight:600;text-decoration:none}.dashboard-module__XABe8G__contact-email a:hover{color:#c37efd;text-decoration:underline}.dashboard-module__XABe8G__social-links{justify-content:center;gap:16px;display:flex}.dashboard-module__XABe8G__social-icon{color:#233a67;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.7);border:1px solid #ebecee;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:12px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.dashboard-module__XABe8G__social-icon:hover{color:#c37efd;background:rgba(195,126,253,.1);border-color:#c37efd}.dashboard-module__XABe8G__form-header{text-align:left;margin-bottom:25px}.dashboard-module__XABe8G__form-header h3{color:#233a67;margin-bottom:8px;font-size:20px;font-weight:700}.dashboard-module__XABe8G__form-header p{color:#233a67;opacity:.8;margin:0;font-size:14px}.dashboard-module__XABe8G__form-row{grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px;display:grid}.dashboard-module__XABe8G__form-group{margin-bottom:15px}.dashboard-module__XABe8G__form-group label{color:#233a67;margin-bottom:6px;font-size:14px;font-weight:600;display:block}.dashboard-module__XABe8G__form-group input,.dashboard-module__XABe8G__form-group textarea{box-sizing:border-box;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.7);border:2px solid #ebecee;border-radius:4px;width:100%;padding:12px 15px;font-family:Inter,Arial,sans-serif;font-size:14px;transition:all .3s}.dashboard-module__XABe8G__form-group input:focus,.dashboard-module__XABe8G__form-group textarea:focus{border-color:#c37efd;outline:none;box-shadow:0 0 0 3px rgba(195,126,253,.3)}.dashboard-module__XABe8G__form-group textarea{resize:vertical;height:100px}.dashboard-module__XABe8G__send-button{color:#fff;cursor:pointer;z-index:1;box-sizing:border-box;background:linear-gradient(90deg,#6d5dcd 0%,#c37efd 100%);border:none;border-radius:4px;justify-content:center;align-items:center;width:100%;height:46px;padding:0 20px;font-size:16px;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.dashboard-module__XABe8G__send-button:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#c37efd 0%,#6d5dcd 100%);transition:opacity .8s;position:absolute;top:0;bottom:0;left:0;right:0}.dashboard-module__XABe8G__send-button:hover:before{opacity:1}.dashboard-module__XABe8G__send-button:focus{outline:none;box-shadow:0 0 0 3px rgba(195,126,253,.3)}.dashboard-module__XABe8G__send-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.dashboard-module__XABe8G__loading-icon{width:22px;height:22px;display:block}.dashboard-module__XABe8G__dashboard-footer{background:linear-gradient(90deg,#fff 0%,rgba(196,126,253,.506) 100%);border-top:1px solid #ebecee;margin-top:48px;padding:20px 0}.dashboard-module__XABe8G__dashboard-footer .dashboard-module__XABe8G__footer-content{text-align:center;max-width:1200px;margin:0 auto;padding:0 32px}.dashboard-module__XABe8G__dashboard-footer p{color:#233a67;opacity:.8;margin:0;font-size:14px}@media (max-width:1024px){.dashboard-module__XABe8G__analytics-card{gap:24px}.dashboard-module__XABe8G__start-button,.dashboard-module__XABe8G__main-start-button,.dashboard-module__XABe8G__quick-start-button,.dashboard-module__XABe8G__practice-main-card .dashboard-module__XABe8G__main-start-button{justify-content:center;width:100%}}@media (max-width:768px){.dashboard-module__XABe8G__header{padding:16px 20px}.dashboard-module__XABe8G__nav-menu{scrollbar-width:none;-ms-overflow-style:none;padding:0 20px;overflow-x:auto}.dashboard-module__XABe8G__nav-menu::-webkit-scrollbar{display:none}.dashboard-module__XABe8G__nav-menu ul{flex-wrap:nowrap;min-width:max-content}.dashboard-module__XABe8G__nav-menu li{flex-shrink:0}.dashboard-module__XABe8G__header .dashboard-module__XABe8G__logo{font-size:24px}.dashboard-module__XABe8G__user-name{display:none}.dashboard-module__XABe8G__dashboard-content{padding:8px 20px}.dashboard-module__XABe8G__welcome-heading{font-size:24px}.dashboard-module__XABe8G__welcome-section{flex-direction:column;align-items:stretch;gap:20px}.dashboard-module__XABe8G__plan-card{box-sizing:border-box;order:-1;width:100%;max-width:100%;margin-bottom:12px}.dashboard-module__XABe8G__plan-info{flex-direction:row;align-items:center;gap:16px}.dashboard-module__XABe8G__welcome-subtext{font-size:14px}.dashboard-module__XABe8G__analytics-cards{grid-template-columns:1fr;gap:12px}.dashboard-module__XABe8G__analytics-card{gap:24px;padding:16px}.dashboard-module__XABe8G__analytics-icon{width:40px;height:40px;font-size:20px}.dashboard-module__XABe8G__analytics-number{font-size:20px}.dashboard-module__XABe8G__analytics-label{font-size:12px}.dashboard-module__XABe8G__action-card{display:none}.dashboard-module__XABe8G__start-practicing-heading{font-size:24px}.dashboard-module__XABe8G__start-practicing-subtext{font-size:14px}.dashboard-module__XABe8G__practice-container{grid-template-columns:1fr;gap:20px}.dashboard-module__XABe8G__practice-main-card{padding:24px}.dashboard-module__XABe8G__practice-main-card h2{font-size:24px}.dashboard-module__XABe8G__practice-main-card p{font-size:14px}.dashboard-module__XABe8G__feature-box{padding:16px}.dashboard-module__XABe8G__feature-box p{font-size:13px}.dashboard-module__XABe8G__practice-steps{grid-template-columns:1fr;gap:16px}.dashboard-module__XABe8G__practice-step{gap:12px;padding:20px}.dashboard-module__XABe8G__step-number{width:36px;height:36px;font-size:16px}.dashboard-module__XABe8G__step-title{font-size:16px}.dashboard-module__XABe8G__step-description{font-size:14px}.dashboard-module__XABe8G__step-button{padding:10px 16px;font-size:12px}.dashboard-module__XABe8G__practice-subheading{text-align:left;font-size:14px}.dashboard-module__XABe8G__start-button,.dashboard-module__XABe8G__main-start-button,.dashboard-module__XABe8G__quick-start-button,.dashboard-module__XABe8G__practice-main-card .dashboard-module__XABe8G__main-start-button{justify-content:center;width:100%}.dashboard-module__XABe8G__topic-cards{grid-template-columns:1fr;gap:16px}.dashboard-module__XABe8G__card-header{padding:16px 20px 12px}.dashboard-module__XABe8G__card-body{gap:12px;padding:16px 20px 20px}.dashboard-module__XABe8G__ai-persona{gap:10px}.dashboard-module__XABe8G__ai-avatar,.dashboard-module__XABe8G__ai-avatar-image{width:32px;height:32px}.dashboard-module__XABe8G__ai-role{font-size:14px}.dashboard-module__XABe8G__topic-title{font-size:18px}.dashboard-module__XABe8G__topic-description{font-size:14px}.dashboard-module__XABe8G__session-cards{grid-template-columns:1fr;gap:16px}.dashboard-module__XABe8G__section-heading{font-size:24px}.dashboard-module__XABe8G__session-actions{flex-direction:column;gap:8px}.dashboard-module__XABe8G__action-btn-secondary{text-align:center}.dashboard-module__XABe8G__exclusive-content-section{margin:32px 0}.dashboard-module__XABe8G__exclusive-content-section .dashboard-module__XABe8G__section-header h2{font-size:24px}.dashboard-module__XABe8G__blog-cards{grid-template-columns:1fr;gap:16px}.dashboard-module__XABe8G__blog-content{padding:16px}.dashboard-module__XABe8G__blog-title{font-size:16px}.dashboard-module__XABe8G__blog-description{font-size:14px}.dashboard-module__XABe8G__need-help-section .dashboard-module__XABe8G__section-header h2{font-size:24px}.dashboard-module__XABe8G__contact-form-card{padding:24px}.dashboard-module__XABe8G__form-row{grid-template-columns:1fr}.dashboard-module__XABe8G__social-links{gap:12px}.dashboard-module__XABe8G__social-icon{width:36px;height:36px;font-size:11px}}
