.MyAds-module__wyVXBG__homeContainer{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:100%;height:100%;padding:40px 20px 20px;font-family:Arial,Helvetica,sans-serif;display:flex}.MyAds-module__wyVXBG__ads{color:#000;letter-spacing:1px;text-align:center;width:100%;margin-bottom:20px;margin-left:12px;font-size:17px;font-weight:800}.MyAds-module__wyVXBG__showAds{flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;width:100%;margin-bottom:20px;display:flex}.MyAds-module__wyVXBG__adsTab{cursor:pointer;box-sizing:border-box;border-radius:6px;font-size:15px;font-weight:600;color:#000!important;background-color:#f3f3f3!important;border:2px solid #000!important;max-width:fit-content!important;padding:12px 24px!important;transition:all .3s!important}.MyAds-module__wyVXBG__adsTab:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0b5ed733;color:#fff!important;background-color:#0b5ed7!important}.MyAds-module__wyVXBG__activeTab{color:#fff!important;background-color:#0b5ed7!important;border-color:#0b5ed7!important}.MyAds-module__wyVXBG__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;min-height:300px;display:flex}.MyAds-module__wyVXBG__spinner{border:4px solid #f3f3f3;border-top-color:#0b5ed7;border-radius:50%;width:48px;height:48px;animation:1s linear infinite MyAds-module__wyVXBG__spin}@keyframes MyAds-module__wyVXBG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.MyAds-module__wyVXBG__emptyState{color:#666;text-align:center;justify-content:center;align-items:center;width:100%;min-height:300px;padding:0 16px;font-size:16px;display:flex}.MyAds-module__wyVXBG__grid{box-sizing:border-box;grid-template-columns:repeat(auto-fill,minmax(275px,1fr));gap:16px;width:100%;max-width:1400px;margin-top:20px;padding:0 2.5%;display:grid}.MyAds-module__wyVXBG__card{cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #e0e0e0;border-radius:10px;width:100%;max-width:100%;height:fit-content;margin:0;transition:transform .2s,box-shadow .2s;overflow:hidden}.MyAds-module__wyVXBG__card:hover{box-shadow:0 6px 18px #0000001a}.MyAds-module__wyVXBG__cardImageContainer{box-sizing:border-box;background-color:#f5f5f5;width:100%;height:180px;padding:5px 5px 0}.MyAds-module__wyVXBG__cardImg{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.MyAds-module__wyVXBG__noImage{color:#999;background:#f0f0f0;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;display:flex}.MyAds-module__wyVXBG__cardBody{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex}.MyAds-module__wyVXBG__titleRow{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.MyAds-module__wyVXBG__title{color:#222;-webkit-line-clamp:1;word-break:break-word;-webkit-box-orient:vertical;flex:1;font-size:13px;font-weight:600;display:-webkit-box;overflow:hidden}.MyAds-module__wyVXBG__dotsBtn{color:#666;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 4px;font-size:24px;font-weight:700;line-height:1;transition:all .2s}.MyAds-module__wyVXBG__dotsBtn:hover{color:#0b5ed7;transform:scale(1.2)}.MyAds-module__wyVXBG__priceRow{justify-content:space-between;align-items:center;gap:8px;margin-top:2px;display:flex}.MyAds-module__wyVXBG__price{color:#000;word-break:break-word;margin:0;font-size:18px;font-weight:700}.MyAds-module__wyVXBG__date{color:#666;white-space:nowrap;flex-shrink:0;font-size:12px;font-weight:600}.MyAds-module__wyVXBG__smallBtn{cursor:pointer;border-radius:4px;width:fit-content;margin-top:8px;font-size:12px;transition:background-color .2s;color:#fff!important;background-color:#28a745!important;border:none!important;padding:6px 12px!important}.MyAds-module__wyVXBG__smallBtn:hover{filter:brightness(.9)}.MyAds-module__wyVXBG__inactiveBtn{background-color:#dc3545!important}.MyAds-module__wyVXBG__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.MyAds-module__wyVXBG__modalContent{box-sizing:border-box;background:#fff;border-radius:16px;width:100%;max-width:400px;padding:24px;animation:.3s ease-out MyAds-module__wyVXBG__modalSlideIn;box-shadow:0 10px 40px #0003}@keyframes MyAds-module__wyVXBG__modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.MyAds-module__wyVXBG__modalTitle{color:#222;text-align:center;margin:0 0 20px;font-size:20px;font-weight:700}.MyAds-module__wyVXBG__modalOption{color:#333;cursor:pointer;text-align:center;box-sizing:border-box;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;width:100%;margin-bottom:12px;padding:14px;font-size:16px;font-weight:600;transition:all .2s}.MyAds-module__wyVXBG__modalOption:hover{background:#e9ecef;border-color:#0b5ed7;transform:translateY(-2px)}.MyAds-module__wyVXBG__deleteOption{color:#dc3545;border-color:#dc3545}.MyAds-module__wyVXBG__deleteOption:hover{color:#fff;background:#dc3545}.MyAds-module__wyVXBG__modalClose{color:#fff;cursor:pointer;box-sizing:border-box;background:#dc3545;border:none;border-radius:8px;width:100%;margin-top:8px;padding:12px;font-size:16px;font-weight:600;transition:all .2s}.MyAds-module__wyVXBG__modalClose:hover{background:#c82333;transform:translateY(-2px)}.MyAds-module__wyVXBG__modalLoading{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:20px;display:flex}.MyAds-module__wyVXBG__modalLoading .MyAds-module__wyVXBG__spinner{border-width:3px;width:40px;height:40px}.MyAds-module__wyVXBG__modalLoading p{color:#666;margin:0;font-size:14px}@media (min-width:1200px){.MyAds-module__wyVXBG__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;padding:0 3%}.MyAds-module__wyVXBG__card{max-width:268px}.MyAds-module__wyVXBG__cardImageContainer{height:190px}.MyAds-module__wyVXBG__title{font-size:14px}.MyAds-module__wyVXBG__price{font-size:19px}}@media (max-width:1199px) and (min-width:1025px){.MyAds-module__wyVXBG__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;padding:0 3%}.MyAds-module__wyVXBG__cardImageContainer{height:175px}}@media (max-width:1024px){.MyAds-module__wyVXBG__homeContainer{padding:32px 16px 16px}.MyAds-module__wyVXBG__grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px;padding:0 2%}.MyAds-module__wyVXBG__cardImageContainer{height:170px}.MyAds-module__wyVXBG__ads{font-size:16px}.MyAds-module__wyVXBG__adsTab{font-size:14px;padding:10px 20px!important}}@media (max-width:768px){.MyAds-module__wyVXBG__homeContainer{padding:28px 14px 16px}.MyAds-module__wyVXBG__ads{margin-bottom:16px;margin-left:0;font-size:16px}.MyAds-module__wyVXBG__showAds{gap:10px}.MyAds-module__wyVXBG__adsTab{font-size:14px;padding:10px 18px!important}.MyAds-module__wyVXBG__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;padding:0 1%}.MyAds-module__wyVXBG__cardImageContainer{height:160px}.MyAds-module__wyVXBG__cardBody{gap:6px;padding:14px}.MyAds-module__wyVXBG__title{font-size:13px}.MyAds-module__wyVXBG__price{font-size:16px}.MyAds-module__wyVXBG__date{font-size:11px}.MyAds-module__wyVXBG__smallBtn{font-size:11px;padding:5px 10px!important}.MyAds-module__wyVXBG__modalContent{max-width:380px;padding:20px}.MyAds-module__wyVXBG__modalTitle{font-size:18px}.MyAds-module__wyVXBG__modalOption{padding:12px;font-size:15px}}@media (max-width:480px){.MyAds-module__wyVXBG__homeContainer{padding:24px 10px 16px}.MyAds-module__wyVXBG__ads{margin-bottom:14px;margin-left:0;font-size:15px}.MyAds-module__wyVXBG__showAds{flex-flow:wrap;gap:8px;width:100%;padding:0 4px}.MyAds-module__wyVXBG__adsTab{text-align:center;flex:auto;min-width:80px;font-size:13px;padding:9px 14px!important}.MyAds-module__wyVXBG__grid{grid-template-columns:repeat(2,1fr);gap:10px;padding:0 4px}.MyAds-module__wyVXBG__cardImageContainer{height:145px}.MyAds-module__wyVXBG__cardBody{gap:5px;padding:10px}.MyAds-module__wyVXBG__title{-webkit-line-clamp:2;font-size:12px}.MyAds-module__wyVXBG__dotsBtn{font-size:20px}.MyAds-module__wyVXBG__price{font-size:15px}.MyAds-module__wyVXBG__date{font-size:10px}.MyAds-module__wyVXBG__smallBtn{margin-top:6px;font-size:11px;padding:5px 9px!important}.MyAds-module__wyVXBG__modalOverlay{align-items:flex-end;padding:12px}.MyAds-module__wyVXBG__modalContent{border-radius:16px 16px 12px 12px;max-width:100%;padding:18px}.MyAds-module__wyVXBG__modalTitle{margin-bottom:16px;font-size:17px}.MyAds-module__wyVXBG__modalOption{margin-bottom:10px;padding:12px;font-size:15px}.MyAds-module__wyVXBG__modalClose{padding:11px;font-size:15px}}@media (max-width:360px){.MyAds-module__wyVXBG__homeContainer{padding:20px 8px 14px}.MyAds-module__wyVXBG__ads{margin-bottom:12px;font-size:14px}.MyAds-module__wyVXBG__showAds{gap:6px;padding:0}.MyAds-module__wyVXBG__adsTab{flex:auto;min-width:70px;font-size:12px;padding:8px 10px!important}.MyAds-module__wyVXBG__grid{grid-template-columns:repeat(2,1fr);gap:8px;padding:0}.MyAds-module__wyVXBG__cardImageContainer{height:130px}.MyAds-module__wyVXBG__cardBody{gap:4px;padding:8px}.MyAds-module__wyVXBG__title{-webkit-line-clamp:2;font-size:11px}.MyAds-module__wyVXBG__dotsBtn{font-size:18px}.MyAds-module__wyVXBG__price{font-size:14px}.MyAds-module__wyVXBG__date{font-size:9px}.MyAds-module__wyVXBG__smallBtn{margin-top:4px;font-size:10px;padding:4px 8px!important}.MyAds-module__wyVXBG__modalContent{padding:16px}.MyAds-module__wyVXBG__modalTitle{margin-bottom:14px;font-size:16px}.MyAds-module__wyVXBG__modalOption{margin-bottom:8px;padding:10px;font-size:14px}.MyAds-module__wyVXBG__modalClose{padding:10px;font-size:14px}}@media (max-width:320px){.MyAds-module__wyVXBG__homeContainer{padding:16px 6px 12px}.MyAds-module__wyVXBG__ads{margin-bottom:10px;font-size:13px}.MyAds-module__wyVXBG__showAds{gap:4px}.MyAds-module__wyVXBG__adsTab{min-width:60px;font-size:11px;padding:7px 8px!important}.MyAds-module__wyVXBG__grid{grid-template-columns:1fr 1fr;gap:6px}.MyAds-module__wyVXBG__cardImageContainer{height:115px}.MyAds-module__wyVXBG__cardBody{gap:3px;padding:7px}.MyAds-module__wyVXBG__title{font-size:10px}.MyAds-module__wyVXBG__dotsBtn{font-size:16px}.MyAds-module__wyVXBG__price{font-size:13px}.MyAds-module__wyVXBG__date{font-size:9px}.MyAds-module__wyVXBG__smallBtn{font-size:10px;padding:4px 7px!important}.MyAds-module__wyVXBG__modalContent{border-radius:14px 14px 10px 10px;padding:14px}.MyAds-module__wyVXBG__modalTitle{margin-bottom:12px;font-size:15px}.MyAds-module__wyVXBG__modalOption,.MyAds-module__wyVXBG__modalClose{padding:9px;font-size:13px}}@media (max-height:600px) and (orientation:landscape){.MyAds-module__wyVXBG__homeContainer{padding:12px 16px 10px}.MyAds-module__wyVXBG__grid{margin-top:10px}.MyAds-module__wyVXBG__cardImageContainer{height:110px}.MyAds-module__wyVXBG__loadingContainer,.MyAds-module__wyVXBG__emptyState{min-height:180px}.MyAds-module__wyVXBG__modalOverlay{align-items:center}.MyAds-module__wyVXBG__modalContent{max-height:85vh;padding:16px 20px;overflow-y:auto}.MyAds-module__wyVXBG__modalTitle{margin-bottom:12px;font-size:16px}.MyAds-module__wyVXBG__modalOption{margin-bottom:8px;padding:10px;font-size:14px}}
.Button-module__kp-rlG__button{color:#fff;cursor:pointer;background:#17a2c3;border:none;border-radius:11px;justify-content:center;align-items:center;min-height:44px;padding:13px 0;font-size:1.09em;font-weight:700;transition:all .17s;display:inline-flex;position:relative;box-shadow:0 2px 11px #0f58bc12}.Button-module__kp-rlG__primary{background:#17a2c3}.Button-module__kp-rlG__secondary{background:#6c757d}.Button-module__kp-rlG__primary:hover,.Button-module__kp-rlG__primary:focus{background:#1893b3;transform:translateY(-1px);box-shadow:0 4px 16px #0f58bc1f}.Button-module__kp-rlG__secondary:hover,.Button-module__kp-rlG__secondary:focus{background:#5a6268;transform:translateY(-1px)}.Button-module__kp-rlG__fullWidth{width:100%}.Button-module__kp-rlG__button:disabled{color:#fff;cursor:not-allowed;background-color:#c3ddeb;border:none;transform:none}.Button-module__kp-rlG__loadingContainer{justify-content:center;align-items:center;gap:10px;display:flex}.Button-module__kp-rlG__spinner{border:2px solid #fff;border-color:#fff #fff #0000 #0000;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite Button-module__kp-rlG__spin}@keyframes Button-module__kp-rlG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Button-module__kp-rlG__spinnerDots{gap:4px;display:flex}.Button-module__kp-rlG__spinnerDots:before,.Button-module__kp-rlG__spinnerDots:after{content:"";background:currentColor;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both Button-module__kp-rlG__bounce}.Button-module__kp-rlG__spinnerDots:before{animation-delay:-.32s}.Button-module__kp-rlG__spinnerDots:after{animation-delay:-.16s}@keyframes Button-module__kp-rlG__bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (max-width:768px){.Button-module__kp-rlG__button{min-height:48px;margin-bottom:12px;padding:15px 0;font-size:1.1em}.Button-module__kp-rlG__spinner{width:20px;height:20px}}@media (max-width:480px){.Button-module__kp-rlG__button{border-radius:8px;padding:16px 0;font-size:1.15em}.Button-module__kp-rlG__loadingContainer{gap:8px}@media (hover:none){.Button-module__kp-rlG__button:hover{transform:none}}}
.DownArrow-module__np548a__arrow{vertical-align:middle;transition:transform .25s cubic-bezier(.4,0,.2,1)}.DownArrow-module__np548a__open{transform:rotate(180deg)}
.TitleInput-module__j1mIjG__box{width:100%;margin-bottom:16px}.TitleInput-module__j1mIjG__title{color:#000;margin-bottom:8px;font-size:17px;font-weight:400;line-height:1.4;display:block}.TitleInput-module__j1mIjG__inputContainer{align-items:center;width:100%;display:flex;position:relative}.TitleInput-module__j1mIjG__input{color:#000;box-sizing:border-box;background:#f6f8fa;border:1.5px solid #e5e9f2;border-radius:11px;outline:none;width:100%;margin-bottom:10px;padding:13px 15px;font-size:1.07em;font-weight:700;transition:border .15s}.TitleInput-module__j1mIjG__input:focus{color:#0c0d0d;background:#eef6ff;border-color:#5eaaff}.TitleInput-module__j1mIjG__input::placeholder{color:#828282;font-weight:400}.TitleInput-module__j1mIjG__inputError,.TitleInput-module__j1mIjG__inputError:focus{background:#fff5f5!important;border-color:#ff4757!important}.TitleInput-module__j1mIjG__clearBtn{color:#828282;cursor:pointer;z-index:2;background:0 0;border:none;border-radius:50%;padding:4px;font-size:16px;transition:background-color .2s;position:absolute;top:39%;right:15px;transform:translateY(-50%)}.TitleInput-module__j1mIjG__clearBtn:hover{background-color:#f0f0f0}.TitleInput-module__j1mIjG__rightIcon{z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:15px;transform:translateY(-50%)}@keyframes TitleInput-module__j1mIjG__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.TitleInput-module__j1mIjG__errorIcon{flex-shrink:0;margin-top:2px;font-size:16px}.TitleInput-module__j1mIjG__errorMessage{color:#ff4757;margin:0;font-size:13px;font-weight:500;line-height:1.4}.TitleInput-module__j1mIjG__errorText{color:#ff4757;margin-top:5px;margin-bottom:10px;font-size:14px}.TitleInput-module__j1mIjG__textarea{color:#000;resize:vertical;box-sizing:border-box;background:#f6f8fa;border:1.5px solid #e5e9f2;border-radius:11px;outline:none;width:100%;min-height:80px;margin-bottom:10px;padding:13px 15px;font-family:inherit;font-size:1.07em;font-weight:700;transition:border .15s}.TitleInput-module__j1mIjG__textarea:focus{color:#0c0d0d;background:#eef6ff;border-color:#5eaaff}.TitleInput-module__j1mIjG__textarea::placeholder{color:#828282;font-weight:400}.TitleInput-module__j1mIjG__textarea.TitleInput-module__j1mIjG__inputError,.TitleInput-module__j1mIjG__textarea.TitleInput-module__j1mIjG__inputError:focus{background:#fff5f5!important;border-color:#ff4757!important}@media (max-width:768px){.TitleInput-module__j1mIjG__input,.TitleInput-module__j1mIjG__textarea{padding:14px 16px;font-size:16px}.TitleInput-module__j1mIjG__errorContainer{margin-top:6px;padding:8px 10px}.TitleInput-module__j1mIjG__errorMessage{font-size:12px}}
.Toast-module__WdC2Vq__toast{z-index:10000;background:#fff;border:1px solid #e8f4f6;border-left:4px solid #087e8b;border-radius:12px;min-width:320px;max-width:400px;transition:all .3s;animation:.4s cubic-bezier(.21,1.02,.73,1) Toast-module__WdC2Vq__toastSlideIn;position:fixed;top:20px;right:20px;overflow:hidden;box-shadow:0 8px 32px #087e8b26}.Toast-module__WdC2Vq__toast:hover{transform:translateY(-2px);box-shadow:0 12px 40px #087e8b33}.Toast-module__WdC2Vq__toastContent{align-items:flex-start;gap:12px;padding:16px;display:flex}.Toast-module__WdC2Vq__icon{flex-shrink:0;margin-top:2px;font-size:18px}.Toast-module__WdC2Vq__textContent{flex-direction:column;flex:1;gap:4px;display:flex}.Toast-module__WdC2Vq__title{color:#1a1a1a;font-size:14px;font-weight:600;line-height:1.2}.Toast-module__WdC2Vq__message{color:#475569;font-size:13px;line-height:1.4}.Toast-module__WdC2Vq__closeBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:2px;font-size:18px;transition:all .2s;display:flex}.Toast-module__WdC2Vq__closeBtn:hover{color:#64748b;background:#f8fafc}@keyframes Toast-module__WdC2Vq__toastSlideIn{0%{opacity:0;transform:translate(100%)scale(.9)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes Toast-module__WdC2Vq__toastSlideOut{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(100%)scale(.9)}}.Toast-module__WdC2Vq__toast.Toast-module__WdC2Vq__exiting{animation:.3s forwards Toast-module__WdC2Vq__toastSlideOut}@media (max-width:768px){.Toast-module__WdC2Vq__toast{min-width:auto;max-width:none;top:10px;left:10px;right:10px}}@media (max-width:480px){.Toast-module__WdC2Vq__toast{top:5px;left:5px;right:5px}.Toast-module__WdC2Vq__toastContent{gap:10px;padding:14px}}
.Dropdown-module__1kaUQW__dropdownContainer{width:100%;margin-bottom:1rem}.Dropdown-module__1kaUQW__dropdownTitle{color:#1c252b;margin-bottom:.5rem;font-size:1.1rem;font-weight:500;display:block}.Dropdown-module__1kaUQW__dropdown{cursor:pointer;color:#222;background:#f9fafb;border:1.5px solid #e5e8ea;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;font-size:1rem;transition:border-color .2s;display:flex;position:relative}.Dropdown-module__1kaUQW__dropdown:hover{border-color:#087e8a}.Dropdown-module__1kaUQW__dropdown.Dropdown-module__1kaUQW__error{border-color:#dc3545}.Dropdown-module__1kaUQW__dropdown.Dropdown-module__1kaUQW__disabled{cursor:not-allowed;opacity:.6;background:#f8f9fa}.Dropdown-module__1kaUQW__selectedValue{color:#222}.Dropdown-module__1kaUQW__chevron{color:#087e8a;transition:transform .3s}.Dropdown-module__1kaUQW__chevron.Dropdown-module__1kaUQW__rotate{transform:rotate(180deg)}.Dropdown-module__1kaUQW__dropdownMenu{z-index:1000;background:#fff;border:1.5px solid #e5e8ea;border-radius:10px;max-height:200px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 5px 15px #087e8a1a}.Dropdown-module__1kaUQW__dropdownItem{cursor:pointer;border-bottom:1px solid #f1f3f4;padding:12px 16px;transition:background-color .2s}.Dropdown-module__1kaUQW__dropdownItem:hover{color:#087e8a;background:#e9fafd}.Dropdown-module__1kaUQW__dropdownItem:last-child{border-bottom:none}.Dropdown-module__1kaUQW__errorText{color:#dc3545;margin-top:.25rem;font-size:.875rem}
.CategoryStep-module__OMo9Ha__categoryContainer{grid-template-columns:1fr 1fr;gap:2rem;max-height:70vh;display:grid}.CategoryStep-module__OMo9Ha__categoriesSection,.CategoryStep-module__OMo9Ha__subCategoriesSection{background:#fff;border-radius:1rem;padding:1.5rem;overflow-y:auto;box-shadow:0 4px 6px #0000000d}.CategoryStep-module__OMo9Ha__subCategoriesSection{position:sticky}.CategoryStep-module__OMo9Ha__sectionTitle{color:#000;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600}.CategoryStep-module__OMo9Ha__sectionTitle span{color:#007bff}.CategoryStep-module__OMo9Ha__categoriesGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;display:grid}.CategoryStep-module__OMo9Ha__categoryCard{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:.75rem;flex-direction:column;align-items:center;padding:1.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.CategoryStep-module__OMo9Ha__categoryCard:hover{border-color:#007bff;transform:translateY(-4px);box-shadow:0 8px 25px #007bff26}.CategoryStep-module__OMo9Ha__categoryCard.CategoryStep-module__OMo9Ha__selected{color:#fff;background:#007bff;border-width:3px;border-color:#007bff;transform:translateY(-6px);box-shadow:0 12px 30px #007bff40}.CategoryStep-module__OMo9Ha__categoryIcon{background:#f8f9fa;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:.75rem;transition:all .3s;display:flex;overflow:hidden}.CategoryStep-module__OMo9Ha__categoryCard .CategoryStep-module__OMo9Ha__categoryIcon{background:#f8f9fa}.CategoryStep-module__OMo9Ha__categoryCard.CategoryStep-module__OMo9Ha__selected .CategoryStep-module__OMo9Ha__categoryIcon{background:#ffffff4d;border:2px solid #ffffff80}.CategoryStep-module__OMo9Ha__categoryImage{object-fit:cover;border-radius:50%;width:100%;height:100%;transition:all .3s}.CategoryStep-module__OMo9Ha__categoryCard.CategoryStep-module__OMo9Ha__selected .CategoryStep-module__OMo9Ha__categoryImage{transform:scale(1.05)}.CategoryStep-module__OMo9Ha__categoryInitial{color:#6c757d;font-size:1.5rem;font-weight:700;transition:all .3s}.CategoryStep-module__OMo9Ha__categoryCard .CategoryStep-module__OMo9Ha__categoryInitial{color:#6c757d}.CategoryStep-module__OMo9Ha__categoryCard.CategoryStep-module__OMo9Ha__selected .CategoryStep-module__OMo9Ha__categoryInitial{color:#fff}.CategoryStep-module__OMo9Ha__categoryName{text-align:center;margin:0;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;transition:all .3s}.CategoryStep-module__OMo9Ha__categoryCard .CategoryStep-module__OMo9Ha__categoryName{color:#000}.CategoryStep-module__OMo9Ha__categoryCard.CategoryStep-module__OMo9Ha__selected .CategoryStep-module__OMo9Ha__categoryName{color:#fff;font-weight:700}.CategoryStep-module__OMo9Ha__subCategoriesGrid{grid-template-columns:1fr;gap:.75rem;display:grid}.CategoryStep-module__OMo9Ha__subCategoryCard{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:.75rem;justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:all .3s;display:flex}.CategoryStep-module__OMo9Ha__subCategoryCard:hover{background:#f8f9fa;border-color:#007bff;transform:translate(4px)}.CategoryStep-module__OMo9Ha__subCategoryName{color:#000;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500}.CategoryStep-module__OMo9Ha__arrowIcon{color:#6c757d;font-weight:600;transition:all .3s}.CategoryStep-module__OMo9Ha__backIcon{color:#111;width:22px;height:22px}.CategoryStep-module__OMo9Ha__subCategoryCard:hover .CategoryStep-module__OMo9Ha__arrowIcon{color:#007bff;transform:translate(4px)}.CategoryStep-module__OMo9Ha__jobSelection{pointer-events:auto;z-index:1000;background:#fff;border-radius:1rem;flex-direction:column;padding:1.5rem;display:flex;box-shadow:0 4px 6px #0000000d}.CategoryStep-module__OMo9Ha__helperText{color:#555;margin-bottom:1.25rem;font-size:1.05rem;font-weight:500}.CategoryStep-module__OMo9Ha__jobButton{pointer-events:auto;cursor:pointer}.CategoryStep-module__OMo9Ha__jobButton:last-child{margin-bottom:0}@media (max-width:768px){.CategoryStep-module__OMo9Ha__categoryContainer{grid-template-columns:1fr;gap:1.5rem;max-height:none}.CategoryStep-module__OMo9Ha__categoriesGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.75rem}.CategoryStep-module__OMo9Ha__categoryCard{padding:1.25rem .75rem}.CategoryStep-module__OMo9Ha__categoryCard.CategoryStep-module__OMo9Ha__selected{transform:translateY(-3px)}.CategoryStep-module__OMo9Ha__categoryIcon{width:50px;height:50px}.CategoryStep-module__OMo9Ha__categoryInitial{font-size:1.3rem}.CategoryStep-module__OMo9Ha__categoryName{font-size:.85rem}.CategoryStep-module__OMo9Ha__subCategoryCard{padding:.875rem 1rem}.CategoryStep-module__OMo9Ha__subCategoryName{font-size:.9rem}.CategoryStep-module__OMo9Ha__jobSelection{padding:1.25rem}.CategoryStep-module__OMo9Ha__helperText{margin-bottom:1rem;font-size:1rem}}.CategoryStep-module__OMo9Ha__categoriesSection::-webkit-scrollbar{width:6px}.CategoryStep-module__OMo9Ha__subCategoriesSection::-webkit-scrollbar{width:6px}.CategoryStep-module__OMo9Ha__categoriesSection::-webkit-scrollbar-track{background:#f8f9fa;border-radius:3px}.CategoryStep-module__OMo9Ha__subCategoriesSection::-webkit-scrollbar-track{background:#f8f9fa;border-radius:3px}.CategoryStep-module__OMo9Ha__categoriesSection::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:3px}.CategoryStep-module__OMo9Ha__subCategoriesSection::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:3px}.CategoryStep-module__OMo9Ha__categoriesSection::-webkit-scrollbar-thumb:hover{background:silver}.CategoryStep-module__OMo9Ha__subCategoriesSection::-webkit-scrollbar-thumb:hover{background:silver}.CategoryStep-module__OMo9Ha__mobileBackButton{color:#111;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:1rem;font-weight:500;transition:all .2s;display:none}.CategoryStep-module__OMo9Ha__mobileBackButton:hover{color:#0056b3;transform:translate(-2px)}.CategoryStep-module__OMo9Ha__mobileBackButton:active{transform:translate(-4px)}@media (max-width:768px){.CategoryStep-module__OMo9Ha__mobileBackButton{display:flex}.CategoryStep-module__OMo9Ha__hideOnMobile{display:none!important}.CategoryStep-module__OMo9Ha__categoryContainer{grid-template-columns:1fr!important}.CategoryStep-module__OMo9Ha__subCategoriesSection{grid-column:1/-1}}@media (min-width:769px){.CategoryStep-module__OMo9Ha__mobileBackButton{display:none!important}.CategoryStep-module__OMo9Ha__hideOnMobile{display:contents!important}}
