.codeInputs-module__JEfG_W__codeInputs{justify-content:center;gap:12px;display:flex}html[dir=rtl] .codeInputs-module__JEfG_W__codeInputs{direction:ltr}.codeInputs-module__JEfG_W__codeInputs input{text-align:center;width:52px;height:60px;color:var(--gray-900);background:var(--gray-50);border:2px solid var(--gray-200);border-radius:var(--radius-xl);transition:all var(--transition-normal);caret-color:var(--primary-500);outline:none;font-size:1.5rem;font-weight:700}.codeInputs-module__JEfG_W__codeInputs input:focus{border-color:var(--primary-500);background:#fff;transform:scale(1.05);box-shadow:0 0 0 4px #1eb6b926}.codeInputs-module__JEfG_W__codeInputs input:not(:placeholder-shown){border-color:var(--primary-400);background:var(--primary-50)}.codeInputs-module__JEfG_W__codeInputs input:disabled{opacity:.5;cursor:not-allowed}@media (max-width:480px){.codeInputs-module__JEfG_W__codeInputs{gap:8px}.codeInputs-module__JEfG_W__codeInputs input{width:44px;height:52px;font-size:1.25rem}}
.button-module__RUbLPq__button{text-transform:none;letter-spacing:.02em;color:#fff;background:linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);border-radius:var(--radius-xl);cursor:pointer;width:100%;min-height:56px;transition:all var(--transition-normal);border:none;justify-content:center;align-items:center;gap:10px;padding:16px 32px;font-size:1rem;font-weight:600;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 30px -8px #1eb6b980}.button-module__RUbLPq__button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.button-module__RUbLPq__button:hover{transform:translateY(-2px);box-shadow:0 12px 40px -10px #1eb6b999}.button-module__RUbLPq__button:hover:before{left:100%}.button-module__RUbLPq__button:active{transform:translateY(0);box-shadow:0 4px 20px -5px #1eb6b980}.button-module__RUbLPq__button:disabled{opacity:.7;cursor:not-allowed;transform:none}.button-module__RUbLPq__button:disabled:hover{transform:none;box-shadow:0 8px 30px -8px #1eb6b980}.button-module__RUbLPq__button:disabled:before{display:none}@keyframes button-module__RUbLPq__pulse{0%,to{opacity:1}50%{opacity:.7}}.button-module__RUbLPq__button:disabled{animation:1.5s ease-in-out infinite button-module__RUbLPq__pulse}.button-module__RUbLPq__buttonSecondary{color:var(--primary-600);border:2px solid var(--primary-400);box-shadow:none;background:#fff}.button-module__RUbLPq__buttonSecondary:hover{background:var(--primary-50);border-color:var(--primary-500);box-shadow:var(--shadow-lg)}.button-module__RUbLPq__buttonOutline{color:var(--gray-700);border:2px solid var(--gray-300);box-shadow:none;background:0 0}.button-module__RUbLPq__buttonOutline:hover{border-color:var(--gray-400);background:var(--gray-50);box-shadow:var(--shadow-md)}.button-module__RUbLPq__buttonSmall{border-radius:var(--radius-lg);min-height:44px;padding:12px 24px;font-size:.9rem}.button-module__RUbLPq__buttonIcon{border-radius:var(--radius-full);width:48px;min-height:48px;padding:12px}@media (max-width:768px){.button-module__RUbLPq__button{min-height:52px;padding:14px 28px;font-size:.95rem}}
.CrudList-module__io-X9q__crudList{margin-bottom:1.5rem}.CrudList-module__io-X9q__header{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.CrudList-module__io-X9q__headerIcon{color:var(--primary-color,#6366f1);font-size:1rem}.CrudList-module__io-X9q__title{color:var(--text-color,#1f2937);margin:0;font-size:1rem;font-weight:600}.CrudList-module__io-X9q__inputRow{gap:.5rem;margin-bottom:.75rem;display:flex}.CrudList-module__io-X9q__input{border:1px solid var(--border-color,#e5e7eb);background:var(--input-bg,#fff);color:var(--text-color,#1f2937);border-radius:.5rem;flex:1;padding:.625rem .875rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.CrudList-module__io-X9q__input:focus{border-color:var(--primary-color,#6366f1);outline:none;box-shadow:0 0 0 3px #6366f11a}.CrudList-module__io-X9q__input:disabled{background:var(--disabled-bg,#f3f4f6);cursor:not-allowed}.CrudList-module__io-X9q__input::placeholder{color:var(--placeholder-color,#9ca3af)}.CrudList-module__io-X9q__addBtn{background:var(--primary-color,#6366f1);color:#fff;cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background .2s,transform .1s;display:flex}.CrudList-module__io-X9q__addBtn:hover:not(:disabled){background:var(--primary-hover,#4f46e5)}.CrudList-module__io-X9q__addBtn:active:not(:disabled){transform:scale(.95)}.CrudList-module__io-X9q__addBtn:disabled{background:var(--disabled-bg,#d1d5db);cursor:not-allowed}.CrudList-module__io-X9q__itemsList{flex-direction:column;gap:.5rem;display:flex}.CrudList-module__io-X9q__loading{color:var(--muted-color,#6b7280);justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:.875rem;display:flex}.CrudList-module__io-X9q__emptyMessage{text-align:center;color:var(--muted-color,#6b7280);margin:0;padding:1rem;font-size:.875rem}.CrudList-module__io-X9q__item{background:var(--card-bg,#f9fafb);border:1px solid var(--border-color,#e5e7eb);border-radius:.5rem;justify-content:space-between;align-items:center;padding:.625rem .875rem;transition:background .2s;display:flex}.CrudList-module__io-X9q__item:hover{background:var(--card-hover-bg,#f3f4f6)}.CrudList-module__io-X9q__itemLabel{color:var(--text-color,#1f2937);word-break:break-word;flex:1;font-size:.875rem}.CrudList-module__io-X9q__removeBtn{width:1.75rem;height:1.75rem;color:var(--muted-color,#9ca3af);cursor:pointer;background:0 0;border:none;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;margin-left:.5rem;transition:color .2s,background .2s;display:flex}.CrudList-module__io-X9q__removeBtn:hover:not(:disabled){background:var(--danger-bg,#fef2f2);color:var(--danger-color,#ef4444)}.CrudList-module__io-X9q__removeBtn:disabled{cursor:not-allowed;opacity:.5}.CrudList-module__io-X9q__tagList .CrudList-module__io-X9q__itemsList{flex-flow:wrap}.CrudList-module__io-X9q__tagList .CrudList-module__io-X9q__item{background:var(--primary-light,#eef2ff);border-color:#0000;border-radius:9999px;padding:.375rem .75rem;display:inline-flex}.CrudList-module__io-X9q__tagList .CrudList-module__io-X9q__item:hover{background:var(--primary-lighter,#e0e7ff)}.CrudList-module__io-X9q__tagList .CrudList-module__io-X9q__itemLabel{font-size:.8125rem}.CrudList-module__io-X9q__tagList .CrudList-module__io-X9q__removeBtn{width:1.25rem;height:1.25rem;font-size:.75rem}[dir=rtl] .CrudList-module__io-X9q__removeBtn{margin-left:0;margin-right:.5rem}
.footer-module__DeADUW__footer{background:linear-gradient(180deg, var(--gray-900) 0%, #0f172a 100%);color:#fff;position:relative;overflow:hidden}.footer-module__DeADUW__footer:before{content:"";background:linear-gradient(90deg, transparent, var(--primary-500), transparent);height:1px;position:absolute;top:0;left:0;right:0}.footer-module__DeADUW__footerTop{padding:80px 0 60px;position:relative}.footer-module__DeADUW__footerGrid{grid-template-columns:1.5fr repeat(3,1fr);gap:60px;display:grid}.footer-module__DeADUW__brandSection{max-width:320px}.footer-module__DeADUW__logo{margin-bottom:24px;display:inline-block}.footer-module__DeADUW__logo img{filter:brightness(0)invert();width:auto;height:45px}.footer-module__DeADUW__brandDescription{color:var(--gray-400);margin:0 0 28px;font-size:.95rem;line-height:1.8}.footer-module__DeADUW__socialLinks{gap:12px;display:flex}.footer-module__DeADUW__socialLink{width:44px;height:44px;color:var(--gray-400);border-radius:var(--radius-lg);transition:all var(--transition-normal);background:#ffffff0d;border:1px solid #ffffff1a;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.footer-module__DeADUW__socialLink:hover{color:#fff;background:var(--primary-500);border-color:var(--primary-500);transform:translateY(-3px)}.footer-module__DeADUW__linkSection h4{color:#fff;margin:0 0 24px;padding-bottom:12px;font-size:1.1rem;font-weight:700;position:relative}.footer-module__DeADUW__linkSection h4:after{content:"";background:linear-gradient(90deg, var(--primary-500), var(--primary-400));border-radius:var(--radius-full);width:40px;height:3px;position:absolute;bottom:0;left:0}html[dir=rtl] .footer-module__DeADUW__linkSection h4:after{left:auto;right:0}.footer-module__DeADUW__linkList{margin:0;padding:0;list-style:none}.footer-module__DeADUW__linkList li{margin-bottom:14px}.footer-module__DeADUW__linkList a{color:var(--gray-400);transition:all var(--transition-fast);align-items:center;gap:10px;font-size:.95rem;text-decoration:none;display:inline-flex}.footer-module__DeADUW__linkList a svg{opacity:0;transition:all var(--transition-fast);font-size:.75rem;transform:translate(-5px)}html[dir=rtl] .footer-module__DeADUW__linkList a svg{transform:translate(5px)rotate(180deg)}.footer-module__DeADUW__linkList a:hover{color:var(--primary-400);transform:translate(5px)}html[dir=rtl] .footer-module__DeADUW__linkList a:hover{transform:translate(-5px)}.footer-module__DeADUW__linkList a:hover svg{opacity:1;transform:translate(0)}html[dir=rtl] .footer-module__DeADUW__linkList a:hover svg{transform:translate(0)rotate(180deg)}.footer-module__DeADUW__contactList{margin:0;padding:0;list-style:none}.footer-module__DeADUW__contactItem{align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.footer-module__DeADUW__contactIcon{width:36px;height:36px;color:var(--primary-400);border-radius:var(--radius-md);background:#1eb6b91a;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;display:flex}.footer-module__DeADUW__contactText{color:var(--gray-400);font-size:.95rem;line-height:1.6}.footer-module__DeADUW__contactText a{color:var(--gray-400);transition:color var(--transition-fast);text-decoration:none}.footer-module__DeADUW__contactText a:hover{color:var(--primary-400)}.footer-module__DeADUW__newsletter{border-radius:var(--radius-xl);background:#ffffff08;border:1px solid #ffffff0d;margin-top:40px;padding:32px}.footer-module__DeADUW__newsletterTitle{color:#fff;margin:0 0 8px;font-size:1.1rem;font-weight:600}.footer-module__DeADUW__newsletterDescription{color:var(--gray-400);margin:0 0 20px;font-size:.9rem}.footer-module__DeADUW__newsletterForm{gap:12px;display:flex}.footer-module__DeADUW__newsletterInput{color:#fff;border-radius:var(--radius-lg);transition:all var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff1a;outline:none;flex:1;padding:14px 18px;font-size:.95rem}.footer-module__DeADUW__newsletterInput::placeholder{color:var(--gray-500)}.footer-module__DeADUW__newsletterInput:focus{border-color:var(--primary-500);background:#ffffff14}.footer-module__DeADUW__newsletterButton{color:#fff;background:linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-normal);border:none;justify-content:center;align-items:center;padding:14px 24px;font-size:.95rem;font-weight:600;display:flex}.footer-module__DeADUW__newsletterButton:hover{transform:translateY(-2px);box-shadow:0 8px 30px -8px #1eb6b980}.footer-module__DeADUW__footerBottom{border-top:1px solid #ffffff0d;padding:24px 0}.footer-module__DeADUW__footerBottomContent{justify-content:space-between;align-items:center;display:flex}.footer-module__DeADUW__copyright{color:var(--gray-500);margin:0;font-size:.9rem}.footer-module__DeADUW__copyright a{color:var(--primary-400);font-weight:500;text-decoration:none}.footer-module__DeADUW__copyright a:hover{text-decoration:underline}.footer-module__DeADUW__bottomLinks{gap:24px;display:flex}.footer-module__DeADUW__bottomLinks a{color:var(--gray-500);transition:color var(--transition-fast);font-size:.9rem;text-decoration:none}.footer-module__DeADUW__bottomLinks a:hover{color:var(--primary-400)}@media (max-width:1200px){.footer-module__DeADUW__footerGrid{grid-template-columns:1fr 1fr;gap:40px}.footer-module__DeADUW__brandSection{grid-column:span 2;max-width:100%}}@media (max-width:768px){.footer-module__DeADUW__footerTop{padding:60px 0 40px}.footer-module__DeADUW__footerGrid{grid-template-columns:1fr;gap:32px}.footer-module__DeADUW__brandSection{text-align:center;grid-column:span 1;max-width:100%}.footer-module__DeADUW__brandDescription{max-width:400px;margin-left:auto;margin-right:auto}.footer-module__DeADUW__socialLinks{justify-content:center}.footer-module__DeADUW__linkSection{text-align:center}.footer-module__DeADUW__linkSection h4:after{left:50%;transform:translate(-50%)}.footer-module__DeADUW__linkList a{justify-content:center}.footer-module__DeADUW__linkList a svg{display:none}.footer-module__DeADUW__linkList a:hover{transform:none}.footer-module__DeADUW__contactItem{text-align:center;justify-content:center}.footer-module__DeADUW__newsletter{text-align:center}.footer-module__DeADUW__newsletterForm{flex-direction:column}.footer-module__DeADUW__footerBottomContent{text-align:center;flex-direction:column;gap:16px}.footer-module__DeADUW__bottomLinks{flex-wrap:wrap;justify-content:center}}@media (max-width:480px){.footer-module__DeADUW__footerTop{padding:50px 0 30px}.footer-module__DeADUW__linkSection h4{font-size:1rem}.footer-module__DeADUW__newsletter{padding:24px}}
.MissingPhoneBanner-module__4YaNwW__banner{color:#fff;cursor:pointer;text-align:left;background:linear-gradient(135deg,#1eb6b9 0%,#0d9488 100%);border:none;border-radius:12px;align-items:center;gap:12px;width:100%;margin-bottom:24px;padding:16px 20px;font-family:inherit;font-size:15px;font-weight:500;transition:box-shadow .2s,transform .2s;animation:.4s ease-out MissingPhoneBanner-module__4YaNwW__fadeInDown;display:flex;box-shadow:0 4px 20px #1eb6b94d}.MissingPhoneBanner-module__4YaNwW__banner:hover{transform:translateY(-1px);box-shadow:0 6px 28px #1eb6b973}.MissingPhoneBanner-module__4YaNwW__bannerIcon{flex-shrink:0;font-size:20px}.MissingPhoneBanner-module__4YaNwW__bannerText{flex:1}@keyframes MissingPhoneBanner-module__4YaNwW__fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.profile-module__zW-h-q__profile{background:linear-gradient(180deg, var(--gray-50) 0%, #fff 100%);min-height:100vh}.profile-module__zW-h-q__profileContent{justify-content:center;align-items:center;min-height:100vh;padding:120px 20px 60px;display:flex;position:relative}.profile-module__zW-h-q__profileContent:before{content:"";background:linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);z-index:0;height:350px;position:absolute;top:0;left:0;right:0}.profile-module__zW-h-q__profileContent:after{content:"";z-index:0;background:#ffffff1a;border-radius:50%;width:400px;height:400px;position:absolute;top:0;right:0;transform:translate(50%,-50%)}.profile-module__zW-h-q__profileContent p{color:var(--primary-600);text-align:center;font-size:1.1rem}.profile-module__zW-h-q__profileContent form{z-index:1;border-radius:var(--radius-2xl);width:100%;max-width:650px;box-shadow:var(--shadow-2xl);border:1px solid var(--gray-100);text-align:center;background:#fff;padding:48px 40px;position:relative}.profile-module__zW-h-q__profileContent form h1{color:var(--gray-900);justify-content:center;align-items:center;gap:12px;margin:0 0 32px;font-size:1.75rem;font-weight:800;display:flex}.profile-module__zW-h-q__profileContent form h1:before{content:"";background:linear-gradient(90deg, var(--primary-500), var(--primary-400));border-radius:2px;width:40px;height:4px}.profile-module__zW-h-q__profileContent form h1:after{content:"";background:linear-gradient(90deg, var(--primary-400), var(--primary-500));border-radius:2px;width:40px;height:4px}.profile-module__zW-h-q__profileContent form h1~div{margin:24px 0}.profile-module__zW-h-q__upload{width:130px;height:130px;margin:0 auto 32px;position:relative}.profile-module__zW-h-q__upload img{object-fit:cover;border:4px solid var(--primary-200);border-radius:var(--radius-full);width:130px;height:130px;transition:all var(--transition-normal);box-shadow:0 8px 25px -5px #1eb6b94d}.profile-module__zW-h-q__upload:hover img{border-color:var(--primary-400);transform:scale(1.02)}.profile-module__zW-h-q__round{color:#fff;background:linear-gradient(135deg, var(--primary-500), var(--primary-600));border-radius:var(--radius-full);width:40px;height:40px;box-shadow:var(--shadow-md);cursor:pointer;transition:all var(--transition-normal);border:3px solid #fff;justify-content:center;align-items:center;display:flex;position:absolute;bottom:4px;right:4px;overflow:hidden}html[dir=rtl] .profile-module__zW-h-q__round{left:4px;right:auto}.profile-module__zW-h-q__round:hover{box-shadow:var(--shadow-lg);transform:scale(1.1)}.profile-module__zW-h-q__round input[type=file]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute}.profile-module__zW-h-q__round svg{font-size:1rem}.profile-module__zW-h-q__sectionDivider{align-items:center;gap:16px;margin:32px 0 24px;display:flex}.profile-module__zW-h-q__sectionDivider:before,.profile-module__zW-h-q__sectionDivider:after{content:"";background:var(--gray-200);flex:1;height:1px}.profile-module__zW-h-q__sectionDivider span{color:var(--primary-600);white-space:nowrap;font-size:.875rem;font-weight:600}.profile-module__zW-h-q__textareaGroup{text-align:left;margin-bottom:20px}html[dir=rtl] .profile-module__zW-h-q__textareaGroup{text-align:right}.profile-module__zW-h-q__textareaGroup label{color:var(--gray-700);align-items:center;gap:8px;margin-bottom:8px;font-size:.9rem;font-weight:600;display:flex}.profile-module__zW-h-q__textareaGroup label svg{color:var(--primary-500);font-size:.9rem}.profile-module__zW-h-q__textareaGroup textarea{border:2px solid var(--gray-200);border-radius:var(--radius-lg);background:var(--gray-50);width:100%;color:var(--gray-900);resize:vertical;min-height:80px;transition:all var(--transition-normal);padding:14px 16px;font-family:inherit;font-size:.95rem}.profile-module__zW-h-q__textareaGroup textarea:focus{border-color:var(--primary-500);background:#fff;outline:none;box-shadow:0 0 0 3px #1eb6b91a}.profile-module__zW-h-q__textareaGroup textarea::placeholder{color:var(--gray-400)}.profile-module__zW-h-q__hint{color:var(--gray-500);margin-top:4px;font-size:.75rem;display:block}.profile-module__zW-h-q__profileContent form button{margin-top:16px}@media (max-width:768px){.profile-module__zW-h-q__profileContent{padding:100px 16px 40px}.profile-module__zW-h-q__profileContent:before{height:280px}.profile-module__zW-h-q__profileContent form{padding:36px 24px}.profile-module__zW-h-q__profileContent form h1{font-size:1.5rem}.profile-module__zW-h-q__profileContent form h1:before,.profile-module__zW-h-q__profileContent form h1:after{width:24px}.profile-module__zW-h-q__upload,.profile-module__zW-h-q__upload img{width:110px;height:110px}.profile-module__zW-h-q__round{width:36px;height:36px}}@media (max-width:480px){.profile-module__zW-h-q__profileContent form h1{flex-wrap:wrap;font-size:1.25rem}}.profile-module__zW-h-q__professionalSections{text-align:left;margin-top:24px}html[dir=rtl] .profile-module__zW-h-q__professionalSections{text-align:right}.profile-module__zW-h-q__statusSection{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 20px;display:flex}.profile-module__zW-h-q__statusLabel{color:var(--gray-700);align-items:center;gap:10px;font-size:.95rem;font-weight:600;display:flex}.profile-module__zW-h-q__statusLabel svg{font-size:1rem}.profile-module__zW-h-q__statusToggle{background:var(--gray-300);cursor:pointer;border:none;border-radius:14px;width:52px;height:28px;transition:background .3s;position:relative}.profile-module__zW-h-q__statusToggle.profile-module__zW-h-q__active{background:var(--success-500,#22c55e)}.profile-module__zW-h-q__statusToggle:after{content:"";background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .3s;position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #0003}.profile-module__zW-h-q__statusToggle.profile-module__zW-h-q__active:after{transform:translate(24px)}.profile-module__zW-h-q__statusToggle:disabled{opacity:.6;cursor:not-allowed}.profile-module__zW-h-q__statusBadge{text-transform:uppercase;border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:600}.profile-module__zW-h-q__statusBadge.profile-module__zW-h-q__online{background:var(--success-100,#dcfce7);color:var(--success-700,#15803d)}.profile-module__zW-h-q__statusBadge.profile-module__zW-h-q__offline{background:var(--gray-100);color:var(--gray-600)}.profile-module__zW-h-q__autocompleteWrapper{margin-bottom:20px;position:relative}.profile-module__zW-h-q__suggestionsList{border:1px solid var(--gray-200);border-radius:0 0 var(--radius-lg) var(--radius-lg);z-index:100;max-height:200px;box-shadow:var(--shadow-lg);background:#fff;border-top:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.profile-module__zW-h-q__suggestionItem{cursor:pointer;color:var(--gray-700);border-bottom:1px solid var(--gray-100);padding:12px 16px;font-size:.9rem;transition:background .2s}.profile-module__zW-h-q__suggestionItem:last-child{border-bottom:none}.profile-module__zW-h-q__suggestionItem:hover{background:var(--primary-50);color:var(--primary-700)}.profile-module__zW-h-q__collapsibleSection{border:1px solid var(--gray-200);border-radius:var(--radius-lg);margin-bottom:16px;overflow:hidden}.profile-module__zW-h-q__collapsibleHeader{background:var(--gray-50);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:14px 18px;transition:background .2s;display:flex}.profile-module__zW-h-q__collapsibleHeader:hover{background:var(--gray-100)}.profile-module__zW-h-q__collapsibleTitle{color:var(--gray-800);align-items:center;gap:10px;margin:0;font-size:.95rem;font-weight:600;display:flex}.profile-module__zW-h-q__collapsibleTitle svg{color:var(--primary-500);font-size:.95rem}.profile-module__zW-h-q__collapsibleIcon{color:var(--gray-500);transition:transform .3s}.profile-module__zW-h-q__collapsibleIcon.profile-module__zW-h-q__open{transform:rotate(180deg)}.profile-module__zW-h-q__collapsibleContent{border-top:1px solid var(--gray-200);background:#fff;padding:16px 18px}.profile-module__zW-h-q__itemCount{background:var(--primary-100);color:var(--primary-700);border-radius:10px;padding:2px 8px;font-size:.75rem;font-weight:600}.profile-module__zW-h-q__pricingGrid{gap:12px;display:grid}.profile-module__zW-h-q__priceItem{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.profile-module__zW-h-q__priceInfo{align-items:center;gap:16px;display:flex}.profile-module__zW-h-q__priceAmount{color:var(--primary-600);font-size:1.1rem;font-weight:700}.profile-module__zW-h-q__priceDuration{color:var(--gray-600);font-size:.85rem}.profile-module__zW-h-q__priceAddForm{grid-template-columns:1fr 1fr auto;gap:10px;margin-top:12px;display:grid}.profile-module__zW-h-q__priceAddForm input{border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:10px 14px;font-size:.9rem}.profile-module__zW-h-q__priceAddForm input:focus{border-color:var(--primary-500);outline:none}.profile-module__zW-h-q__priceAddForm button{background:var(--primary-500);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:10px 16px;font-weight:600;transition:background .2s}.profile-module__zW-h-q__priceAddForm button:hover:not(:disabled){background:var(--primary-600)}.profile-module__zW-h-q__priceAddForm button:disabled{background:var(--gray-300);cursor:not-allowed}@media (max-width:768px){.profile-module__zW-h-q__statusSection{text-align:center;flex-direction:column;gap:12px}.profile-module__zW-h-q__priceAddForm{grid-template-columns:1fr 1fr}.profile-module__zW-h-q__priceAddForm button{grid-column:span 2}}.profile-module__zW-h-q__prescriptionUpload{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.profile-module__zW-h-q__uploadBtn{background:linear-gradient(135deg, var(--primary-500), var(--primary-600));color:#fff;border-radius:var(--radius-lg);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-size:.95rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 15px -3px #1eb6b94d}.profile-module__zW-h-q__uploadBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px -3px #1eb6b966}.profile-module__zW-h-q__uploadBtn:disabled{background:var(--gray-400);cursor:not-allowed;box-shadow:none;transform:none}.profile-module__zW-h-q__uploadHint{color:var(--gray-500);text-align:center;font-size:.8rem}.profile-module__zW-h-q__prescriptionLoading{color:var(--gray-500);justify-content:center;align-items:center;gap:10px;padding:30px;display:flex}.profile-module__zW-h-q__prescriptionsList{flex-direction:column;gap:10px;display:flex}.profile-module__zW-h-q__prescriptionItem{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;padding:14px 16px;transition:all .2s;display:flex}.profile-module__zW-h-q__prescriptionItem:hover{border-color:var(--primary-300);box-shadow:var(--shadow-sm)}.profile-module__zW-h-q__prescriptionInfo{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.profile-module__zW-h-q__prescriptionIcon{background:var(--primary-100);width:40px;height:40px;color:var(--primary-600);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.profile-module__zW-h-q__prescriptionDetails{flex-direction:column;gap:2px;min-width:0;display:flex}.profile-module__zW-h-q__prescriptionName{color:var(--gray-800);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.profile-module__zW-h-q__prescriptionDate{color:var(--gray-500);font-size:.8rem}.profile-module__zW-h-q__prescriptionActions{align-items:center;gap:8px;display:flex}.profile-module__zW-h-q__downloadBtn,.profile-module__zW-h-q__deleteBtn{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;transition:all .2s;display:flex}.profile-module__zW-h-q__downloadBtn{background:var(--primary-100);color:var(--primary-600);text-decoration:none}.profile-module__zW-h-q__downloadBtn:hover{background:var(--primary-200)}.profile-module__zW-h-q__deleteBtn{background:var(--gray-100);color:var(--gray-600)}.profile-module__zW-h-q__deleteBtn:hover:not(:disabled){color:#dc2626;background:#fee2e2}.profile-module__zW-h-q__deleteBtn:disabled{cursor:not-allowed;opacity:.6}.profile-module__zW-h-q__noPrescriptions{text-align:center;color:var(--gray-500);padding:24px;font-size:.9rem}.profile-module__zW-h-q__phoneInputGroup{margin-bottom:16px}.profile-module__zW-h-q__phoneInputLabel{color:var(--gray-700);align-items:center;gap:10px;margin-bottom:12px;font-size:.95rem;font-weight:600;display:flex}.profile-module__zW-h-q__phoneInputLabel svg{color:var(--primary-500);font-size:1rem}.profile-module__zW-h-q__phoneRow{box-sizing:border-box;background:var(--gray-50);border:2px solid var(--gray-200);border-radius:var(--radius-lg);width:100%;height:56px;min-height:56px;transition:all var(--transition-normal);align-items:center;margin:0;display:flex;position:relative}.profile-module__zW-h-q__phoneRow *,.profile-module__zW-h-q__phoneRow :before,.profile-module__zW-h-q__phoneRow :after{box-sizing:border-box}.profile-module__zW-h-q__phoneRow:focus-within{border-color:var(--primary-500);box-shadow:0 0 0 4px var(--primary-100);background:#fff}.profile-module__zW-h-q__countryDropdown{box-sizing:border-box;background:0 0;border:none;border-radius:0;flex-shrink:0;align-items:center;height:100%;margin:0;padding:0;display:flex;position:relative}.profile-module__zW-h-q__countryDropdownBtn{box-sizing:border-box;border:none;border-right:1px solid var(--gray-200);cursor:pointer;height:100%;transition:all var(--transition-normal);color:var(--gray-700);white-space:nowrap;background:0 0;align-items:center;gap:8px;margin:0;padding:0 14px;font-size:.9rem;font-weight:500;display:flex}html[dir=rtl] .profile-module__zW-h-q__countryDropdownBtn{border-right:none;border-left:1px solid var(--gray-200)}.profile-module__zW-h-q__countryDropdownBtn:hover{background:var(--gray-100)}.profile-module__zW-h-q__countryDropdownBtn svg:last-child{color:var(--gray-500);transition:transform var(--transition-normal);font-size:.75rem}.profile-module__zW-h-q__countryDropdownOpen .profile-module__zW-h-q__countryDropdownBtn svg:last-child{transform:rotate(180deg)}.profile-module__zW-h-q__countryFlag{object-fit:cover;border-radius:3px;flex-shrink:0;width:24px;height:16px}.profile-module__zW-h-q__countryMenu{border:1px solid var(--gray-200);border-radius:var(--radius-lg);width:320px;max-height:280px;box-shadow:var(--shadow-2xl);z-index:100;background:#fff;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto}html[dir=rtl] .profile-module__zW-h-q__countryMenu{left:auto;right:0}.profile-module__zW-h-q__countryMenuItem{border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition-fast);color:var(--gray-700);align-items:center;gap:10px;padding:10px 12px;font-size:.9rem;display:flex}.profile-module__zW-h-q__countryMenuItem:hover{background:var(--primary-50)}.profile-module__zW-h-q__countryMenuItemActive{background:var(--primary-50);color:var(--primary-700);font-weight:600}.profile-module__zW-h-q__countryMenuDial{color:var(--gray-500);margin-left:auto;font-weight:500}html[dir=rtl] .profile-module__zW-h-q__countryMenuDial{margin-left:0;margin-right:auto}.profile-module__zW-h-q__phoneInput{box-sizing:border-box;width:100%;height:100%;color:var(--gray-800);text-align:left;font-size:1rem;font-family:var(--font-family);direction:ltr;background:0 0;border:none;outline:none;flex:1;margin:0;padding:0 16px;line-height:normal}.profile-module__zW-h-q__phoneInput:focus{border-color:var(--primary-500);box-shadow:0 0 0 4px var(--primary-100);background:#fff}@media (max-width:480px){.profile-module__zW-h-q__prescriptionItem{flex-direction:column;align-items:stretch;gap:12px}.profile-module__zW-h-q__prescriptionActions{justify-content:flex-end}}.profile-module__zW-h-q__qrSection{flex-direction:column;align-items:center;gap:16px;display:flex}.profile-module__zW-h-q__qrLoading{color:var(--gray-500);align-items:center;gap:10px;padding:20px;display:flex}.profile-module__zW-h-q__qrPreview{flex-direction:column;align-items:center;gap:12px;display:flex}.profile-module__zW-h-q__qrPreview img{object-fit:contain;border:2px solid var(--gray-200);border-radius:var(--radius-lg);background:#fff;width:200px;height:200px;padding:8px}.profile-module__zW-h-q__qrRemoveBtn{color:#dc2626;border-radius:var(--radius-md);cursor:pointer;background:#fee2e2;border:none;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.profile-module__zW-h-q__qrRemoveBtn:hover{background:#fecaca}.profile-module__zW-h-q__qrUpload{flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.profile-module__zW-h-q__qrSelectBtn{background:var(--primary-500);color:#fff;border-radius:var(--radius-lg);cursor:pointer;border:none;align-items:center;gap:8px;padding:12px 20px;font-size:.9rem;font-weight:600;transition:background .2s;display:flex}.profile-module__zW-h-q__qrSelectBtn:hover{background:var(--primary-600)}.profile-module__zW-h-q__qrFileSelected{color:var(--gray-600);background:var(--gray-50);border-radius:var(--radius-md);padding:4px 12px;font-size:.85rem}.profile-module__zW-h-q__qrHint{color:var(--gray-500);text-align:center;font-size:.8rem}
.sessionBreakdown-module___3BaQG__cell{cursor:pointer;position:relative}.sessionBreakdown-module___3BaQG__amount{font-weight:600}.sessionBreakdown-module___3BaQG__paid{color:#059669}.sessionBreakdown-module___3BaQG__unpaid{color:#ca8a04}.sessionBreakdown-module___3BaQG__icon{color:#9ca3af;vertical-align:middle;margin-inline-start:6px;font-size:.75rem}.sessionBreakdown-module___3BaQG__tooltip{z-index:1000;pointer-events:none;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:280px;padding:16px;position:fixed;box-shadow:0 8px 24px #00000026}.sessionBreakdown-module___3BaQG__title{color:#6b7280;text-transform:uppercase;letter-spacing:.03em;margin-bottom:12px;font-size:.8rem;font-weight:600}.sessionBreakdown-module___3BaQG__row{color:#374151;justify-content:space-between;align-items:center;padding:4px 0;font-size:.85rem;display:flex}.sessionBreakdown-module___3BaQG__deduction{color:#ef4444}.sessionBreakdown-module___3BaQG__divider{background:#e5e7eb;height:1px;margin:8px 0}.sessionBreakdown-module___3BaQG__total{color:#059669;font-size:.9rem;font-weight:700}@media (max-width:768px){.sessionBreakdown-module___3BaQG__tooltip{width:240px}}
.therapistSignUp-module__nrPhbG__therapistSignUp{background:linear-gradient(135deg, var(--gray-50) 0%, #fff 100%);min-height:100vh}.therapistSignUp-module__nrPhbG__container{grid-template-columns:420px 1fr;min-height:100vh;display:grid}.therapistSignUp-module__nrPhbG__leftPanel{background:linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);justify-content:center;align-items:center;padding:60px 40px;display:flex;position:relative;overflow:hidden}.therapistSignUp-module__nrPhbG__leftPanel:before{content:"";background:#ffffff1a;border-radius:50%;width:500px;height:500px;position:absolute;top:-30%;right:-30%}.therapistSignUp-module__nrPhbG__leftPanel:after{content:"";background:#ffffff0d;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-20%;left:-20%}.therapistSignUp-module__nrPhbG__branding{z-index:1;text-align:center;color:#fff;position:relative}.therapistSignUp-module__nrPhbG__logoWrapper{border-radius:var(--radius-full);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #fff3;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 28px;display:flex}.therapistSignUp-module__nrPhbG__logoWrapper svg{color:#fff;font-size:2.8rem}.therapistSignUp-module__nrPhbG__branding h1{margin:0 0 12px;font-size:1.75rem;font-weight:800}.therapistSignUp-module__nrPhbG__branding>p{opacity:.9;margin:0 0 40px;font-size:1rem;line-height:1.6}.therapistSignUp-module__nrPhbG__features{flex-direction:column;gap:16px;display:flex}.therapistSignUp-module__nrPhbG__feature{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff26;align-items:center;gap:14px;padding:16px 20px;display:flex}.therapistSignUp-module__nrPhbG__feature svg{font-size:1.25rem}.therapistSignUp-module__nrPhbG__feature span{font-size:.95rem;font-weight:500}.therapistSignUp-module__nrPhbG__rightPanel{justify-content:center;align-items:flex-start;padding:40px;display:flex;overflow-y:auto}.therapistSignUp-module__nrPhbG__formCard{border-radius:var(--radius-2xl);width:100%;max-width:700px;box-shadow:var(--shadow-2xl);border:1px solid var(--gray-100);background:#fff;padding:40px}.therapistSignUp-module__nrPhbG__progressSteps{justify-content:space-between;margin-bottom:40px;display:flex;position:relative}.therapistSignUp-module__nrPhbG__step{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.therapistSignUp-module__nrPhbG__stepCircle{background:var(--gray-100);border:3px solid var(--gray-200);border-radius:var(--radius-full);width:50px;height:50px;color:var(--gray-400);transition:all var(--transition-normal);z-index:2;justify-content:center;align-items:center;font-size:1rem;display:flex;position:relative}.therapistSignUp-module__nrPhbG__step.therapistSignUp-module__nrPhbG__active .therapistSignUp-module__nrPhbG__stepCircle{background:linear-gradient(135deg, var(--primary-500), var(--primary-600));border-color:var(--primary-400);color:#fff;box-shadow:0 4px 15px -3px #1eb6b966}.therapistSignUp-module__nrPhbG__step.therapistSignUp-module__nrPhbG__completed .therapistSignUp-module__nrPhbG__stepCircle{background:var(--success-500);border-color:var(--success-400);color:#fff}.therapistSignUp-module__nrPhbG__stepTitle{color:var(--gray-400);text-align:center;white-space:nowrap;margin-top:10px;font-size:.75rem;font-weight:600}.therapistSignUp-module__nrPhbG__step.therapistSignUp-module__nrPhbG__active .therapistSignUp-module__nrPhbG__stepTitle,.therapistSignUp-module__nrPhbG__step.therapistSignUp-module__nrPhbG__completed .therapistSignUp-module__nrPhbG__stepTitle{color:var(--gray-700)}.therapistSignUp-module__nrPhbG__stepLine{background:var(--gray-200);z-index:1;width:calc(100% - 50px);height:3px;position:absolute;top:25px;left:calc(50% + 25px)}.therapistSignUp-module__nrPhbG__step.therapistSignUp-module__nrPhbG__completed .therapistSignUp-module__nrPhbG__stepLine{background:var(--success-400)}.therapistSignUp-module__nrPhbG__formHeader{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:20px;display:flex}.therapistSignUp-module__nrPhbG__formHeader h2{color:var(--gray-800);margin:0;font-size:1.5rem;font-weight:700}.therapistSignUp-module__nrPhbG__stepIndicator{color:var(--primary-600);background:var(--primary-50);border-radius:var(--radius-full);padding:8px 16px;font-size:.85rem;font-weight:600}.therapistSignUp-module__nrPhbG__inputsGrid{flex-direction:column;gap:20px;margin-bottom:32px;display:flex}.therapistSignUp-module__nrPhbG__navigationButtons{gap:16px;display:flex}.therapistSignUp-module__nrPhbG__prevBtn,.therapistSignUp-module__nrPhbG__nextBtn{border-radius:var(--radius-xl);cursor:pointer;transition:all var(--transition-normal);border:none;justify-content:center;align-items:center;gap:10px;padding:16px 32px;font-size:1rem;font-weight:600;display:flex}.therapistSignUp-module__nrPhbG__prevBtn{color:var(--gray-600);background:var(--gray-100);flex:1}.therapistSignUp-module__nrPhbG__prevBtn:hover{background:var(--gray-200)}.therapistSignUp-module__nrPhbG__nextBtn{color:#fff;background:linear-gradient(135deg, var(--primary-500), var(--primary-600));flex:2;box-shadow:0 4px 15px -3px #1eb6b966}.therapistSignUp-module__nrPhbG__nextBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px #1eb6b980}.therapistSignUp-module__nrPhbG__signInLink{border-top:1px solid var(--gray-100);text-align:center;margin-top:32px;padding-top:32px}.therapistSignUp-module__nrPhbG__signInLink>p{color:var(--gray-600);margin:0 0 20px;font-size:.9rem}.therapistSignUp-module__nrPhbG__signInLink>p a{color:var(--primary-600);transition:color var(--transition-fast);font-weight:600;text-decoration:none}.therapistSignUp-module__nrPhbG__signInLink>p a:hover{color:var(--primary-700)}.therapistSignUp-module__nrPhbG__divider{align-items:center;gap:16px;margin:20px 0;display:flex}.therapistSignUp-module__nrPhbG__divider:before,.therapistSignUp-module__nrPhbG__divider:after{content:"";background:var(--gray-200);flex:1;height:1px}.therapistSignUp-module__nrPhbG__divider span{color:var(--gray-500);font-size:.85rem}.therapistSignUp-module__nrPhbG__patientLink{color:var(--primary-600);background:var(--primary-50);border:2px solid var(--primary-200);border-radius:var(--radius-xl);transition:all var(--transition-normal);justify-content:center;align-items:center;padding:14px 48px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.therapistSignUp-module__nrPhbG__patientLink:hover{color:#fff;background:linear-gradient(135deg, var(--primary-500), var(--primary-600));border-color:#0000}.therapistSignUp-module__nrPhbG__dayPickerGroup{margin-bottom:4px}.therapistSignUp-module__nrPhbG__dayPickerLabel{color:var(--gray-700);align-items:center;gap:10px;margin-bottom:12px;font-size:.95rem;font-weight:600;display:flex}.therapistSignUp-module__nrPhbG__dayPickerLabel svg{color:var(--primary-500);font-size:1rem}.therapistSignUp-module__nrPhbG__dayCheckboxes{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;display:grid}.therapistSignUp-module__nrPhbG__dayCheckboxLabel{background:var(--gray-50);border:2px solid var(--gray-200);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-normal);-webkit-user-select:none;user-select:none;align-items:center;gap:10px;padding:12px 16px;display:flex}.therapistSignUp-module__nrPhbG__dayCheckboxLabel:hover{border-color:var(--primary-300);background:var(--primary-50)}.therapistSignUp-module__nrPhbG__dayCheckboxChecked{border-color:var(--primary-500);background:var(--primary-50)}.therapistSignUp-module__nrPhbG__dayCheckboxInput{width:18px;height:18px;accent-color:var(--primary-500);cursor:pointer}.therapistSignUp-module__nrPhbG__dayCheckboxText{color:var(--gray-700);font-size:.9rem;font-weight:500}.therapistSignUp-module__nrPhbG__dayPickerError{color:var(--danger-500);margin-top:8px;font-size:.8rem;display:block}.therapistSignUp-module__nrPhbG__phoneInputGroup{margin-bottom:4px}.therapistSignUp-module__nrPhbG__phoneInputLabel{color:var(--gray-700);align-items:center;gap:10px;margin-bottom:12px;font-size:.95rem;font-weight:600;display:flex}.therapistSignUp-module__nrPhbG__phoneInputLabel svg{color:var(--primary-500);font-size:1rem}.therapistSignUp-module__nrPhbG__phoneRow{background:var(--gray-50);border:2px solid var(--gray-200);border-radius:var(--radius-lg);width:100%;min-height:56px;transition:all var(--transition-normal);align-items:stretch;display:flex;position:relative}.therapistSignUp-module__nrPhbG__phoneRow:focus-within{border-color:var(--primary-500);box-shadow:0 0 0 4px var(--primary-100);background:#fff}.therapistSignUp-module__nrPhbG__countryDropdown{background:0 0;border:none;border-radius:0;flex-shrink:0;align-items:center;display:flex;position:relative}.therapistSignUp-module__nrPhbG__countryDropdownBtn{border:none;border-right:1px solid var(--gray-200);cursor:pointer;height:100%;transition:all var(--transition-normal);color:var(--gray-700);white-space:nowrap;background:0 0;align-items:center;gap:8px;padding:0 14px;font-size:.9rem;font-weight:500;display:flex}html[dir=rtl] .therapistSignUp-module__nrPhbG__countryDropdownBtn{border-right:none;border-left:1px solid var(--gray-200)}.therapistSignUp-module__nrPhbG__countryDropdownBtn:hover{background:var(--gray-100)}.therapistSignUp-module__nrPhbG__countryDropdownBtn svg:last-child{color:var(--gray-500);transition:transform var(--transition-normal);font-size:.75rem}.therapistSignUp-module__nrPhbG__countryDropdownOpen .therapistSignUp-module__nrPhbG__countryDropdownBtn svg:last-child{transform:rotate(180deg)}.therapistSignUp-module__nrPhbG__countryFlag{object-fit:cover;border-radius:3px;flex-shrink:0;width:24px;height:16px}.therapistSignUp-module__nrPhbG__countryMenu{border:1px solid var(--gray-200);border-radius:var(--radius-lg);width:320px;max-height:280px;box-shadow:var(--shadow-2xl);z-index:100;background:#fff;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto}html[dir=rtl] .therapistSignUp-module__nrPhbG__countryMenu{left:auto;right:0}.therapistSignUp-module__nrPhbG__countryMenuItem{border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition-fast);color:var(--gray-700);align-items:center;gap:10px;padding:10px 12px;font-size:.9rem;display:flex}.therapistSignUp-module__nrPhbG__countryMenuItem:hover{background:var(--primary-50)}.therapistSignUp-module__nrPhbG__countryMenuItemActive{background:var(--primary-50);color:var(--primary-700);font-weight:600}.therapistSignUp-module__nrPhbG__countryMenuDial{color:var(--gray-500);margin-left:auto;font-weight:500}html[dir=rtl] .therapistSignUp-module__nrPhbG__countryMenuDial{margin-left:0;margin-right:auto}.therapistSignUp-module__nrPhbG__phoneInput{width:100%;color:var(--gray-800);text-align:left;font-size:1rem;font-family:var(--font-family);direction:ltr;background:0 0;border:none;outline:none;flex:1;padding:14px 16px}.therapistSignUp-module__nrPhbG__phoneInput:focus{border-color:var(--primary-500);box-shadow:0 0 0 4px var(--primary-100);background:#fff}.therapistSignUp-module__nrPhbG__phoneInputError{border-color:var(--danger-500)}.therapistSignUp-module__nrPhbG__phoneInputError:focus{border-color:var(--danger-500);box-shadow:0 0 0 4px var(--danger-100)}.therapistSignUp-module__nrPhbG__phoneError{color:var(--danger-500);margin-top:8px;font-size:.8rem;display:block}.therapistSignUp-module__nrPhbG__countrySelectWrapper{margin-bottom:20px;position:relative}.therapistSignUp-module__nrPhbG__countrySelectDiv{background:var(--gray-50);border:2px solid var(--gray-200);border-radius:var(--radius-xl);min-height:60px;transition:all var(--transition-normal);cursor:pointer;align-items:center;gap:12px;padding:4px 16px;display:flex;position:relative}.therapistSignUp-module__nrPhbG__countrySelectDiv:hover{border-color:var(--gray-300);background:#fff}.therapistSignUp-module__nrPhbG__countrySelectDiv.therapistSignUp-module__nrPhbG__clicked{border-color:var(--primary-400);background:#fff;box-shadow:0 0 0 4px #1eb6b91a}.therapistSignUp-module__nrPhbG__countrySelectIcon{min-width:24px;color:var(--gray-400);justify-content:center;align-items:center;display:flex}.therapistSignUp-module__nrPhbG__countrySelectDiv.therapistSignUp-module__nrPhbG__clicked .therapistSignUp-module__nrPhbG__countrySelectIcon{color:var(--primary-500)}.therapistSignUp-module__nrPhbG__countrySelectContainer{flex-direction:column;flex:1;justify-content:center;min-height:52px;display:flex;position:relative}.therapistSignUp-module__nrPhbG__countrySelectLabel{color:var(--primary-600);pointer-events:none;white-space:nowrap;margin:0;font-size:.75rem;font-weight:600;position:absolute;top:6px;left:0}html[dir=rtl] .therapistSignUp-module__nrPhbG__countrySelectLabel{left:auto;right:0}.therapistSignUp-module__nrPhbG__countrySelectValue,.therapistSignUp-module__nrPhbG__countrySelectPlaceholder{width:100%;padding:20px 0 4px;font-size:1rem;font-weight:500}.therapistSignUp-module__nrPhbG__countrySelectValue{color:var(--gray-800)}.therapistSignUp-module__nrPhbG__countrySelectPlaceholder{color:var(--gray-400)}.therapistSignUp-module__nrPhbG__countrySelectChevron{min-width:24px;color:var(--gray-400);transition:transform var(--transition-fast);justify-content:center;align-items:center;display:flex}.therapistSignUp-module__nrPhbG__countrySelectChevron.therapistSignUp-module__nrPhbG__open{transform:rotate(180deg)}.therapistSignUp-module__nrPhbG__countrySelectMenu{border:2px solid var(--gray-200);border-radius:var(--radius-xl);z-index:100;background:#fff;max-height:20em;margin:4px 0 0;padding:.5em 0;list-style:none;position:absolute;left:0;right:0;overflow-y:auto;box-shadow:0 4px 20px #0000001a}.therapistSignUp-module__nrPhbG__countrySelectMenuItem{color:var(--gray-700);cursor:pointer;transition:background var(--transition-fast);align-items:center;gap:10px;margin:0;padding:12px 16px;font-size:.95rem;font-weight:500;display:flex}.therapistSignUp-module__nrPhbG__countrySelectMenuItem:hover{background:var(--gray-50)}.therapistSignUp-module__nrPhbG__countrySelectMenuItemActive{background:var(--primary-50);color:var(--primary-700);font-weight:600}.therapistSignUp-module__nrPhbG__countrySelectError{color:var(--danger-500);margin-top:8px;font-size:.8rem;display:block}@media (max-width:1200px){.therapistSignUp-module__nrPhbG__container{grid-template-columns:1fr}.therapistSignUp-module__nrPhbG__leftPanel{display:none}.therapistSignUp-module__nrPhbG__rightPanel{align-items:flex-start;padding:24px}.therapistSignUp-module__nrPhbG__formCard{margin-top:20px}}@media (max-width:768px){.therapistSignUp-module__nrPhbG__formCard{padding:28px 20px}.therapistSignUp-module__nrPhbG__progressSteps{gap:8px;margin-bottom:32px}.therapistSignUp-module__nrPhbG__stepCircle{width:40px;height:40px;font-size:.85rem}.therapistSignUp-module__nrPhbG__stepTitle{font-size:.65rem}.therapistSignUp-module__nrPhbG__stepLine{width:calc(100% - 40px);top:20px;left:calc(50% + 20px)}.therapistSignUp-module__nrPhbG__formHeader{text-align:center;flex-direction:column;gap:12px}.therapistSignUp-module__nrPhbG__formHeader h2{font-size:1.25rem}.therapistSignUp-module__nrPhbG__navigationButtons{flex-direction:column}.therapistSignUp-module__nrPhbG__prevBtn,.therapistSignUp-module__nrPhbG__nextBtn{flex:1}}@media (max-width:480px){.therapistSignUp-module__nrPhbG__stepTitle{display:none}.therapistSignUp-module__nrPhbG__stepCircle{width:36px;height:36px;font-size:.8rem}.therapistSignUp-module__nrPhbG__stepLine{width:calc(100% - 36px);top:18px;left:calc(50% + 18px)}}.therapistSignUp-module__nrPhbG__qrUploadGroup{flex-direction:column;gap:8px;margin-top:20px;display:flex}.therapistSignUp-module__nrPhbG__qrUploadLabel{color:var(--gray-700);align-items:center;gap:8px;font-size:.95rem;font-weight:600;display:flex}.therapistSignUp-module__nrPhbG__qrUploadHint{color:var(--gray-500);margin:0;font-size:.85rem}.therapistSignUp-module__nrPhbG__qrUploadRow{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.therapistSignUp-module__nrPhbG__qrFileInput{border:1px solid var(--gray-300);border-radius:var(--radius-md);background:var(--gray-50);cursor:pointer;padding:8px 12px;font-size:.9rem}.therapistSignUp-module__nrPhbG__qrPreview{object-fit:contain;border:1px solid var(--gray-200);border-radius:var(--radius-md);background:#fff;width:120px;height:120px;padding:4px}
.GoogleSignIn-module__lTSYOa__container{width:100%;margin-top:4px}.GoogleSignIn-module__lTSYOa__divider{align-items:center;gap:20px;margin:24px 0;display:flex}.GoogleSignIn-module__lTSYOa__divider:before,.GoogleSignIn-module__lTSYOa__divider:after{content:"";background:#e2e8f0;flex:1;height:1px}.GoogleSignIn-module__lTSYOa__divider span{color:#94a3b8;white-space:nowrap;font-size:.85rem;font-weight:500}.GoogleSignIn-module__lTSYOa__button{width:100%}.GoogleSignIn-module__lTSYOa__error{color:#dc2626;text-align:center;margin:8px 0;font-size:.85rem}
.markdownEditor-module__zgGb1W__wrapper{flex-direction:column;gap:.4rem;width:100%;display:flex}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__bar{border:1px solid var(--gray-200,#e5e7eb);background:var(--gray-50,#f9fafb);border-bottom:none;border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;gap:.5rem;padding:.35rem;display:flex}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__toolbar{flex-wrap:wrap;gap:.25rem;display:flex}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__toolButton{width:30px;height:30px;color:var(--gray-600,#4b5563);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:inline-flex}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__toolButton:hover:not(:disabled){background:var(--gray-200,#e5e7eb);color:var(--primary-600,#2563eb)}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__toolButtonActive{border-color:var(--gray-300,#d1d5db);color:var(--primary-700,#1d4ed8);background:#fff}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__toolButton:disabled{opacity:.5;cursor:not-allowed}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__modeSwitch{flex-shrink:0;gap:.15rem;display:flex}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__modeButton{color:var(--gray-600,#4b5563);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;padding:.3rem .6rem;font-size:.78rem;font-weight:600}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__modeButtonActive{border-color:var(--gray-300,#d1d5db);color:var(--primary-700,#1d4ed8);background:#fff}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__richPane,.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__markdownPane{border:1px solid var(--gray-200,#e5e7eb);background:#fff;border-radius:0 0 8px 8px}.markdownEditor-module__zgGb1W__wrapper[data-mode=rich] .markdownEditor-module__zgGb1W__markdownPane,.markdownEditor-module__zgGb1W__wrapper[data-mode=markdown] .markdownEditor-module__zgGb1W__richPane{display:none}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__editable{min-height:calc(var(--md-rows,6) * 1.6em + 1.5rem);color:var(--gray-800,#1f2937);white-space:pre-wrap;word-break:break-word;outline:none;padding:.75rem;font-size:1rem;line-height:1.6}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__editable:focus{border-radius:0 0 8px 8px;box-shadow:0 0 0 3px #3b82f626}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__editable>:first-child{margin-top:0}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__editable>:last-child{margin-bottom:0}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__editable p{margin:0 0 .75rem}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__editable h2,.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__editable h3{color:var(--gray-900,#111827);margin:1rem 0 .5rem;font-weight:700;line-height:1.3}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__editable h2{font-size:1.3rem}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__editable h3{font-size:1.15rem}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__editable ul,.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__editable ol{margin:0 0 .75rem;padding-left:1.5rem}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__editable ul{list-style:outside}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__editable ol{list-style:decimal}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__editable blockquote{border-inline-start:3px solid var(--gray-300,#d1d5db);color:var(--gray-600,#4b5563);margin:0 0 .75rem;padding:.25rem 0 .25rem .75rem}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__editable pre{background:var(--gray-100,#f3f4f6);white-space:pre;border-radius:6px;margin:0 0 .75rem;padding:.75rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem;overflow-x:auto}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__editable code{background:var(--gray-100,#f3f4f6);border-radius:4px;padding:.1rem .3rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__editable pre code{font-size:inherit;background:0 0;padding:0}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__editable a{color:var(--primary-600,#2563eb);text-decoration:underline}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__placeholder{color:var(--gray-400,#9ca3af);pointer-events:none}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__markdownTextarea{width:100%;min-height:calc(var(--md-rows,6) * 1.6em + 1.5rem);color:var(--gray-800,#1f2937);resize:vertical;background:0 0;border:none;border-radius:0 0 8px 8px;padding:.75rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9rem;line-height:1.6}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__markdownTextarea:focus{outline:none}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__hint{color:var(--gray-500,#6b7280);margin:0;font-size:.78rem}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__toolArea{flex-direction:column;gap:.35rem;min-width:0;display:flex}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__linkBar{align-items:center;gap:.35rem;display:flex}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__linkInput{border:1px solid var(--gray-300,#d1d5db);min-width:0;color:var(--gray-800,#1f2937);border-radius:6px;flex:auto;padding:.3rem .5rem;font-size:.85rem}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__linkInput:focus{border-color:var(--primary-500,#3b82f6);outline:none;box-shadow:0 0 0 3px #3b82f626}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__linkAction{border:1px solid var(--gray-300,#d1d5db);color:var(--gray-700,#374151);cursor:pointer;background:#fff;border-radius:6px;padding:.3rem .6rem;font-size:.78rem;font-weight:600}.markdownEditor-module__zgGb1W__wrapper .markdownEditor-module__zgGb1W__linkAction:hover{background:var(--gray-50,#f9fafb)}
.PaymentModal-module__C2mJ6G__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;-webkit-overflow-scrolling:touch;background:#0009;justify-content:center;align-items:flex-start;padding:16px;display:flex;position:fixed;inset:0;overflow-y:auto}.PaymentModal-module__C2mJ6G__modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:480px;margin:auto;animation:.3s ease-out PaymentModal-module__C2mJ6G__slideUp;display:flex;box-shadow:0 25px 50px -12px #00000040}@keyframes PaymentModal-module__C2mJ6G__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.PaymentModal-module__C2mJ6G__header{background:linear-gradient(135deg, var(--primary-600) 0%, var(--primary-700) 100%);color:#fff;border-radius:16px 16px 0 0;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.PaymentModal-module__C2mJ6G__headerContent{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.PaymentModal-module__C2mJ6G__headerIcon{opacity:.9;flex-shrink:0;font-size:1.5rem}.PaymentModal-module__C2mJ6G__headerContent>div{min-width:0}.PaymentModal-module__C2mJ6G__header h2{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.1rem;font-weight:700;overflow:hidden}.PaymentModal-module__C2mJ6G__header p{opacity:.85;white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:.8rem;overflow:hidden}.PaymentModal-module__C2mJ6G__closeBtn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-left:8px;transition:all .2s;display:flex}.PaymentModal-module__C2mJ6G__closeBtn:hover:not(:disabled){background:#ffffff40}.PaymentModal-module__C2mJ6G__closeBtn:disabled{opacity:.5;cursor:not-allowed}.PaymentModal-module__C2mJ6G__body{flex-direction:column;flex:1;gap:16px;min-height:0;padding:16px;display:flex;overflow-y:auto}.PaymentModal-module__C2mJ6G__summaryCard{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:12px;padding:14px}.PaymentModal-module__C2mJ6G__summaryCard h3{color:var(--gray-600);text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:.85rem;font-weight:600}.PaymentModal-module__C2mJ6G__summaryGrid{grid-template-columns:1fr;gap:10px;display:grid}.PaymentModal-module__C2mJ6G__summaryItem{align-items:center;gap:10px;display:flex}.PaymentModal-module__C2mJ6G__summaryItem svg{width:16px;height:16px;color:var(--primary-500);flex-shrink:0}.PaymentModal-module__C2mJ6G__summaryItem>div{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.PaymentModal-module__C2mJ6G__summaryItem .PaymentModal-module__C2mJ6G__label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.3px;flex-shrink:0;font-size:.75rem}.PaymentModal-module__C2mJ6G__summaryItem .PaymentModal-module__C2mJ6G__value{color:var(--gray-900);word-break:break-word;font-size:.85rem;font-weight:600}.PaymentModal-module__C2mJ6G__totalAmount{border-top:2px dashed var(--gray-200);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:14px;padding-top:14px;display:flex}.PaymentModal-module__C2mJ6G__totalAmount>span:first-child{color:var(--gray-700);font-size:.95rem;font-weight:600}.PaymentModal-module__C2mJ6G__totalAmount .PaymentModal-module__C2mJ6G__price{color:var(--primary-600);font-size:1.25rem;font-weight:700}.PaymentModal-module__C2mJ6G__methodPicker h3{color:var(--gray-900);text-align:center;margin:0 0 12px;font-size:.95rem;font-weight:700}.PaymentModal-module__C2mJ6G__methodOptions{flex-direction:column;gap:12px;display:flex}.PaymentModal-module__C2mJ6G__methodCard{border:2px solid var(--gray-200);cursor:pointer;text-align:left;background:#fff;border-radius:12px;align-items:center;gap:14px;width:100%;padding:16px;transition:all .2s;display:flex}.PaymentModal-module__C2mJ6G__methodCard:hover{border-color:var(--primary-400);background:var(--primary-50,#f0f4ff);transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.PaymentModal-module__C2mJ6G__methodIcon{color:var(--primary-500);text-align:center;flex-shrink:0;width:40px;font-size:1.8rem}.PaymentModal-module__C2mJ6G__methodInfo{flex-direction:column;gap:2px;display:flex}.PaymentModal-module__C2mJ6G__methodTitle{color:var(--gray-900);font-size:.95rem;font-weight:700}.PaymentModal-module__C2mJ6G__methodDesc{color:var(--gray-500);font-size:.8rem}.PaymentModal-module__C2mJ6G__backBtn{color:var(--primary-600);cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:8px;padding:8px 0;font-size:.85rem;font-weight:600;transition:color .2s;display:flex}.PaymentModal-module__C2mJ6G__backBtn:hover:not(:disabled){color:var(--primary-700)}.PaymentModal-module__C2mJ6G__backBtn:disabled{opacity:.5;cursor:not-allowed}.PaymentModal-module__C2mJ6G__qrSection{background:linear-gradient(135deg, var(--primary-50) 0%, white 100%);border:1px solid var(--primary-100);border-radius:12px;flex-direction:column;align-items:center;gap:16px;padding:20px;display:flex}.PaymentModal-module__C2mJ6G__qrContainer{background:#fff;border-radius:16px;padding:12px;position:relative;box-shadow:0 4px 20px #0000001a}.PaymentModal-module__C2mJ6G__qrCode{border-radius:8px;width:180px;height:180px;display:block}.PaymentModal-module__C2mJ6G__instapayBadge{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#00a884 0%,#008069 100%);border-radius:20px;padding:6px 16px;font-size:.8rem;font-weight:600;position:absolute;bottom:-10px;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #00a8844d}.PaymentModal-module__C2mJ6G__downloadBtn{border:2px solid var(--primary-500);color:var(--primary-600);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.PaymentModal-module__C2mJ6G__downloadBtn:hover{background:var(--primary-50);border-color:var(--primary-600)}.PaymentModal-module__C2mJ6G__downloadBtn:active{transform:scale(.98)}.PaymentModal-module__C2mJ6G__instructionsSection{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:12px;padding:16px}.PaymentModal-module__C2mJ6G__instructionsSection h4{color:var(--gray-900);margin:0 0 12px;font-size:.95rem;font-weight:700}.PaymentModal-module__C2mJ6G__instructions{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.PaymentModal-module__C2mJ6G__instructions li{color:var(--gray-700);align-items:flex-start;gap:10px;font-size:.85rem;line-height:1.4;display:flex}.PaymentModal-module__C2mJ6G__stepNumber{background:var(--primary-500);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;font-size:.75rem;font-weight:700;display:flex}.PaymentModal-module__C2mJ6G__stripeSection{flex-direction:column;gap:16px;display:flex}.PaymentModal-module__C2mJ6G__stripeHeader{align-items:flex-start;gap:12px;display:flex}.PaymentModal-module__C2mJ6G__stripeIcon{color:var(--primary-500);flex-shrink:0;margin-top:2px;font-size:1.5rem}.PaymentModal-module__C2mJ6G__stripeHeader h4{color:var(--gray-900);margin:0;font-size:.95rem;font-weight:700}.PaymentModal-module__C2mJ6G__secureNote{color:var(--gray-500);align-items:center;gap:6px;margin:4px 0 0;font-size:.75rem;display:flex}.PaymentModal-module__C2mJ6G__secureNote svg{color:#10b981;font-size:.7rem}.PaymentModal-module__C2mJ6G__cardForm{flex-direction:column;gap:14px;display:flex}.PaymentModal-module__C2mJ6G__cardElementWrapper{border:2px solid var(--gray-200);background:#fff;border-radius:10px;padding:14px;transition:border-color .2s}.PaymentModal-module__C2mJ6G__cardElementWrapper:focus-within{border-color:var(--primary-400);box-shadow:0 0 0 3px rgba(var(--primary-rgb,59, 130, 246), .1)}.PaymentModal-module__C2mJ6G__payBtn{background:linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);color:#fff;cursor:pointer;box-shadow:0 4px 15px rgba(var(--primary-rgb,59, 130, 246), .3);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.PaymentModal-module__C2mJ6G__payBtn:hover:not(:disabled){box-shadow:0 6px 20px rgba(var(--primary-rgb,59, 130, 246), .4);transform:translateY(-1px)}.PaymentModal-module__C2mJ6G__payBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.PaymentModal-module__C2mJ6G__loadingIntent{color:var(--gray-500);justify-content:center;align-items:center;gap:10px;padding:24px;font-size:.9rem;display:flex}.PaymentModal-module__C2mJ6G__paymentError{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;align-items:flex-start;gap:10px;padding:12px;font-size:.85rem;line-height:1.4;display:flex}.PaymentModal-module__C2mJ6G__paymentError svg{flex-shrink:0;margin-top:2px}.PaymentModal-module__C2mJ6G__infoNote{background:var(--warning-50,#fffbeb);border:1px solid var(--warning-200,#fde68a);color:var(--warning-800,#92400e);border-radius:10px;align-items:flex-start;gap:10px;padding:14px;font-size:.85rem;line-height:1.4;display:flex}.PaymentModal-module__C2mJ6G__infoNote svg{color:var(--warning-600,#d97706);flex-shrink:0;margin-top:2px}.PaymentModal-module__C2mJ6G__footer{border-top:1px solid var(--gray-200);background:var(--gray-50);border-radius:0 0 16px 16px;flex-direction:column-reverse;flex-shrink:0;gap:10px;padding:16px;display:flex}.PaymentModal-module__C2mJ6G__cancelBtn,.PaymentModal-module__C2mJ6G__confirmBtn{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 20px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.PaymentModal-module__C2mJ6G__cancelBtn{border:2px solid var(--gray-200);color:var(--gray-700);background:#fff}.PaymentModal-module__C2mJ6G__cancelBtn:hover:not(:disabled){border-color:var(--gray-300);background:var(--gray-50)}.PaymentModal-module__C2mJ6G__confirmBtn{background:linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);color:#fff;box-shadow:0 4px 15px rgba(var(--primary-rgb,59, 130, 246), .3);border:none}.PaymentModal-module__C2mJ6G__confirmBtn:hover:not(:disabled){box-shadow:0 6px 20px rgba(var(--primary-rgb,59, 130, 246), .4);transform:translateY(-1px)}.PaymentModal-module__C2mJ6G__confirmBtn:disabled,.PaymentModal-module__C2mJ6G__cancelBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (min-width:640px){.PaymentModal-module__C2mJ6G__overlay{align-items:center;padding:24px}.PaymentModal-module__C2mJ6G__modal{border-radius:20px;max-height:90vh}.PaymentModal-module__C2mJ6G__header{border-radius:20px 20px 0 0;padding:20px 24px}.PaymentModal-module__C2mJ6G__headerIcon{font-size:1.75rem}.PaymentModal-module__C2mJ6G__header h2{font-size:1.25rem}.PaymentModal-module__C2mJ6G__header p{font-size:.85rem}.PaymentModal-module__C2mJ6G__closeBtn{width:36px;height:36px;margin-left:12px}.PaymentModal-module__C2mJ6G__body{gap:20px;padding:24px}.PaymentModal-module__C2mJ6G__summaryCard{border-radius:14px;padding:18px}.PaymentModal-module__C2mJ6G__summaryCard h3{font-size:.9rem}.PaymentModal-module__C2mJ6G__summaryGrid{grid-template-columns:repeat(2,1fr);gap:14px}.PaymentModal-module__C2mJ6G__summaryItem>div{flex-direction:column;align-items:flex-start;gap:2px}.PaymentModal-module__C2mJ6G__summaryItem .PaymentModal-module__C2mJ6G__value{font-size:.9rem}.PaymentModal-module__C2mJ6G__totalAmount .PaymentModal-module__C2mJ6G__price{font-size:1.4rem}.PaymentModal-module__C2mJ6G__methodOptions{flex-direction:row}.PaymentModal-module__C2mJ6G__methodCard{text-align:center;flex-direction:column;flex:1;padding:20px}.PaymentModal-module__C2mJ6G__qrSection{border-radius:14px;padding:24px}.PaymentModal-module__C2mJ6G__qrCode{width:200px;height:200px}.PaymentModal-module__C2mJ6G__instructionsSection{border-radius:14px;padding:18px}.PaymentModal-module__C2mJ6G__instructions li{font-size:.9rem}.PaymentModal-module__C2mJ6G__stepNumber{width:24px;min-width:24px;height:24px;font-size:.8rem}.PaymentModal-module__C2mJ6G__footer{border-radius:0 0 20px 20px;flex-direction:row;justify-content:flex-end;padding:18px 24px}.PaymentModal-module__C2mJ6G__cancelBtn,.PaymentModal-module__C2mJ6G__confirmBtn{border-radius:10px;width:auto;padding:12px 24px}}html[dir=rtl] .PaymentModal-module__C2mJ6G__headerContent{flex-direction:row-reverse}html[dir=rtl] .PaymentModal-module__C2mJ6G__closeBtn{margin-left:0;margin-right:8px}html[dir=rtl] .PaymentModal-module__C2mJ6G__summaryItem{flex-direction:row-reverse}html[dir=rtl] .PaymentModal-module__C2mJ6G__summaryItem>div{text-align:right}html[dir=rtl] .PaymentModal-module__C2mJ6G__totalAmount{flex-direction:row-reverse}html[dir=rtl] .PaymentModal-module__C2mJ6G__instructions li,html[dir=rtl] .PaymentModal-module__C2mJ6G__infoNote{text-align:right;flex-direction:row-reverse}html[dir=rtl] .PaymentModal-module__C2mJ6G__downloadBtn,html[dir=rtl] .PaymentModal-module__C2mJ6G__cancelBtn,html[dir=rtl] .PaymentModal-module__C2mJ6G__confirmBtn{flex-direction:row-reverse}html[dir=rtl] .PaymentModal-module__C2mJ6G__backBtn{flex-direction:row-reverse;align-self:flex-end}html[dir=rtl] .PaymentModal-module__C2mJ6G__stripeHeader{flex-direction:row-reverse}html[dir=rtl] .PaymentModal-module__C2mJ6G__stripeHeader h4{text-align:right}html[dir=rtl] .PaymentModal-module__C2mJ6G__secureNote{flex-direction:row-reverse;justify-content:flex-end}html[dir=rtl] .PaymentModal-module__C2mJ6G__methodCard{text-align:right;flex-direction:row-reverse}html[dir=rtl] .PaymentModal-module__C2mJ6G__methodInfo{align-items:flex-end}html[dir=rtl] .PaymentModal-module__C2mJ6G__paymentError{text-align:right;flex-direction:row-reverse}@media (min-width:640px){html[dir=rtl] .PaymentModal-module__C2mJ6G__footer{flex-direction:row-reverse}html[dir=rtl] .PaymentModal-module__C2mJ6G__closeBtn{margin-right:12px}html[dir=rtl] .PaymentModal-module__C2mJ6G__summaryItem>div{align-items:flex-end}html[dir=rtl] .PaymentModal-module__C2mJ6G__methodCard{flex-direction:column}}
.therapistCard-module____AA1G__card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;height:100%;min-height:580px;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 12px #00000014}.therapistCard-module____AA1G__card:hover{border-color:#99f6e4;transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.therapistCard-module____AA1G__favoriteWrapper{flex-shrink:0;justify-content:flex-end;padding:16px 16px 0;display:flex}.therapistCard-module____AA1G__favoriteBtn{cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.therapistCard-module____AA1G__favoriteBtn svg{color:#9ca3af;font-size:1.1rem;transition:all .2s}.therapistCard-module____AA1G__favoriteBtn:hover{background:#fef2f2}.therapistCard-module____AA1G__favoriteBtn:hover svg{color:#ef4444;transform:scale(1.15)}.therapistCard-module____AA1G__favoriteBtn.therapistCard-module____AA1G__favorited{background:#fef2f2}.therapistCard-module____AA1G__favoriteBtn.therapistCard-module____AA1G__favorited svg{color:#ef4444}.therapistCard-module____AA1G__imageWrapper{flex-shrink:0;justify-content:center;padding:20px 0;display:flex}.therapistCard-module____AA1G__imageContainer{background:#e5e7eb;border-radius:50%;flex-shrink:0;width:220px;min-width:220px;height:220px;min-height:220px;overflow:hidden;box-shadow:0 4px 16px #0000001a}.therapistCard-module____AA1G__image{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .3s}.therapistCard-module____AA1G__card:hover .therapistCard-module____AA1G__image{transform:scale(1.05)}.therapistCard-module____AA1G__imagePlaceholder{color:#9ca3af;background:#e5e7eb;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.therapistCard-module____AA1G__imagePlaceholder svg{font-size:5rem}.therapistCard-module____AA1G__content{text-align:center;flex-direction:column;flex:1;align-items:center;min-height:0;padding:0 20px 20px;display:flex}.therapistCard-module____AA1G__ratingBadge{color:#92400e;background:#fef3c7;border-radius:20px;align-items:center;gap:6px;margin-bottom:12px;padding:6px 14px;font-size:.9rem;font-weight:700;display:inline-flex}.therapistCard-module____AA1G__starIcon{color:#f59e0b;font-size:.85rem}.therapistCard-module____AA1G__name{color:#111827;margin:0 0 6px;font-size:1.25rem;font-weight:700;line-height:1.3}.therapistCard-module____AA1G__specialty{color:#0d9488;min-height:22px;margin:0 0 6px;font-size:.9rem;font-weight:500}.therapistCard-module____AA1G__price{color:#111827;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:6px;font-size:.95rem;font-weight:700;display:flex}.therapistCard-module____AA1G__bio{color:#6b7280;text-align:right;-webkit-line-clamp:3;-webkit-box-orient:vertical;width:100%;height:67px;margin:0 0 12px;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.therapistCard-module____AA1G__tags{flex-wrap:nowrap;justify-content:center;gap:8px;min-height:30px;margin-bottom:8px;display:flex}.therapistCard-module____AA1G__tag{color:#0f766e;white-space:nowrap;text-overflow:ellipsis;background:#f0fdfa;border-radius:20px;max-width:110px;padding:5px 14px;font-size:.75rem;font-weight:500;overflow:hidden}.therapistCard-module____AA1G__tagMore{color:#0d9488;white-space:nowrap;background:#ccfbf1;border-radius:20px;padding:5px 14px;font-size:.75rem;font-weight:600}.therapistCard-module____AA1G__buttons{flex-shrink:0;gap:12px;width:100%;margin-top:auto;padding-top:16px;display:flex}.therapistCard-module____AA1G__btnOutlined,.therapistCard-module____AA1G__btnFilled{cursor:pointer;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:flex}.therapistCard-module____AA1G__btnOutlined{color:#0d9488;background:0 0;border:2px solid #0d9488}.therapistCard-module____AA1G__btnOutlined:hover{background:#f0fdfa}.therapistCard-module____AA1G__btnFilled{color:#fff;background:#0d9488;border:2px solid #0d9488}.therapistCard-module____AA1G__btnFilled:hover{background:#0f766e;border-color:#0f766e}@media (max-width:768px){.therapistCard-module____AA1G__card{min-height:560px}.therapistCard-module____AA1G__imageContainer{width:200px;min-width:200px;height:200px;min-height:200px}.therapistCard-module____AA1G__buttons{flex-direction:column}}@media (max-width:480px){.therapistCard-module____AA1G__card{min-height:540px}.therapistCard-module____AA1G__imageContainer{width:180px;min-width:180px;height:180px;min-height:180px}.therapistCard-module____AA1G__imagePlaceholder svg{font-size:4rem}.therapistCard-module____AA1G__content{padding:0 16px 16px}.therapistCard-module____AA1G__name{font-size:1.15rem}}
.blogs-module__cO3_uq__blogs{background:linear-gradient(180deg, var(--gray-50) 0%, #fff 100%);min-height:100vh}.blogs-module__cO3_uq__pageHeader{background:linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);padding:120px 0 80px;position:relative;overflow:hidden}.blogs-module__cO3_uq__pageHeader:before{content:"";background:#ffffff1a;border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.blogs-module__cO3_uq__pageHeader:after{content:"";background:#ffffff0d;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-30%;left:-10%}.blogs-module__cO3_uq__headerContent{z-index:1;text-align:center;position:relative}.blogs-module__cO3_uq__pageTitle{color:#fff;margin:0 0 12px;font-size:2.5rem;font-weight:800}.blogs-module__cO3_uq__pageSubtitle{color:#ffffffe6;max-width:500px;margin:0 auto;font-size:1.1rem}.blogs-module__cO3_uq__blogsContent{margin-top:-40px;padding:40px 0 80px;position:relative}.blogs-module__cO3_uq__topBar{border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);border:1px solid var(--gray-100);background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:40px;padding:20px 24px;display:flex}.blogs-module__cO3_uq__searchWrapper{flex:1;min-width:200px}.blogs-module__cO3_uq__addBlog{color:#fff;background:linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);border-radius:var(--radius-xl);transition:all var(--transition-normal);border:none;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:600;text-decoration:none;display:flex;box-shadow:0 4px 15px -3px #1eb6b966}.blogs-module__cO3_uq__addBlog:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px -5px #1eb6b980}.blogs-module__cO3_uq__cardsWrapper{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;padding:0;display:grid}.blogs-module__cO3_uq__cardsWrapper.blogs-module__cO3_uq__error{justify-content:center;padding:60px 0;display:flex}.blogs-module__cO3_uq__card{border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);border:1px solid var(--gray-100);transition:all var(--transition-normal);background:#fff;flex-direction:column;display:flex;position:relative;overflow:hidden}.blogs-module__cO3_uq__card:hover{box-shadow:var(--shadow-2xl);border-color:var(--primary-200);transform:translateY(-8px)}.blogs-module__cO3_uq__menuWrapper{z-index:10;position:absolute;top:16px;right:16px}html[dir=rtl] .blogs-module__cO3_uq__menuWrapper{left:16px;right:auto}.blogs-module__cO3_uq__menuWrapper>svg{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-full);cursor:pointer;width:36px;height:36px;transition:all var(--transition-fast);background:#00000080;justify-content:center;align-items:center;padding:10px;display:flex}.blogs-module__cO3_uq__menuWrapper:hover>svg{background:#000000b3}.blogs-module__cO3_uq__menu{border-radius:var(--radius-lg);min-width:160px;box-shadow:var(--shadow-xl);border:1px solid var(--gray-100);opacity:0;visibility:hidden;transition:all var(--transition-normal);background:#fff;position:absolute;top:44px;right:0;overflow:hidden;transform:translateY(-10px)scale(.95)}html[dir=rtl] .blogs-module__cO3_uq__menu{left:0;right:auto}.blogs-module__cO3_uq__menuWrapper:hover .blogs-module__cO3_uq__menu{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.blogs-module__cO3_uq__menu a,.blogs-module__cO3_uq__menu button{width:100%;color:var(--gray-700);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;align-items:center;gap:10px;padding:12px 16px;font-size:.9rem;font-weight:500;text-decoration:none;display:flex}.blogs-module__cO3_uq__menu a:hover{background:var(--success-50);color:var(--success-600)}.blogs-module__cO3_uq__menu button:hover{background:var(--error-50);color:var(--error-600)}.blogs-module__cO3_uq__imageBox{height:180px;position:relative;overflow:hidden}.blogs-module__cO3_uq__imageBox img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.blogs-module__cO3_uq__card:hover .blogs-module__cO3_uq__imageBox img{transform:scale(1.08)}.blogs-module__cO3_uq__categoryBadge{color:#fff;background:linear-gradient(135deg, var(--primary-500), var(--primary-600));border-radius:var(--radius-full);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:6px 14px;font-size:.75rem;font-weight:600;position:absolute;top:16px;left:16px}html[dir=rtl] .blogs-module__cO3_uq__categoryBadge{left:auto;right:16px}.blogs-module__cO3_uq__cardContent{flex-direction:column;flex:1;padding:16px;display:flex}.blogs-module__cO3_uq__cardContent h2{color:var(--gray-900);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.8em;margin:0 0 8px;font-size:1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.blogs-module__cO3_uq__description{color:var(--gray-600);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:3.2em;margin:0 0 14px;font-size:.85rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blogs-module__cO3_uq__doctor{border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);align-items:center;gap:10px;margin-bottom:12px;padding:12px 0;display:flex}.blogs-module__cO3_uq__doctor img{border-radius:var(--radius-full);object-fit:cover;border:2px solid var(--primary-200);width:36px;height:36px}.blogs-module__cO3_uq__doctor h4{color:var(--gray-800);margin:0 0 2px;font-size:.85rem;font-weight:600}.blogs-module__cO3_uq__doctor span{color:var(--primary-600);font-size:.75rem}.blogs-module__cO3_uq__doctorLink{transition:all var(--transition-fast);align-items:center;gap:10px;text-decoration:none;display:flex}.blogs-module__cO3_uq__doctorLink:hover{transform:translate(4px)}html[dir=rtl] .blogs-module__cO3_uq__doctorLink:hover{transform:translate(-4px)}.blogs-module__cO3_uq__doctorLink:hover img{border-color:var(--primary-400);box-shadow:0 0 0 2px var(--primary-100)}.blogs-module__cO3_uq__doctorLink:hover h4{color:var(--primary-600)}.blogs-module__cO3_uq__infoRow{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.blogs-module__cO3_uq__infoRow span{color:var(--gray-600);background:var(--gray-50);border-radius:var(--radius-full);transition:all var(--transition-fast);align-items:center;gap:4px;padding:4px 8px;font-size:.7rem;font-weight:500;display:inline-flex}.blogs-module__cO3_uq__infoRow span svg{color:var(--primary-500);font-size:.7rem}.blogs-module__cO3_uq__infoRow span:hover{background:var(--primary-50);color:var(--primary-700)}.blogs-module__cO3_uq__readMore{width:100%;color:var(--primary-600);background:var(--primary-50);border:2px solid var(--primary-200);border-radius:var(--radius-lg);transition:all var(--transition-normal);justify-content:center;align-items:center;gap:6px;margin-top:auto;padding:10px 16px;font-size:.85rem;font-weight:600;text-decoration:none;display:flex}.blogs-module__cO3_uq__readMore:hover{color:#fff;background:linear-gradient(135deg, var(--primary-500), var(--primary-600));border-color:#0000;transform:translateY(-2px);box-shadow:0 8px 25px -5px #1eb6b966}@media (max-width:992px){.blogs-module__cO3_uq__pageHeader{padding:100px 0 60px}.blogs-module__cO3_uq__pageTitle{font-size:2rem}.blogs-module__cO3_uq__blogsContent{padding:30px 0 60px}.blogs-module__cO3_uq__cardsWrapper{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}}@media (max-width:768px){.blogs-module__cO3_uq__pageHeader{padding:90px 0 50px}.blogs-module__cO3_uq__pageTitle{font-size:1.75rem}.blogs-module__cO3_uq__pageSubtitle{font-size:1rem}.blogs-module__cO3_uq__topBar{flex-direction:column;align-items:stretch}.blogs-module__cO3_uq__addBlog{justify-content:center;width:100%}.blogs-module__cO3_uq__cardsWrapper{grid-template-columns:1fr;gap:16px}.blogs-module__cO3_uq__cardContent{padding:14px}.blogs-module__cO3_uq__imageBox{height:140px}}@media (max-width:480px){.blogs-module__cO3_uq__topBar{padding:14px}.blogs-module__cO3_uq__imageBox{height:120px}.blogs-module__cO3_uq__cardContent{padding:12px}.blogs-module__cO3_uq__cardContent h2{font-size:.95rem}.blogs-module__cO3_uq__description{-webkit-line-clamp:2;font-size:.8rem}.blogs-module__cO3_uq__doctor{gap:8px;padding:10px 0}.blogs-module__cO3_uq__doctor img{width:32px;height:32px}.blogs-module__cO3_uq__doctor h4{font-size:.8rem}.blogs-module__cO3_uq__infoRow span{padding:3px 6px;font-size:.65rem}.blogs-module__cO3_uq__readMore{padding:8px 12px;font-size:.8rem}}
.completeProfile-module__vcQ0sa__page{background:linear-gradient(135deg,#f0fdfa 0%,#fff 50%,#f8fafc 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.completeProfile-module__vcQ0sa__card{background:#fff;border-radius:24px;width:100%;max-width:480px;padding:40px 36px;position:relative;box-shadow:0 20px 60px #1eb6b91f}.completeProfile-module__vcQ0sa__backButton{color:#64748b;align-items:center;gap:8px;margin-bottom:24px;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.completeProfile-module__vcQ0sa__backButton:hover{color:#1eb6b9}.completeProfile-module__vcQ0sa__header{text-align:center;margin-bottom:28px}.completeProfile-module__vcQ0sa__header h1{color:#0f172a;margin:0 0 8px;font-size:1.6rem;font-weight:700}.completeProfile-module__vcQ0sa__header p{color:#64748b;margin:0;font-size:.95rem}.completeProfile-module__vcQ0sa__avatar{border:3px solid #e2e8f0;border-radius:50%;width:72px;height:72px;margin:0 auto 12px;overflow:hidden}.completeProfile-module__vcQ0sa__avatar img{object-fit:cover;width:100%;height:100%}.completeProfile-module__vcQ0sa__name{text-align:center;color:#0f172a;margin:0;font-size:1.05rem;font-weight:600}.completeProfile-module__vcQ0sa__email{text-align:center;color:#94a3b8;margin:4px 0 24px;font-size:.85rem}.completeProfile-module__vcQ0sa__form{flex-direction:column;gap:16px;display:flex}.completeProfile-module__vcQ0sa__phoneGroup{flex-direction:column;gap:8px;display:flex}.completeProfile-module__vcQ0sa__phoneLabel{color:#475569;align-items:center;gap:8px;font-size:.9rem;font-weight:600;display:flex}.completeProfile-module__vcQ0sa__optional{color:#94a3b8;font-size:.75rem;font-weight:400}.completeProfile-module__vcQ0sa__phoneInput{color:#0f172a;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-size:.95rem;transition:all .2s}.completeProfile-module__vcQ0sa__phoneInput:focus{background:#fff;border-color:#1eb6b9;box-shadow:0 0 0 3px #1eb6b91f}.completeProfile-module__vcQ0sa__phoneInputError{border-color:#dc2626}.completeProfile-module__vcQ0sa__phoneError{color:#dc2626;font-size:.8rem}
.forgotPassword-module__fbhvpq__forgotPassword{background:linear-gradient(135deg, var(--primary-50) 0%, #fff 50%, var(--secondary-50) 100%);min-height:100vh;display:flex;position:relative;overflow:hidden}.forgotPassword-module__fbhvpq__forgotPassword:before{content:"";background:linear-gradient(135deg, var(--primary-200) 0%, var(--primary-100) 100%);opacity:.3;z-index:0;border-radius:50%;width:600px;height:600px;position:absolute;top:-30%;right:-20%}.forgotPassword-module__fbhvpq__forgotPassword:after{content:"";background:linear-gradient(135deg, var(--secondary-200) 0%, var(--secondary-100) 100%);opacity:.3;z-index:0;border-radius:50%;width:500px;height:500px;position:absolute;bottom:-40%;left:-15%}.forgotPassword-module__fbhvpq__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1400px;min-height:100vh;margin:0 auto;padding:40px;display:grid;position:relative}.forgotPassword-module__fbhvpq__imageSection{flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.forgotPassword-module__fbhvpq__imageWrapper{max-width:450px;animation:6s ease-in-out infinite forgotPassword-module__fbhvpq__float;position:relative}.forgotPassword-module__fbhvpq__imageWrapper img{filter:drop-shadow(0 20px 60px #1eb6b933);width:100%;height:auto}.forgotPassword-module__fbhvpq__welcomeText{text-align:center;margin-top:40px}.forgotPassword-module__fbhvpq__welcomeText h2{color:var(--gray-800);margin:0 0 12px;font-size:1.75rem;font-weight:700}.forgotPassword-module__fbhvpq__welcomeText p{color:var(--gray-600);max-width:380px;font-size:1rem;line-height:1.6}.forgotPassword-module__fbhvpq__formSection{justify-content:center;align-items:center;padding:40px;display:flex}.forgotPassword-module__fbhvpq__formCard{border-radius:var(--radius-2xl);width:100%;max-width:420px;box-shadow:var(--shadow-2xl);border:1px solid var(--gray-100);text-align:center;background:#fff;padding:48px 40px}.forgotPassword-module__fbhvpq__iconWrapper{background:linear-gradient(135deg, var(--primary-100) 0%, var(--primary-50) 100%);border-radius:var(--radius-full);justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;display:inline-flex}.forgotPassword-module__fbhvpq__iconWrapper svg{color:var(--primary-600);font-size:2rem}.forgotPassword-module__fbhvpq__formHeader{margin-bottom:32px}.forgotPassword-module__fbhvpq__formHeader h1{color:var(--gray-900);margin:0 0 12px;font-size:1.65rem;font-weight:700}.forgotPassword-module__fbhvpq__formHeader p{color:var(--gray-500);margin:0;font-size:.95rem;line-height:1.6}.forgotPassword-module__fbhvpq__form{text-align:left;flex-direction:column;gap:8px;display:flex}.forgotPassword-module__fbhvpq__submitContainer{margin-top:24px}.forgotPassword-module__fbhvpq__backLink{text-align:center;border-top:1px solid var(--gray-100);margin-top:24px;padding-top:24px}.forgotPassword-module__fbhvpq__backLink p{color:var(--gray-600);margin:0;font-size:.95rem}.forgotPassword-module__fbhvpq__backLink a{color:var(--primary-600);transition:color var(--transition-fast);margin-left:4px;font-weight:600;text-decoration:none}html[dir=rtl] .forgotPassword-module__fbhvpq__backLink a{margin-left:0;margin-right:4px}.forgotPassword-module__fbhvpq__backLink a:hover{color:var(--primary-700);text-decoration:underline}@keyframes forgotPassword-module__fbhvpq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:1200px){.forgotPassword-module__fbhvpq__container{gap:40px;padding:30px}.forgotPassword-module__fbhvpq__imageWrapper{max-width:380px}}@media (max-width:992px){.forgotPassword-module__fbhvpq__container{grid-template-columns:1fr;gap:0;padding:20px}.forgotPassword-module__fbhvpq__imageSection{display:none}.forgotPassword-module__fbhvpq__formSection{min-height:100vh;padding:20px}.forgotPassword-module__fbhvpq__formCard{max-width:400px;padding:40px 30px}}@media (max-width:480px){.forgotPassword-module__fbhvpq__formSection{padding:16px}.forgotPassword-module__fbhvpq__formCard{border-radius:var(--radius-xl);padding:32px 24px}.forgotPassword-module__fbhvpq__formHeader h1{font-size:1.4rem}.forgotPassword-module__fbhvpq__iconWrapper{width:70px;height:70px}.forgotPassword-module__fbhvpq__iconWrapper svg{font-size:1.75rem}}
.gains-module__BRnr8W__gains{flex-direction:column;min-height:100vh;display:flex}.gains-module__BRnr8W__pageHeader{text-align:center;padding:40px 0 32px}.gains-module__BRnr8W__pageTitle{color:#111827;margin:0 0 8px;font-size:1.75rem;font-weight:700}.gains-module__BRnr8W__pageSubtitle{color:#6b7280;margin:0;font-size:1rem}.gains-module__BRnr8W__cardsRow{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px;display:grid}.gains-module__BRnr8W__monthlyGroups{flex-direction:column;gap:24px;margin-bottom:40px;display:flex}.gains-module__BRnr8W__monthGroup{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000f}.gains-module__BRnr8W__monthHeader{background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;align-items:center;gap:16px;padding:16px 20px;display:flex}.gains-module__BRnr8W__monthTitle{color:#111827;margin:0;font-size:1rem;font-weight:700}.gains-module__BRnr8W__monthSummary{color:#6b7280;margin-inline-end:auto;font-size:.85rem}.gains-module__BRnr8W__receiptBtn{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.gains-module__BRnr8W__receiptBtn:hover{background:#047857}.gains-module__BRnr8W__table{border-collapse:collapse;width:100%}.gains-module__BRnr8W__table thead th{color:#6b7280;text-transform:uppercase;letter-spacing:.03em;text-align:start;white-space:nowrap;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:14px 20px;font-size:.8rem;font-weight:600}.gains-module__BRnr8W__table tbody td{color:#374151;vertical-align:middle;border-bottom:1px solid #f3f4f6;padding:14px 20px;font-size:.9rem}.gains-module__BRnr8W__table tbody tr:last-child td{border-bottom:none}.gains-module__BRnr8W__table tbody tr:hover{background:#f9fafb}.gains-module__BRnr8W__emptyState{text-align:center;color:#9ca3af;padding:60px 20px;font-size:.95rem}@media (max-width:768px){.gains-module__BRnr8W__cardsRow{grid-template-columns:1fr}.gains-module__BRnr8W__pageHeader{padding:24px 0 20px}.gains-module__BRnr8W__pageTitle{font-size:1.4rem}.gains-module__BRnr8W__table thead th,.gains-module__BRnr8W__table tbody td{padding:10px 12px;font-size:.8rem}.gains-module__BRnr8W__monthHeader{flex-direction:column;align-items:flex-start}.gains-module__BRnr8W__monthSummary{margin-inline-end:0}}
.my-therapist-module__5pfTYG__myTherapist{background:linear-gradient(180deg, var(--gray-50) 0%, #fff 100%);min-height:100vh}.my-therapist-module__5pfTYG__pageHeader{background:linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);padding:120px 0 80px;position:relative;overflow:hidden}.my-therapist-module__5pfTYG__pageHeader:before{content:"";background:#ffffff1a;border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}html[dir=rtl] .my-therapist-module__5pfTYG__pageHeader:before{left:-20%;right:auto}.my-therapist-module__5pfTYG__pageHeader:after{content:"";background:#ffffff0d;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-30%;left:-10%}html[dir=rtl] .my-therapist-module__5pfTYG__pageHeader:after{left:auto;right:-10%}.my-therapist-module__5pfTYG__headerContent{z-index:1;text-align:center;position:relative}.my-therapist-module__5pfTYG__pageTitle{color:#fff;justify-content:center;align-items:center;gap:16px;margin:0 0 12px;font-size:2.5rem;font-weight:800;display:flex}.my-therapist-module__5pfTYG__pageTitle svg{font-size:2rem}.my-therapist-module__5pfTYG__pageSubtitle{color:#ffffffe6;max-width:500px;margin:0 auto;font-size:1.1rem}.my-therapist-module__5pfTYG__content{margin-top:-40px;padding:40px 0 80px;position:relative}.my-therapist-module__5pfTYG__searchSection{border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);border:1px solid var(--gray-100);background:#fff;margin-bottom:32px;padding:24px}.my-therapist-module__5pfTYG__searchWrapper{max-width:600px;margin:0 auto}.my-therapist-module__5pfTYG__resultsInfo{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.my-therapist-module__5pfTYG__resultsCount{color:var(--gray-600);font-size:.95rem}.my-therapist-module__5pfTYG__resultsCount span{color:var(--primary-600);font-weight:700}.my-therapist-module__5pfTYG__cardsWrapper{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:32px;display:grid}.my-therapist-module__5pfTYG__card{border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);border:1px solid var(--gray-100);transition:all var(--transition-normal);background:#fff;overflow:hidden}.my-therapist-module__5pfTYG__card:hover{box-shadow:var(--shadow-2xl);border-color:var(--primary-200);transform:translateY(-8px)}.my-therapist-module__5pfTYG__imageBox{height:200px;position:relative;overflow:hidden}.my-therapist-module__5pfTYG__imageBox img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.my-therapist-module__5pfTYG__card:hover .my-therapist-module__5pfTYG__imageBox img{transform:scale(1.08)}.my-therapist-module__5pfTYG__statusBadge{border-radius:var(--radius-full);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:16px;left:16px}html[dir=rtl] .my-therapist-module__5pfTYG__statusBadge{left:auto;right:16px}.my-therapist-module__5pfTYG__statusBadge.my-therapist-module__5pfTYG__online{color:var(--success-600)}.my-therapist-module__5pfTYG__statusBadge.my-therapist-module__5pfTYG__offline{color:var(--gray-500)}.my-therapist-module__5pfTYG__statusDot{border-radius:50%;width:8px;height:8px}.my-therapist-module__5pfTYG__statusBadge.my-therapist-module__5pfTYG__online .my-therapist-module__5pfTYG__statusDot{background:var(--success-500);animation:2s infinite my-therapist-module__5pfTYG__pulse}.my-therapist-module__5pfTYG__statusBadge.my-therapist-module__5pfTYG__offline .my-therapist-module__5pfTYG__statusDot{background:var(--gray-400)}@keyframes my-therapist-module__5pfTYG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.my-therapist-module__5pfTYG__cardContent{padding:24px}.my-therapist-module__5pfTYG__headerRow{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.my-therapist-module__5pfTYG__nameTitle h2{color:var(--gray-900);margin:0 0 4px;font-size:1.2rem;font-weight:700}.my-therapist-module__5pfTYG__nameTitle span{color:var(--primary-600);font-size:.85rem;font-weight:500}.my-therapist-module__5pfTYG__stars{border-radius:var(--radius-md);background:#fef3c7;align-items:center;gap:4px;padding:6px 10px;display:flex}.my-therapist-module__5pfTYG__stars svg{color:#f59e0b;font-size:.9rem}.my-therapist-module__5pfTYG__ratingValue{color:#92400e;font-size:.85rem;font-weight:700}.my-therapist-module__5pfTYG__description{color:var(--gray-600);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 16px;font-size:.9rem;line-height:1.7;display:-webkit-box;overflow:hidden}.my-therapist-module__5pfTYG__sessionsBadge{color:var(--success-700);background:var(--success-50);border-radius:var(--radius-full);align-items:center;gap:6px;margin-bottom:16px;padding:6px 12px;font-size:.8rem;font-weight:500;display:inline-flex}.my-therapist-module__5pfTYG__sessionsBadge svg{font-size:.75rem}.my-therapist-module__5pfTYG__appointmentHistory{background:var(--gray-50);border-radius:var(--radius-lg);border:1px solid var(--gray-100);margin-bottom:20px;padding:16px}.my-therapist-module__5pfTYG__appointmentHistoryTitle{color:var(--gray-700);align-items:center;gap:8px;margin:0 0 12px;font-size:.9rem;font-weight:600;display:flex}.my-therapist-module__5pfTYG__appointmentHistoryTitle svg{color:var(--primary-500)}.my-therapist-module__5pfTYG__appointmentsList{flex-direction:column;gap:8px;display:flex}.my-therapist-module__5pfTYG__appointmentItem{border-radius:var(--radius-md);border-left:3px solid var(--gray-300);background:#fff;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}html[dir=rtl] .my-therapist-module__5pfTYG__appointmentItem{border-left:none;border-right:3px solid var(--gray-300)}.my-therapist-module__5pfTYG__appointmentItem.my-therapist-module__5pfTYG__completed{border-left-color:var(--success-500)}html[dir=rtl] .my-therapist-module__5pfTYG__appointmentItem.my-therapist-module__5pfTYG__completed{border-left-color:#0000;border-right-color:var(--success-500)}.my-therapist-module__5pfTYG__appointmentItem.my-therapist-module__5pfTYG__upcoming{border-left-color:var(--primary-500)}html[dir=rtl] .my-therapist-module__5pfTYG__appointmentItem.my-therapist-module__5pfTYG__upcoming{border-left-color:#0000;border-right-color:var(--primary-500)}.my-therapist-module__5pfTYG__appointmentItem.my-therapist-module__5pfTYG__cancelled{border-left-color:var(--error-500);opacity:.7}html[dir=rtl] .my-therapist-module__5pfTYG__appointmentItem.my-therapist-module__5pfTYG__cancelled{border-left-color:#0000;border-right-color:var(--error-500)}.my-therapist-module__5pfTYG__appointmentDate{color:var(--gray-600);align-items:center;gap:8px;font-size:.85rem;display:flex}.my-therapist-module__5pfTYG__appointmentDate svg{color:var(--gray-400);font-size:.8rem}.my-therapist-module__5pfTYG__appointmentType{color:var(--primary-600);background:var(--primary-50);border-radius:var(--radius-sm);align-items:center;gap:4px;padding:4px 8px;font-size:.7rem;font-weight:500;display:flex}.my-therapist-module__5pfTYG__appointmentType svg{font-size:.65rem}.my-therapist-module__5pfTYG__actions{gap:12px;display:flex}.my-therapist-module__5pfTYG__profileBtn,.my-therapist-module__5pfTYG__bookBtn{border-radius:var(--radius-xl);transition:all var(--transition-normal);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:.9rem;font-weight:600;text-decoration:none;display:flex}.my-therapist-module__5pfTYG__profileBtn{color:var(--primary-600);background:var(--primary-50);border:2px solid var(--primary-200)}.my-therapist-module__5pfTYG__profileBtn:hover{background:var(--primary-100);border-color:var(--primary-400);transform:translateY(-2px)}.my-therapist-module__5pfTYG__bookBtn{color:#fff;background:linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);box-shadow:0 4px 15px -3px #1eb6b966}.my-therapist-module__5pfTYG__bookBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px #1eb6b980}.my-therapist-module__5pfTYG__emptyState{text-align:center;border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);background:#fff;grid-column:1/-1;padding:80px 20px}.my-therapist-module__5pfTYG__emptyIcon{color:var(--gray-300);margin-bottom:24px;font-size:4rem}.my-therapist-module__5pfTYG__emptyState h3{color:var(--gray-800);margin:0 0 12px;font-size:1.5rem;font-weight:700}.my-therapist-module__5pfTYG__emptyState p{color:var(--gray-600);max-width:400px;margin:0 auto 24px;font-size:1rem}.my-therapist-module__5pfTYG__findBtn{color:#fff;background:linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);border-radius:var(--radius-xl);transition:all var(--transition-normal);justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 4px 15px -3px #1eb6b966}.my-therapist-module__5pfTYG__findBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px #1eb6b980}@media (max-width:992px){.my-therapist-module__5pfTYG__pageHeader{padding:100px 0 60px}.my-therapist-module__5pfTYG__pageTitle{font-size:2rem}.my-therapist-module__5pfTYG__content{padding:30px 0 60px}}@media (max-width:768px){.my-therapist-module__5pfTYG__pageHeader{padding:90px 0 50px}.my-therapist-module__5pfTYG__pageTitle{font-size:1.75rem}.my-therapist-module__5pfTYG__pageTitle svg{font-size:1.5rem}.my-therapist-module__5pfTYG__pageSubtitle{font-size:1rem}.my-therapist-module__5pfTYG__cardsWrapper{grid-template-columns:1fr;gap:24px}.my-therapist-module__5pfTYG__actions{flex-direction:column}}@media (max-width:480px){.my-therapist-module__5pfTYG__searchSection{border-radius:var(--radius-xl);padding:16px}.my-therapist-module__5pfTYG__cardContent{padding:20px}.my-therapist-module__5pfTYG__emptyState{padding:60px 16px}.my-therapist-module__5pfTYG__emptyIcon{font-size:3rem}}
.newPassword-module__ximnIq__newPassword .newPassword-module__ximnIq__wave{z-index:-1;height:100%;position:fixed;bottom:0;left:0}.newPassword-module__ximnIq__newPassword .newPassword-module__ximnIq__container{grid-gap:7rem;height:100vh;padding:0 2rem;display:grid}@media (min-width:992px){.newPassword-module__ximnIq__newPassword .newPassword-module__ximnIq__container{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.newPassword-module__ximnIq__newPassword .newPassword-module__ximnIq__image{display:none}}@media (min-width:992px){.newPassword-module__ximnIq__newPassword .newPassword-module__ximnIq__image{justify-content:flex-end;display:flex}}.newPassword-module__ximnIq__newPassword .newPassword-module__ximnIq__image img{width:400px}.newPassword-module__ximnIq__newPassword .newPassword-module__ximnIq__newPasswordContainer{text-align:center;align-items:center;display:flex}@media (max-width:992px){.newPassword-module__ximnIq__newPassword .newPassword-module__ximnIq__newPasswordContainer{justify-content:center}}@media (min-width:992px){.newPassword-module__ximnIq__newPassword .newPassword-module__ximnIq__newPasswordContainer{justify-content:initial}}@media (max-width:768px){.newPassword-module__ximnIq__newPassword .newPassword-module__ximnIq__newPasswordContainer form{width:100%}}@media (min-width:768px){.newPassword-module__ximnIq__newPassword .newPassword-module__ximnIq__newPasswordContainer form{width:360px}}@media (max-width:992px){.newPassword-module__ximnIq__newPassword .newPassword-module__ximnIq__newPasswordContainer form{background-color:#fff;border-radius:10px;padding:30px 40px;box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px #0a254059}}@media (min-width:992px){.newPassword-module__ximnIq__newPassword .newPassword-module__ximnIq__newPasswordContainer form{padding:initial;box-shadow:initial}}.newPassword-module__ximnIq__newPassword .newPassword-module__ximnIq__newPasswordContainer form .newPassword-module__ximnIq__avatar{width:100px}.newPassword-module__ximnIq__newPassword .newPassword-module__ximnIq__newPasswordContainer form h2{text-transform:uppercase;color:var(--secondary-color);margin:15px 0;font-size:2.2rem}.newPassword-module__ximnIq__newPassword .newPassword-module__ximnIq__newPasswordContainer form h2~div{margin:25px 0}.newPassword-module__ximnIq__newPassword .newPassword-module__ximnIq__newPasswordContainer form h2~div:first-of-type{margin-top:0}
.verification-module__QlVcbW__verification{background:linear-gradient(135deg, var(--primary-50) 0%, #fff 50%, var(--gray-50) 100%);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.verification-module__QlVcbW__wave{display:none}.verification-module__QlVcbW__container{grid-template-columns:1fr 1fr;align-items:center;gap:80px;width:100%;max-width:1100px;display:grid}.verification-module__QlVcbW__image{justify-content:center;align-items:center;display:flex}.verification-module__QlVcbW__image img{filter:drop-shadow(0 20px 40px #1eb6b926);width:100%;max-width:400px;height:auto}.verification-module__QlVcbW__verificationContainer{justify-content:center;display:flex}.verification-module__QlVcbW__verificationContainer form{border-radius:var(--radius-2xl);width:100%;max-width:420px;box-shadow:var(--shadow-2xl);border:1px solid var(--gray-100);text-align:center;background:#fff;padding:48px 40px}.verification-module__QlVcbW__verificationContainer form .verification-module__QlVcbW__avatar{background:linear-gradient(135deg, var(--primary-100), var(--primary-50));border-radius:var(--radius-full);border:3px solid var(--primary-200);width:90px;height:90px;margin:0 auto 24px;padding:20px}.verification-module__QlVcbW__verificationContainer form h2{color:var(--gray-900);text-transform:none;margin:0 0 32px;font-size:1.75rem;font-weight:800}.verification-module__QlVcbW__verificationContainer form h2~div{margin:28px 0}.verification-module__QlVcbW__verificationContainer form h2~div:first-of-type{margin-top:0}.verification-module__QlVcbW__verificationContainer form h2~div:last-of-type{margin-bottom:8px}.verification-module__QlVcbW__resendCodeLink{border-top:1px solid var(--gray-100);margin-top:28px;padding-top:24px}.verification-module__QlVcbW__resendCodeLink p{color:var(--gray-600);margin:0;font-size:.9rem}.verification-module__QlVcbW__resendCodeLink p a{color:var(--primary-600);transition:color var(--transition-fast);font-weight:600;text-decoration:none}.verification-module__QlVcbW__resendCodeLink p a:hover{color:var(--primary-700);text-decoration:underline}@media (max-width:992px){.verification-module__QlVcbW__container{grid-template-columns:1fr;gap:40px}.verification-module__QlVcbW__image{display:none}}@media (max-width:576px){.verification-module__QlVcbW__verification{padding:24px 16px}.verification-module__QlVcbW__verificationContainer form{padding:36px 24px}.verification-module__QlVcbW__verificationContainer form h2{font-size:1.5rem}.verification-module__QlVcbW__verificationContainer form .verification-module__QlVcbW__avatar{width:80px;height:80px;padding:18px}}
