@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
.LegalModal-module__58Niva__backdrop{z-index:1200;background:#0009;justify-content:center;align-items:flex-start;padding:48px 16px;display:flex;position:fixed;inset:0;overflow-y:auto}.LegalModal-module__58Niva__panel{background:#fff;border-radius:16px;flex-direction:column;width:min(880px,100%);max-height:calc(100vh - 96px);display:flex;box-shadow:0 20px 60px #0f172a33}.LegalModal-module__58Niva__header{border-bottom:1px solid var(--th-border-color);justify-content:space-between;align-items:center;padding:20px 28px;display:flex}.LegalModal-module__58Niva__header h2{color:var(--th-dark-blue);margin:0;font-size:28px}.LegalModal-module__58Niva__closeBtn{cursor:pointer;color:#94a3b8;background:0 0;border:0;padding:0;font-size:32px;line-height:1}.LegalModal-module__58Niva__closeBtn:hover{color:#0f172a}.LegalModal-module__58Niva__content{padding:24px 28px 32px;overflow-y:auto}.LegalModal-module__58Niva__content h3{color:var(--th-dark-blue);margin-top:24px;margin-bottom:12px;font-size:18px}.LegalModal-module__58Niva__content p{color:var(--th-text-gray);margin-bottom:16px;line-height:1.7}.LegalModal-module__58Niva__content ul{margin:0 0 16px 20px;padding:0}.LegalModal-module__58Niva__content li{color:var(--th-text-gray);margin-bottom:10px}.LegalModal-module__58Niva__content a{color:var(--th-primary-blue);text-decoration:none}.LegalModal-module__58Niva__content a:hover{text-decoration:underline}.LegalModal-module__58Niva__content strong{color:var(--th-dark-blue)}@media (max-width:768px){.LegalModal-module__58Niva__panel{max-height:calc(100vh - 64px)}.LegalModal-module__58Niva__header{padding:16px 20px}.LegalModal-module__58Niva__content{padding:20px}}
.CountryPicker-module__FS_Mhq__countryPicker{display:inline-block;position:relative}.CountryPicker-module__FS_Mhq__countryPickerTrigger{cursor:pointer;color:#e2e8f0;background:#0f172a99;border:1px solid #94a3b833;border-radius:12px;align-items:center;gap:6px;min-width:100px;padding:14px 12px;font-size:.9rem;transition:all .2s;display:flex}.CountryPicker-module__FS_Mhq__countryPickerTrigger:hover:not(:disabled){background:#0f172acc;border-color:#3b82f680}.CountryPicker-module__FS_Mhq__countryPickerTrigger:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #2563eb40}.CountryPicker-module__FS_Mhq__countryPickerTrigger:disabled{opacity:.5;cursor:not-allowed}.CountryPicker-module__FS_Mhq__countryPickerFlag{object-fit:cover;border-radius:2px;width:20px;height:15px;box-shadow:0 1px 2px #0003}.CountryPicker-module__FS_Mhq__countryPickerCode{color:#f1f5f9;font-weight:600}.CountryPicker-module__FS_Mhq__countryPickerArrow{color:#94a3b8;width:14px;height:14px;margin-left:auto;transition:transform .2s}.CountryPicker-module__FS_Mhq__countryPickerDropdown{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#1e293bfa;border:1px solid #94a3b826;border-radius:12px;width:340px;margin-top:6px;animation:.15s CountryPicker-module__FS_Mhq__countryPickerFadeIn;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 16px 48px #0006}@keyframes CountryPicker-module__FS_Mhq__countryPickerFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.CountryPicker-module__FS_Mhq__countryPickerSearch{color:#f1f5f9;background:#0f172a99;border:none;border-bottom:1px solid #94a3b81a;outline:none;width:100%;padding:12px 14px;font-size:.9rem}.CountryPicker-module__FS_Mhq__countryPickerSearch::placeholder{color:#64748b}.CountryPicker-module__FS_Mhq__countryPickerSearch:focus{background:#0f172acc}.CountryPicker-module__FS_Mhq__countryPickerList{max-height:260px;margin:0;padding:6px;list-style:none;overflow-y:auto}.CountryPicker-module__FS_Mhq__countryPickerList::-webkit-scrollbar{width:6px}.CountryPicker-module__FS_Mhq__countryPickerList::-webkit-scrollbar-track{background:0 0}.CountryPicker-module__FS_Mhq__countryPickerList::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:3px}.CountryPicker-module__FS_Mhq__countryPickerList::-webkit-scrollbar-thumb:hover{background:#94a3b880}.CountryPicker-module__FS_Mhq__countryPickerOption{cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;transition:all .15s;display:flex;position:relative}.CountryPicker-module__FS_Mhq__countryPickerOption:hover{background:#3b82f626}.CountryPicker-module__FS_Mhq__countryPickerOptionSelected{background:#3b82f633}.CountryPicker-module__FS_Mhq__countryPickerOptionSelected:before{content:"";background:#3b82f6;border-radius:2px;width:3px;height:20px;position:absolute;left:6px}.CountryPicker-module__FS_Mhq__countryPickerName{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.875rem;overflow:hidden}.CountryPicker-module__FS_Mhq__countryPickerDialCode{color:#64748b;font-size:.8rem;font-weight:500}.CountryPicker-module__FS_Mhq__countryPickerNoResults{text-align:center;color:#64748b;padding:20px;font-size:.875rem}@media (max-width:600px){.CountryPicker-module__FS_Mhq__countryPickerDropdown{width:300px;max-width:90vw}.CountryPicker-module__FS_Mhq__countryPickerTrigger{min-width:90px;padding:8px 10px}.CountryPicker-module__FS_Mhq__countryPickerFlag{width:18px;height:13px}}
.admin-module__4WpgRW__adminPage{color:#e2e8f0;background:radial-gradient(circle at top,#1e293b 0%,#0f172a 100%);min-height:100vh;padding:7rem 2rem 4rem;font-family:Inter,sans-serif}.admin-module__4WpgRW__adminHeader{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto 2rem;display:flex}.admin-module__4WpgRW__adminHeaderLeft{align-items:center;gap:12px;display:flex}.admin-module__4WpgRW__adminIconBox{background:#eab3081a;border:1px solid #eab3084d;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.admin-module__4WpgRW__adminIconBox svg{stroke:#eab308;width:24px;height:24px}.admin-module__4WpgRW__adminHeader h1{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.admin-module__4WpgRW__adminUserCount{color:#64748b;font-size:.875rem}.admin-module__4WpgRW__accessDeniedContainer{text-align:center;background:#1e293b99;border:1px solid #ef44444d;border-radius:20px;max-width:500px;margin:60px auto;padding:60px 40px}.admin-module__4WpgRW__accessDeniedIcon{margin-bottom:24px;font-size:64px}.admin-module__4WpgRW__accessDeniedContainer h2{color:#f87171;margin:0 0 16px;font-size:1.75rem;font-weight:700}.admin-module__4WpgRW__accessDeniedContainer p{color:#94a3b8;margin:0 0 8px;line-height:1.6}.admin-module__4WpgRW__accessDeniedHint{color:#64748b;font-size:.875rem;margin-top:16px!important}.admin-module__4WpgRW__becomeAdminBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#60a5fa);border:none;border-radius:10px;margin-top:24px;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .2s}.admin-module__4WpgRW__becomeAdminBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.admin-module__4WpgRW__adminMessage{border-radius:12px;align-items:center;gap:12px;max-width:900px;margin:0 auto 1.5rem;padding:1rem 1.25rem;display:flex}.admin-module__4WpgRW__adminMessage.admin-module__4WpgRW__success{color:#6ee7b7;background:#10b9811a;border:1px solid #10b9814d}.admin-module__4WpgRW__adminMessage.admin-module__4WpgRW__error{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d}.admin-module__4WpgRW__adminMessage svg{flex-shrink:0;width:20px;height:20px}.admin-module__4WpgRW__adminMessageClose{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;margin-left:auto;padding:4px}.admin-module__4WpgRW__adminMessageClose:hover{opacity:1}.admin-module__4WpgRW__adminMessageClose svg{width:16px;height:16px}.admin-module__4WpgRW__adminLoading{text-align:center;color:#64748b;padding:4rem}.admin-module__4WpgRW__adminTableContainer{background:#1e293b99;border:1px solid #3b82f64d;border-radius:16px;max-width:1200px;margin:0 auto;overflow:hidden}.admin-module__4WpgRW__adminTable{border-collapse:collapse;width:100%}.admin-module__4WpgRW__adminTable th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#0f172a80;border-bottom:1px solid #3b82f633;padding:1rem 1.25rem;font-size:.75rem;font-weight:600}.admin-module__4WpgRW__adminTable td{border-bottom:1px solid #3b82f61a;padding:1rem 1.25rem}.admin-module__4WpgRW__adminTable tr:last-child td{border-bottom:none}.admin-module__4WpgRW__adminTable tr:hover td{background:#3b82f60d}.admin-module__4WpgRW__userProfile{align-items:center;gap:12px;display:flex}.admin-module__4WpgRW__userAvatar{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.admin-module__4WpgRW__userInfo .admin-module__4WpgRW__userName{color:#e2e8f0;margin:0;font-weight:500}.admin-module__4WpgRW__userInfo .admin-module__4WpgRW__userEmail{color:#64748b;margin:0;font-size:.875rem}.admin-module__4WpgRW__userUid{color:#475569;font-family:monospace;font-size:.7rem}.admin-module__4WpgRW__userDate{color:#64748b;font-size:.875rem}.admin-module__4WpgRW__manageBtn{color:#60a5fa;cursor:pointer;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.admin-module__4WpgRW__manageBtn:hover{background:#3b82f633;border-color:#3b82f680}.admin-module__4WpgRW__manageBtn svg{width:16px;height:16px}.admin-module__4WpgRW__userAccess{min-width:150px}.admin-module__4WpgRW__accessBadges{flex-wrap:wrap;gap:6px;display:flex}.admin-module__4WpgRW__accessBadge{color:#34d399;background:#10b98126;border:1px solid #10b9814d;border-radius:20px;padding:4px 10px;font-size:.7rem;font-weight:500;display:inline-block}.admin-module__4WpgRW__noAccess{color:#64748b;font-size:.75rem;font-style:italic}.admin-module__4WpgRW__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.admin-module__4WpgRW__modalContent{background:#1e293b;border:1px solid #334155;border-radius:16px;width:100%;max-width:500px;max-height:80vh;overflow:hidden;box-shadow:0 20px 50px #00000080}.admin-module__4WpgRW__modalHeader{border-bottom:1px solid #334155;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.admin-module__4WpgRW__modalHeader h3{color:#fff;margin:0;font-size:1.25rem;font-weight:600}.admin-module__4WpgRW__modalHeader p{color:#64748b;margin:4px 0 0;font-size:.875rem}.admin-module__4WpgRW__modalClose{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px;transition:all .2s}.admin-module__4WpgRW__modalClose:hover{color:#fff;background:#ffffff1a}.admin-module__4WpgRW__modalClose svg{width:20px;height:20px}.admin-module__4WpgRW__modalBody{max-height:50vh;padding:1.5rem;overflow-y:auto}.admin-module__4WpgRW__courseItem{background:#0f172a80;border:1px solid #334155;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:1rem;display:flex}.admin-module__4WpgRW__courseItem:last-child{margin-bottom:0}.admin-module__4WpgRW__courseInfo h4{color:#e2e8f0;margin:0;font-weight:500}.admin-module__4WpgRW__courseInfo p{color:#64748b;margin:4px 0 0;font-size:.75rem}.admin-module__4WpgRW__courseActions{gap:8px;display:flex}.admin-module__4WpgRW__grantBtn,.admin-module__4WpgRW__revokeBtn{cursor:pointer;border:1px solid;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:500;transition:all .2s;display:inline-flex}.admin-module__4WpgRW__grantBtn{color:#34d399;background:#10b9811a;border-color:#10b9814d}.admin-module__4WpgRW__grantBtn:hover{background:#10b98133}.admin-module__4WpgRW__revokeBtn{color:#f87171;background:#ef44441a;border-color:#ef44444d}.admin-module__4WpgRW__revokeBtn:hover{background:#ef444433}.admin-module__4WpgRW__grantBtn svg,.admin-module__4WpgRW__revokeBtn svg{width:12px;height:12px}.admin-module__4WpgRW__modalFooter{text-align:center;color:#64748b;background:#0f172a80;border-top:1px solid #334155;padding:1rem 1.5rem;font-size:.75rem}@media (max-width:768px){.admin-module__4WpgRW__adminTable th:nth-child(2),.admin-module__4WpgRW__adminTable td:nth-child(2),.admin-module__4WpgRW__adminTable th:nth-child(3),.admin-module__4WpgRW__adminTable td:nth-child(3){display:none}}.admin-module__4WpgRW__actionButtons{justify-content:flex-end;gap:8px;display:flex}.admin-module__4WpgRW__editBtn{color:#eab308;cursor:pointer;background:#eab3081a;border:1px solid #eab3084d;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:inline-flex}.admin-module__4WpgRW__editBtn:hover{background:#eab30833;border-color:#eab30880}.admin-module__4WpgRW__editBtn svg{width:18px;height:18px}.admin-module__4WpgRW__editUserModal{max-width:480px}.admin-module__4WpgRW__editForm{flex-direction:column;gap:20px;display:flex}.admin-module__4WpgRW__editFormGroup{flex-direction:column;gap:8px;display:flex}.admin-module__4WpgRW__editFormGroup label{color:#94a3b8;font-size:.875rem;font-weight:500}.admin-module__4WpgRW__editFormGroup input{color:#e2e8f0;background:#0f172a80;border:1px solid #334155;border-radius:10px;padding:12px 14px;font-size:.9375rem;transition:all .2s}.admin-module__4WpgRW__editFormGroup input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f626}.admin-module__4WpgRW__editFormGroup input::placeholder{color:#475569}.admin-module__4WpgRW__mobileInputGroup{gap:8px;display:flex}.admin-module__4WpgRW__mobileInputGroup input{flex:1}.admin-module__4WpgRW__editFooter{justify-content:flex-end;gap:12px;display:flex}.admin-module__4WpgRW__cancelBtn,.admin-module__4WpgRW__saveBtn{cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:.875rem;font-weight:500;transition:all .2s}.admin-module__4WpgRW__cancelBtn{color:#94a3b8;background:#64748b33}.admin-module__4WpgRW__cancelBtn:hover:not(:disabled){background:#64748b4d}.admin-module__4WpgRW__saveBtn{color:#fff;background:linear-gradient(135deg,#3b82f6,#60a5fa)}.admin-module__4WpgRW__saveBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.admin-module__4WpgRW__cancelBtn:disabled,.admin-module__4WpgRW__saveBtn:disabled{opacity:.6;cursor:not-allowed}
.profile-module__5FeCNW__profilePage{color:#e2e8f0;background:radial-gradient(circle at top,#1e293b 0%,#0f172a 100%);min-height:100vh;padding:7rem 2rem 4rem}.profile-module__5FeCNW__container{max-width:1200px;margin:0 auto}.profile-module__5FeCNW__profileHeader{justify-content:space-between;align-items:center;gap:16px;margin-bottom:1.5rem;display:flex}.profile-module__5FeCNW__profileHeader h1{color:#fff;margin:4px 0 6px;font-size:1.5rem;font-weight:700}.profile-module__5FeCNW__heroKicker{color:#60a5fa;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.profile-module__5FeCNW__subtitle{color:#94a3b8;margin:0;font-size:.9rem}.profile-module__5FeCNW__status{color:#94a3b8;text-align:center;padding:40px 20px}.profile-module__5FeCNW__statusError{color:#f87171}.profile-module__5FeCNW__profileContent{background:#1e293b99;border:1px solid #3b82f633;border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px #0000004d}.profile-module__5FeCNW__profileView{flex-direction:column;gap:1.5rem;display:flex}.profile-module__5FeCNW__profileImageSection{border-bottom:1px solid #3b82f633;align-items:center;gap:1rem;padding-bottom:1rem;display:flex}.profile-module__5FeCNW__profileImageLarge{object-fit:cover;border:3px solid var(--th-primary-blue);border-radius:50%;width:64px;height:64px;box-shadow:0 4px 12px #2563eb33}.profile-module__5FeCNW__profileImagePlaceholderLarge{background:linear-gradient(135deg,var(--th-primary-blue),var(--th-light-blue));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;font-weight:700;display:flex;box-shadow:0 4px 12px #2563eb33}.profile-module__5FeCNW__profileBasicInfo{flex:1}.profile-module__5FeCNW__profileBasicInfo h2{color:#fff;margin:0 0 4px;font-size:1.25rem;font-weight:600}.profile-module__5FeCNW__profileBasicInfo .profile-module__5FeCNW__username{color:#60a5fa;margin:0 0 2px;font-size:.875rem;font-weight:600}.profile-module__5FeCNW__profileBasicInfo .profile-module__5FeCNW__email{color:#94a3b8;margin:0;font-size:.8rem}.profile-module__5FeCNW__profileDetailsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;display:grid}.profile-module__5FeCNW__detailCard{background:#0f172a80;border:1px solid #3b82f626;border-radius:10px;padding:12px 16px}.profile-module__5FeCNW__detailCardFullWidth{grid-column:1/-1}.profile-module__5FeCNW__detailCard label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.7rem;font-weight:600;display:block}.profile-module__5FeCNW__detailCard p{color:#e2e8f0;margin:0;font-size:.875rem;line-height:1.5}.profile-module__5FeCNW__profileEditForm{flex-direction:column;gap:48px;display:flex}.profile-module__5FeCNW__formSection{flex-direction:column;gap:24px;display:flex}.profile-module__5FeCNW__formSection h3{color:#fff;border-bottom:1px solid #3b82f633;margin:0;padding-bottom:12px;font-size:1.4rem}.profile-module__5FeCNW__imageUploadSection{align-items:center;gap:32px;display:flex}.profile-module__5FeCNW__currentImage{flex-shrink:0}.profile-module__5FeCNW__profileImagePreview{object-fit:cover;border:3px solid var(--th-primary-blue);border-radius:50%;width:120px;height:120px}.profile-module__5FeCNW__profileImagePlaceholder{background:linear-gradient(135deg,var(--th-primary-blue),var(--th-light-blue));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;font-size:2.5rem;font-weight:700;display:flex}.profile-module__5FeCNW__imageUploadControls{flex-direction:column;gap:8px;display:flex}.profile-module__5FeCNW__uploadButton{background:linear-gradient(135deg,var(--th-primary-blue),var(--th-light-blue));color:#fff;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;padding:12px 24px;font-size:15px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 12px #2563eb33}.profile-module__5FeCNW__uploadButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb4d}.profile-module__5FeCNW__helpText{color:#94a3b8;margin:0;font-size:13px}.profile-module__5FeCNW__formGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.profile-module__5FeCNW__formGroup{flex-direction:column;gap:8px;display:flex}.profile-module__5FeCNW__formGroupFullWidth{grid-column:1/-1}.profile-module__5FeCNW__formGroup label{color:#e2e8f0;font-size:14px;font-weight:600}.profile-module__5FeCNW__formGroup input,.profile-module__5FeCNW__formGroup select,.profile-module__5FeCNW__formGroup textarea{color:#e2e8f0;background:#0f172a80;border:1px solid #334155;border-radius:10px;padding:12px 16px;font-size:15px;transition:border-color .2s,box-shadow .2s}.profile-module__5FeCNW__formGroup input:focus,.profile-module__5FeCNW__formGroup select:focus,.profile-module__5FeCNW__formGroup textarea:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f626}.profile-module__5FeCNW__formGroup textarea{resize:vertical;font-family:inherit;line-height:1.6}.profile-module__5FeCNW__formActions{border-top:1px solid #3b82f633;justify-content:flex-end;gap:16px;padding-top:24px;display:flex}.profile-module__5FeCNW__btnPrimary,.profile-module__5FeCNW__btnSecondary{cursor:pointer;border:none;border-radius:12px;min-width:120px;padding:14px 32px;font-size:15px;font-weight:600;transition:all .2s}.profile-module__5FeCNW__btnPrimary{background:linear-gradient(135deg,var(--th-primary-blue),var(--th-light-blue));color:#fff;box-shadow:0 4px 12px #2563eb40}.profile-module__5FeCNW__btnPrimary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #2563eb59}.profile-module__5FeCNW__btnPrimary:disabled{opacity:.6;cursor:not-allowed}.profile-module__5FeCNW__btnSecondary{color:#94a3b8;background:#64748b33;border:none}.profile-module__5FeCNW__btnSecondary:hover:not(:disabled){color:#e2e8f0;background:#64748b4d}.profile-module__5FeCNW__btnSecondary:disabled{opacity:.6;cursor:not-allowed}.profile-module__5FeCNW__mobileInputGroup{align-items:stretch;gap:8px;display:flex}.profile-module__5FeCNW__mobileInputGroup input[type=tel]{flex:1}.profile-module__5FeCNW__subscriptionsSection{border-top:1px solid #3b82f633;margin-top:1.5rem;padding-top:1.5rem}.profile-module__5FeCNW__subscriptionsSection h3{color:#fff;margin:0 0 12px;font-size:1rem;font-weight:600}.profile-module__5FeCNW__subscriptionsList{flex-wrap:wrap;gap:12px;display:flex}.profile-module__5FeCNW__subscriptionBadge{color:#34d399;background:#10b98126;border:1px solid #10b9814d;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:.8rem;font-weight:500;display:inline-flex}.profile-module__5FeCNW__subscriptionBadgeActive{color:#34d399;background:#10b98126;border-color:#10b9814d}.profile-module__5FeCNW__subscriptionBadge svg{flex-shrink:0;width:16px;height:16px}.profile-module__5FeCNW__noSubscriptions{color:#64748b;background:#0f172a80;border:1px solid #3b82f626;border-radius:10px;margin:0;padding:12px 16px;font-size:.8rem}.profile-module__5FeCNW__passwordSection{border-top:1px solid #3b82f633;margin-top:1.5rem;padding-top:1.5rem}.profile-module__5FeCNW__passwordHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.profile-module__5FeCNW__passwordHeader h3{color:#fff;margin:0;font-size:1rem;font-weight:600}.profile-module__5FeCNW__passwordForm{flex-direction:column;gap:12px;max-width:350px;display:flex}.profile-module__5FeCNW__passwordForm .profile-module__5FeCNW__formGroup{flex-direction:column;gap:4px;display:flex}.profile-module__5FeCNW__passwordActions{gap:12px;margin-top:8px;display:flex}.profile-module__5FeCNW__formError{color:#dc2626;background:#dc262614;border-radius:8px;margin:0;padding:8px 12px;font-size:14px}.profile-module__5FeCNW__formSuccess{color:#059669;background:#05966914;border-radius:8px;margin:0;padding:8px 12px;font-size:14px}@media (max-width:1200px){.profile-module__5FeCNW__profileHeader{flex-direction:column;align-items:flex-start}.profile-module__5FeCNW__profileContent{padding:32px 24px}.profile-module__5FeCNW__formGrid{grid-template-columns:1fr}}@media (max-width:720px){.profile-module__5FeCNW__profilePage{padding:6rem 1rem 3rem}.profile-module__5FeCNW__profileImageSection{text-align:center;flex-direction:column}.profile-module__5FeCNW__profileBasicInfo h2{font-size:1.6rem}.profile-module__5FeCNW__imageUploadSection{flex-direction:column}.profile-module__5FeCNW__formActions{flex-direction:column-reverse}.profile-module__5FeCNW__btnPrimary,.profile-module__5FeCNW__btnSecondary{width:100%}}.profile-module__5FeCNW__mobile{color:#94a3b8;margin:2px 0 0;font-size:.8rem}
.register-module__jUGYdG__registerPage{background:linear-gradient(135deg,#0b1a34 0%,#1e293b 50%,#0f172a 100%);justify-content:center;align-items:center;min-height:100vh;padding:80px 16px;display:flex;position:relative;overflow-x:hidden}.register-module__jUGYdG__registerCard{-webkit-backdrop-filter:blur(20px);background:#1e293bcc;border:1px solid #94a3b81a;border-radius:24px;flex-direction:column;gap:1.5rem;width:min(500px,100%);padding:40px;display:flex;position:relative;box-shadow:0 24px 60px #0006}.register-module__jUGYdG__registerCard h1{color:#f1f5f9;background:linear-gradient(135deg,#fff 0%,#94a3b8 100%);-webkit-text-fill-color:transparent;text-align:center;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.8rem;font-weight:700}.register-module__jUGYdG__registerCopy{color:#94a3b8;text-align:center;margin:0;font-size:.95rem}.register-module__jUGYdG__registerForm{gap:16px;display:grid}.register-module__jUGYdG__registerForm label{color:#e2e8f0;font-size:.9rem;font-weight:600;display:block}.register-module__jUGYdG__registerForm input[type=text],.register-module__jUGYdG__registerForm input[type=email],.register-module__jUGYdG__registerForm input[type=password],.register-module__jUGYdG__registerForm input[type=tel]{color:#f1f5f9;background:#0f172a99;border:1px solid #94a3b833;border-radius:12px;width:100%;margin-top:6px;padding:12px 16px;font-size:1rem;transition:all .2s}.register-module__jUGYdG__registerForm input:focus{background:#0f172acc;border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #2563eb40}.register-module__jUGYdG__mobileInputGroup{gap:10px;display:flex}.register-module__jUGYdG__mobileInputGroup input{flex:1}.register-module__jUGYdG__registerGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:600px){.register-module__jUGYdG__registerGrid{grid-template-columns:1fr}}.register-module__jUGYdG__checkboxRow{cursor:pointer;color:#cbd5e1;align-items:flex-start;gap:12px;font-size:.9rem;font-weight:400;display:flex}.register-module__jUGYdG__checkboxRow input{accent-color:#3b82f6;width:16px;height:16px;margin-top:4px}.register-module__jUGYdG__legalInlineLink{color:#60a5fa;cursor:pointer;margin-left:4px;text-decoration:underline}.register-module__jUGYdG__legalInlineLink:hover{color:#93c5fd}.register-module__jUGYdG__fieldError{color:#f87171;margin:-8px 0 0;font-size:.85rem}.register-module__jUGYdG__formError{color:#f87171;text-align:center;background:#f871711a;border:1px solid #f8717133;border-radius:8px;padding:12px;font-weight:600}.register-module__jUGYdG__formSuccess{color:#4ade80;text-align:center;background:#4ade801a;border:1px solid #4ade8033;border-radius:8px;padding:12px;font-weight:600}.register-module__jUGYdG__registerForm button[type=submit]{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#60a5fa);border:0;border-radius:12px;margin-top:8px;padding:14px;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s}.register-module__jUGYdG__registerForm button[type=submit]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #2563eb59}.register-module__jUGYdG__registerForm button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.register-module__jUGYdG__switchAuth{text-align:center;color:#94a3b8;margin:0;font-size:.95rem}.register-module__jUGYdG__switchAuth a{color:#60a5fa;font-weight:600;text-decoration:none;transition:color .2s}.register-module__jUGYdG__switchAuth a:hover{color:#93c5fd;text-decoration:underline}.register-module__jUGYdG__registerLegalTabs{border-bottom:1px solid #94a3b833;margin-bottom:20px;padding-right:40px;display:flex;position:relative}.register-module__jUGYdG__registerLegalTabs button{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 20px;font-size:1rem;font-weight:600;transition:all .2s}.register-module__jUGYdG__registerLegalTabs button:hover{color:#cbd5e1}.register-module__jUGYdG__registerLegalTabs button.register-module__jUGYdG__active{color:#60a5fa;border-bottom-color:#60a5fa}.register-module__jUGYdG__registerLegalClose{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%);background:#94a3b81a!important;border:none!important;padding:0!important}.register-module__jUGYdG__registerLegalClose:hover{color:#f87171!important;background:#f8717133!important}.register-module__jUGYdG__registerLegalPanel{max-height:60vh;padding-right:8px;overflow-y:auto}.register-module__jUGYdG__registerLegalPanel::-webkit-scrollbar{width:6px}.register-module__jUGYdG__registerLegalPanel::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:3px}
.workshop-module__pH3WOq__workshopRegistrationPage{color:#fff;background:radial-gradient(circle at top,#1e293b 0%,#0f172a 100%);min-height:100vh;padding-bottom:60px;font-family:Inter,system-ui,sans-serif}.workshop-module__pH3WOq__hero{background:0 0;padding:140px 24px 40px;position:relative;overflow:hidden}.workshop-module__pH3WOq__hero:before{content:"";background:radial-gradient(circle,#3b82f626 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-200px}.workshop-module__pH3WOq__heroContent{text-align:center;z-index:1;gap:24px;max-width:1200px;margin:0 auto;display:grid;position:relative}.workshop-module__pH3WOq__hero h1{letter-spacing:-.04em;color:#fff;margin:0;font-size:clamp(2.6rem,6vw,4rem);font-weight:800;line-height:1.2}.workshop-module__pH3WOq__hero h1 span{background:linear-gradient(135deg,#60a5fa,#38bdf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.workshop-module__pH3WOq__heroSubtitle{color:#cbd5e1;max-width:680px;margin:0 auto;font-size:20px}.workshop-module__pH3WOq__valueGrid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:32px;display:grid}.workshop-module__pH3WOq__valueCard{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a99;border:1px solid #334155;border-radius:20px;padding:32px;transition:transform .3s,box-shadow .3s}.workshop-module__pH3WOq__valueCard:hover{border-color:#60a5fa;transform:translateY(-6px);box-shadow:0 0 30px #3b82f633}.workshop-module__pH3WOq__iconBox{background:#0f172acc;border:1px solid #3b82f6;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex;box-shadow:0 0 20px #3b82f633}.workshop-module__pH3WOq__iconBox svg{stroke:#60a5fa;fill:none;stroke-width:2px;width:32px;height:32px}.workshop-module__pH3WOq__valueCard h4{color:#fff;margin:0 0 12px;font-size:18px;font-weight:700}.workshop-module__pH3WOq__valueCard p{color:#cbd5e1;margin:0;font-size:15px;line-height:1.6}.workshop-module__pH3WOq__scheduleCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172acc;border:1px solid #334155;border-radius:16px;justify-content:space-between;align-items:center;gap:32px;margin-top:32px;padding:32px 40px;display:flex}.workshop-module__pH3WOq__scheduleInfo{text-align:left;flex-direction:column;gap:8px;display:flex}.workshop-module__pH3WOq__scheduleDate{color:#cbd5e1;margin:0;font-size:1.25rem;font-weight:600}.workshop-module__pH3WOq__scheduleDate sup{font-size:.7em}.workshop-module__pH3WOq__scheduleLocation{color:#94a3b8;margin:0;font-size:1rem}.workshop-module__pH3WOq__registerBtn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#3b82f6,#60a5fa);border:none;border-radius:12px;padding:16px 32px;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 20px #3b82f64d}.workshop-module__pH3WOq__registerBtn:hover{transform:translateY(-3px);box-shadow:0 8px 30px #3b82f666}.workshop-module__pH3WOq__primaryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#60a5fa);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:14px 28px;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #3b82f64d}.workshop-module__pH3WOq__primaryBtn:hover{transform:translateY(-3px);box-shadow:0 8px 30px #3b82f666}.workshop-module__pH3WOq__primaryBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.workshop-module__pH3WOq__section{padding:24px}.workshop-module__pH3WOq__pillars{padding:10px 24px 40px}.workshop-module__pH3WOq__pillars h2{text-align:center;color:#fff;letter-spacing:-.03em;margin:0 0 16px;font-size:clamp(2rem,4vw,3rem);font-weight:800}.workshop-module__pH3WOq__pillarsGrid{grid-template-columns:repeat(5,1fr);gap:20px;max-width:1200px;margin-top:32px;margin-left:auto;margin-right:auto;display:grid}.workshop-module__pH3WOq__pillarsGrid article{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a99;border:1px solid #334155;border-radius:16px;flex-direction:column;justify-content:flex-start;align-items:center;height:100%;padding:28px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.workshop-module__pH3WOq__pillarsGrid article h3{color:#fff;margin:0;font-size:16px;font-weight:600;line-height:1.4}.workshop-module__pH3WOq__pillarsGrid article:before{content:"";background:linear-gradient(90deg,#3b82f6,#60a5fa);width:100%;height:4px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.workshop-module__pH3WOq__pillarsGrid article:hover{border-color:#60a5fa;transform:translateY(-8px);box-shadow:0 0 30px #3b82f633}.workshop-module__pH3WOq__pillarsGrid article:hover:before{transform:scaleX(1)}.workshop-module__pH3WOq__attendanceRules{text-align:center;padding:10px 24px 40px}.workshop-module__pH3WOq__attendanceRules h2{color:#fff;letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.workshop-module__pH3WOq__attendanceRules ul{flex-wrap:wrap;justify-content:center;gap:16px;width:100%;max-width:1200px;margin:0 auto 32px;padding:0;list-style:none;display:flex}.workshop-module__pH3WOq__attendanceRules li{color:#cbd5e1;background:#0f172a99;border:1px solid #334155;border-radius:12px;flex:1 1 0;min-width:220px;padding:16px 24px;font-size:1rem;transition:border-color .3s,box-shadow .3s}.workshop-module__pH3WOq__attendanceRules li:hover{border-color:#60a5fa;box-shadow:0 0 30px #3b82f633}.workshop-module__pH3WOq__finalNotice{background:#3b82f61a;border:1px solid #60a5fa;border-radius:16px;padding:24px 32px;display:inline-block;box-shadow:0 0 30px #3b82f626}.workshop-module__pH3WOq__finalNotice .workshop-module__pH3WOq__noticeLabel{letter-spacing:.15em;color:#60a5fa;text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.workshop-module__pH3WOq__finalNotice p{color:#fff;margin:0;font-size:1.1rem;font-weight:600}.workshop-module__pH3WOq__formSection{background:0 0;border:1px solid #334155;border-radius:24px;gap:32px;width:100%;max-width:1200px;margin:20px auto 40px;padding:30px 40px 60px;display:grid}.workshop-module__pH3WOq__formIntro{text-align:center;width:100%;max-width:800px;margin:0 auto}.workshop-module__pH3WOq__formIntro .workshop-module__pH3WOq__eyebrow{text-transform:uppercase;letter-spacing:.15em;color:#60a5fa;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.workshop-module__pH3WOq__formIntro h2{color:#fff;margin:0 0 24px;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.workshop-module__pH3WOq__registrationForm{grid-template-columns:repeat(2,1fr);gap:24px;width:100%;margin:0 auto;display:grid}.workshop-module__pH3WOq__registrationForm label{color:#94a3b8;flex-direction:column;gap:8px;font-size:.875rem;font-weight:500;display:flex}.workshop-module__pH3WOq__registrationForm input,.workshop-module__pH3WOq__registrationForm select{color:#f1f5f9;background:#0f172acc;border:1px solid #334155;border-radius:12px;width:100%;padding:14px 16px;font-family:Inter,system-ui,sans-serif;font-size:1rem;transition:border-color .3s,box-shadow .3s}.workshop-module__pH3WOq__registrationForm input:focus,.workshop-module__pH3WOq__registrationForm select:focus{border-color:#60a5fa;outline:none;box-shadow:0 0 0 3px #3b82f626}.workshop-module__pH3WOq__registrationForm input::placeholder{color:#475569}.workshop-module__pH3WOq__registrationForm select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.workshop-module__pH3WOq__registrationForm button{grid-column:1/-1;justify-self:center}.workshop-module__pH3WOq__termsConsent{background:#0f172a80;border:1px solid #334155;border-radius:16px;flex-direction:column;grid-column:1/-1;align-items:flex-start;gap:12px;padding:24px;display:flex}.workshop-module__pH3WOq__termsPanel{flex-direction:column;gap:8px;display:flex}.workshop-module__pH3WOq__termsLink{color:#60a5fa;font:inherit;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.workshop-module__pH3WOq__termsLink:hover,.workshop-module__pH3WOq__termsLink:focus-visible{color:#93c5fd;outline:none}.workshop-module__pH3WOq__termsPanel ol{color:#94a3b8;flex-direction:column;gap:8px;margin:0;padding-left:1.25rem;font-size:.875rem;display:flex}.workshop-module__pH3WOq__termsPanel li{line-height:1.6}.workshop-module__pH3WOq__consentCheckbox{color:#cbd5e1;cursor:pointer;flex-wrap:nowrap;align-items:flex-start;gap:12px;font-size:.9rem;flex-direction:row!important;display:flex!important}.workshop-module__pH3WOq__consentCheckbox input{accent-color:#60a5fa;cursor:pointer;flex-shrink:0;width:1.25rem;height:1.25rem;margin:3px 0 0}.workshop-module__pH3WOq__consentCheckbox span{flex:1;line-height:1.5}.workshop-module__pH3WOq__phoneInputGroup{flex-wrap:nowrap;align-items:stretch;gap:12px;display:flex;position:relative}.workshop-module__pH3WOq__phoneInputGroup input{flex:auto;min-width:0}.workshop-module__pH3WOq__formStatus{text-align:center;grid-column:1/-1;margin:0;font-weight:600}.workshop-module__pH3WOq__statusSuccess{color:#4ade80}.workshop-module__pH3WOq__statusError{color:#f87171}.workshop-module__pH3WOq__modalOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:50;background:#000000d9;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.workshop-module__pH3WOq__modalCard{text-align:center;background:#1e293b;border:1px solid #334155;border-radius:24px;flex-direction:column;align-items:center;gap:16px;width:min(400px,90%);padding:32px;display:flex;overflow:visible;box-shadow:0 20px 50px #00000080}.workshop-module__pH3WOq__successIconBox{background:#4ade801a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:8px;display:flex}.workshop-module__pH3WOq__successIconBox svg{stroke:#4ade80}.workshop-module__pH3WOq__modalCard h3{color:#fff;margin:0;font-family:Inter,system-ui,sans-serif;font-size:1.5rem;font-weight:700}.workshop-module__pH3WOq__modalBody{color:#cbd5e1;flex-direction:column;gap:12px;font-size:.95rem;line-height:1.5;display:flex}.workshop-module__pH3WOq__modalBody p{margin:0}.workshop-module__pH3WOq__modalActions{width:100%;margin-top:8px}.workshop-module__pH3WOq__modalActions button{justify-content:center;width:100%}@media (max-width:1024px){.workshop-module__pH3WOq__valueGrid{grid-template-columns:repeat(2,1fr)}.workshop-module__pH3WOq__pillarsGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.workshop-module__pH3WOq__hero{padding:100px 16px 32px}.workshop-module__pH3WOq__pillars,.workshop-module__pH3WOq__attendanceRules{padding-left:16px;padding-right:16px}.workshop-module__pH3WOq__formSection,.workshop-module__pH3WOq__scheduleCard,.workshop-module__pH3WOq__pillarsGrid article{padding:20px}.workshop-module__pH3WOq__scheduleCard{text-align:center;flex-direction:column}.workshop-module__pH3WOq__scheduleInfo{text-align:center}.workshop-module__pH3WOq__pillarsGrid{grid-template-columns:repeat(3,1fr);gap:16px}}@media (max-width:768px){.workshop-module__pH3WOq__registrationForm{grid-template-columns:1fr}.workshop-module__pH3WOq__pillarsGrid{grid-template-columns:repeat(2,1fr)}.workshop-module__pH3WOq__valueGrid{grid-template-columns:1fr}.workshop-module__pH3WOq__attendanceRules ul{flex-direction:column}.workshop-module__pH3WOq__attendanceRules li{width:100%;min-width:unset}}
