@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Unbounded:wght@200..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._button_l2e9z_1{cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:.3s ease-in-out;font-weight:500;gap:10px}._primary_l2e9z_13{background-color:#195ee6;color:#fff}._primary_l2e9z_13:hover{background-color:#336ad8}._secondary_l2e9z_22{background-color:#202020;color:#fff}._secondary_l2e9z_22:hover{background-color:#353535}._danger_l2e9z_31{background-color:#dc3545;color:#fff}._danger_l2e9z_31:hover{background-color:#c82333}._default_l2e9z_40{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#195ee60d;color:#195ee6}._default_l2e9z_40:hover{background-color:#d2dfff}._small_l2e9z_50{padding:6px 12px;font-size:12px}._medium_l2e9z_55{padding:10px 20px;font-size:14px}._large_l2e9z_60{padding:14px 28px;font-size:16px}._overlay_jt1om_1{position:fixed;bottom:0;left:0;right:0;z-index:1000;display:flex;justify-content:center;padding:20px;background:transparent}._modal_jt1om_13{border:1px solid rgba(25,94,230,.05);border-radius:15px;padding:20px;max-width:763px;box-shadow:0 16px 16px #0000000d;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;animation:_slideUp_jt1om_1 .3s ease-out}._text_jt1om_27{font-weight:500;font-size:14px;line-height:150%;color:#141414;margin:0;flex:1}._buttons_jt1om_36{display:flex;gap:12px;flex-shrink:0}._buttons_jt1om_36 button{height:48px}@keyframes _slideUp_jt1om_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){._overlay_jt1om_1{padding:15px}._modal_jt1om_13{width:100%;max-width:100%;height:auto;min-height:88px;flex-direction:column;align-items:flex-start;gap:15px;padding:16px}._text_jt1om_27{font-weight:500;font-size:14px}._buttons_jt1om_36{width:100%;flex-direction:row-reverse}._accept_jt1om_81{width:100%}}@media (max-width: 480px){._modal_jt1om_13{padding:14px}._text_jt1om_27{font-size:12px}._buttons_jt1om_36{gap:10px}._buttons_jt1om_36 button{font-size:13px;padding:8px 16px}}.layout-root{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;display:flex;flex-direction:column}.container{margin:0 auto;padding:0 15px;max-width:1280px;box-sizing:border-box;flex:1}.containerXS{margin:0 auto;padding:0 15px;max-width:960px;box-sizing:border-box;flex:1}.stripe3{background-color:#ffffff1a;height:1px;margin:20px 0}a{color:#fff;text-decoration:none}@media (max-width: 768px){.containerXS{padding:0 10px}}@media (max-width: 480px){.containerXS{padding:0 8px}}.stripe{background-color:#ffffff1a;height:2px;margin:20px 0}.stripe2{background-color:#141414;opacity:.1;height:2px;margin:20px 0}a{text-decoration:none}._loaderWrapper_i4u79_1{display:flex;align-items:center;justify-content:center;min-height:220px;width:100%}._loader_i4u79_1{width:48px;height:48px;border-radius:50%;border:3px solid #e5e5e5;border-top:3px solid #195ee6;animation:_spin_i4u79_1 1s linear infinite;background:transparent}@keyframes _spin_i4u79_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._login_wrapper_bgy9l_1{position:fixed;right:0;width:400px;height:100vh;background-color:#141414;z-index:1000;transition:right .3s ease-in-out}._login_wrapper_bgy9l_1 img{width:400px}._form_bgy9l_14{padding:40px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}._form_bgy9l_14 h3,._form_bgy9l_14 label,._form_bgy9l_14 ._error_bgy9l_24{text-align:left;width:100%;padding-left:25px}._form_bgy9l_14 p{width:100%;text-align:right;color:#fff}._form_bgy9l_14 h3{color:#fff;font-family:Unbounded;font-weight:800;font-size:20px;line-height:24.8px;letter-spacing:0%;margin-bottom:20px}._form_bgy9l_14 label{color:#767575;font-family:Manrope;font-weight:500;font-size:12px;line-height:16px;letter-spacing:0%}._form_bgy9l_14 input{margin-top:8px;margin-bottom:20px;width:330px;min-width:0;padding-left:15px;padding-right:40px;height:48px;border:1px solid rgba(255,255,255,.1);color:#fff;background-color:#ffffff0d;border-radius:8px;outline:none;box-sizing:border-box}._form_bgy9l_14 input:-webkit-autofill,._form_bgy9l_14 input:-webkit-autofill:hover,._form_bgy9l_14 input:-webkit-autofill:focus,._form_bgy9l_14 input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px rgba(255,255,255,.01) inset!important;-webkit-text-fill-color:#fff!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:8px!important}._form_bgy9l_14 p{color:#fff;font-family:Manrope;font-weight:400;font-size:14px;line-height:19.12px;letter-spacing:0%}._submit_btn_bgy9l_84{margin-top:20px;margin-bottom:20px;cursor:pointer;width:320px;height:48px;color:#fff;border:none;border-radius:8px;font-size:14px;background-color:#195ee6;transition:.3s ease-in-out;align-self:flex-start}._password_input_wrapper_bgy9l_98{display:flex;align-items:center;position:relative;justify-content:center}._eye_button_bgy9l_105{position:absolute;top:43.5%;right:15px;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center}@media (max-width: 600px){._login_wrapper_bgy9l_1{top:50%;left:50%;right:auto;width:90vw;max-width:400px;height:auto;max-height:90vh;transform:translate(-50%,-50%);border-radius:16px;padding:24px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}._login_wrapper_bgy9l_1 img{width:100%;max-width:320px;height:auto;border-radius:12px;margin-bottom:12px}._form_bgy9l_14{padding:16px;width:100%;box-sizing:border-box;align-items:center;text-align:center}._submit_btn_bgy9l_84{align-self:center}}._error_bgy9l_24{color:#ff3b3b;font-weight:400;font-size:14px;margin:-8px 0 20px;text-align:center}._input_error_bgy9l_164{border:1.5px solid #ff3b3b!important;background-color:#ff3b3b0f!important;color:#ff3b3b!important;border-radius:12px!important;transition:border .2s,background .2s}._input_error_bgy9l_164:-webkit-autofill,._input_error_bgy9l_164:-webkit-autofill:hover,._input_error_bgy9l_164:-webkit-autofill:focus,._input_error_bgy9l_164:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px rgba(255,59,59,.06) inset!important;box-shadow:0 0 0 1000px #ff3b3b0f inset!important;border:1.5px solid #ff3b3b!important}._error_block_bgy9l_183{width:325px;margin-bottom:18px;padding:12px 20px;background:#ff3b3b0f;border:1px solid #ff3b3b;color:#ff3b3b;border-radius:16px;font-size:14px;font-family:Manrope,Arial,sans-serif;font-weight:400;display:flex;align-items:center;gap:12px;box-sizing:border-box}._error_block_bgy9l_183 svg{min-width:24px;min-height:24px}._register_link_bgy9l_206{display:none;width:100%;text-align:center;margin-top:20px;color:#767575;font-family:Manrope;font-weight:400;font-size:14px;line-height:16px}._register_link_text_bgy9l_218{color:#195ee6;cursor:pointer;text-decoration:underline;font-weight:500}._register_link_text_bgy9l_218:hover{color:#0d4bb8}@media (max-width: 600px){._register_link_bgy9l_206{display:block}}._registration_wrapper_xfm77_1{width:600px;height:100vh;background:radial-gradient(ellipse 70% 100% at 0% 0%,#195ee61f,#0000 80%),#141414;padding:40px;display:flex;flex-direction:column;gap:20px;position:fixed;z-index:1000;right:0;transition:right .3s ease-in-out;align-items:flex-start;justify-content:start;text-align:left}._registration_wrapper_xfm77_1 h3{color:#fff;font-family:Unbounded;font-weight:800;font-size:20px;line-height:24.8px;letter-spacing:0%}._registration_wrapper_xfm77_1 p{color:#767575;font-family:Manrope;font-weight:500;font-size:14px;line-height:19.12px;letter-spacing:0%}._btn_wrapper_xfm77_39{display:flex;flex-direction:row;gap:10px}._active_xfm77_44{width:100px;height:44px;background-color:#195ee6;border:none;color:#fff;font-family:Manrope;font-weight:500;font-size:14px;line-height:19.12px;letter-spacing:0px;border-radius:8px;cursor:pointer}._disactive_xfm77_58{width:100px;height:44px;background-color:#ffffff0d;border:none;color:#fff;font-family:Manrope;font-weight:500;font-size:14px;line-height:19.12px;letter-spacing:0px;border-radius:8px;cursor:pointer}._btn_wrapper_xfm77_39{width:100%;display:flex}._back_button_xfm77_76{border-radius:8px;padding:14px 24px;width:90px;height:48px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff0d;font-weight:600;font-size:14px;color:#fff;outline:none;border:none}._form_xfm77_90{width:100%;text-align:left}._input_wrapper_xfm77_94{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}._block_xfm77_100{display:flex;flex-direction:column;max-width:290px;color:#767575}._block_xfm77_100 label{font-family:Manrope;font-weight:500;font-size:14px;line-height:16px;letter-spacing:0%;text-align:left}._block_xfm77_100 input{margin-top:8px;margin-bottom:20px;width:270px;padding-left:15px;height:48px;border:1px solid rgba(255,255,255,.1);color:#fff;background-color:#ffffff0d;border-radius:8px;outline:none}._block_xfm77_100 input:-webkit-autofill,._block_xfm77_100 input:-webkit-autofill:hover,._block_xfm77_100 input:-webkit-autofill:focus,._block_xfm77_100 input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px rgba(255,255,255,.01) inset!important;-webkit-text-fill-color:#fff!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:8px!important}._password_input_wrapper_xfm77_136{display:flex;align-items:center;position:relative}._password_input_wrapper_xfm77_136 input{margin-top:8px;margin-bottom:20px;width:225px;padding-left:15px;height:48px;border:1px solid rgba(255,255,255,.1);color:#fff;background-color:#ffffff0d;border-radius:8px;outline:none;padding-right:45px}._eye_button_xfm77_154{position:absolute;top:31%;right:10px;background:none;border:none;cursor:pointer;color:#fff}._policy_block_xfm77_163{width:100%;display:flex;flex-direction:row;justify-content:flex-start;gap:10px;margin-bottom:30px;padding-right:40px}._policy_block_xfm77_163 input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:16px;height:16px;border:1px solid rgba(255,255,255,.1);background-color:#ffffff0d;border-radius:4px;position:relative;cursor:pointer;flex-shrink:0;margin-top:2px}._policy_block_xfm77_163 input[type=checkbox]:checked{background-color:#195ee6;border-color:#195ee6}._policy_block_xfm77_163 input[type=checkbox]:checked:after{content:url(/icons/checkbox.svg);color:#fff;font-size:14px;font-weight:700;position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)}._policy_block_xfm77_163 p{font-family:Manrope;font-weight:400;font-size:14px;line-height:19.12px;letter-spacing:0%;text-align:right}._policy_block_xfm77_163 a{font-family:Manrope;font-weight:400;font-size:14px;line-height:19.12px;letter-spacing:0%;text-align:right;color:#195ee6}._submit_btn_xfm77_220{margin-top:20px;margin-bottom:20px;cursor:pointer;width:169px;height:48px;color:#fff;border:none;border-radius:8px;font-size:14px;background-color:#195ee6;transition:.3s ease-in-out;align-self:flex-start}._submit_btn_disabled_xfm77_234{background-color:#ffffff0d;color:#bdbdbd;cursor:not-allowed}._text_wrapper_xfm77_239{display:flex;flex-direction:column;max-width:500px;gap:30px;align-items:center;justify-content:center;text-align:left}._gap_xfm77_248{display:flex;flex-direction:column;gap:7px}._blue_xfm77_253{color:#195ee6}._white_xfm77_256{color:#fff}._line_xfm77_259{display:flex;gap:5px}._text_wrapper_xfm77_239 h1{font-family:Unbounded;font-weight:800;font-size:20px;line-height:100%;letter-spacing:0%;text-transform:uppercase}._text_wrapper_xfm77_239 p{font-weight:400;font-size:16px;line-height:150%;letter-spacing:0%}._codeInput_xfm77_277{transition:box-shadow .2s}._codeInput_xfm77_277:focus{box-shadow:0 0 0 2px #195ee6}._input_error_xfm77_283{border:1.5px solid #ff3b3b!important;background-color:#ff3b3b0f!important;color:#ff3b3b!important;border-radius:12px!important;transition:border .2s,background .2s}._error_block_xfm77_292{width:100%;margin-bottom:18px;padding:12px 20px;background:#ff3b3b0f;border:1px solid #ff3b3b;color:#ff3b3b;border-radius:16px;font-size:14px;font-family:Manrope,Arial,sans-serif;font-weight:400;display:flex;align-items:center;gap:12px;box-sizing:border-box}._error_block_xfm77_292 svg{min-width:24px;min-height:24px}@media (max-width: 600px){._policy_block_xfm77_163{padding-left:10px}._registration_wrapper_xfm77_1{position:fixed;top:50%;left:50%;right:auto;width:95vw;max-width:400px;height:auto;max-height:90vh;transform:translate(-50%,-50%);border-radius:16px;padding:40px 16px 24px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box;overflow-y:auto}._registration_wrapper_xfm77_1 h3{text-align:center;margin-bottom:10px}._registration_wrapper_xfm77_1 p{text-align:center}._btn_container_xfm77_345{width:100%;display:flex;justify-content:center}._btn_wrapper_xfm77_39{justify-content:center;width:100%;margin-bottom:20px}._form_xfm77_90,._text_wrapper_xfm77_239{padding:0 8px;width:100%;box-sizing:border-box}._input_wrapper_xfm77_94{flex-direction:column;align-items:center;justify-content:center;text-align:left}._registration_wrapper_xfm77_1,._form_xfm77_90,._text_wrapper_xfm77_239,._gap_xfm77_248,._policy_block_xfm77_163{align-items:center;text-align:left}._policy_block_xfm77_163{margin-left:20px}._submit_btn_xfm77_220{align-self:center}}._form_xfm77_90 h3,._form_xfm77_90 p,._form_xfm77_90 label,._form_xfm77_90 ._error_xfm77_292{text-align:left;width:100%}._error_xfm77_292{color:#ff3b3b;font-weight:400;font-size:14px;margin:-8px 0 20px;text-align:center}._header_17zn5_2{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:transparent}._header_wrapper_17zn5_11{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:40px 0;background-color:transparent;position:relative;overflow:visible}._darkHeader_17zn5_22{background-color:#141414;border-bottom:1px solid rgba(255,255,255,.05)}._mobileHeader_17zn5_27{background-color:#000}._logo_17zn5_30{width:100%;height:100%;object-fit:contain}._header_wrapper__logo_17zn5_35{width:150px;height:30px;overflow:hidden;position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:2}._header_wrapper__nav_17zn5_46{display:flex;flex-direction:row;justify-content:center;align-items:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);gap:40px;z-index:1}._header_wrapper__nav_17zn5_46 ul{color:#fff;display:flex;flex-direction:row;justify-content:space-between;list-style:none;overflow:hidden;gap:40px}._header_wrapper__nav_17zn5_46 li{cursor:pointer;font-weight:500;font-size:14px;transition:.3s ease-in-out}._header_wrapper__nav_17zn5_46 li:hover{scale:1.03}._header_wrapper__buttons_17zn5_80{display:flex;flex-direction:row;align-items:center;gap:10px;overflow:visible;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:2}._header_wrapper__login_17zn5_93{cursor:pointer;width:90px;height:48px;color:#fff;border:none;border-radius:8px;font-size:14px;background-color:#202020;transition:.3s ease-in-out}._header_wrapper__registration_17zn5_105{cursor:pointer;width:193px;height:48px;color:#fff;border:none;border-radius:8px;font-size:14px;background-color:#195ee6;transition:.3s ease-in-out}._header_wrapper__addProject_17zn5_116{padding:15px 20px}._addWorkWrapper_17zn5_120{position:relative;z-index:100}._addWorkDropdown_17zn5_125{position:absolute;top:calc(100% + 8px);left:0;border-radius:12px;padding:16px;width:200px;height:100px;background:#141414;box-shadow:0 4px 20px #0000004d;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;z-index:9999;border:1px solid rgba(255,255,255,.1)}._addWorkDropdown_17zn5_125 button{font-size:14px;padding:12px 16px;border-radius:8px;width:100%}._notificationIcons_17zn5_152{display:flex;align-items:center;gap:16px;margin-left:16px}._notificationIcon_17zn5_152{width:20px;height:20px;cursor:pointer}@media (max-width: 950px){._notificationIcons_17zn5_152{margin-left:8px;gap:12px}._notificationIcon_17zn5_152{width:18px;height:18px}}._header_wrapper__login_17zn5_93:hover{background-color:#353535}._header_wrapper__registration_17zn5_105:hover{background-color:#336ad8}._stripe_17zn5_186{width:300px;height:1px;background-color:#ffffff26}._navContentWrapper_17zn5_191{display:flex;align-items:center;justify-content:center;width:100%;max-width:1000px;margin:0 auto;gap:40px}@media (max-width: 1250px){._header_wrapper__nav_17zn5_46{display:flex;flex-direction:row;justify-content:end;align-items:center;gap:50px}}@media (max-width: 1100px){._header_wrapper__nav_17zn5_46{width:75%}._header_wrapper__nav_17zn5_46 ul{gap:20px}}@media (max-width: 950px){._header_wrapper_17zn5_11{padding:20px;position:relative;z-index:10;justify-content:space-between}._header_wrapper__logo_17zn5_35{position:static;transform:none;margin-bottom:0}._header_wrapper__buttons_17zn5_80{display:flex;flex-direction:row;gap:10px;align-items:center;position:static;transform:none;margin-left:auto}._burger_17zn5_243{display:block;width:30px;height:24px;position:relative;cursor:pointer;z-index:1001;order:2;margin-left:16px}._burger_17zn5_243 span,._burger_17zn5_243:before,._burger_17zn5_243:after{content:"";position:absolute;width:30px;height:4px;background-color:#fff;border-radius:2px;transition:.3s ease-in-out}._burger_17zn5_243:before{top:0}._burger_17zn5_243:after{bottom:0}._burger_17zn5_243 span{top:10px}._burger_17zn5_243._open_17zn5_278 span{opacity:0}._burger_17zn5_243._open_17zn5_278:before{transform:translateY(10px) rotate(45deg)}._burger_17zn5_243._open_17zn5_278:after{transform:translateY(-10px) rotate(-45deg)}._header_wrapper__nav_17zn5_46 ._stripe_17zn5_186{background-color:#fff;opacity:.1;height:1px;margin:8px 0}._header_wrapper__nav_17zn5_46{position:fixed;right:-300px;top:90px;left:auto;width:300px;height:calc(100vh - 90px);background-color:#000;transition:right .3s ease-in-out;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:0 20px 20px;z-index:1000;gap:0px;transform:none}._header_wrapper__nav_17zn5_46._open_17zn5_278{right:0}._navContentWrapper_17zn5_191{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;max-width:100%;margin:0;gap:12px}._mobileMenuButtons_17zn5_330{display:flex;flex-direction:column;gap:12px;width:100%;margin-top:20px}._mobileMenuButtons_17zn5_330 button{width:100%;padding:16px;font-size:16px;font-family:Manrope;font-weight:600;font-style:SemiBold;font-size:14px}._legalInfo_17zn5_350{display:flex;flex-direction:column;gap:8px;width:100%}._legalInfo_17zn5_350 p{font-weight:400;font-style:normal;font-size:14px;line-height:21px;letter-spacing:0%;vertical-align:middle;color:#ffffffb3;cursor:pointer;transition:color .3s ease}._legalInfo_17zn5_350 p:first-child:hover{color:#195ee6}._legalInfo_17zn5_350 p:last-child{cursor:default}._header_wrapper__nav_17zn5_46 ul{flex-direction:column;align-items:flex-start;list-style:none;padding:0;margin:0}._header_wrapper__nav_17zn5_46 li{font-family:Unbounded;font-weight:800;font-size:20px;line-height:100%;color:#fff;cursor:pointer;transition:.3s ease-in-out}._header_wrapper__nav_17zn5_46 li:hover{color:#195ee6}._backdrop_17zn5_399{position:fixed;top:90px;left:0;width:100vw;height:calc(100vh - 90px);background-color:#1414144d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out}._backdrop_17zn5_399._open_17zn5_278{opacity:1;visibility:visible}}@media (max-width: 600px){._login_wrapper_17zn5_419,._registrationWrapper_17zn5_420{top:50%;left:50%;right:auto;width:90vw;max-width:400px;height:auto;max-height:90vh;transform:translate(-50%,-50%);border-radius:16px;padding:24px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}._registrationWrapper_17zn5_420{max-width:680px}._login_wrapper_17zn5_419 img{width:100%;max-width:320px;height:auto;border-radius:12px;margin-bottom:12px}._form_17zn5_447{padding:16px;width:100%;box-sizing:border-box}._navContentWrapper_17zn5_191{margin-top:20px}._header_wrapper__login_17zn5_93{width:70px;height:40px;font-size:12px}._header_wrapper__registration_17zn5_105{width:140px;height:40px;font-size:12px}}._adminPage_r6dsu_1{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}._content_r6dsu_6{padding-top:100px;padding-bottom:40px}._usersGrid_r6dsu_11{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px;margin-top:30px}._emptyState_r6dsu_18{grid-column:1 / -1;text-align:center;padding:60px 20px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a}._emptyState_r6dsu_18 h3{font-family:Unbounded;font-weight:700;font-size:24px;color:#2c3e50;margin-bottom:12px}._emptyState_r6dsu_18 p{font-size:16px;color:#7f8c8d;line-height:1.5}._pagination_r6dsu_41{margin-top:30px;text-align:center;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d}._pagination_r6dsu_41 p{font-size:14px;color:#7f8c8d;margin:0}._errorContainer_r6dsu_56{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}._error_r6dsu_56{text-align:center;max-width:500px;margin:0 auto;background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 20px #0000001a}._error_r6dsu_56 h2{font-family:Unbounded;font-weight:700;font-size:24px;color:#e74c3c;margin-bottom:16px}._error_r6dsu_56 p{font-size:16px;color:#7f8c8d;line-height:1.5;margin-bottom:24px}._retryButton_r6dsu_87{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}._retryButton_r6dsu_87:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}@media (max-width: 1024px){._usersGrid_r6dsu_11{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}}@media (max-width: 768px){._content_r6dsu_6{padding-top:90px;padding-bottom:30px}._usersGrid_r6dsu_11{grid-template-columns:1fr;gap:12px}._emptyState_r6dsu_18{padding:40px 16px}._emptyState_r6dsu_18 h3{font-size:20px}._emptyState_r6dsu_18 p{font-size:14px}}@media (max-width: 480px){._content_r6dsu_6{padding-top:80px}._error_r6dsu_56{padding:30px 20px;margin:20px}._error_r6dsu_56 h2{font-size:20px}._error_r6dsu_56 p{font-size:14px}}._adminHeader_7hbh3_1{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:24px;margin-bottom:30px}._headerTop_7hbh3_9{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}._titleSection_7hbh3_16 h1{font-family:Unbounded;font-weight:800;font-size:28px;color:#2c3e50;margin:0 0 8px;background:#000;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._titleSection_7hbh3_16 p{font-size:16px;color:#7f8c8d;margin:0}._statsSection_7hbh3_34{display:flex;gap:32px}._stat_7hbh3_34{text-align:center}._statValue_7hbh3_43{display:block;font-family:Unbounded;font-weight:700;font-size:24px;color:#2c3e50;line-height:1}._statLabel_7hbh3_52{display:block;font-size:12px;color:#7f8c8d;margin-top:4px;text-transform:uppercase;letter-spacing:.5px}._headerControls_7hbh3_61{display:grid;grid-template-columns:1fr auto auto;gap:16px;align-items:center}._searchSection_7hbh3_68,._searchInput_7hbh3_72{position:relative}._searchField_7hbh3_76{width:80%;padding:12px 16px 12px 48px;border:2px solid #e9ecef;border-radius:12px;font-size:14px;background:#f8f9fa;transition:all .3s ease}._searchField_7hbh3_76:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}._searchField_7hbh3_76::placeholder{color:#adb5bd}._searchIcon_7hbh3_97{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#7f8c8d;pointer-events:none}._filterSelect_7hbh3_106{padding:12px 16px;border:2px solid #e9ecef;border-radius:12px;font-size:14px;background:#f8f9fa;cursor:pointer;transition:all .3s ease;min-width:180px}._filterSelect_7hbh3_106:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}._selectAllBtn_7hbh3_124{white-space:nowrap;font-size:14px;padding:12px 20px}._selectAllContainer_7hbh3_130{display:flex;align-items:center;justify-content:center}._selectAllLabel_7hbh3_136{display:flex;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none}._selectAllCheckbox_7hbh3_144{width:18px;height:18px;accent-color:#667eea;cursor:pointer;margin:0}._selectAllText_7hbh3_152{font-size:14px;font-weight:600;color:#2c3e50}._bulkActionsBar_7hbh3_158{margin-top:20px;padding:16px;background:linear-gradient(135deg,#667eea10,#764ba210);border-radius:12px;border:1px solid #667eea20;display:flex;justify-content:space-between;align-items:center;gap:16px}._bulkInfo_7hbh3_170{font-size:14px;color:#2c3e50;font-weight:600}._bulkButtons_7hbh3_176{display:flex;gap:12px}._bulkActionsMenu_7hbh3_181{display:flex;gap:8px;flex-wrap:wrap;align-items:center}._bulkActionBtn_7hbh3_188{font-size:12px;padding:8px 12px;white-space:nowrap}._cancelBtn_7hbh3_194{font-size:12px;padding:8px 12px}@media (max-width: 1024px){._headerTop_7hbh3_9{flex-direction:column;gap:20px;align-items:stretch}._statsSection_7hbh3_34{justify-content:center}._headerControls_7hbh3_61{grid-template-columns:1fr;gap:12px}._filterSection_7hbh3_215,._selectionSection_7hbh3_216{justify-self:stretch}._filterSelect_7hbh3_106,._selectAllLabel_7hbh3_136{width:100%;justify-content:center}._searchField_7hbh3_76{width:91%}}@media (max-width: 768px){._adminHeader_7hbh3_1{padding:20px;margin-bottom:20px}._titleSection_7hbh3_16 h1{font-size:24px}._titleSection_7hbh3_16 p{font-size:14px}._statsSection_7hbh3_34{gap:24px}._statValue_7hbh3_43{font-size:20px}._statLabel_7hbh3_52{font-size:11px}._searchField_7hbh3_76{padding:10px 14px 10px 44px;font-size:13px}._filterSelect_7hbh3_106{padding:10px 14px;font-size:13px}._selectAllText_7hbh3_152{font-size:13px}._bulkActionsBar_7hbh3_158{flex-direction:column;gap:12px;align-items:stretch}._bulkButtons_7hbh3_176,._bulkActionsMenu_7hbh3_181{justify-content:center}}@media (max-width: 480px){._adminHeader_7hbh3_1{padding:16px}._titleSection_7hbh3_16 h1{font-size:20px}._statsSection_7hbh3_34{gap:16px}._statValue_7hbh3_43{font-size:18px}._searchIcon_7hbh3_97{left:12px}._searchField_7hbh3_76{padding:8px 12px 8px 40px}._filterSelect_7hbh3_106{padding:8px 12px}._selectAllText_7hbh3_152{font-size:13px}._selectAllCheckbox_7hbh3_144{width:18px;height:18px}._bulkActionsMenu_7hbh3_181{gap:6px}._bulkActionBtn_7hbh3_188,._cancelBtn_7hbh3_194{font-size:11px;padding:6px 10px}}._blockDialog_7hbh3_335{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._blockDialogContent_7hbh3_348{background:#fff;border-radius:16px;padding:32px;max-width:500px;width:90%;box-shadow:0 10px 40px #0003}._blockDialogContent_7hbh3_348 h3{font-family:Unbounded;font-weight:700;font-size:20px;color:#2c3e50;margin:0 0 12px}._blockDialogContent_7hbh3_348 p{font-size:16px;color:#7f8c8d;margin:0 0 24px}._blockReasonSection_7hbh3_371{margin-bottom:24px}._blockReasonSection_7hbh3_371 label{display:block;font-size:14px;font-weight:600;color:#2c3e50;margin-bottom:8px}._blockReasonInput_7hbh3_383{width:100%;padding:12px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;transition:border-color .3s ease}._blockReasonInput_7hbh3_383:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._blockReasonInput_7hbh3_383::placeholder{color:#adb5bd}._blockDialogActions_7hbh3_404{display:flex;gap:12px;justify-content:flex-end}._blockDialogActions_7hbh3_404 button{padding:12px 24px;font-size:14px}._errorMessage_7hbh3_415{color:#dc2626;font-size:13px;margin-top:8px;padding:8px 12px;background:#fee2e2;border-radius:6px;border:1px solid #fecaca}._inputGroup_ppo1p_1{display:flex;flex-direction:column;gap:6px;width:100%}._label_ppo1p_8{font-size:14px;font-weight:500;color:#1a1a1a;margin:0}._inputWrapper_ppo1p_15{position:relative;display:flex;align-items:center;border:1px solid #d0d0d0;border-radius:4px;background:#fff;transition:all .2s ease}._inputWrapper_ppo1p_15._focused_ppo1p_25{border-color:#195ee6}._inputWrapper_ppo1p_15._hasError_ppo1p_29{border-color:#d32f2f}._input_ppo1p_1{padding:12px 16px;border:none;border-radius:4px;font-size:14px;font-family:inherit;background:transparent;color:#1a1a1a;width:100%;box-sizing:border-box;outline:none}._input_ppo1p_1:disabled{background:#f8f8f8;cursor:not-allowed;color:#999}._input_ppo1p_1::placeholder{color:#999}._toggleButton_ppo1p_56{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:2px;transition:background-color .2s ease}._toggleButton_ppo1p_56:hover{background-color:#f5f5f5}._error_ppo1p_74{background:#ffebee;color:#d32f2f;padding:8px 12px;border-radius:4px;font-size:12px;border:1px solid #ffcdd2;margin:0}._loginContainer_8brma_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f5f5;padding:20px}._loginCard_8brma_10{background:#fff;border-radius:8px;border:1px solid #e0e0e0;padding:40px;width:100%;max-width:400px}._loginHeader_8brma_19{text-align:center;margin-bottom:32px}._loginHeader_8brma_19 h1{font-family:Unbounded;font-weight:600;font-size:24px;color:#1a1a1a;margin:0 0 12px}._loginHeader_8brma_19 p{font-size:14px;color:#666;margin:0;line-height:1.5}._loginForm_8brma_39{display:flex;flex-direction:column;gap:20px}._error_8brma_45{background:#ffebee;color:#d32f2f;padding:12px 16px;border-radius:4px;font-size:14px;border:1px solid #ffcdd2}._submitButton_8brma_54{width:100%;padding:12px 24px;font-size:14px;font-weight:500;margin-top:8px}._loginFooter_8brma_62{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #e0e0e0}._loginFooter_8brma_62 p{font-size:12px;color:#666;margin:0}@media (max-width: 768px){._loginContainer_8brma_1{padding:16px}._loginCard_8brma_10{padding:32px 24px}._loginHeader_8brma_19 h1{font-size:20px}._loginHeader_8brma_19 p{font-size:13px}._input_8brma_92{padding:10px 14px;font-size:14px}._submitButton_8brma_54{padding:10px 20px;font-size:14px}}@media (max-width: 480px){._loginCard_8brma_10{padding:24px 16px}._loginHeader_8brma_19 h1{font-size:18px}._input_8brma_92{padding:8px 12px}}._userCard_c0nfm_1{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;overflow:hidden;border:2px solid transparent}._userCard_c0nfm_1:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}._userCard_c0nfm_1._selected_c0nfm_15{border-color:#667eea;box-shadow:0 4px 20px #667eea4d}._cardHeader_c0nfm_20{padding:20px;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #f0f0f0}._userInfo_c0nfm_28{display:flex;gap:16px;flex:1}._avatar_c0nfm_34{position:relative}._avatar_c0nfm_34 img{width:60px;height:60px;border-radius:12px;object-fit:cover;border:3px solid #f8f9fa}._userDetails_c0nfm_46 h3{font-family:Unbounded;font-weight:700;font-size:16px;color:#2c3e50;margin:0 0 4px;line-height:1.2}._email_c0nfm_55{font-size:14px;color:#7f8c8d;margin:0 0 8px;word-break:break-word}._meta_c0nfm_62{display:flex;gap:8px;flex-wrap:wrap}._status_c0nfm_68,._subscription_c0nfm_69{font-size:11px;font-weight:600;padding:4px 8px;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}._statusActive_c0nfm_78{background:#d4edda;color:#155724}._statusBlocked_c0nfm_83{background:#f8d7da;color:#721c24}._subscriptionDefault_c0nfm_88{background:#e9ecef;color:#495057}._subscriptionPro_c0nfm_93{background:#cce5ff;color:#0056b3}._subscriptionPremium_c0nfm_98{background:linear-gradient(135deg,#b5c1d9,#858afb 38%,#c472ff 65%,#d3bbe3);color:#fff}._checkbox_c0nfm_109{width:18px;height:18px;accent-color:#667eea;cursor:pointer;margin:0;opacity:1;appearance:auto;outline:1px solid #ccc;outline-offset:1px}._cardBody_c0nfm_121{padding:20px}._stats_c0nfm_125{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}._stat_c0nfm_68{text-align:center;padding:12px;background:#f8f9fa;border-radius:8px}._statLabel_c0nfm_139{display:block;font-size:12px;color:#7f8c8d;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}._statValue_c0nfm_148{display:block;font-size:18px;font-weight:700;color:#2c3e50}._additionalInfo_c0nfm_155{font-size:13px;line-height:1.6}._additionalInfo_c0nfm_155 p{margin:0 0 6px;color:#7f8c8d}._additionalInfo_c0nfm_155 strong{color:#2c3e50;font-weight:600}._profileLinkSection_c0nfm_170{margin-top:16px;padding-top:12px;border-top:1px solid #f0f0f0}._profileLink_c0nfm_170{background:none;border:none;color:#195ee6;font-size:12px;font-weight:500;cursor:pointer;padding:4px 0;transition:color .2s ease;text-decoration:none;display:flex;align-items:center;gap:4px}._profileLink_c0nfm_170:hover{color:#0d47a1;text-decoration:underline}._cardActions_c0nfm_196{padding:20px;background:#f8f9fa;border-top:1px solid #e9ecef}._actionButtons_c0nfm_202{display:flex;flex-direction:column;gap:12px}._primaryActions_c0nfm_208{display:flex;gap:8px}._primaryActions_c0nfm_208 button{flex:1;font-size:12px;padding:8px 12px}._subscriptionActions_c0nfm_219{display:flex;align-items:center;gap:8px}._subscriptionSelect_c0nfm_225{flex:1;padding:8px 12px;border:1px solid #dee2e6;border-radius:6px;font-size:14px;background:#fff;cursor:pointer;transition:border-color .3s ease}._subscriptionSelect_c0nfm_225:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._confirmDialog_c0nfm_242{text-align:center}._confirmDialog_c0nfm_242 p{margin:0 0 16px;font-size:14px;color:#2c3e50;font-weight:600}._confirmActions_c0nfm_253{display:flex;gap:8px}._confirmActions_c0nfm_253 button{flex:1;font-size:12px;padding:8px 12px}._blockReasonInput_c0nfm_264{width:100%;padding:8px 12px;border:1px solid #dee2e6;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;margin-bottom:16px;transition:border-color .3s ease}._blockReasonInput_c0nfm_264:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._blockReasonInput_c0nfm_264::placeholder{color:#adb5bd}@media (max-width: 768px){._cardHeader_c0nfm_20{padding:16px}._userInfo_c0nfm_28{gap:12px}._avatar_c0nfm_34 img{width:50px;height:50px}._userDetails_c0nfm_46 h3{font-size:14px}._email_c0nfm_55{font-size:13px}._cardBody_c0nfm_121{padding:16px}._stats_c0nfm_125{gap:12px}._stat_c0nfm_68{padding:8px}._statValue_c0nfm_148{font-size:16px}._cardActions_c0nfm_196{padding:16px}._primaryActions_c0nfm_208{flex-direction:column;gap:8px}}@media (max-width: 480px){._userCard_c0nfm_1{border-radius:12px}._cardHeader_c0nfm_20{padding:12px;flex-direction:column;gap:12px;align-items:stretch}._selectBox_c0nfm_346{margin-left:0;align-self:flex-end}._stats_c0nfm_125{grid-template-columns:repeat(2,1fr)}._additionalInfo_c0nfm_155{font-size:12px}}._errorMessage_c0nfm_360{color:#dc2626;font-size:13px;margin-top:8px;margin-bottom:8px;padding:8px 12px;background:#fee2e2;border-radius:6px;border:1px solid #fecaca}._backButton_1u5l8_1{margin-top:40px;display:flex;gap:12px;align-items:center}._backButton_1u5l8_1 p{margin:0;line-height:1;font-size:16px;font-weight:500}._backButton_1u5l8_1 img{display:block;width:20px;height:20px}._user_1u5l8_20{display:flex;justify-content:space-between;align-items:center;margin-top:24px}._userInfo_1u5l8_26 img{width:40px;height:40px;border-radius:10px}._userInfo_1u5l8_26{display:flex;align-items:center;gap:12px}._user_1u5l8_20{border:1px solid rgba(25,94,230,.1);border-radius:12px;padding:16px;background:#fbfcfd;margin-bottom:24px}._userName_1u5l8_43{display:flex;gap:6px}._userName_1u5l8_43 p{font-weight:600;font-size:14px;color:#141414}._userStatus_1u5l8_52 p{font-weight:700;font-size:10px;color:#fff;font-family:Unbounded}._userStatus_1u5l8_52{border-radius:4px;padding:3px 6px;background:#195ee6}._date_1u5l8_63 p{font-weight:500;font-size:12px;color:#141414}._loading_1u5l8_70,._error_1u5l8_71{text-align:center;padding:40px 20px;font-size:16px;margin-top:40px}._loading_1u5l8_70{color:#666}._error_1u5l8_71{color:#e74c3c}._articleContent_1u5l8_87{margin-top:24px}._title_1u5l8_91{font-size:32px;font-weight:700;line-height:1.2;color:#141414;margin:0 0 24px;font-family:Unbounded}._imageContainer_1u5l8_100{margin:24px 0}._articleImage_1u5l8_104{width:100%;height:auto;border-radius:12px;display:block}._content_1u5l8_111{margin:24px 0}._content_1u5l8_111 p{font-size:16px;line-height:1.6;color:#333;margin:0 0 16px;text-align:left}._footer_1u5l8_124{display:flex;justify-content:space-between;align-items:center;margin-top:40px;padding-top:24px;border-top:1px solid rgba(25,94,230,.1);margin-bottom:20px}._metrics_1u5l8_134{display:flex;align-items:center}._viewCount_1u5l8_139{color:#666;font-size:14px;display:flex;align-items:center}._reportButton_1u5l8_146{background:none;border:none;color:#666;font-size:14px;cursor:pointer;padding:8px 12px}._likesSection_1u5l8_156{margin-top:40px;padding:24px;background:#fbfcfd;border:1px solid rgba(25,94,230,.1);border-radius:12px;display:flex;align-items:center;gap:16px}._likeIcon_1u5l8_167{display:flex;align-items:center;justify-content:center;flex-shrink:0}._likeIcon_1u5l8_167 svg{width:32px;height:32px}._likesTitle_1u5l8_179{font-family:Unbounded;font-weight:700;font-size:16px;color:#141414;margin:0 8px 0 0}._likedUsers_1u5l8_188{display:flex;gap:8px;flex-wrap:wrap;align-items:center}._likedUserAvatar_1u5l8_195{width:40px;height:40px;border-radius:10px;object-fit:cover;border:2px solid white;cursor:pointer;transition:transform .2s ease}._likedUserAvatar_1u5l8_195:hover{transform:scale(1.1);z-index:1;position:relative}@media (max-width: 768px){._likesSection_1u5l8_156{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}._likedUsers_1u5l8_188{justify-content:flex-start;width:100%}._likedUserAvatar_1u5l8_195{width:36px;height:36px}._likesTitle_1u5l8_179{font-size:16px}}@media (max-width: 768px){._backButton_1u5l8_1{margin-top:20px;gap:8px}._backButton_1u5l8_1 p{font-size:14px}._backButton_1u5l8_1 img{width:18px;height:18px}._user_1u5l8_20{flex-direction:row}._articleContent_1u5l8_87{margin-top:16px}._title_1u5l8_91{font-size:24px;margin-bottom:16px;line-height:1.3}._imageContainer_1u5l8_100,._content_1u5l8_111{margin:16px 0}._content_1u5l8_111 p{font-size:15px;line-height:1.5;margin-bottom:14px}._footer_1u5l8_124{gap:16px;margin-top:24px;padding-top:16px}._viewCount_1u5l8_139{font-size:13px}._reportButton_1u5l8_146{font-size:13px;padding:6px 10px;align-self:flex-end}._loading_1u5l8_70,._error_1u5l8_71{padding:30px 15px;font-size:15px;margin-top:20px}}@media (max-width: 480px){._backButton_1u5l8_1{margin-top:15px}._user_1u5l8_20{padding:10px}._title_1u5l8_91{font-size:20px}._content_1u5l8_111 p{font-size:14px}._footer_1u5l8_124{gap:12px}._likesSection_1u5l8_156{padding:12px}._likedUserAvatar_1u5l8_195{width:32px;height:32px}._likesTitle_1u5l8_179{font-size:15px}}._content_1u5l8_111 h1{font-size:24px;font-weight:700;margin:20px 0 12px}._content_1u5l8_111 h2{font-size:20px;font-weight:700;margin:18px 0 10px}._content_1u5l8_111 p{margin-bottom:12px}._content_1u5l8_111 img{display:block;margin:12px auto;max-width:100%;height:auto;border-radius:8px}._content_1u5l8_111 video{display:block;margin:12px auto;max-width:100%;height:auto;border-radius:8px}._noContent_1u5l8_373{text-align:center;padding:20px;color:#666;font-size:16px}@media (max-width: 768px){._content_1u5l8_111 h1{font-size:20px;margin:16px 0 10px}._content_1u5l8_111 h2{font-size:18px;margin:14px 0 8px}._content_1u5l8_111 p{margin-bottom:10px}._content_1u5l8_111 img,._content_1u5l8_111 video{margin:10px auto;border-radius:6px}}._emptyState_1n0gs_1{display:flex;justify-content:center;align-items:center;min-height:300px;padding:40px 20px}._content_1n0gs_9{text-align:center;max-width:400px}._icon_1n0gs_14{font-size:48px;margin-bottom:20px;opacity:.6}._title_1n0gs_20{font-family:Unbounded;font-weight:600;font-size:20px;color:#141414;margin-bottom:12px}._description_1n0gs_28{font-family:Manrope;font-weight:400;font-size:16px;line-height:150%;color:#14141480;margin-bottom:24px}._actionButton_1n0gs_37{margin:auto}._actionButton_1n0gs_37:hover{background:#1e3a8a}@media (max-width: 768px){._emptyState_1n0gs_1{min-height:200px;padding:20px 16px}._title_1n0gs_20{font-size:18px}._description_1n0gs_28{font-size:14px}._icon_1n0gs_14{font-size:40px;margin-bottom:16px}}._title_121pj_1{font-family:Unbounded;font-weight:800;font-size:36px;color:#141414;text-align:center;margin-top:60px;margin-bottom:40px}._filters_121pj_11{display:flex;gap:16px;align-items:center;margin-bottom:30px}._searchWrapper_121pj_18{position:relative;display:inline-flex;align-items:center}._searchIcon_121pj_24{position:absolute;left:12px;z-index:1;pointer-events:none}._searchInput_121pj_31{border:1px solid rgba(25,94,230,.1);border-radius:8px;padding:14px 12px 14px 40px;width:590px;height:48px;font-size:16px;font-family:inherit;outline:none;transition:border-color .2s ease;box-sizing:border-box}._searchInput_121pj_31::placeholder{font-weight:400;font-size:14px;line-height:140%;color:#141414}._filterSelect_121pj_51{border:1px solid rgba(25,94,230,.1);border-radius:8px;padding:14px 12px;width:219px;height:48px;font-size:16px;outline:none;background:#fff;cursor:pointer;transition:border-color .2s ease;box-sizing:border-box;color:#141414}._filterSelect_121pj_51:disabled{opacity:.6;cursor:not-allowed}._errorMessage_121pj_71{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:20px;text-align:center;font-size:14px}._cardContainer_121pj_81{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:30px}._blog_card_121pj_88{display:flex;background:#fff;border-radius:12px;overflow:hidden;margin-bottom:0;height:168px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}._blog_card_121pj_88:hover{box-shadow:0 4px 12px #0000001a}._blog_card_121pj_88 img{width:240px;height:100%;object-fit:cover;flex-shrink:0}._info_block_121pj_111{padding:16px;max-height:168px}._blog_card_121pj_88 p{font-weight:500;font-size:12px;color:#141414b3}._blog_card_121pj_88 h2{font-weight:600;font-size:16px;color:#141414;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.4;margin-bottom:8px;word-break:break-all}._blog_card_121pj_88 h4{font-weight:400;font-size:12px;color:#2c2c2c;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.4;margin-bottom:8px;word-break:break-all}a{color:#195ee6}@media (max-width: 1200px){._searchInput_121pj_31{width:400px}._filterSelect_121pj_51{width:180px}}@media (max-width: 1000px){._cardContainer_121pj_81{grid-template-columns:1fr;gap:30px}._blog_card_121pj_88{width:100%;max-width:none}}@media (max-width: 768px){._title_121pj_1{font-size:28px;margin-top:40px;margin-bottom:30px}._filters_121pj_11{flex-direction:column;gap:16px;align-items:stretch}._searchWrapper_121pj_18{width:100%}._searchInput_121pj_31,._filterSelect_121pj_51{width:100%;font-size:16px}}@media (max-width: 480px){._title_121pj_1{font-size:24px;margin-top:30px;margin-bottom:20px}._searchInput_121pj_31,._filterSelect_121pj_51{height:44px;padding:12px;font-size:14px}._searchInput_121pj_31{padding-left:36px}._searchIcon_121pj_24{left:10px;width:14px;height:14px}._cardContainer_121pj_81{grid-template-columns:repeat(2,1fr);gap:16px}._blog_card_121pj_88{flex-direction:column;height:auto;width:100%;max-width:200px}._blog_card_121pj_88 img{width:100%;height:120px;border-radius:12px 12px 0 0}._info_block_121pj_111{padding:12px;height:auto;max-height:none}._blog_card_121pj_88 h2{font-size:14px;margin-bottom:6px}._blog_card_121pj_88 h4{font-size:11px;margin-bottom:6px}._blog_card_121pj_88 p{font-size:10px}}@media (max-width: 415px){._cardContainer_121pj_81{grid-template-columns:1fr}._blog_card_121pj_88{max-width:none;width:100%}._blog_card_121pj_88 img{height:200px}}@media (max-width: 320px){._cardContainer_121pj_81{grid-template-columns:1fr}._blog_card_121pj_88{max-width:none;width:100%}}._noProjects_121pj_280{text-align:center;padding:40px 20px;font-size:16px;color:#999}._noResults_121pj_287{text-align:center;padding:40px 20px;font-size:16px;color:#666}._resultsCount_121pj_294{margin-bottom:20px;font-size:14px;color:#666;font-weight:500}._chatPage_1ivfm_1,._chatContainer_1ivfm_7{display:flex;flex:1;min-height:0}._chatContent_1ivfm_13{flex:1;display:flex;flex-direction:column;min-width:0;height:100%;max-height:100%;overflow:hidden}._fullWidth_1ivfm_23{width:100%}@media (max-width: 768px){._chatPage_1ivfm_1{flex-direction:column}}@media (max-width: 500px){._chatContainer_1ivfm_7{width:100%}._chatContent_1ivfm_13{width:100%;min-width:100%}._fullWidth_1ivfm_23{width:100%;flex:1}}._messages_1ivfm_50{flex:1;overflow-y:auto;padding:16px;background:#1a1a1a;color:#fff;display:flex;flex-direction:column;gap:20px;scroll-behavior:smooth;min-height:0;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}._messages_1ivfm_50::-webkit-scrollbar{display:none}._messageWrapper_1ivfm_73{display:flex;flex-direction:column;align-items:flex-end;gap:4px}._messageWrapper_1ivfm_73:has(._otherMessage_1ivfm_80){align-items:flex-start}._myMessage_1ivfm_84{border-radius:8px 8px 0;padding:12px;background:#ffffff0d;margin-left:auto;margin-right:0;max-width:70%;width:fit-content}._myMessage_1ivfm_84 p{font-weight:400;font-size:14px;color:#fff}._otherMessage_1ivfm_80{border-radius:8px 8px 8px 0;padding:12px;background:#195ee61a;margin-left:0;margin-right:auto;max-width:70%;width:fit-content}._otherMessage_1ivfm_80 p{font-weight:400;font-size:14px;color:#fff}._messageTime_1ivfm_113{font-weight:500;font-size:10px;color:#fff6;margin:0 8px;align-self:flex-end}._messageWrapper_1ivfm_73:has(._otherMessage_1ivfm_80) ._messageTime_1ivfm_113{align-self:flex-start}._inputField_1ivfm_125{border-top:1px solid rgba(255,255,255,.05);padding:20px 40px 20px 24px;height:50px;min-height:50px;max-height:50px;background:#141414;display:flex;align-items:center;gap:16px;flex-shrink:0;position:relative}._inputField_1ivfm_125 input{flex:1;padding:12px 16px;height:50px;border:none;background:transparent;color:#fff;outline:none;font-weight:400;font-size:14px;line-height:157%}@media (max-width: 768px){._inputField_1ivfm_125{padding:20px 30px 20px 20px}._myMessage_1ivfm_84,._otherMessage_1ivfm_80{max-width:80%}}@media (max-width: 500px){._inputField_1ivfm_125{padding:16px 20px}._messages_1ivfm_50{padding:12px;gap:16px}._myMessage_1ivfm_84,._otherMessage_1ivfm_80{max-width:85%;font-size:14px}._messageTime_1ivfm_113{font-size:9px}}._icon_1ivfm_187{width:24px;height:24px;cursor:pointer;opacity:.7;transition:opacity .2s}._icon_1ivfm_187:hover{opacity:1}._noChatSelected_1ivfm_199{flex:1;display:flex;align-items:center;justify-content:center;color:#fff6;font-size:16px}._loading_1ivfm_208{text-align:center;color:#fff9;padding:20px;font-size:14px}._noMessages_1ivfm_215{text-align:center;color:#fff9;padding:40px 20px;font-size:14px}._emptyHeader_1ivfm_222{display:flex;flex-direction:column;justify-content:center;flex:1}._emptyHeader_1ivfm_222 h2{font-size:18px;color:#fff;margin:0 0 8px;font-weight:600}._emptyHeader_1ivfm_222 p{font-size:14px;color:#fff9;margin:0}._disabledInput_1ivfm_242{opacity:.5;cursor:not-allowed}._disabledInput_1ivfm_242::placeholder{color:#ffffff4d!important}._chatHeader_7r6oy_1{background:#141414;height:60px;min-height:60px;max-height:60px;border-bottom:1px solid rgba(255,255,255,.05);padding:16px 40px 16px 24px;display:flex;align-items:center;flex-shrink:0;gap:12px}._backButton_7r6oy_14{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;color:#fff;cursor:pointer;border-radius:8px;transition:background-color .2s}._backButton_7r6oy_14:hover{background:#ffffff1a}._user_7r6oy_32{display:flex;gap:10px;align-items:center}._userText_7r6oy_38{display:flex;flex-direction:column;gap:4px}._userName_7r6oy_44 h2{font-weight:400;font-size:14px;color:#fff;font-family:Geologica,sans-serif}._userStatus_7r6oy_51 p{font-weight:300;font-size:14px;color:#195ee6;font-family:Geologica,sans-serif}@media (max-width: 500px){._chatHeader_7r6oy_1{padding:16px 20px}}._chatSidebar_f2ru7_1{display:flex;flex-direction:column;width:330px;justify-content:flex-start;align-items:center;border-right:1px solid rgba(255,255,255,.1);padding:20px 0 20px 16px;background:#141414;color:#fff}._searchWrapper_f2ru7_13{position:relative;display:flex;align-items:center;margin-bottom:40px;width:264px}._searchIcon_f2ru7_21{position:absolute;right:12px;z-index:1;pointer-events:none}._searchIcon_f2ru7_21 path{fill:#fff}._searchInput_f2ru7_32{border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:12px 40px 12px 12px;width:264px;height:48px;font-size:14px;font-family:inherit;outline:none;transition:border-color .2s ease;box-sizing:border-box;background:#ffffff0d;color:#fff}._searchInput_f2ru7_32::placeholder{font-weight:400;font-size:14px;line-height:140%;color:#fff9}._searchInput_f2ru7_32:focus{border-color:#fff6;background:#ffffff14}._chatsList_f2ru7_59{flex:1;overflow-y:auto;display:flex;flex-direction:column;scrollbar-width:none;-ms-overflow-style:none}._chatsList_f2ru7_59::-webkit-scrollbar{display:none}._loading_f2ru7_75{text-align:center;color:#fff9;padding:20px;font-size:14px}._error_f2ru7_82{text-align:center;color:#ff6b6b;padding:20px;font-size:14px}._noChats_f2ru7_89{text-align:center;color:#fff6;padding:20px;font-size:14px}@media (max-width: 700px){._chatSidebar_f2ru7_1{width:100%!important;min-width:0;max-width:100vw;border-right:none;padding:20px 0;align-items:center}._searchWrapper_f2ru7_13{width:330px}._searchInput_f2ru7_32{width:100%}._chatsList_f2ru7_59{align-items:center}}@media (max-width: 700px){._peopleCard_vuv5h_2{width:320px;min-width:0;max-width:100vw;margin-bottom:16px;border-radius:0;padding-left:12px;padding-right:12px;justify-content:space-between}._info_vuv5h_12{width:100%}}._peopleCard_vuv5h_2{display:flex;align-items:center;gap:8px;margin-bottom:24px;padding:8px;border-radius:8px;cursor:pointer;transition:background-color .2s ease}._avatar_vuv5h_28{width:44px;height:44px}._peopleCard_vuv5h_2:hover{background-color:#ffffff0d}._peopleCard_vuv5h_2._selected_vuv5h_37{background-color:#195ee61a}._name_vuv5h_41{width:100%;display:flex;justify-content:space-between;align-items:center}._time_vuv5h_48{font-weight:600;font-size:10px;color:#fff6}._info_vuv5h_12{width:200px;display:flex;flex-direction:column;gap:4px}._info_vuv5h_12 h2{font-weight:600;font-size:14px;color:#fff}._info_vuv5h_12 p{font-weight:400;font-size:12px;color:#ffffffb3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._lastMessage_vuv5h_78{width:100%;min-width:0}@media (max-width: 768px){._info_vuv5h_12{width:176px}}@media (max-width: 700px){._peopleCard_vuv5h_2{margin-bottom:16px}._info_vuv5h_12{width:calc(100% - 60px);flex:1}}._descriptionSection_14ujm_1{position:relative;margin-bottom:4px}._descriptionContentMenu_14ujm_6{position:absolute;left:-50px;top:50%;transform:translateY(-50%);opacity:1}._editableDescription_14ujm_14{font-size:16px;font-weight:400;color:#374151;margin:0;line-height:1.6;outline:none;border:none;background:transparent;width:100%;padding:4px 0;min-height:24px}._editableDescription_14ujm_14::placeholder{color:#9ca3af}._editorContainer_14ujm_32{min-height:calc(100vh - 200px);background:transparent;color:#333;padding:20px 0;overflow:visible;position:relative}._editorWrapper_14ujm_41{margin:0 auto;padding:0 20px;position:relative;z-index:1;overflow:visible}._editorContentMenu_14ujm_49{position:absolute;left:-50px;top:0;opacity:1;z-index:1000}._titleSection_14ujm_57{margin-bottom:24px;position:relative}._titleContentMenu_14ujm_62{position:absolute;left:-50px;top:50%;transform:translateY(-50%);opacity:1}._descriptionPlaceholder_14ujm_70{position:relative;margin-bottom:16px;display:flex;align-items:center;gap:8px}._placeholderText_14ujm_78{color:#9ca3af!important;font-size:16px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;transition:color .2s ease-in-out}._editableTitle_14ujm_88{font-size:32px;font-weight:400;color:#111827;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.3;outline:none;border:none;background:transparent;width:100%;padding:8px 0}._editableTitle_14ujm_88::placeholder{color:#9ca3af}._editor_14ujm_32{background:transparent;outline:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.6;min-height:200px;position:relative}._paragraphWrapper_14ujm_118{position:relative;display:flex;align-items:flex-start;padding:4px 0}._contentMenuWrapper_14ujm_125{position:absolute;left:-50px;top:4px;opacity:1}._paragraph_14ujm_118{flex:1;font-size:16px;color:#374151;margin:0;line-height:1.6;outline:none;min-height:24px;width:100%;position:relative}._paragraph_14ujm_118[data-placeholder]:empty:before{content:attr(data-placeholder);color:#9ca3af;position:absolute;pointer-events:none}._title_14ujm_57{font-size:36px;font-weight:700;color:#111827;margin:0 0 24px;line-height:1.2;outline:none;position:relative}._title_14ujm_57[data-placeholder]:empty:before{content:attr(data-placeholder);color:#9ca3af;position:absolute;pointer-events:none}._editableDescription_14ujm_14[data-placeholder]:empty:before{content:attr(data-placeholder);color:#9ca3af;position:absolute;pointer-events:none}._heading_14ujm_175{font-size:24px;font-weight:600;color:#111827;margin:32px 0 16px;line-height:1.3;outline:none}._videoWrapper_14ujm_184{position:relative;margin:24px 0;transition:all .2s ease}._videoWrapper_14ujm_184:hover{background:#3b82f605;border-radius:8px}._imageWrapper_14ujm_195{position:relative;margin:24px 0;transition:all .2s ease}._imageWrapper_14ujm_195:hover{background:#3b82f605;border-radius:8px}._paragraphWrapper_14ujm_118{transition:all .2s ease}._paragraphWrapper_14ujm_118:hover{background:#3b82f605;border-radius:4px}._titleWrapper_14ujm_215{position:relative;margin:24px 0;transition:all .2s ease}._titleWrapper_14ujm_215:hover{background:#3b82f605;border-radius:8px}._descriptionWrapper_14ujm_226{position:relative;margin:16px 0;transition:all .2s ease}._descriptionWrapper_14ujm_226:hover{background:#3b82f605;border-radius:8px}._headingWrapper_14ujm_237{position:relative;margin:20px 0;transition:all .2s ease}._headingWrapper_14ujm_237:hover{background:#3b82f605;border-radius:8px}._videoDragHandle_14ujm_248,._imageDragHandle_14ujm_249,._textDragHandle_14ujm_250{position:absolute;top:8px;left:-45px;z-index:20;opacity:0;transition:opacity .2s ease}._videoWrapper_14ujm_184:hover ._videoDragHandle_14ujm_248,._imageWrapper_14ujm_195:hover ._imageDragHandle_14ujm_249,._titleWrapper_14ujm_215:hover ._textDragHandle_14ujm_250,._descriptionWrapper_14ujm_226:hover ._textDragHandle_14ujm_250,._headingWrapper_14ujm_237:hover ._textDragHandle_14ujm_250,._paragraphWrapper_14ujm_118:hover ._textDragHandle_14ujm_250{opacity:1}._paragraphWrapper_14ujm_118._dropTarget_14ujm_268,._imageWrapper_14ujm_195._dropTarget_14ujm_268,._videoWrapper_14ujm_184._dropTarget_14ujm_268{background:#195ee61a!important;border:2px dashed #195ee6!important;border-radius:8px!important}._paragraphWrapper_14ujm_118._dropTarget_14ujm_268:after,._imageWrapper_14ujm_195._dropTarget_14ujm_268:after,._videoWrapper_14ujm_184._dropTarget_14ujm_268:after{content:"Отпустите чтобы переместить сюда";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#195ee6e6;color:#fff;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;z-index:100;pointer-events:none}._dragIcon_14ujm_294{background:transparent;border-radius:6px;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}._dragIcon_14ujm_294:active{transform:scale(.95)}._imageContainer_14ujm_309{text-align:center;position:relative}._image_14ujm_195{max-width:100%;height:auto;border-radius:12px;box-shadow:0 4px 12px #0000001a}._videoContainer_14ujm_321{text-align:center;position:relative}._video_14ujm_184{max-width:100%;height:auto;border-radius:12px;box-shadow:0 4px 12px #0000001a}._editor_14ujm_32 a{color:#195ee6;text-decoration:underline;cursor:pointer;transition:color .2s ease}._editor_14ujm_32 a:hover{color:#0c4dad;text-decoration:none}._publishSection_14ujm_345{margin-top:40px;padding:24px 0;display:flex;flex-direction:column;gap:12px;align-items:center;border-top:1px solid #e5e7eb}._publishButton_14ujm_355{background:#3b82f6;color:#fff;border:none;border-radius:12px;padding:14px 28px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #3b82f64d;min-width:140px}._publishButton_14ujm_355:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}._publishButton_14ujm_355:active:not(:disabled){transform:translateY(0)}._publishButton_14ujm_355:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:0 2px 8px #9ca3af33}._publishError_14ujm_386{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:14px;max-width:400px;text-align:center}._publishSuccess_14ujm_397{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;padding:12px 16px;border-radius:8px;font-size:14px;max-width:400px;text-align:center}@media (max-width: 768px){._editorContainer_14ujm_32{padding:15px 0;min-height:calc(100vh - 150px)}._editorWrapper_14ujm_41{padding:0 40px 0 15px}._editor_14ujm_32{font-size:14px;line-height:1.5}._title_14ujm_57{font-size:28px;margin-bottom:16px}._editableTitle_14ujm_88{font-size:24px;padding:6px 0}._heading_14ujm_175{font-size:20px;margin:24px 0 12px}._editableDescription_14ujm_14,._paragraph_14ujm_118{font-size:14px;line-height:1.5;padding:3px 0}._imageWrapper_14ujm_195,._videoWrapper_14ujm_184{margin:16px 0}._image_14ujm_195,._video_14ujm_184{border-radius:8px}._descriptionContentMenu_14ujm_6,._titleContentMenu_14ujm_62,._contentMenuWrapper_14ujm_125{left:-15px}._videoDragHandle_14ujm_248,._imageDragHandle_14ujm_249,._textDragHandle_14ujm_250{display:none}._paragraphWrapper_14ujm_118._dropTarget_14ujm_268:after,._imageWrapper_14ujm_195._dropTarget_14ujm_268:after,._videoWrapper_14ujm_184._dropTarget_14ujm_268:after{font-size:12px;padding:6px 12px}._publishSection_14ujm_345{margin-top:30px;padding:16px 0}._publishButton_14ujm_355{padding:12px 24px;font-size:14px;min-width:120px}._publishError_14ujm_386,._publishSuccess_14ujm_397{font-size:13px;padding:10px 14px;max-width:90%}}@media (max-width: 600px){._editorContainer_14ujm_32{padding:10px 0}._editorWrapper_14ujm_41{padding:0 45px 0 8px}._title_14ujm_57{font-size:24px;margin-bottom:12px}._editableTitle_14ujm_88{font-size:20px;padding:5px 0}._heading_14ujm_175{font-size:18px;margin:20px 0 10px}._editableDescription_14ujm_14,._paragraph_14ujm_118{font-size:13px;line-height:1.4}._imageWrapper_14ujm_195,._videoWrapper_14ujm_184{margin:12px 0}._image_14ujm_195,._video_14ujm_184{border-radius:6px}._publishButton_14ujm_355{padding:10px 20px;font-size:13px;min-width:100px}}._container_8v8bf_1{position:absolute;left:-50px;top:3px;display:flex;align-items:center;z-index:100}._addButton_8v8bf_12{width:32px;height:32px;border-radius:50%;background:#195ee6;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #195ee64d;z-index:100;position:relative}._addButton_8v8bf_12:hover{background:#1850cc;transform:scale(1.05);box-shadow:0 4px 12px #195ee666}._addButton_8v8bf_12._active_8v8bf_35{transform:rotate(45deg);background:#195ee6}._menu_8v8bf_40{position:absolute;left:0;top:0;height:32px;background:#195ee6;border-radius:16px;display:flex;align-items:center;padding:0;overflow:hidden;width:32px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #195ee64d}._menu_8v8bf_40._open_8v8bf_56{width:100px;padding:0 0 0 40px}._menuItem_8v8bf_61{width:28px;height:24px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;border-radius:3px;margin:0 1px;opacity:0;transform:translate(-15px);transition:all .3s cubic-bezier(.4,0,.2,1)}._menu_8v8bf_40._open_8v8bf_56 ._menuItem_8v8bf_61{opacity:1;transform:translate(0)}._menu_8v8bf_40._open_8v8bf_56 ._menuItem_8v8bf_61:nth-child(1){transition-delay:.1s}._menu_8v8bf_40._open_8v8bf_56 ._menuItem_8v8bf_61:nth-child(2){transition-delay:.15s}._menu_8v8bf_40._open_8v8bf_56 ._menuItem_8v8bf_61:nth-child(3){transition-delay:.2s}._menuItem_8v8bf_61:hover{background:#ffffff1a;transform:translate(0) scale(1.05)}._menuItem_8v8bf_61 img{width:20px;height:20px}@media (max-width: 768px){._container_8v8bf_1{left:-15px}._addButton_8v8bf_12{width:24px;height:24px;box-shadow:0 2px 6px #195ee659}._addButton_8v8bf_12:hover{transform:scale(1.03);box-shadow:0 3px 8px #195ee673}._menu_8v8bf_40{height:24px;border-radius:12px;width:24px}._menu_8v8bf_40._open_8v8bf_56{width:76px;padding:0 0 0 28px}._menuItem_8v8bf_61{width:20px;height:18px;margin:0 .5px}._menuItem_8v8bf_61 img{width:14px;height:14px}}@media (max-width: 480px){._container_8v8bf_1{left:-10px}._addButton_8v8bf_12{width:20px;height:20px}._menu_8v8bf_40{height:20px;border-radius:10px;width:20px}._menu_8v8bf_40._open_8v8bf_56{width:64px;padding:0 0 0 24px}._menuItem_8v8bf_61{width:18px;height:16px}._menuItem_8v8bf_61 img{width:12px;height:12px}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px #202020 inset!important;box-shadow:0 0 0 1000px #202020 inset!important;-webkit-text-fill-color:#fff!important;color:#fff!important;border:none!important;outline:none!important;border-radius:8px!important;background-color:#202020!important;filter:none!important;transition:background-color 5000s ease-in-out 0s!important}input:-moz-autofill{box-shadow:0 0 0 1000px #202020 inset!important;-moz-text-fill-color:#fff!important;color:#fff!important;border:none!important;outline:none!important;border-radius:8px!important;background-color:#202020!important;filter:none!important;transition:background-color 5000s ease-in-out 0s!important}input._white_theme_ze1ed_30:-webkit-autofill,input._white_theme_ze1ed_30:-webkit-autofill:hover,input._white_theme_ze1ed_30:-webkit-autofill:focus,input._white_theme_ze1ed_30:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px #fff inset!important;box-shadow:0 0 0 1000px #fff inset!important;-webkit-text-fill-color:#374151!important;color:#374151!important;border:1px solid #e5e7eb!important;outline:none!important;border-radius:8px!important;background-color:#fff!important;filter:none!important;transition:background-color 5000s ease-in-out 0s!important}input._white_theme_ze1ed_30:-moz-autofill{box-shadow:0 0 0 1000px #fff inset!important;-moz-text-fill-color:#374151!important;color:#374151!important;border:1px solid #e5e7eb!important;outline:none!important;border-radius:8px!important;background-color:#fff!important;filter:none!important;transition:background-color 5000s ease-in-out 0s!important}._form_group_ze1ed_58{display:flex;flex-direction:column;width:300px}._form_group_ze1ed_58 label{font-size:14px;color:#ffffff80;margin-bottom:5px}._form_group_ze1ed_58._white_theme_ze1ed_30 label{color:#14141466;font-size:14px}._form_group_ze1ed_58 input{background:#ffffff0d;border:1.5px solid rgba(255,255,255,.1);border-radius:8px;padding:15px 10px;color:#fff;font-size:16px;outline:none}._form_group_ze1ed_58 input._white_theme_ze1ed_30{background-color:#fff;border:1px solid #e5e7eb;color:#374151}._form_group_ze1ed_58 select{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:15px 48px 15px 10px;color:#fff;font-size:16px;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 7.5L9 12L13.5 7.5" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-position:right 18px center;background-size:18px 18px}._form_group_ze1ed_58 select._white_theme_ze1ed_30{background-color:#fff;border:1px solid #e5e7eb;color:#374151;padding:15px 48px 15px 10px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 7.5L9 12L13.5 7.5" stroke="%23374151" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-position:right 18px center;background-size:18px 18px}._form_group_ze1ed_58 select option{background-color:#232323;color:#fff}._form_group_ze1ed_58 select._white_theme_ze1ed_30 option{background-color:#fff;color:#374151}._form_group_ze1ed_58 textarea{font-family:Manrope;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:10px;color:#fff;font-size:14px;outline:none;resize:none;min-height:unset;width:560px;height:250px;box-sizing:border-box}._form_group_ze1ed_58 textarea._white_theme_ze1ed_30{background-color:#fff;border:1px solid #e5e7eb;color:#374151}@media (max-width: 768px){._form_group_ze1ed_58{width:100%}._form_group_ze1ed_58 textarea{width:100%;height:200px}._form_group_ze1ed_58 input,._form_group_ze1ed_58 select{font-size:16px;padding:12px}}@media (max-width: 600px){._form_group_ze1ed_58 textarea{width:100%;height:150px}}@media (max-width: 480px){._form_group_ze1ed_58 textarea{height:120px;font-size:14px}._form_group_ze1ed_58 input,._form_group_ze1ed_58 select{padding:10px;font-size:16px}}._nav_tm74v_1{padding-bottom:0}._backButton_tm74v_5{margin-top:40px;display:flex;gap:12px;align-items:center}._backButton_tm74v_5 p{margin:0;line-height:1;font-size:16px;font-weight:500}._backButton_tm74v_5 img{display:block;width:20px;height:20px}._navButtons_tm74v_25{margin-top:24px;margin-bottom:0;display:flex;justify-content:space-between;align-items:center;gap:8px;padding-bottom:20px}._tabButtons_tm74v_35{display:flex;gap:8px}._navButton_tm74v_25{height:40px!important;padding:0 20px!important;font-size:14px!important;font-weight:500!important;border-radius:8px!important;transition:.3s ease-in-out!important}@media (max-width: 768px){._nav_tm74v_1{padding:0 16px}._backButton_tm74v_5{margin-top:20px}._backButton_tm74v_5 p{font-size:14px}._navButtons_tm74v_25{margin-top:16px;gap:6px;flex-wrap:wrap}._tabButtons_tm74v_35{gap:6px}._navButton_tm74v_25{height:40px!important;padding:0 18px!important;font-size:14px!important}}@media (max-width: 480px){._backButton_tm74v_5{margin-top:15px}._navButtons_tm74v_25{margin-top:12px;gap:4px;flex-direction:row;align-items:center;justify-content:space-between}._tabButtons_tm74v_35{gap:4px;display:flex}._navButton_tm74v_25{height:36px!important;padding:0 12px!important;font-size:12px!important;min-width:auto;flex-shrink:0}}._content_fj1ex_1{display:flex;flex-direction:column;padding-bottom:50px}._wrapper_fj1ex_6 h2{font-family:Unbounded;font-weight:800;font-size:24px;padding:40px 0 20px}._form_fj1ex_12{display:flex;padding:20px 0;gap:20px}._form_fj1ex_12 .form_group{width:100%}._fullWidthInput_fj1ex_22{width:100%!important}._formSelect_fj1ex_25{display:flex;padding:20px 0;gap:20px}._form_group_fj1ex_18{display:flex;flex-direction:column;width:300px}._form_fj1ex_12 label{font-size:16px;margin-bottom:5px}._form_fj1ex_12{display:flex;justify-content:space-between}._img_form_fj1ex_43{display:flex}._img_form2_fj1ex_46{display:flex;flex-direction:column}._btn_container_fj1ex_50{display:flex;flex-direction:column;gap:10px}._btn_fj1ex_50{width:120px;height:40px}._fileInput_fj1ex_60{appearance:none;-webkit-appearance:none;background:#195ee6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s ease-in-out;width:120px;height:40px}._fileInput_fj1ex_60:hover{background:#336ad8}._fileInput_fj1ex_60:disabled{background:#b3c6e6;cursor:not-allowed}._coverImage_fj1ex_84{width:270px;height:195px;border-radius:20px;margin-right:20px;object-fit:cover}._coverImagePlaceholder_fj1ex_92{width:270px;height:195px;border-radius:20px;margin-right:20px;background-color:#f1f1f1;display:flex;align-items:center;justify-content:center;position:relative}@media (max-width: 768px){._content_fj1ex_1{padding:0 16px 50px}._wrapper_fj1ex_6 h2{font-size:20px;padding:20px 0 15px}._form_fj1ex_12,._formSelect_fj1ex_25{flex-direction:column;padding:15px 0;gap:15px}._img_form_fj1ex_43{flex-direction:column;align-items:center;text-align:center}._coverImage_fj1ex_84,._coverImagePlaceholder_fj1ex_92{width:200px!important;height:145px!important;margin-right:0!important;margin-bottom:15px}._btn_container_fj1ex_50{align-items:center;margin-top:15px}._fullWidthInput_fj1ex_22{width:100%!important}}@media (max-width: 480px){._wrapper_fj1ex_6 h2{font-size:18px;padding:15px 0 10px}._coverImage_fj1ex_84,._coverImagePlaceholder_fj1ex_92{width:100%!important;height:210px!important}._btn_fj1ex_50{width:100px;height:36px;font-size:13px}}._container_6hw8x_1{min-height:100vh;background:#f8f9fa;overflow:visible;padding-top:110px}._toolbarSection_6hw8x_8{background:transparent;padding:12px 20px;overflow:visible;position:relative;z-index:999}._container-xs_6hw8x_16{max-width:1200px;margin:0 auto;padding:0 20px;overflow:visible}._descriptionSection_13f6k_1{position:relative;margin-bottom:4px}._descriptionContentMenu_13f6k_6{position:absolute;left:-50px;top:50%;transform:translateY(-50%);opacity:1}._editableDescription_13f6k_14{font-size:16px;font-weight:400;color:#374151;margin:0;line-height:1.6;outline:none;border:none;background:transparent;width:100%;padding:4px 0;min-height:24px}._editableDescription_13f6k_14::placeholder{color:#9ca3af}._editorContainer_13f6k_32{min-height:calc(100vh - 200px);background:transparent;color:#333;padding:20px 0;overflow:visible;position:relative}._editorWrapper_13f6k_41{margin:0 auto;padding:0 20px;position:relative;z-index:1;overflow:visible}._editorContentMenu_13f6k_49{position:absolute;left:-50px;top:0;opacity:1;z-index:1000}._titleSection_13f6k_57{margin-bottom:24px;position:relative}._titleContentMenu_13f6k_62{position:absolute;left:-50px;top:50%;transform:translateY(-50%);opacity:1}._descriptionPlaceholder_13f6k_70{position:relative;margin-bottom:16px;display:flex;align-items:center;gap:8px}._placeholderText_13f6k_78{color:#9ca3af!important;font-size:16px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;transition:color .2s ease-in-out}._editableTitle_13f6k_88{font-size:32px;font-weight:400;color:#111827;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.3;outline:none;border:none;background:transparent;width:100%;padding:8px 0}._editableTitle_13f6k_88::placeholder{color:#9ca3af}._editor_13f6k_32{background:transparent;outline:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.6;min-height:200px;position:relative}._paragraphWrapper_13f6k_118{position:relative;display:flex;align-items:flex-start;padding:4px 0}._contentMenuWrapper_13f6k_125{position:absolute;left:-50px;top:4px;opacity:1}._paragraph_13f6k_118{flex:1;font-size:16px;color:#374151;margin:0;line-height:1.6;outline:none;min-height:24px;width:100%;position:relative}._paragraph_13f6k_118[data-placeholder]:empty:before{content:attr(data-placeholder);color:#9ca3af;position:absolute;pointer-events:none}._title_13f6k_57{font-size:36px;font-weight:700;color:#111827;margin:0 0 24px;line-height:1.2;outline:none;position:relative}._title_13f6k_57[data-placeholder]:empty:before{content:attr(data-placeholder);color:#9ca3af;position:absolute;pointer-events:none}._editableDescription_13f6k_14[data-placeholder]:empty:before{content:attr(data-placeholder);color:#9ca3af;position:absolute;pointer-events:none}._heading_13f6k_175{font-size:24px;font-weight:600;color:#111827;margin:32px 0 16px;line-height:1.3;outline:none}._videoWrapper_13f6k_184{position:relative;margin:24px 0;transition:all .2s ease}._videoWrapper_13f6k_184:hover{background:#3b82f605;border-radius:8px}._imageWrapper_13f6k_195{position:relative;margin:24px 0;transition:all .2s ease}._imageWrapper_13f6k_195:hover{background:#3b82f605;border-radius:8px}._paragraphWrapper_13f6k_118{transition:all .2s ease}._paragraphWrapper_13f6k_118:hover{background:#3b82f605;border-radius:4px}._titleWrapper_13f6k_215{position:relative;margin:24px 0;transition:all .2s ease}._titleWrapper_13f6k_215:hover{background:#3b82f605;border-radius:8px}._descriptionWrapper_13f6k_226{position:relative;margin:16px 0;transition:all .2s ease}._descriptionWrapper_13f6k_226:hover{background:#3b82f605;border-radius:8px}._headingWrapper_13f6k_237{position:relative;margin:20px 0;transition:all .2s ease}._headingWrapper_13f6k_237:hover{background:#3b82f605;border-radius:8px}._videoDragHandle_13f6k_248,._imageDragHandle_13f6k_249,._textDragHandle_13f6k_250{position:absolute;top:8px;left:-45px;z-index:20;opacity:0;transition:opacity .2s ease}._videoWrapper_13f6k_184:hover ._videoDragHandle_13f6k_248,._imageWrapper_13f6k_195:hover ._imageDragHandle_13f6k_249,._titleWrapper_13f6k_215:hover ._textDragHandle_13f6k_250,._descriptionWrapper_13f6k_226:hover ._textDragHandle_13f6k_250,._headingWrapper_13f6k_237:hover ._textDragHandle_13f6k_250,._paragraphWrapper_13f6k_118:hover ._textDragHandle_13f6k_250{opacity:1}._paragraphWrapper_13f6k_118._dropTarget_13f6k_268,._imageWrapper_13f6k_195._dropTarget_13f6k_268,._videoWrapper_13f6k_184._dropTarget_13f6k_268{background:#195ee61a!important;border:2px dashed #195ee6!important;border-radius:8px!important}._paragraphWrapper_13f6k_118._dropTarget_13f6k_268:after,._imageWrapper_13f6k_195._dropTarget_13f6k_268:after,._videoWrapper_13f6k_184._dropTarget_13f6k_268:after{content:"Отпустите чтобы переместить сюда";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#195ee6e6;color:#fff;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;z-index:100;pointer-events:none}._dragIcon_13f6k_294{background:transparent;border-radius:6px;padding:6px;cursor:grab;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}._dragIcon_13f6k_294:active{cursor:grabbing;transform:scale(.95)}._imageContainer_13f6k_310{text-align:center;position:relative}._image_13f6k_195{max-width:100%;height:auto;border-radius:12px;box-shadow:0 4px 12px #0000001a}._videoContainer_13f6k_322{text-align:center;position:relative}._video_13f6k_184{max-width:100%;height:auto;border-radius:12px;box-shadow:0 4px 12px #0000001a}._editor_13f6k_32 a{color:#195ee6;text-decoration:underline;cursor:pointer;transition:color .2s ease}._editor_13f6k_32 a:hover{color:#0c4dad;text-decoration:none}._publishSection_13f6k_346{margin-top:40px;padding:24px 0;display:flex;flex-direction:column;gap:12px;align-items:center;border-top:1px solid #e5e7eb}._publishButton_13f6k_356{background:#3b82f6;color:#fff;border:none;border-radius:12px;padding:14px 28px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #3b82f64d;min-width:140px}._publishButton_13f6k_356:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}._publishButton_13f6k_356:active:not(:disabled){transform:translateY(0)}._publishButton_13f6k_356:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:0 2px 8px #9ca3af33}._publishError_13f6k_387{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:14px;max-width:400px;text-align:center}._publishSuccess_13f6k_398{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;padding:12px 16px;border-radius:8px;font-size:14px;max-width:400px;text-align:center}@media (max-width: 768px){._editorContainer_13f6k_32{padding:15px 0;min-height:calc(100vh - 150px)}._editorWrapper_13f6k_41{padding:0 40px 0 15px}._editor_13f6k_32{font-size:14px;line-height:1.5}._title_13f6k_57{font-size:28px;margin-bottom:16px}._editableTitle_13f6k_88{font-size:24px;padding:6px 0}._heading_13f6k_175{font-size:20px;margin:24px 0 12px}._editableDescription_13f6k_14,._paragraph_13f6k_118{font-size:14px;line-height:1.5;padding:3px 0}._imageWrapper_13f6k_195,._videoWrapper_13f6k_184{margin:16px 0}._image_13f6k_195,._video_13f6k_184{border-radius:8px}._descriptionContentMenu_13f6k_6,._titleContentMenu_13f6k_62,._contentMenuWrapper_13f6k_125{left:-15px}._videoDragHandle_13f6k_248,._imageDragHandle_13f6k_249,._textDragHandle_13f6k_250{display:none}._paragraphWrapper_13f6k_118._dropTarget_13f6k_268:after,._imageWrapper_13f6k_195._dropTarget_13f6k_268:after,._videoWrapper_13f6k_184._dropTarget_13f6k_268:after{font-size:12px;padding:6px 12px}._publishSection_13f6k_346{margin-top:30px;padding:16px 0}._publishButton_13f6k_356{padding:12px 24px;font-size:14px;min-width:120px}._publishError_13f6k_387,._publishSuccess_13f6k_398{font-size:13px;padding:10px 14px;max-width:90%}}@media (max-width: 600px){._editorContainer_13f6k_32{padding:10px 0}._editorWrapper_13f6k_41{padding:0 45px 0 8px}._title_13f6k_57{font-size:24px;margin-bottom:12px}._editableTitle_13f6k_88{font-size:20px;padding:5px 0}._heading_13f6k_175{font-size:18px;margin:20px 0 10px}._editableDescription_13f6k_14,._paragraph_13f6k_118{font-size:13px;line-height:1.4}._imageWrapper_13f6k_195,._videoWrapper_13f6k_184{margin:12px 0}._image_13f6k_195,._video_13f6k_184{border-radius:6px}._publishButton_13f6k_356{padding:10px 20px;font-size:13px;min-width:100px}}._container_1lrr2_1{position:absolute;left:-50px;top:3px;display:flex;align-items:center;z-index:100}._addButton_1lrr2_10{width:32px;height:32px;border-radius:50%;background:#195ee6;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #195ee64d;z-index:100;position:relative}._addButton_1lrr2_10:hover{background:#1850cc;transform:scale(1.05);box-shadow:0 4px 12px #195ee666}._addButton_1lrr2_10._active_1lrr2_33{transform:rotate(45deg);background:#195ee6}._menu_1lrr2_38{position:absolute;left:0;top:0;height:32px;background:#195ee6;border-radius:16px;display:flex;align-items:center;padding:0;overflow:hidden;width:32px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #195ee64d}._menu_1lrr2_38._open_1lrr2_54{width:100px;padding:0 0 0 40px}._menuItem_1lrr2_59{width:28px;height:24px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;border-radius:3px;margin:0 1px;opacity:0;transform:translate(-15px);transition:all .3s cubic-bezier(.4,0,.2,1)}._menu_1lrr2_38._open_1lrr2_54 ._menuItem_1lrr2_59{opacity:1;transform:translate(0)}._menu_1lrr2_38._open_1lrr2_54 ._menuItem_1lrr2_59:nth-child(1){transition-delay:.1s}._menu_1lrr2_38._open_1lrr2_54 ._menuItem_1lrr2_59:nth-child(2){transition-delay:.15s}._menu_1lrr2_38._open_1lrr2_54 ._menuItem_1lrr2_59:nth-child(3){transition-delay:.2s}._menuItem_1lrr2_59:hover{background:#ffffff1a;transform:translate(0) scale(1.05)}._menuItem_1lrr2_59 img{width:20px;height:20px}@media (max-width: 768px){._container_1lrr2_1{left:-15px}._addButton_1lrr2_10{width:24px;height:24px;box-shadow:0 2px 6px #195ee659}._addButton_1lrr2_10:hover{transform:scale(1.03);box-shadow:0 3px 8px #195ee673}._menu_1lrr2_38{height:24px;border-radius:12px;width:24px}._menu_1lrr2_38._open_1lrr2_54{width:76px;padding:0 0 0 28px}._menuItem_1lrr2_59{width:20px;height:18px;margin:0 .5px}._menuItem_1lrr2_59 img{width:14px;height:14px}}@media (max-width: 480px){._container_1lrr2_1{left:-10px}._addButton_1lrr2_10{width:20px;height:20px}._menu_1lrr2_38{height:20px;border-radius:10px;width:20px}._menu_1lrr2_38._open_1lrr2_54{width:64px;padding:0 0 0 24px}._menuItem_1lrr2_59{width:18px;height:16px}._menuItem_1lrr2_59 img{width:12px;height:12px}}._overlay_14vce_1{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:50000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:_fadeIn_14vce_1 .3s ease}@keyframes _fadeIn_14vce_1{0%{opacity:0}to{opacity:1}}._modal_14vce_25{background:#141414;border-radius:12px;padding:24px;width:480px;animation:_slideUp_14vce_1 .3s cubic-bezier(.4,0,.2,1);color:#fff;position:relative;z-index:1001;display:flex;flex-direction:column;justify-content:space-between}@keyframes _slideUp_14vce_1{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._header_14vce_51{display:flex;align-items:center;justify-content:space-between}._header_14vce_51 h1{font-family:Unbounded;font-weight:800;font-size:24px;color:#fff}._content_14vce_63{padding:24px 0 0}._uploadArea_14vce_67{border:2px dashed rgba(255,255,255,.1);border-radius:12px;padding:60px 24px;text-align:center;cursor:pointer;transition:all .3s ease;background:transparent;position:relative;min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center}._uploadArea_14vce_67:hover{border-color:#ffffff80;background:#ffffff05}._dragActive_14vce_88{border-color:#195ee6cc!important;background:#195ee61a!important;transform:scale(1.02)}._previewContainer_14vce_94{position:relative;width:100%;max-width:300px}._previewImage_14vce_100{width:100%;height:auto;max-height:200px;object-fit:cover;border-radius:8px;border:1px solid rgba(255,255,255,.1)}._removeButton_14vce_109{position:absolute;top:8px;right:8px;background:#000000b3;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s}._removeButton_14vce_109:hover{background:#ff0000b3}._uploadContent_14vce_130 h3{margin:16px 0 8px 12px;font-size:18px;font-weight:600;color:#fff;font-family:inherit}._uploadContent_14vce_130 p{margin:4px 0;color:#fff9;font-size:14px;line-height:1.5}._fileInput_14vce_145{display:none}._form_group_14vce_149{display:flex;flex-direction:column;width:300px}._inputGroup_14vce_154{display:flex;flex-direction:column;margin-top:24px}._inputGroup_14vce_154 label{font-weight:500;font-size:12px;line-height:133%;color:#fff6;margin-bottom:5px}._inputGroup_14vce_154 input{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px 16px;font-weight:400;font-size:16px;line-height:157%;color:#fff6}._addButton_14vce_177{margin-top:24px;width:100%;height:48px}._toolbar_1rg0a_1{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#000000f2;border-radius:12px;width:fit-content;margin:0 auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #00000026;position:relative;z-index:999;flex-wrap:nowrap;max-width:100%}._dropdown_1rg0a_19{position:relative;z-index:1000;pointer-events:auto}._dropdownButton_1rg0a_25{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;min-width:140px;justify-content:space-between;-webkit-user-select:none;user-select:none}._dropdownButton_1rg0a_25:hover{background:#ffffff1a;border-color:#fff3}._dropdownButton_1rg0a_25:active{transform:scale(.98)}._dropdownMenu_1rg0a_52{position:absolute;top:calc(100% + 4px);left:0;min-width:180px;background:#000000f2;border:1px solid rgba(255,255,255,.1);border-radius:8px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:20001;box-shadow:0 8px 32px #0000004d;max-height:300px;overflow-y:auto;pointer-events:auto}._dropdownMenu_1rg0a_52::-webkit-scrollbar{width:6px}._dropdownMenu_1rg0a_52::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}._dropdownMenu_1rg0a_52::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}._dropdownMenu_1rg0a_52::-webkit-scrollbar-thumb:hover{background:#ffffff4d}._dropdownItem_1rg0a_86{display:block;width:100%;padding:12px 16px;background:none;border:none;color:#fff;text-align:left;cursor:pointer;transition:all .2s ease;font-size:14px;white-space:nowrap;border-bottom:1px solid rgba(255,255,255,.05);-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;pointer-events:auto}._dropdownItem_1rg0a_86:last-child{border-bottom:none}._dropdownItem_1rg0a_86:hover{background:#ffffff1a;transform:translate(2px)}._dropdownItem_1rg0a_86:active{background:#ffffff26;transform:translate(1px)}._colorPicker_1rg0a_118{position:absolute;top:calc(100% + 4px);left:0;background:#000000f2;border:1px solid rgba(255,255,255,.1);border-radius:12px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:20002;padding:16px;width:260px;box-shadow:0 8px 32px #0000004d;pointer-events:auto}._colorPickerHeader_1rg0a_133{margin-bottom:16px}._colorPickerTitle_1rg0a_137{color:#fff;font-size:14px;font-weight:600}._colorWheelSection_1rg0a_143{margin-bottom:16px}._colorWheel_1rg0a_143{width:100%!important;height:180px!important}._colorWheel_1rg0a_143 ._react-colorful__saturation_1rg0a_153{border-radius:6px!important;border:1px solid rgba(255,255,255,.1)!important}._colorWheel_1rg0a_143 ._react-colorful__hue_1rg0a_158{border-radius:6px!important;height:16px!important;margin-top:12px!important;border:1px solid rgba(255,255,255,.1)!important}._colorWheel_1rg0a_143 ._react-colorful__pointer_1rg0a_165{width:18px!important;height:18px!important;border:2px solid #ffffff!important;box-shadow:0 2px 8px #0000004d!important}._quickColorsSection_1rg0a_172{margin-bottom:16px}._quickColorsLabel_1rg0a_176{color:#fff;font-size:12px;font-weight:500;opacity:.8;display:block;margin-bottom:8px}._basicColors_1rg0a_185{display:grid;grid-template-columns:repeat(8,1fr);gap:6px}._colorItem_1rg0a_191{width:24px;height:24px;border-radius:6px;border:2px solid rgba(255,255,255,.1);cursor:pointer;transition:all .2s ease;pointer-events:auto;-webkit-user-select:none;user-select:none;position:relative}._colorItem_1rg0a_191:hover{transform:scale(1.1);border-color:#fff6;box-shadow:0 2px 8px #0000004d}._colorPickerDivider_1rg0a_209{height:1px;background:#ffffff1a;margin-bottom:16px}._customColorSection_1rg0a_215{display:flex;flex-direction:column;gap:8px}._customColorLabel_1rg0a_221{color:#fff;font-size:12px;font-weight:500;opacity:.8}._customColorInputWrapper_1rg0a_228{display:flex;gap:8px;align-items:center}._colorPreview_1rg0a_234{width:32px;height:32px;border-radius:6px;border:2px solid rgba(255,255,255,.1);flex-shrink:0}._customColorTextInput_1rg0a_242{flex:1;padding:8px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;font-size:12px;font-family:Courier New,monospace;transition:all .2s ease}._customColorTextInput_1rg0a_242:focus{outline:none;background:#ffffff1a;border-color:#ffffff4d}._customColorTextInput_1rg0a_242::placeholder{color:#fff6}._toolbarButton_1rg0a_264{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:600}._toolbarButton_1rg0a_264:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-1px)}._toolbarButton_1rg0a_264._active_1rg0a_286{background:#195ee6;color:#fff;border-color:#195ee6;box-shadow:0 4px 12px #195ee64d}._toolbarButton_1rg0a_264:focus{outline:none;box-shadow:0 0 0 2px #195ee680}._toolbarButton_1rg0a_264:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}._toolbarButton_1rg0a_264:disabled:hover{transform:none;background:#ffffff0d;border-color:#ffffff1a}._toolbarGroup_1rg0a_310{display:flex;align-items:center;gap:8px}._toolbarGroup_1rg0a_310:not(:last-child){margin-right:24px}@media (max-width: 768px){._toolbar_1rg0a_1{padding:10px 12px;gap:8px;border-radius:12px;justify-content:center;max-height:100px;min-height:60px;flex-wrap:wrap;width:100%;max-width:100%;margin:0 auto;align-items:center}._toolbarButton_1rg0a_264{width:36px;height:36px;font-size:13px;border-radius:8px}._dropdownButton_1rg0a_25{padding:8px 10px;min-width:90px;font-size:13px;gap:6px;border-radius:8px;height:36px}._toolbarGroup_1rg0a_310{gap:6px}._toolbarGroup_1rg0a_310:not(:last-child){margin-right:12px}._dropdownMenu_1rg0a_52{position:fixed;top:auto;bottom:120px;left:50%;transform:translate(-50%);min-width:280px;max-width:90vw;max-height:250px;border-radius:12px}._dropdownItem_1rg0a_86{padding:14px 16px;font-size:15px;-webkit-tap-highlight-color:transparent}._colorPicker_1rg0a_118{position:fixed;bottom:120px;left:50%;transform:translate(-50%);width:280px;max-width:90vw;padding:16px}._colorWheel_1rg0a_143{height:160px!important}._basicColors_1rg0a_185{grid-template-columns:repeat(6,1fr);gap:8px}._colorItem_1rg0a_191{width:28px;height:28px}._customColorInputWrapper_1rg0a_228{flex-direction:row;gap:8px}._colorPreview_1rg0a_234{width:36px;height:36px}._colorItem_1rg0a_191{width:24px;height:24px;border-radius:6px}}@media (max-width: 480px){._toolbar_1rg0a_1{padding:8px;gap:6px;border-radius:10px;max-height:90px;min-height:55px}._toolbarButton_1rg0a_264{width:32px;height:32px;font-size:12px;border-radius:6px}._dropdownButton_1rg0a_25{padding:6px 8px;min-width:80px;font-size:12px;gap:4px;height:32px}._toolbarGroup_1rg0a_310{gap:4px}._toolbarGroup_1rg0a_310:not(:last-child){margin-right:8px}._dropdownMenu_1rg0a_52{min-width:250px;max-height:200px;bottom:100px}._dropdownItem_1rg0a_86{padding:12px 14px;font-size:14px}._colorPicker_1rg0a_118{width:260px;bottom:100px;padding:12px}._colorWheel_1rg0a_143{height:140px!important}._basicColors_1rg0a_185{grid-template-columns:repeat(5,1fr);gap:6px}._colorItem_1rg0a_191{width:24px;height:24px}._customColorInputWrapper_1rg0a_228{flex-direction:row;gap:6px}._colorPreview_1rg0a_234{width:28px;height:28px}}@media screen and (max-height: 500px) and (orientation: landscape){._toolbar_1rg0a_1{padding:6px 10px;max-height:70px;min-height:50px;gap:4px}._toolbarButton_1rg0a_264{width:30px;height:30px;font-size:11px}._dropdownButton_1rg0a_25{padding:5px 7px;min-width:70px;font-size:11px;height:30px}._toolbarGroup_1rg0a_310{gap:3px}._toolbarGroup_1rg0a_310:not(:last-child){margin-right:6px}}._backButton_aqh3x_1{margin-top:40px;margin-bottom:40px;display:flex;gap:12px;align-items:center}._backButton_aqh3x_1 p{margin:0;line-height:1;font-size:16px;font-weight:500}._backButton_aqh3x_1 img{display:block;width:20px;height:20px}._title_aqh3x_21{font-family:Unbounded;font-weight:600;font-size:28px;color:#141414;padding:30px 0}._content_aqh3x_28{margin-bottom:70px;font-weight:400;font-size:16px;line-height:150%;color:#2c2c2c;display:flex;flex-direction:column;gap:16px}@media (max-width: 360px){._title_aqh3x_21{font-size:24px}._content_aqh3x_28{font-size:14px}}._backdrop_aw2z4_1{position:fixed;inset:0;background:#141414a6;z-index:2000;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modal_aw2z4_12{position:relative;margin:10px;background:#fff;border-radius:18px;width:calc(100vw - 40px);max-width:1015px;max-height:calc(100vh - 40px);padding:40px 24px 40px 40px;box-shadow:0 8px 32px #0000002e;z-index:2100;overflow:hidden;box-sizing:border-box}._closeBtn_aw2z4_29{position:absolute;top:40px;right:40px;background:#1414140d;border:none;border-radius:12px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2200}@media (max-width: 600px){._modal_aw2z4_12{padding:24px}}._card_su43w_1{display:flex;flex-direction:column;width:270px;gap:10px;margin-bottom:40px;cursor:pointer}._imageWrapper_su43w_11{position:relative;width:270px;height:180px;overflow:hidden;border-radius:10px}._imageWrapper_su43w_11 img{border-radius:10px;width:100%;height:180px;object-fit:cover;object-position:center}._card_su43w_1 h3{font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all}._author_su43w_40{display:flex;flex-direction:row;align-items:center;gap:10px;cursor:pointer;transition:opacity .3s ease}._author_su43w_40:hover{opacity:.8}._author_su43w_40 img{width:40px;height:40px;border-radius:10px}._author__text_su43w_58 h3{font-family:Manrope;font-weight:600;font-size:14px;line-height:19.12px;letter-spacing:0px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all}._author__name_su43w_73{display:flex;align-items:center;gap:8px}._subscription_su43w_79{font-family:Unbounded;font-weight:700;font-size:10px;color:#fff;border-radius:4px;padding:3px 6px;height:19px;display:flex;align-items:center;justify-content:center}._subscription_pro_su43w_92{width:39px;background:#195ee6;text-transform:uppercase}._subscription_premium_su43w_98{width:74px;text-transform:uppercase;background:linear-gradient(135deg,#b5c1d9,#858afb 38%,#c472ff 65%,#d3bbe3)}._author__text_su43w_58 p{font-family:Manrope;font-weight:500;font-size:12px;line-height:16.39px;letter-spacing:0px}._category_su43w_117{position:absolute;left:10px;bottom:15px;background:#14141459;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;padding:7px 11px;border-radius:6px;font-size:13px;font-family:Manrope;font-weight:500;z-index:2}@media (max-width: 600px){._card_su43w_1{display:flex;flex-direction:column;width:100%!important;max-width:100vw;gap:10px;margin-bottom:20px;box-sizing:border-box}._imageWrapper_su43w_11{width:100%!important;max-width:100vw;height:auto;aspect-ratio:3/2}._imageWrapper_su43w_11 img{width:100%!important;height:auto;object-fit:cover}}._cardPageWrapper_1eptt_1{padding:20px;margin:0 auto;box-sizing:border-box;max-height:85vh;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}._cardPageWrapper_1eptt_1::-webkit-scrollbar{display:none}._projectTitle_1eptt_17{font-weight:800;font-size:28px;color:#141414;margin-bottom:20px}._userInfo_1eptt_24{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #195ee61a;margin-bottom:40px}._userDetails_1eptt_35{display:flex;flex-direction:row;align-items:center;gap:12px}._userAvatar_1eptt_42{width:64px;height:64px;border-radius:10px;object-fit:cover}._userText_1eptt_49 h3{font-family:Manrope,sans-serif;font-weight:600;font-size:18px;line-height:24.59px;letter-spacing:0px;margin:0 0 4px}._userText_1eptt_49 img{width:16px;height:16px}._userText_1eptt_49 p{display:flex;align-items:center;gap:6px;margin:0;font-family:Manrope,sans-serif;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px;color:#666}._userActions_1eptt_76{display:flex;flex-direction:row;align-items:center;gap:10px}._likeBtn_1eptt_83{background:#195ee60d;border:none;border-radius:10px;padding:12px;width:48px;height:48px;cursor:pointer;filter:brightness(0);box-sizing:border-box;transition:all .3s ease}._likeBtn_1eptt_83:hover{background:#195ee61a}._likeBtn_1eptt_83:disabled{cursor:not-allowed;opacity:.6}._likeBtnActive_1eptt_105{background:#195ee6!important;filter:brightness(1)!important}._likeBtnActive_1eptt_105 img{filter:brightness(0) invert(1)}._contactBtn_1eptt_114{width:120px;height:48px;border:none;border-radius:8px;background-color:#195ee6;color:#fff;font-family:Manrope,sans-serif;font-weight:600;font-size:14px;line-height:19.12px;letter-spacing:0px;cursor:pointer}._contactBtn_1eptt_114:hover{background-color:#1551c9;transition:background-color .3s ease}._title_1eptt_134{font-size:36px;font-weight:700;margin-bottom:12px;line-height:1.3}._description_1eptt_141{margin-bottom:12px;line-height:1.5;font-size:16px}._projectDescription_1eptt_147{margin-bottom:12px;font-size:16px;color:#333;line-height:1.5}._likesSection_1eptt_154{display:flex;flex-direction:column;align-items:center;margin:30px 0;padding:20px}._likeIcon_1eptt_162{border-radius:20px;padding:20px;width:88px;height:88px;background:#195ee6;display:flex;align-items:center;justify-content:center;margin-bottom:16px;box-sizing:border-box}._likesTitle_1eptt_175{font-weight:400;font-size:14px;line-height:150%;text-align:center;color:#14141480;margin:0 0 16px}._likedUsers_1eptt_184{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;align-items:center}._likedUserAvatar_1eptt_192{border-radius:10px;width:40px;height:40px;object-fit:cover}._image_1eptt_199{display:block;margin:12px auto;max-width:100%;height:auto;border-radius:8px}._loading_1eptt_207{text-align:center;padding:20px;color:#666;font-size:16px}._error_1eptt_214{text-align:center;padding:20px;color:red;font-size:16px}._noContent_1eptt_221{text-align:center;padding:20px;color:#666;font-size:16px}._userProjects_1eptt_228{margin-top:40px;padding-top:30px;border-top:1px solid #195ee61a}._userProjectsTitle_1eptt_234{font-family:Manrope,sans-serif;font-weight:700;font-size:24px;color:#141414;margin-bottom:24px;text-align:left}._projectsGrid_1eptt_243{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;width:100%}@media (max-width: 600px){._cardPageWrapper_1eptt_1{padding:15px;max-width:100%;max-height:85vh}._projectTitle_1eptt_17{font-size:20px;margin-bottom:12px;margin-top:40px}._userInfo_1eptt_24{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:30px;padding:12px 0}._userDetails_1eptt_35{width:100%}._userActions_1eptt_76{width:100%;justify-content:flex-start}._userText_1eptt_49 h3{font-size:16px}._userText_1eptt_49 p{font-size:14px}._userText_1eptt_49 img{width:15px;height:15px}._likeBtn_1eptt_83{background:#195ee60d;border:none;border-radius:8px;padding:10px;width:40px;height:40px;filter:brightness(0);box-sizing:border-box;transition:all .3s ease;display:flex}._likeBtn_1eptt_83:hover{background:#195ee61a}._likeBtn_1eptt_83:disabled{cursor:not-allowed;opacity:.6}._likeBtnActive_1eptt_105{background:#195ee6!important;filter:brightness(1)!important}._likeBtnActive_1eptt_105 img{filter:brightness(0) invert(1)}._contactBtn_1eptt_114{width:100px;height:40px;font-size:13px}._userAvatar_1eptt_42{width:48px;height:48px}._title_1eptt_134{font-size:18px;margin-bottom:10px}._description_1eptt_141,._projectDescription_1eptt_147{font-size:14px;margin-bottom:10px}._likesSection_1eptt_154{margin:20px 0;padding:16px}._likeIcon_1eptt_162{width:72px;height:72px;padding:16px;margin-bottom:12px}._likeIcon_1eptt_162 svg{width:32px;height:31px}._likesTitle_1eptt_175{font-size:13px;margin-bottom:12px}._likedUsers_1eptt_184{gap:6px}._likedUserAvatar_1eptt_192{width:36px;height:36px}._image_1eptt_199{margin:10px auto;border-radius:6px}._loading_1eptt_207,._error_1eptt_214,._noContent_1eptt_221{font-size:14px;padding:15px}._userProjects_1eptt_228{margin-top:30px;padding-top:20px}._userProjectsTitle_1eptt_234{font-size:20px;margin-bottom:20px}._projectsGrid_1eptt_243{grid-template-columns:1fr;gap:16px}}@media (max-width: 380px){._userInfo_1eptt_24{gap:12px;margin-bottom:24px;padding:10px 0}._userDetails_1eptt_35{gap:10px}._userAvatar_1eptt_42{width:40px;height:40px}._userText_1eptt_49 h3{font-size:15px}._userText_1eptt_49 p{font-size:13px}._likeBtn_1eptt_83{background:#195ee60d;border:none;border-radius:6px;padding:8px;width:36px;height:36px;filter:brightness(0);box-sizing:border-box;transition:all .3s ease}._likeBtn_1eptt_83:hover{background:#195ee61a}._likeBtn_1eptt_83:disabled{cursor:not-allowed;opacity:.6}._likeBtnActive_1eptt_105{background:#195ee6!important;filter:brightness(1)!important}._likeBtnActive_1eptt_105 img{filter:brightness(0) invert(1)}._contactBtn_1eptt_114{width:90px;height:36px;font-size:12px}._userProjectsTitle_1eptt_234{font-size:18px;margin-bottom:16px}._projectsGrid_1eptt_243{gap:12px}._likesSection_1eptt_154{margin:16px 0;padding:12px}._likeIcon_1eptt_162{width:64px;height:64px;padding:14px;margin-bottom:10px}._likeIcon_1eptt_162 svg{width:28px;height:27px}._likesTitle_1eptt_175{font-size:12px;margin-bottom:10px}._likedUserAvatar_1eptt_192{width:32px;height:32px}}._specialist_wrapper_v8iqj_1{display:flex;flex-direction:column;gap:30px}._specialist_wrapper__hero_v8iqj_6{display:flex;flex-direction:row;align-items:center;justify-content:space-between}._hero__info_v8iqj_12{display:flex;flex-direction:row;align-items:center;gap:12px}._hero__info_v8iqj_12 img{width:64px;height:64px;border-radius:10px}._info__text_v8iqj_24 h3{font-family:Manrope;font-weight:600;font-size:18px;line-height:24.59px;letter-spacing:0px;word-break:break-all}._name_wrapper_v8iqj_33{display:flex;align-items:center;gap:8px}._subscription_v8iqj_39{font-family:Unbounded;font-weight:700;font-size:12px;color:#fff;border-radius:4px;padding:3px 6px;height:19px;display:flex;align-items:center;justify-content:center}._subscription_pro_v8iqj_52{width:39px;background:#195ee6;text-transform:uppercase}._subscription_premium_v8iqj_58{width:74px;text-transform:uppercase;background:linear-gradient(135deg,#b5c1d9,#858afb 38%,#c472ff 65%,#d3bbe3)}._info__text_v8iqj_24 img{width:16px;height:16px}._info__text_v8iqj_24 p{display:flex;align-items:center;font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px}._hero__btn_v8iqj_84{display:flex;flex-direction:row;align-items:center;gap:10px}._hero__btn_v8iqj_84 img{width:48px;height:48px}._feedback_v8iqj_94{width:120px;height:48px;border:none;border-radius:8px;background-color:#195ee6;color:#fff;cursor:pointer;font-family:Manrope;font-weight:600;font-size:14px;line-height:19.12px;letter-spacing:0px}._photo_card_v8iqj_109{width:270px;display:flex;flex-direction:column;align-items:start;gap:12px}._imageWrapper_v8iqj_116 img{width:270px;height:180px;border-radius:10px}._imageWrapper_v8iqj_116{position:relative}._photo_card_v8iqj_109 p{font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px}._photo_wrapper_v8iqj_131{display:flex;align-items:top;justify-content:flex-start;flex-wrap:wrap;gap:40px}._categories_v8iqj_138{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;gap:10px}._categories_v8iqj_138 p{padding:10px 15px;background-color:#195ee60d;border-radius:24px;color:#195ee6;font-family:Manrope;font-weight:500;font-size:14px;line-height:16px;letter-spacing:0px}._category_v8iqj_157{position:absolute;left:10px;bottom:20px;background:#14141459;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;padding:4px 10px;border-radius:6px;font-size:13px;font-family:Manrope;font-weight:500;z-index:2}._rating_wrapper_v8iqj_171{display:flex;flex-direction:row;align-items:center;gap:40px}._group_v8iqj_177{display:flex;gap:5px}._rating_wrapper_v8iqj_171 p{display:flex;align-items:center;gap:5px;color:#14141480;font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px}._rating_wrapper_v8iqj_171 h3{font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px}._rating_wrapper_v8iqj_171 a{font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px;color:#195ee6}._stripe_v8iqj_208{margin:auto auto 30px;width:100%;height:1px;background-color:#195ee61a}@media (max-width: 560px){._specialist_wrapper_v8iqj_1{gap:20px}._specialist_wrapper__hero_v8iqj_6{flex-direction:column;align-items:center;gap:10px}._hero__info_v8iqj_12,._hero__btn_v8iqj_84{width:100%}._feedback_v8iqj_94{width:200px}._hero__info_v8iqj_12,._hero__btn_v8iqj_84{gap:10px}._photo_wrapper_v8iqj_131{flex-direction:column;align-items:center;gap:15px}._photo_card_v8iqj_109,._photo_card_v8iqj_109 img{width:100%}._categories_v8iqj_138,._rating_wrapper_v8iqj_171{flex-wrap:wrap;align-items:center;gap:8px}._info__text_v8iqj_24 h3{font-size:16px}}@media (max-width: 380px){._hero__info_v8iqj_12 img{width:50px;height:auto}._hero__info_v8iqj_12 p{font-size:12px}._info__text_v8iqj_24 h3{font-size:14px;line-height:normal}._info__text_v8iqj_24 img{width:15px}._feedback_v8iqj_94{height:40px;font-size:12px}._hero__btn_v8iqj_84 img{width:40px;height:40px}}._cardContainer_18g6f_2{margin-top:-100px;display:flex;flex-direction:row;align-items:top;justify-content:space-between;flex-wrap:wrap}._title_18g6f_12{font-family:Unbounded;font-weight:800;font-size:28px;line-height:34.72px;letter-spacing:0%;text-align:left}._cardContainer__popular_18g6f_20{margin-top:30px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap}@media (max-width: 1100px){._cardContainer_18g6f_2,._cardContainer__popular_18g6f_20{justify-content:center;gap:50px}}@media (max-width: 768px){._cardContainer_18g6f_2,._cardContainer__popular_18g6f_20{justify-content:center;align-items:center;gap:24px}}@media (max-width: 1110px){._cardContainer_18g6f_2>:nth-child(n+7){display:none}._cardContainer__popular_18g6f_20>:nth-child(n+4){display:none}}._info_wrapper_1cee2_1{width:100%;min-height:460px;background:url(/images/infoBackground.png);background-repeat:no-repeat;background-size:cover;position:relative;z-index:1;border-radius:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center;margin-bottom:80px;margin-top:80px}._info_wrapper_1cee2_1:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#141414e5;z-index:-1;border-radius:24px}._info_wrapper_text_1cee2_31{max-width:800px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center}._info_wrapper_text_1cee2_31 h4{max-width:327px;padding:5px 10px;border-radius:24px;font-family:Manrope;font-weight:600;font-size:14px;line-height:16px;letter-spacing:0px;color:#195ee6;background-color:#195ee61a}._info_wrapper_text_1cee2_31 h2{margin-top:12px;font-family:Unbounded;font-weight:800;font-size:36px;line-height:44.64px;letter-spacing:0%;text-align:center}._info_wrapper_text_1cee2_31 p{margin-top:20px;font-family:Manrope;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0%;text-align:center}._info_wrapper_text_1cee2_31 button{cursor:pointer;margin-top:30px;width:192px;height:48px;border:none;border-radius:24px;color:#fff;background-color:#195ee6;transition:.3s ease-in-out}._info_wrapper_1cee2_1 button:hover{background-color:#336ad8;scale:1.03}._info_wrapper_text_1cee2_31 a{color:#195ee6}@media (max-width: 500px){._info_wrapper_text_1cee2_31 h4{margin-top:20px}._info_wrapper_text_1cee2_31 h2{font-size:26px}._info_wrapper_text_1cee2_31 p{font-size:14px;margin-bottom:20px}}._background_x466c_1{z-index:1;height:650px;width:100%;background:linear-gradient(180deg,#141414 23%,#14141400),url(/images/homeBackground.png);background-repeat:no-repeat;background-size:cover}._wrapper_x466c_12{overflow:hidden;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin:auto;padding-top:180px;max-width:720px}._wrapper_x466c_12 h1{font-family:Unbounded;font-weight:800;font-size:36px;line-height:44.64px;letter-spacing:0%}._wrapper_x466c_12 p{max-width:500px;margin-top:10px;font-size:16px;line-height:24px;letter-spacing:0%;text-align:center}._defaultBtn_x466c_41{border-radius:8px;padding:14px 24px;width:183px;height:48px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border:none;outline:none;color:#fff;cursor:pointer;transition:all .3s ease-in-out}._btns_x466c_54{display:flex;gap:20px;margin-top:30px;flex-wrap:nowrap;justify-content:center;width:100%}._defaultBtn_x466c_41:hover{background:#ffffff4d}._wrapper_x466c_12 button{width:220px;height:50px;font-family:Manrope;font-weight:600;font-size:14px;line-height:19.12px;letter-spacing:0px;flex-shrink:1;min-width:0}@media (max-width: 700px){._wrapper_x466c_12{max-width:550px}._wrapper_x466c_12 h1{font-size:28px}}@media (max-width: 560px){._wrapper_x466c_12{max-width:450px}._wrapper_x466c_12 h1{font-size:24px}._wrapper_x466c_12 p{margin-top:20px;font-size:16px}._btns_x466c_54{gap:12px;padding:0 10px}._wrapper_x466c_12 button{width:auto;padding:12px 16px;font-size:13px;height:46px}._defaultBtn_x466c_41{width:auto;padding:12px 16px;height:46px}}@media (max-width: 480px){._wrapper_x466c_12 h1{font-size:24px;line-height:29.68px}._wrapper_x466c_12 p{font-size:14px;max-width:390px}._btns_x466c_54{gap:10px;padding:0 15px}._wrapper_x466c_12 button{padding:10px 12px;font-size:12px;height:44px}._defaultBtn_x466c_41{padding:10px 12px;height:44px}}@media (max-width: 440px){._wrapper_x466c_12{max-width:400px}._wrapper_x466c_12 h1{font-size:24px;line-height:29.68px}._wrapper_x466c_12 p{font-size:14px;max-width:350px}}._title_iqs67_1{margin:0 auto 30px;padding:0 15px;max-width:1280px;box-sizing:border-box;font-family:Unbounded;font-weight:800;font-size:28px;line-height:34.72px;letter-spacing:0%;text-align:left}@media (max-width: 768px){._title_iqs67_1{margin-top:100px;font-size:24px}}._specialist_button_wrapper_iqs67_21{margin:20px auto 0;padding:0 15px;max-width:1280px;box-sizing:border-box;display:flex;justify-content:center}._specialist_button_iqs67_21{width:168px;height:48px;font-family:Manrope;font-weight:600;font-size:14px;line-height:19.12px;letter-spacing:0px;color:#195ee6;background-color:#195ee60d;border:none;border-radius:8px;cursor:pointer;transition:.3s ease-in-out}._specialist_button_iqs67_21:hover{scale:1.03}._container_1ht7f_1{background-color:#141414;padding-bottom:50px}@media (max-width: 480px){._container_1ht7f_1{padding-bottom:30px}}._content_wrappper_1ht7f_12 h1{font-family:Unbounded;font-weight:800;font-size:36px;color:#fff;padding-top:60px;padding-bottom:60px}@media (max-width: 768px){._content_wrappper_1ht7f_12 h1{font-size:28px;padding-top:40px;padding-bottom:40px;text-align:center}}@media (max-width: 480px){._content_wrappper_1ht7f_12 h1{font-size:24px;padding-top:30px;padding-bottom:30px}}@media (max-width: 320px){._content_wrappper_1ht7f_12 h1{font-size:20px;padding-top:20px;padding-bottom:20px}}._blocks_1ht7f_46{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px}@media (max-width: 920px){._blocks_1ht7f_46{flex-direction:column;gap:30px;align-items:center}._content_wrappper_1ht7f_12 h1{text-align:center}}@media (max-width: 768px){._blocks_1ht7f_46{flex-direction:column;gap:30px;align-items:center}}@media (max-width: 620px){._blocks_1ht7f_46{gap:25px}}@media (max-width: 375px){._blocks_1ht7f_46{gap:15px}}@media (max-width: 350px){._blocks_1ht7f_46{gap:12px}}@media (max-width: 325px){._blocks_1ht7f_46{gap:10px}}@media (max-width: 480px){._blocks_1ht7f_46{gap:20px}}@media (min-width: 769px) and (max-width: 1199px){._blocks_1ht7f_46{justify-content:center;gap:30px}}@media (min-width: 1200px){._blocks_1ht7f_46{gap:40px}}._block_pro_1ht7f_114{border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:32px;width:calc(50% - 10px);min-width:320px;max-width:560px;height:100%;position:relative;flex:1;-webkit-backdrop-filter:blur(128px);backdrop-filter:blur(128px);background:#ffffff0d}@media (max-width: 768px){._block_pro_1ht7f_114{width:100%;min-width:auto;max-width:500px;padding:24px}}@media (max-width: 620px){._block_pro_1ht7f_114{max-width:400px;padding:20px}}@media (max-width: 480px){._block_pro_1ht7f_114{max-width:350px;padding:20px;border-radius:16px}}@media (max-width: 375px){._block_pro_1ht7f_114{max-width:300px;padding:18px}}@media (max-width: 350px){._block_pro_1ht7f_114{max-width:280px;padding:16px}}@media (max-width: 325px){._block_pro_1ht7f_114{max-width:260px;padding:14px}}@media (max-width: 320px){._block_pro_1ht7f_114{max-width:250px;padding:12px}}@media (min-width: 769px) and (max-width: 1023px){._block_pro_1ht7f_114{width:100%;max-width:600px;margin:0 auto}}._block_pro_1ht7f_114:before{content:"";position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(ellipse 300px 300px at top right,rgba(25,94,230,.9) 0%,rgba(25,94,230,.7) 25%,rgba(25,94,230,.4) 50%,rgba(25,94,230,.2) 70%,transparent 85%);border-radius:0 20px 0 0;pointer-events:none;z-index:1}@media (max-width: 768px){._block_pro_1ht7f_114:before{width:200px;height:200px;background:radial-gradient(ellipse 150px 150px at top right,rgba(25,94,230,.9) 0%,rgba(25,94,230,.7) 25%,rgba(25,94,230,.4) 50%,rgba(25,94,230,.2) 70%,transparent 85%)}}@media (max-width: 620px){._block_pro_1ht7f_114:before{width:160px;height:160px;background:radial-gradient(ellipse 120px 120px at top right,rgba(25,94,230,.8) 0%,rgba(25,94,230,.6) 25%,rgba(25,94,230,.3) 50%,rgba(25,94,230,.1) 70%,transparent 85%)}}@media (max-width: 375px){._block_pro_1ht7f_114:before{width:120px;height:120px;background:radial-gradient(ellipse 80px 80px at top right,rgba(25,94,230,.7) 0%,rgba(25,94,230,.5) 25%,rgba(25,94,230,.2) 50%,rgba(25,94,230,.1) 70%,transparent 85%);border-radius:0 16px 0 0}}@media (max-width: 350px){._block_pro_1ht7f_114:before{width:100px;height:100px;background:radial-gradient(ellipse 70px 70px at top right,rgba(25,94,230,.6) 0%,rgba(25,94,230,.4) 25%,rgba(25,94,230,.2) 50%,rgba(25,94,230,.1) 70%,transparent 85%);border-radius:0 16px 0 0}}@media (max-width: 325px){._block_pro_1ht7f_114:before{width:80px;height:80px;background:radial-gradient(ellipse 60px 60px at top right,rgba(25,94,230,.5) 0%,rgba(25,94,230,.3) 25%,rgba(25,94,230,.15) 50%,rgba(25,94,230,.05) 70%,transparent 85%);border-radius:0 14px 0 0}}@media (max-width: 480px){._block_pro_1ht7f_114:before{width:150px;height:150px;background:radial-gradient(ellipse 100px 100px at top right,rgba(25,94,230,.8) 0%,rgba(25,94,230,.6) 25%,rgba(25,94,230,.3) 50%,rgba(25,94,230,.1) 70%,transparent 85%);border-radius:0 16px 0 0}}@media (min-width: 1200px){._block_pro_1ht7f_114:before{width:350px;height:350px;background:radial-gradient(ellipse 350px 350px at top right,rgba(25,94,230,.9) 0%,rgba(25,94,230,.7) 25%,rgba(25,94,230,.4) 50%,rgba(25,94,230,.2) 70%,transparent 85%)}}._block_premium_1ht7f_318{border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:32px;width:calc(50% - 10px);min-width:320px;max-width:560px;height:100%;position:relative;flex:1;-webkit-backdrop-filter:blur(128px);backdrop-filter:blur(128px);background:#ffffff0d}@media (max-width: 768px){._block_premium_1ht7f_318{width:100%;min-width:auto;max-width:500px;padding:24px}}@media (max-width: 620px){._block_premium_1ht7f_318{max-width:400px;padding:20px}}@media (max-width: 480px){._block_premium_1ht7f_318{max-width:350px;padding:20px;border-radius:16px}}@media (max-width: 375px){._block_premium_1ht7f_318{max-width:300px;padding:18px}}@media (max-width: 350px){._block_premium_1ht7f_318{max-width:280px;padding:16px}}@media (max-width: 325px){._block_premium_1ht7f_318{max-width:260px;padding:14px}}@media (max-width: 320px){._block_premium_1ht7f_318{max-width:250px;padding:12px}}@media (min-width: 769px) and (max-width: 1023px){._block_premium_1ht7f_318{width:100%;max-width:600px;margin:0 auto}}._block_premium_1ht7f_318:before{content:"";position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(ellipse 300px 300px at top right,rgba(196,114,255,.8) 0%,rgba(196,114,255,.6) 20%,rgba(133,138,251,.4) 40%,rgba(133,138,251,.3) 60%,rgba(133,138,251,.1) 75%,transparent 85%);border-radius:0 20px 0 0;pointer-events:none;z-index:1}@media (max-width: 768px){._block_premium_1ht7f_318:before{width:200px;height:200px;background:radial-gradient(ellipse 150px 150px at top right,rgba(196,114,255,.8) 0%,rgba(196,114,255,.6) 20%,rgba(133,138,251,.4) 40%,rgba(133,138,251,.3) 60%,rgba(133,138,251,.1) 75%,transparent 85%)}}@media (max-width: 620px){._block_premium_1ht7f_318:before{width:160px;height:160px;background:radial-gradient(ellipse 120px 120px at top right,rgba(196,114,255,.7) 0%,rgba(196,114,255,.5) 20%,rgba(133,138,251,.3) 40%,rgba(133,138,251,.2) 60%,rgba(133,138,251,.1) 75%,transparent 85%)}}@media (max-width: 375px){._block_premium_1ht7f_318:before{width:120px;height:120px;background:radial-gradient(ellipse 80px 80px at top right,rgba(196,114,255,.6) 0%,rgba(196,114,255,.4) 20%,rgba(133,138,251,.2) 40%,rgba(133,138,251,.1) 60%,rgba(133,138,251,.05) 75%,transparent 85%);border-radius:0 16px 0 0}}@media (max-width: 350px){._block_premium_1ht7f_318:before{width:100px;height:100px;background:radial-gradient(ellipse 70px 70px at top right,rgba(196,114,255,.5) 0%,rgba(196,114,255,.3) 20%,rgba(133,138,251,.15) 40%,rgba(133,138,251,.08) 60%,rgba(133,138,251,.03) 75%,transparent 85%);border-radius:0 16px 0 0}}@media (max-width: 325px){._block_premium_1ht7f_318:before{width:80px;height:80px;background:radial-gradient(ellipse 60px 60px at top right,rgba(196,114,255,.4) 0%,rgba(196,114,255,.25) 20%,rgba(133,138,251,.12) 40%,rgba(133,138,251,.06) 60%,rgba(133,138,251,.02) 75%,transparent 85%);border-radius:0 14px 0 0}}@media (max-width: 480px){._block_premium_1ht7f_318:before{width:150px;height:150px;background:radial-gradient(ellipse 100px 100px at top right,rgba(196,114,255,.7) 0%,rgba(196,114,255,.5) 20%,rgba(133,138,251,.3) 40%,rgba(133,138,251,.2) 60%,rgba(133,138,251,.1) 75%,transparent 85%);border-radius:0 16px 0 0}}@media (min-width: 1200px){._block_premium_1ht7f_318:before{width:350px;height:350px;background:radial-gradient(ellipse 350px 350px at top right,rgba(196,114,255,.8) 0%,rgba(196,114,255,.6) 20%,rgba(133,138,251,.4) 40%,rgba(133,138,251,.3) 60%,rgba(133,138,251,.1) 75%,transparent 85%)}}._header_1ht7f_529{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}@media (max-width: 480px){._header_1ht7f_529{flex-direction:column;align-items:flex-start;gap:12px}}._header_1ht7f_529 h3{font-family:Unbounded;font-weight:700;font-size:20px;color:#fff;background-color:#195ee6;padding:6.5px 12px;border-radius:8px}@media (max-width: 480px){._header_1ht7f_529 h3{font-size:18px;padding:6px 10px}}@media (max-width: 320px){._header_1ht7f_529 h3{font-size:16px;padding:5px 8px}}._prem_1ht7f_568{background:linear-gradient(135deg,#b5c1d9,#858afb 38%,#c472ff 65%,#d3bbe3)}._header_1ht7f_529 p{font-family:Unbounded;font-weight:800;font-size:20px;color:#fff}@media (max-width: 480px){._header_1ht7f_529 p{font-size:18px}}@media (max-width: 320px){._header_1ht7f_529 p{font-size:16px}}._main_1ht7f_595{margin-top:30px;position:relative;z-index:2;min-height:390px}@media (max-width: 480px){._main_1ht7f_595{margin-top:20px}}._line_1ht7f_607{display:flex;align-items:center;gap:24px}@media (max-width: 480px){._line_1ht7f_607{gap:16px}}@media (max-width: 320px){._line_1ht7f_607{gap:12px}}._line_1ht7f_607 p{font-weight:400;font-size:14px;line-height:150%;color:#fff}@media (max-width: 480px){._line_1ht7f_607 p{font-size:13px}}@media (max-width: 320px){._line_1ht7f_607 p{font-size:12px}}._btnpro_1ht7f_642{cursor:pointer;border-radius:8px;padding:14px 24px;width:100%;height:48px;background:#195ee6;border:none;outline:none;font-weight:600;font-size:14px;color:#fff;margin:auto}@media (max-width: 768px){._btnpro_1ht7f_642{width:100%;margin-top:20px}}@media (max-width: 480px){._btnpro_1ht7f_642{margin-top:16px;padding:12px 20px;height:44px;font-size:13px}}@media (max-width: 320px){._btnpro_1ht7f_642{padding:10px 16px;height:40px;font-size:12px}}@media (min-width: 1200px){._btnpro_1ht7f_642{width:100%;height:52px;font-size:16px}}._btnpro_1ht7f_642:hover{transition:.3s ease-in-out;background-color:#1551c9}._btnprem_1ht7f_694{cursor:pointer;border-radius:8px;padding:14px 24px;width:100%;height:48px;background:linear-gradient(135deg,#b5c1d9,#858afb 38%,#c472ff 65%,#d3bbe3);border:none;outline:none;font-weight:600;font-size:14px;color:#fff;margin:auto}@media (max-width: 768px){._btnprem_1ht7f_694{width:100%;margin-top:20px}}@media (max-width: 480px){._btnprem_1ht7f_694{margin-top:16px;padding:12px 20px;height:44px;font-size:13px}}@media (max-width: 320px){._btnprem_1ht7f_694{padding:10px 16px;height:40px;font-size:12px}}@media (min-width: 1200px){._btnprem_1ht7f_694{width:100%;height:52px;font-size:16px}}._btnprem_1ht7f_694:hover{transition:.3s ease-in-out;background:linear-gradient(135deg,#a0b5d1,#7a7ef3 38%,#b965f7 65%,#c8aede)}._card_1bvg7_1{border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:24px;-webkit-backdrop-filter:blur(128px);backdrop-filter:blur(128px);background:#202020;width:340px;height:230px;display:flex;flex-direction:column;justify-content:space-between}._card_1bvg7_1 p{font-weight:600;font-size:14px;line-height:150%;color:#fff;opacity:.4}._card_1bvg7_1 h1{font-family:Unbounded;font-weight:800;font-size:18px!important;color:#fff}._card_1bvg7_1 h2{font-family:Unbounded;font-weight:600;font-size:16px;color:#fff}._card_1bvg7_1 h3{font-weight:600;font-size:14px;color:#fff}._card_1bvg7_1 img{width:40px;border-radius:10px;height:40px}._name_1bvg7_42{display:flex;flex-direction:column;gap:12px}._gap_1bvg7_47{display:flex;flex-direction:column;gap:16px}._salary_1bvg7_52{display:flex;justify-content:space-between;align-items:center}._salary_1bvg7_52 p,._user_1bvg7_62 p{font-weight:500;font-size:12px;color:#fff}._user_1bvg7_62{display:flex;gap:8px}@media (max-width: 900px){._modalContent_u2aw7_3{margin-top:10px;max-height:70vh;overflow-y:auto;overscroll-behavior:contain;padding-right:8px;padding-bottom:16px}._header_u2aw7_11{gap:40px;margin-top:30px;align-items:stretch;margin-bottom:12px}._header_u2aw7_11 ._title_u2aw7_17{font-size:22px;gap:20px;flex-wrap:wrap;margin-bottom:8px}._header_u2aw7_11 ._section_u2aw7_24{margin-bottom:8px}._infoRow_u2aw7_28{gap:8px!important;flex-direction:column;margin-bottom:4px}._section_u2aw7_24{margin-bottom:4px}}._sectionTitle_u2aw7_37{font-size:16px;margin-bottom:6px}._sectionTitle_u2aw7_37 ._infoRow_u2aw7_28{gap:2px;margin-bottom:2px}._sectionTitle_u2aw7_37 ._section_u2aw7_24{margin-bottom:2px}._sectionText_u2aw7_48{font-size:13px}@media (max-width: 600px){._modalContent_u2aw7_3{margin-top:12px}._header_u2aw7_11{flex-direction:column;gap:12px;margin-top:18px;align-items:stretch}._title_u2aw7_17{font-size:16px;margin-bottom:6px}._employerName_u2aw7_66{font-size:14px}._avatar_u2aw7_69{width:36px;height:36px;border-radius:7px}._tabs_u2aw7_74{gap:4px;margin:10px 0 4px}._infoRow_u2aw7_28{gap:16px;flex-direction:column;margin-bottom:12px}._sectionTitle_u2aw7_37{font-size:13px;margin-bottom:4px}._sectionText_u2aw7_48{font-size:11px}._contactsList_u2aw7_90{gap:12px;margin-top:16px}._contactItem_u2aw7_94{gap:8px;font-size:.95rem}._contactIcon_u2aw7_98{width:24px;height:24px}._contactItem_u2aw7_94 span{font-size:12px}}@media (max-width: 400px){._title_u2aw7_17{font-size:13px}._employerName_u2aw7_66{font-size:11px}._avatar_u2aw7_69{width:22px;height:22px;border-radius:4px}._sectionTitle_u2aw7_37{font-size:10px}._sectionText_u2aw7_48{font-size:9px}._contactIcon_u2aw7_98{width:16px;height:16px}._contactItem_u2aw7_94 span{font-size:9px}}._contactsList_u2aw7_90{display:flex;flex-direction:column;gap:24px;margin-top:32px}._contactItem_u2aw7_94{display:flex;align-items:center;gap:16px;font-size:1.2rem;color:#222}._contactIcon_u2aw7_98{width:40px;height:40px}._contactItem_u2aw7_94 span{font-weight:400;font-size:16px;line-height:150%;color:#141414}._modalButtonPadding_u2aw7_159{padding:14px 24px!important}._header_u2aw7_11{margin-top:50px;display:flex;justify-content:space-between;align-items:flex-start;gap:32px}._title_u2aw7_17{font-size:28px;font-weight:700;margin-bottom:16px;font-family:Unbounded}._modalContent_u2aw7_3{margin-top:32px;overflow-y:auto;max-height:70vh;padding-bottom:16px}._employerBlock_u2aw7_181{display:flex;align-items:center;gap:16px;margin-bottom:8px}._avatar_u2aw7_69{width:64px;height:64px;border-radius:12px;background:#f3f3f3}._employerLabel_u2aw7_193{font-size:14px;color:#888;margin-bottom:2px}._employerName_u2aw7_66{font-size:24px;font-weight:600}._contactBtn_u2aw7_202{background:#1769ff;color:#fff;border:none;border-radius:10px;padding:12px 32px;font-size:1.1rem;font-weight:500;cursor:pointer;margin-top:8px}._tabs_u2aw7_74{display:flex;gap:8px;margin:24px 0 8px}._tabActive_u2aw7_218{background:#1769ff;color:#fff;border:none;border-radius:8px;padding:8px 24px;font-size:1rem;font-weight:500;cursor:pointer}._tab_u2aw7_74{background:#f3f3f3;color:#888;border:none;border-radius:8px;padding:8px 24px;font-size:1rem;font-weight:500;cursor:pointer}._divider_u2aw7_238{border:none;border-top:1px solid #ececec;margin:16px 0}._infoRow_u2aw7_28{display:flex;gap:100px;margin-bottom:32px}._infoLabel_u2aw7_248{font-size:12px;color:#888;margin-bottom:4px}._infoValue_u2aw7_253{font-weight:800;font-size:16px;color:#141414;font-family:Unbounded}._section_u2aw7_24{margin-bottom:28px}._sectionTitle_u2aw7_37{font-weight:800;font-size:20px;color:#14141466;font-family:Unbounded;margin-bottom:8px}._sectionText_u2aw7_48{font-weight:400;font-size:14px;line-height:157%;color:#141414}._cardsContainer_1aknu_1{display:flex;flex-wrap:wrap;gap:32px;justify-content:flex-start;align-items:flex-start;margin:50px 0}@media (max-width: 600px){._card_1aknu_1{width:90%}}._blogsContainer_idagd_1{max-width:1280px;margin:120px auto 0;width:100%;padding:0 16px;box-sizing:border-box}._card_wrapper_idagd_10{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:40px}._blogCard_idagd_17{position:relative}._actionButtons_idagd_21{position:absolute;top:10px;right:10px;display:flex;gap:8px;z-index:10}._editButton_idagd_30,._deleteButton_idagd_31{background:#80808080;border:none;border-radius:6px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}._editButton_idagd_30{color:#198754}._editButton_idagd_30:hover{background:#198754cc;color:#fff;transform:scale(1.05)}._deleteButton_idagd_31{color:#dc3545}._deleteButton_idagd_31:hover{background:#dc3545cc;color:#fff;transform:scale(1.05)}._editButton_idagd_30:disabled,._deleteButton_idagd_31:disabled{opacity:.5;cursor:not-allowed;transform:none}._editButton_idagd_30 svg,._deleteButton_idagd_31 svg{width:16px;height:16px}@media (max-width: 600px){._card_wrapper_idagd_10{justify-content:center}._actionButtons_idagd_21{gap:6px}._editButton_idagd_30,._deleteButton_idagd_31{width:24px;height:24px}._editButton_idagd_30 svg,._deleteButton_idagd_31 svg{width:14px;height:14px}}._projectsContainer_12cty_1{max-width:1280px;margin:120px auto 0;width:100%;padding:0 16px;box-sizing:border-box}._card_wrapper_12cty_9{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:40px}._projectCard_12cty_16{position:relative}._actionButtons_12cty_20{position:absolute;top:10px;right:10px;display:flex;gap:8px;z-index:10}._editButton_12cty_29,._deleteButton_12cty_30{background:#80808080;border:none;border-radius:6px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}._editButton_12cty_29{color:#198754}._editButton_12cty_29:hover{background:#198754cc;color:#fff;transform:scale(1.05)}._deleteButton_12cty_30{color:#dc3545}._deleteButton_12cty_30:hover{background:#dc3545cc;color:#fff;transform:scale(1.05)}._editButton_12cty_29:disabled,._deleteButton_12cty_30:disabled{opacity:.5;cursor:not-allowed;transform:none}._editButton_12cty_29 svg,._deleteButton_12cty_30 svg{width:16px;height:16px}@media (max-width: 600px){._card_wrapper_12cty_9{justify-content:center}._actionButtons_12cty_20{gap:6px}._editButton_12cty_29,._deleteButton_12cty_30{width:24px;height:24px}._editButton_12cty_29 svg,._deleteButton_12cty_30 svg{width:14px;height:14px}}._background_1nvek_1{z-index:1;height:650px;width:100%;background:radial-gradient(circle,#00000080,#0000 70%),linear-gradient(150deg,#141414 23%,#14141400),url(/images/profileBackground.png);background-repeat:no-repeat;background-size:cover}._user_info_1nvek_14{color:#fff;display:flex;justify-content:space-between;margin-top:30px}._user_info__details_1nvek_20{display:flex;gap:30px}._user_info_1nvek_14 h1{font-family:Unbounded;font-weight:800;font-size:24px;line-height:100%}._name_wrapper_1nvek_31{display:flex;align-items:center;gap:12px}._subscription_1nvek_37{font-family:Unbounded;font-weight:700;font-size:12px;color:#fff;border-radius:4px;padding:4px 8px;height:24px;display:flex;align-items:center;justify-content:center}._subscription_pro_1nvek_50{width:48px;background:#195ee6;text-transform:uppercase}._subscription_premium_1nvek_56{width:88px;text-transform:uppercase;background:linear-gradient(135deg,#b5c1d9,#858afb 38%,#c472ff 65%,#d3bbe3)}._user_info_1nvek_14 p{font-weight:400;font-size:16px;line-height:150%}._user_logo_1nvek_73{display:flex;justify-content:center;margin-top:150px}._user_logo_1nvek_73 img{width:150px;height:150px;border-radius:20px}._user_stats_1nvek_83{margin-top:140px;display:flex;justify-content:space-between;align-items:center;color:#fff}._stats_1nvek_90{display:flex;gap:20px}._inf_1nvek_94{display:flex;gap:10px;width:75px}._inf_1nvek_94 img{width:25px;height:25px}._inf_1nvek_94 p{font-weight:400;font-size:16px}._settingsBtn_1nvek_107{cursor:pointer;display:flex;justify-content:center;align-items:center;gap:10px;padding:10px 20px;background-color:#202020;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:none;border-radius:8px;font-size:14px;color:#fff}._settingsBtn_1nvek_107:hover{background-color:#353535;transition:.3s ease-in-out}._settingsBtn_1nvek_107 p{font-weight:600;font-size:14px}._btn_container_1nvek_130{display:flex;flex-wrap:wrap;flex-direction:row;gap:20px;margin-top:70px;margin-bottom:30px}._btn_container_1nvek_130 button{padding:15px 25px}@media (max-width: 1024px){._background_1nvek_1{height:500px}._user_logo_1nvek_73{margin-top:80px}._user_stats_1nvek_83{margin-top:60px;gap:20px}._stats_1nvek_90{justify-content:center}}@media (max-width: 768px){._background_1nvek_1{height:400px;padding-bottom:30px;background-position:center}._user_info_1nvek_14{flex-direction:column;align-items:flex-start;margin-top:20px;gap:10px}._user_info__details_1nvek_20{gap:10px;font-size:14px}._user_logo_1nvek_73{margin-top:40px}._user_logo_1nvek_73 img{width:100px;height:100px}._user_stats_1nvek_83{margin-top:70px;gap:16px}._stats_1nvek_90{gap:10px}._inf_1nvek_94{gap:6px}._inf_1nvek_94 img{width:20px;height:20px}._settingsBtn_1nvek_107{padding:8px 14px;font-size:12px}._btn_container_1nvek_130{position:absolute;margin-top:40px}._btn_container_1nvek_130 button{padding:10px 15px}}@media (max-width: 480px){._background_1nvek_1{height:auto;padding-bottom:20px;background-position:center}._user_logo_1nvek_73 img{width:70px;height:70px}._user_stats_1nvek_83{margin-top:40px;flex-direction:column;align-items:start}._user_info_1nvek_14 h1{font-size:18px}._user_info_1nvek_14 p,._inf_1nvek_94 p{font-size:12px}._settingsBtn_1nvek_107{font-size:11px;padding:6px 10px}}._background_35e0m_1{z-index:1;height:250px;width:100%;background:radial-gradient(circle,#00000080,#0000 70%),linear-gradient(150deg,#141414 23%,#14141400),url(/images/profileBackground.png);background-repeat:no-repeat;background-size:cover;background-position:center}._user_info_35e0m_14{color:#fff;display:flex;justify-content:space-between;margin-top:30px}._user_info__details_35e0m_20{display:flex;gap:30px}._user_info_35e0m_14 h1{font-family:Unbounded;font-weight:800;font-size:24px;line-height:100%}._user_info_35e0m_14 p{font-weight:400;font-size:16px;line-height:150%}._btn_wrapper_35e0m_35{margin-top:35px;display:flex;align-items:center;flex-wrap:wrap;gap:10px}@media (max-width: 540px){._background_35e0m_1{height:300px}._user_info_35e0m_14 h1{font-size:20px}}._profile_account_1khiv_1{display:flex;flex-direction:column;background-color:#141414;color:#fff;padding-bottom:50px}@media (max-width: 768px){._profile_account_1khiv_1{padding-bottom:30px}}._wrapper_1khiv_14 h2{font-family:Unbounded;font-weight:800;font-size:24px;padding:40px 0 20px}@media (max-width: 768px){._wrapper_1khiv_14 h2{font-size:20px;padding:30px 16px 16px;text-align:center}}@media (max-width: 480px){._wrapper_1khiv_14 h2{font-size:18px;padding:24px 12px 12px}}._form_1khiv_35{display:flex;flex-wrap:wrap;padding:20px 0;gap:20px}@media (max-width: 768px){._form_1khiv_35{flex-direction:column;padding:16px;gap:16px}}@media (max-width: 480px){._form_1khiv_35{padding:12px;gap:12px}}._form_group_1khiv_56{display:flex;flex-direction:column;width:300px}@media (max-width: 768px){._form_group_1khiv_56{width:100%;max-width:100%}}._form_group_1khiv_56 label{font-size:14px;color:#ffffff80;margin-bottom:5px}@media (max-width: 768px){._form_group_1khiv_56 label{font-size:15px;margin-bottom:6px}}@media (max-width: 480px){._form_group_1khiv_56 label{font-size:16px;margin-bottom:8px}}._form_group_1khiv_56 input{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:10px;color:#fff;font-size:16px;outline:none}@media (max-width: 768px){._form_group_1khiv_56 input{padding:12px;font-size:16px;border-radius:10px}}@media (max-width: 480px){._form_group_1khiv_56 input{padding:14px 12px;font-size:16px}}._group_1khiv_111{max-width:300px}@media (max-width: 768px){._group_1khiv_111{max-width:100%;width:100%}}._label_1khiv_121{font-size:12px;color:#ffffff80;margin-bottom:5px}@media (max-width: 768px){._label_1khiv_121{font-size:13px;margin-bottom:6px}}@media (max-width: 480px){._label_1khiv_121{font-size:14px;margin-bottom:8px}}._wrapper_1khiv_14 h3{font-family:Manrope;font-weight:400;font-size:18px;color:#ffffff80;padding:10px 10px 10px 40px}@media (max-width: 768px){._wrapper_1khiv_14 h3{font-size:16px;padding:12px 16px;text-align:left}}@media (max-width: 480px){._wrapper_1khiv_14 h3{font-size:15px;padding:10px 12px}}@media (max-width: 320px){._wrapper_1khiv_14 h3{font-size:14px;padding:8px 10px}}._btn_container_1khiv_169{display:flex;flex-wrap:wrap;gap:20px}@media (max-width: 768px){._btn_container_1khiv_169{flex-direction:column;gap:16px;width:100%}}@media (max-width: 480px){._btn_container_1khiv_169{gap:12px}}._phone_container_1khiv_189{display:flex;width:100%;align-items:flex-start;gap:20px}@media (max-width: 768px){._phone_container_1khiv_189{flex-direction:column;gap:16px;align-items:stretch}}@media (max-width: 480px){._phone_container_1khiv_189{gap:12px}}._phone_input_wrapper_1khiv_210{max-width:300px;flex:1}@media (max-width: 768px){._phone_input_wrapper_1khiv_210{max-width:100%;width:100%}}._phone_btn_1khiv_222{height:40px;margin-top:25px;white-space:nowrap}._submit_btn_1khiv_228{height:40px;margin-top:25px}@media (max-width: 768px){._phone_btn_1khiv_222,._submit_btn_1khiv_228{height:44px;margin-top:16px;width:100%;font-size:16px}}@media (max-width: 480px){._phone_btn_1khiv_222,._submit_btn_1khiv_228{height:48px;margin-top:12px;font-size:16px;padding:12px 16px}}@media (min-height: 930px){._form_1khiv_35{min-height:15vh}}@media (max-width: 320px){._wrapper_1khiv_14 h2{font-size:16px;padding:20px 8px 10px}._form_1khiv_35{padding:8px;gap:8px}._form_group_1khiv_56 input{padding:12px 10px;font-size:16px}._phone_btn_1khiv_222,._submit_btn_1khiv_228{height:50px;font-size:15px}}._settings_container_1khiv_281{max-width:1280px;margin:0 auto;width:100%;padding:0 16px;box-sizing:border-box}@media (max-width: 768px){._settings_container_1khiv_281{padding:0 12px}}@media (max-width: 480px){._settings_container_1khiv_281{padding:0 8px}}._main_container_1khiv_301{width:100%;background-color:#141414;min-height:100vh;padding-top:120px}@media (max-width: 768px){._main_container_1khiv_301{padding-top:80px}}._logout_section_1khiv_315{margin-top:40px;padding-top:30px;border-top:1px solid rgba(255,255,255,.1);text-align:center}@media (max-width: 768px){._logout_section_1khiv_315{margin-top:30px;padding-top:24px;margin-bottom:20px}}@media (max-width: 480px){._logout_section_1khiv_315{margin-top:24px;padding-top:20px;margin-bottom:30px;display:flex;align-items:center;justify-content:center}}._logout_btn_1khiv_341{background-color:#dc3545;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .3s ease;min-width:120px}@media (max-width: 768px){._logout_btn_1khiv_341{width:100%;max-width:300px;height:44px;font-size:16px;padding:12px 20px;border-radius:10px}}@media (max-width: 480px){._logout_btn_1khiv_341{height:48px;font-size:16px;padding:14px 20px;max-width:280px}}@media (max-width: 320px){._logout_btn_1khiv_341{height:50px;max-width:260px;font-size:15px}}._logout_btn_1khiv_341:hover{background-color:#c82333}._logout_btn_1khiv_341:active{background-color:#bd2130}@media (hover: none) and (pointer: coarse){._logout_btn_1khiv_341:hover{background-color:#dc3545}._logout_btn_1khiv_341:active{background-color:#c82333;transform:scale(.98);transition:all .1s ease}}@media (max-width: 768px){._profile_account_1khiv_1{line-height:1.5}._form_group_1khiv_56 input:focus{outline:none;border-color:#195ee6;box-shadow:0 0 0 2px #195ee633}._phone_btn_1khiv_222:active,._submit_btn_1khiv_228:active{transform:scale(.98);transition:transform .1s ease}}@media (max-width: 320px){._profile_account_1khiv_1{padding-bottom:20px}._settings_container_1khiv_281{padding:0 4px}}@media (max-width: 768px) and (orientation: landscape){._profile_account_1khiv_1{margin-top:60px}._wrapper_1khiv_14 h2{padding:20px 16px 12px}._logout_section_1khiv_315{margin-top:20px;padding-top:16px;margin-bottom:16px}}._profile_decor_656e2_1{display:flex;flex-direction:column;background-color:#141414;color:#fff;padding-bottom:50px}._wrapper_656e2_8 h2{font-family:Unbounded;font-weight:800;font-size:24px;padding:40px 0 20px}._form_656e2_14{display:flex;padding:20px 0;gap:20px}._form_group_656e2_19{display:flex;flex-direction:column;width:300px}._form_656e2_14 label{font-size:16px;margin-bottom:5px}._form_656e2_14{display:flex;justify-content:space-between}._img_form_656e2_32{display:flex}._img_form2_656e2_35{display:flex;flex-direction:column}._btn_container_656e2_39{display:flex;flex-direction:column;gap:10px}._btn_656e2_39{width:120px;height:40px}._fileInput_656e2_49{appearance:none;-webkit-appearance:none;background:#195ee6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s ease-in-out;width:120px;height:40px}._fileInput_656e2_49:hover{background:#336ad8}._fileInput_656e2_49:disabled{background:#b3c6e6;cursor:not-allowed}._coverImage_656e2_73{max-width:90%}._settings_container_656e2_76{max-width:1280px;margin:0 auto;width:100%;padding:0 16px;box-sizing:border-box}._main_container_656e2_83{width:100%;background-color:#141414}@media (max-width: 600px){._wrapper_656e2_8 h2{font-size:18px;padding:24px 0 12px}._form_656e2_14{flex-direction:column;padding:12px 0;gap:12px}._form_group_656e2_19{width:100%}._btn_656e2_39{width:100%;min-width:100px;height:36px}._coverImage_656e2_73{max-width:100%;height:auto}}@media (max-width: 400px){._wrapper_656e2_8 h2{font-size:15px;padding:12px 0 8px}._form_656e2_14{padding:6px 0}}._profile_info_a0jt8_1{display:flex;flex-direction:column;background-color:#141414;color:#fff;padding-bottom:50px}._wrapper_a0jt8_8 h2{font-family:Unbounded;font-weight:800;font-size:24px;padding:40px 0 20px}._form_a0jt8_14{display:flex;flex-wrap:wrap;padding:20px 0;gap:20px}._form_group_a0jt8_20{display:flex;flex-direction:column;width:300px}._form_group_a0jt8_20 label{font-size:14px;color:#ffffff80;margin-bottom:5px}._form_group_a0jt8_20 input{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:10px;color:#fff;font-size:16px;outline:none}._group_a0jt8_39{max-width:300px}._label_a0jt8_42{font-size:12px;color:#ffffff80;margin-bottom:5px}._wrapper_a0jt8_8 h3{font-family:Manrope;font-weight:400;font-size:18px;color:#ffffff80}._settings_container_a0jt8_53{max-width:1280px;margin:0 auto;width:100%;padding:0 16px;box-sizing:border-box}._main_container_a0jt8_60{width:100%;background-color:#141414}@media (max-width: 600px){._wrapper_a0jt8_8 h2{font-size:18px;padding:24px 16px 12px}._form_a0jt8_14{flex-direction:column;padding:12px 8px;gap:12px;align-items:center}._form_group_a0jt8_20{width:100%}._profile_info_a0jt8_1{align-items:center;text-align:center}}@media (max-width: 400px){._wrapper_a0jt8_8 h2{font-size:15px;padding:12px 4px 8px}._form_a0jt8_14{padding:6px 2px}}._profile_notifications_1xw96_1{display:flex;flex-direction:column;background-color:#141414;color:#fff;padding-bottom:50px}._wrapper_1xw96_8 h2{font-family:Unbounded;font-weight:800;font-size:24px;padding:40px 0 20px}._form_1xw96_14{display:flex;flex-direction:column;padding:20px 0;gap:20px;height:37vh}._form_group_1xw96_22{display:flex;gap:10px}._form_group_1xw96_22 label{font-weight:400;font-size:16px}._stripe_1xw96_30{width:100%;height:1px;background-color:#ffffff1a;margin-bottom:20px}@media (min-height: 854px){._form_1xw96_14{height:50vh}}@media (min-height: 1060px){._form_1xw96_14{height:55vh}}@media (max-width: 600px){._wrapper_1xw96_8{display:flex;flex-direction:column;justify-content:center;align-items:center}._wrapper_1xw96_8 h2{font-size:18px;padding:24px 16px 12px}._form_1xw96_14{padding:12px 8px;gap:12px}}@media (max-width: 400px){._wrapper_1xw96_8 h2{font-size:15px;padding:12px 4px 8px}._form_1xw96_14{padding:6px 2px}}._settings_container_1xw96_71{max-width:1280px;margin:0 auto;width:100%;padding:0 16px;box-sizing:border-box}._main_container_1xw96_78{width:100%;background-color:#141414}input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:16px;height:16px;border:1px solid rgba(255,255,255,.1);background-color:#ffffff0d;border-radius:4px;position:relative;cursor:pointer;flex-shrink:0;margin-top:2px;transition:all .2s ease}input[type=checkbox]:checked{background-color:#007bff;border-color:#007bff}input[type=checkbox]:checked:after{content:url(/icons/checkbox.svg);color:#fff;font-size:14px;font-weight:700;position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)}input[type=checkbox]:hover{border-color:#ffffff4d}._pageContainer_1dt13_1{min-height:100vh;display:flex;flex-direction:column}._title_1dt13_7{font-family:Unbounded;font-weight:800;font-size:36px;color:#141414;text-align:center;margin-bottom:40px}@media (max-width: 768px){._title_1dt13_7{font-size:28px}}._filters_1dt13_22{display:flex;gap:16px;align-items:center;margin-bottom:30px}._searchWrapper_1dt13_29{position:relative;display:inline-flex;align-items:center}._searchIcon_1dt13_35{position:absolute;left:12px;z-index:1;pointer-events:none}._searchInput_1dt13_42{border:1px solid rgba(25,94,230,.1);border-radius:8px;padding:14px 12px 14px 40px;width:590px;height:48px;font-size:16px;font-family:inherit;outline:none;transition:border-color .2s ease;box-sizing:border-box}._searchInput_1dt13_42::placeholder{font-weight:400;font-size:14px;line-height:140%;color:#141414}._filterSelect_1dt13_62{border:1px solid rgba(25,94,230,.1);border-radius:8px;padding:14px 40px 14px 12px;width:219px;height:48px;font-size:16px;outline:none;background:#fff;cursor:pointer;transition:border-color .2s ease;box-sizing:border-box;color:#141414;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23141414' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6,9 12,15 18,9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}._filterSelect_1dt13_62:disabled{opacity:.6;cursor:not-allowed}._errorMessage_1dt13_89{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:20px;text-align:center;font-size:14px}@media (max-width: 1200px){._searchInput_1dt13_42{width:400px}._filterSelect_1dt13_62{width:180px;background-position:right 12px center}}@media (max-width: 768px){._title_1dt13_7{font-size:28px;margin-top:40px;margin-bottom:30px}._filters_1dt13_22{flex-direction:column;gap:16px;align-items:stretch}._searchWrapper_1dt13_29{width:100%}._searchInput_1dt13_42{width:100%;font-size:16px}._filterSelect_1dt13_62{width:100%;font-size:16px;background-position:right 12px center}}@media (max-width: 480px){._title_1dt13_7{font-size:24px;margin-top:30px;margin-bottom:20px}._searchInput_1dt13_42,._filterSelect_1dt13_62{height:44px;padding:12px;font-size:14px}._searchInput_1dt13_42{padding-left:36px}._filterSelect_1dt13_62{padding-right:36px;background-position:right 10px center;background-size:14px}._searchIcon_1dt13_35{left:10px;width:14px;height:14px}}._cardContainer_1dt13_172{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:40px}._loadingMessage_1dt13_179{text-align:center;padding:40px 20px;font-size:16px;color:#666}._noProjects_1dt13_186{text-align:center;padding:40px 20px;font-size:16px;color:#999}._noResults_1dt13_193{text-align:center;padding:40px 20px;font-size:16px;color:#666}._resultsCount_1dt13_200{margin-bottom:20px;font-size:14px;color:#666;font-weight:500}@media (max-width: 1200px){._cardContainer_1dt13_172{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width: 768px){._cardContainer_1dt13_172{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:30px}}@media (max-width: 480px){._cardContainer_1dt13_172{grid-template-columns:1fr;gap:16px}}._pageContainer_hw23v_1{min-height:100vh;display:flex;flex-direction:column}._tabsContainer_hw23v_8{margin-top:40px;margin-bottom:20px}._tabs_hw23v_8{display:flex;justify-content:center;gap:12px}._tab_hw23v_8{border-radius:8px;padding:10px 16px;width:74px;height:40px;border:none;cursor:pointer;font-weight:500;font-size:14px;color:#141414;background:#fff;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._tabActive_hw23v_36{background-color:#195ee6!important;color:#fff!important}._tab_hw23v_8:hover:not(._tabActive_hw23v_36){background-color:#f5f5f5}._searchWrapper_hw23v_46{margin:auto auto 30px;position:relative;width:100%;max-width:400px}._searchIcon_hw23v_54{position:absolute;left:12px;top:50%;transform:translateY(-50%);z-index:1;width:16px;height:16px}._searchInput_hw23v_64{width:100%;height:48px;border:1px solid #e0e0e0;border-radius:8px;padding:12px 12px 12px 40px;font-size:16px;outline:none;transition:border-color .2s ease;box-sizing:border-box}._searchInput_hw23v_64::placeholder{color:#999}._title_hw23v_80{font-family:Unbounded;font-weight:800;font-size:36px;color:#141414;text-align:center;margin-top:20px;margin-bottom:40px}._errorMessage_hw23v_90{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:20px;text-align:center;font-size:14px}._specialistsContainer_hw23v_101{display:flex;flex-direction:column;gap:40px;margin-top:40px}._loadingMessage_hw23v_108{text-align:center;padding:40px 20px;font-size:16px;color:#666}._noSpecialists_hw23v_115{text-align:center;padding:40px 20px;font-size:16px;color:#999}._resultsCount_hw23v_122{margin-bottom:20px;font-size:14px;color:#666;font-weight:500}@media (max-width: 768px){._title_hw23v_80{font-size:28px;margin-top:15px;margin-bottom:30px}._tabsContainer_hw23v_8{margin-top:30px;margin-bottom:15px}._searchWrapper_hw23v_46{margin-bottom:20px}._searchInput_hw23v_64{height:44px;padding:12px;font-size:14px}._searchInput_hw23v_64{padding-left:36px}._searchIcon_hw23v_54{left:10px;width:14px;height:14px}._specialistsContainer_hw23v_101{gap:30px;margin-top:30px}}@media (max-width: 480px){._title_hw23v_80{font-size:24px;margin-top:10px;margin-bottom:20px}._tabsContainer_hw23v_8{margin-top:20px;margin-bottom:10px}._specialistsContainer_hw23v_101{gap:20px}}._specialist_wrapper_a7u4a_1{display:flex;flex-direction:column;gap:30px}._specialist_wrapper__hero_a7u4a_6{display:flex;flex-direction:row;align-items:center;justify-content:space-between}._hero__info_a7u4a_12{display:flex;flex-direction:row;align-items:center;gap:12px}._hero__info_a7u4a_12 img{width:64px;height:64px;border-radius:10px}._info__text_a7u4a_24 h3{font-family:Manrope;font-weight:600;font-size:18px;line-height:24.59px;letter-spacing:0px;word-break:break-all}._name_wrapper_a7u4a_33{display:flex;align-items:center;gap:8px}._subscription_a7u4a_39{font-family:Unbounded;font-weight:700;font-size:12px;color:#fff;border-radius:4px;padding:3px 6px;height:19px;display:flex;align-items:center;justify-content:center}._subscription_pro_a7u4a_52{width:39px;background:#195ee6;text-transform:uppercase}._subscription_premium_a7u4a_58{width:74px;text-transform:uppercase;background:linear-gradient(135deg,#b5c1d9,#858afb 38%,#c472ff 65%,#d3bbe3)}._info__text_a7u4a_24 img{width:16px;height:16px}._info__text_a7u4a_24 p{display:flex;align-items:center;font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px}._hero__btn_a7u4a_84{display:flex;flex-direction:row;align-items:center;gap:10px}._hero__btn_a7u4a_84 img{width:48px;height:48px}._feedback_a7u4a_94{width:120px;height:48px;border:none;border-radius:8px;background-color:#195ee6;color:#fff;cursor:pointer;font-family:Manrope;font-weight:600;font-size:14px;line-height:19.12px;letter-spacing:0px}._photo_card_a7u4a_110{width:243px;display:flex;flex-direction:column;align-items:start;gap:12px;transition:transform .2s ease}._photo_card_a7u4a_110:hover{transform:scale(1.02)}._imageWrapper_a7u4a_123 img{width:243px;height:180px;border-radius:10px}._imageWrapper_a7u4a_123{position:relative}._photo_card_a7u4a_110 p{font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px}._photo_wrapper_a7u4a_140{display:flex;flex-direction:row;align-items:top;justify-content:flex-start;gap:40px;flex-wrap:wrap}._categories_a7u4a_149{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;gap:10px}._categories_a7u4a_149 p{padding:10px 15px;background-color:#195ee60d;border-radius:24px;color:#195ee6;font-family:Manrope;font-weight:500;font-size:14px;line-height:16px;letter-spacing:0px}._category_a7u4a_168{position:absolute;left:10px;bottom:20px;background:#14141459;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;padding:4px 10px;border-radius:6px;font-size:13px;font-family:Manrope;font-weight:500;z-index:2}._rating_wrapper_a7u4a_182{display:flex;flex-direction:row;align-items:center;gap:40px}._group_a7u4a_188{display:flex;gap:5px}._rating_wrapper_a7u4a_182 p{display:flex;align-items:center;gap:5px;color:#14141480;font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px}._rating_wrapper_a7u4a_182 h3{font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px}._rating_wrapper_a7u4a_182 a{font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px;color:#195ee6}._stripe_a7u4a_219{margin:auto auto 30px;width:100%;height:1px;background-color:#195ee61a}@media (max-width: 768px){._photo_wrapper_a7u4a_140{gap:30px;justify-content:center}._photo_card_a7u4a_110,._imageWrapper_a7u4a_123 img{width:280px}}@media (max-width: 560px){._specialist_wrapper_a7u4a_1{gap:20px}._specialist_wrapper__hero_a7u4a_6{align-items:flex-start;flex-direction:column;gap:10px}._feedback_a7u4a_94{width:200px}._hero__info_a7u4a_12,._hero__btn_a7u4a_84{gap:10px}._photo_wrapper_a7u4a_140{flex-direction:column;align-items:center;gap:15px}._photo_card_a7u4a_110{width:100%;margin-bottom:30px}._imageWrapper_a7u4a_123 img{width:100%}._categories_a7u4a_149{flex-wrap:wrap;align-items:center;gap:8px}._categories_a7u4a_149 p{text-align:center}._rating_wrapper_a7u4a_182{flex-wrap:wrap;align-items:center;gap:8px}._info__text_a7u4a_24 h3{font-size:16px}}@media (max-width: 480px){._photo_wrapper_a7u4a_140{gap:10px}._photo_card_a7u4a_110{width:100%}._imageWrapper_a7u4a_123{width:100%;height:auto;max-height:280px}._imageWrapper_a7u4a_123 img{width:100%;max-height:280px;height:auto}}@media (max-width: 380px){._hero__info_a7u4a_12 img{width:50px;height:auto}._hero__info_a7u4a_12 p{font-size:12px}._info__text_a7u4a_24 h3{font-size:14px;line-height:normal}._info__text_a7u4a_24 img{width:15px}._feedback_a7u4a_94{width:100px;height:40px;font-size:12px}._hero__btn_a7u4a_84 img{width:40px;height:40px}}._background_1ifu4_1{z-index:1;height:650px;width:100%;background:radial-gradient(circle,#00000080,#0000 70%),linear-gradient(150deg,#141414 23%,#14141400),url(/images/profileBackground.png);background-repeat:no-repeat;background-size:cover}._user_info_1ifu4_14{color:#fff;display:flex;justify-content:space-between;margin-top:30px}._user_info__details_1ifu4_20{display:flex;gap:30px}._user_info_1ifu4_14 h1{font-family:Unbounded;font-weight:800;font-size:24px;line-height:100%}._name_wrapper_1ifu4_31{display:flex;align-items:center;gap:12px}._subscription_1ifu4_37{font-family:Unbounded;font-weight:700;font-size:12px;color:#fff;border-radius:4px;padding:4px 8px;height:24px;display:flex;align-items:center;justify-content:center}._subscription_pro_1ifu4_50{width:48px;background:#195ee6;text-transform:uppercase}._subscription_premium_1ifu4_56{width:88px;text-transform:uppercase;background:linear-gradient(135deg,#b5c1d9,#858afb 38%,#c472ff 65%,#d3bbe3)}._user_info_1ifu4_14 p{font-weight:400;font-size:16px;line-height:150%}._user_logo_1ifu4_73{display:flex;justify-content:center;margin-top:150px}._user_logo_1ifu4_73 img{width:150px;height:150px;border-radius:20px}._user_stats_1ifu4_83{margin-top:140px;display:flex;justify-content:space-between;align-items:center;color:#fff}._stats_1ifu4_90{display:flex;gap:20px}._inf_1ifu4_94{display:flex;gap:10px;width:75px}._inf_1ifu4_94 img{width:25px;height:25px}._inf_1ifu4_94 p{font-weight:400;font-size:16px}._settingsBtn_1ifu4_107{cursor:pointer;display:flex;justify-content:center;align-items:center;gap:10px;padding:10px 20px;background-color:#202020;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:none;border-radius:8px;font-size:14px;color:#fff}._settingsBtn_1ifu4_107:hover{background-color:#353535;transition:.3s ease-in-out}._settingsBtn_1ifu4_107 p{font-weight:600;font-size:14px}._btn_container_1ifu4_130{display:flex;flex-wrap:wrap;flex-direction:row;gap:20px;margin-top:170px;margin-bottom:20px}._btn_container_1ifu4_130 button{padding:15px 25px}._actionButtons_1ifu4_143{display:flex;gap:10px}._actionButtons_1ifu4_143 button{padding:15px 25px}@media (max-width: 1024px){._background_1ifu4_1{height:500px}._user_logo_1ifu4_73{margin-top:80px}._user_stats_1ifu4_83{margin-top:60px;gap:20px}._stats_1ifu4_90{justify-content:center}}@media (max-width: 768px){._background_1ifu4_1{height:400px;padding-bottom:30px}._user_info_1ifu4_14{flex-direction:column;align-items:flex-start;margin-top:20px;gap:10px}._user_info__details_1ifu4_20{gap:10px;font-size:14px}._user_logo_1ifu4_73{margin-top:40px}._user_logo_1ifu4_73 img{width:100px;height:100px}._user_stats_1ifu4_83{margin-top:70px;gap:16px}._stats_1ifu4_90{gap:10px}._inf_1ifu4_94{gap:6px}._inf_1ifu4_94 img{width:20px;height:20px}._settingsBtn_1ifu4_107{padding:8px 14px;font-size:12px}._btn_container_1ifu4_130{position:absolute;margin-top:40px}._btn_container_1ifu4_130 button{padding:10px 15px}}@media (max-width: 480px){._background_1ifu4_1{height:auto;padding-bottom:20px}._user_logo_1ifu4_73 img{width:70px;height:70px}._user_stats_1ifu4_83{margin-top:40px;flex-direction:column;align-items:start}._user_info_1ifu4_14 h1{font-size:18px}._user_info_1ifu4_14 p,._inf_1ifu4_94 p{font-size:12px}._settingsBtn_1ifu4_107{font-size:11px;padding:6px 10px}._actionButtons_1ifu4_143{width:100%}}._wrapper_cwmzh_1{display:flex;flex-direction:column;margin-top:120px}._wrapper_cwmzh_1 h2{font-family:Unbounded;font-weight:800;font-size:24px;color:#fff;margin-bottom:20px}._blogs_container_cwmzh_15{display:flex;justify-content:flex-start;gap:40px;margin-top:40px}@media (max-width: 768px){._blogs_container_cwmzh_15{grid-template-columns:1fr;gap:16px}._wrapper_cwmzh_1{margin-top:60px}._wrapper_cwmzh_1 h2{font-size:20px}}@media (max-width: 480px){._wrapper_cwmzh_1{margin-top:40px}._wrapper_cwmzh_1 h2{font-size:18px}}._projectsContainer_1opse_1{max-width:1280px;margin:120px auto 0;width:100%;padding:0 16px;box-sizing:border-box}._card_wrapper_1opse_9{display:flex;justify-content:space-between;flex-wrap:wrap}@media (max-width: 600px){._card_wrapper_1opse_9{justify-content:center}}._wrapper_evg27_1{display:flex;gap:20px;align-items:flex-start;flex-wrap:wrap;margin-top:50px;width:1280px;margin-left:auto;margin-right:auto;box-sizing:border-box}@media (max-width: 1280px){._wrapper_evg27_1{width:100%;padding-left:24px;padding-right:24px;box-sizing:border-box}}@media (max-width: 900px){._wrapper_evg27_1{flex-direction:column;gap:16px;align-items:stretch;width:100%;padding-left:12px;padding-right:12px}._block_wrapper_evg27_29,._big_wrapper_evg27_30{width:100%;min-width:0;max-width:100%;padding:24px;margin-bottom:20px;box-sizing:border-box;display:block;flex:unset}}@media (max-width: 600px){._wrapper_evg27_1{width:96vw;max-width:360px;padding-left:0;padding-right:0;margin-top:70px;overflow-x:hidden;margin-left:auto;margin-right:auto}._block_wrapper_evg27_29,._big_wrapper_evg27_30{width:92vw;max-width:360px;margin-left:auto;margin-right:auto;padding:12px;border-radius:12px}._block_evg27_29 h1{font-size:16px;margin-bottom:12px}._line_city_evg27_65 h4,._social_evg27_66 p{font-size:13px}._icons_evg27_69 img{width:28px}}@media (max-width: 400px){._wrapper_evg27_1{padding-left:0;padding-right:0}._block_wrapper_evg27_29,._big_wrapper_evg27_30{width:96vw;max-width:98vw;padding:6px;border-radius:8px}._block_evg27_29 h1{font-size:13px}}._line_evg27_65{display:flex;align-items:center;gap:10px}._block_evg27_29 h1{font-family:Unbounded;font-weight:800;font-size:20px;margin-bottom:20px}._line_city_evg27_65{display:flex;justify-content:space-between}._line_city_evg27_65 h4{font-family:Manrope;font-weight:400;font-size:16px;line-height:150%;color:#14141480}._line_wrapper_evg27_112{display:flex;flex-direction:column;gap:10px}._block_wrapper_evg27_29{min-width:250px;width:100%;flex:1 1 0;padding:40px;border:1px solid #195ee61a;box-shadow:0 1px 1px #1e3c720d;border-radius:20px;margin-bottom:30px;display:inline-block}._big_wrapper_evg27_30{min-width:350px;width:100%;flex:1 1 0;padding:40px;border:1px solid #195ee61a;box-shadow:0 1px 1px #1e3c720d;border-radius:20px;margin-bottom:30px;display:inline-block}._social_evg27_66{display:flex;flex-direction:column;gap:10px;margin-top:15px}._social_evg27_66 p{font-family:Manrope;font-weight:400;font-size:14px;line-height:150%;color:#14141480}._icons_evg27_69{display:flex;align-items:center;gap:20px}._icons_evg27_69 img{width:35px}._wrapper_144qa_1{display:flex;flex-direction:column;margin-top:120px}._card_144qa_6{background:#181818;border-radius:16px;box-shadow:0 2px 8px #0000000a;padding:24px;min-width:320px;max-width:400px;width:100%;display:flex;flex-direction:column;gap:16px}._header_144qa_18{display:flex;align-items:center;gap:16px}._avatar_144qa_23{width:56px;height:56px;border-radius:50%;object-fit:cover}._name_144qa_29{font-size:18px;font-weight:700;color:#fff}._city_144qa_34{font-size:14px;color:#aaa}._projects_144qa_38{display:flex;flex-direction:column;gap:12px}._project_144qa_38{display:flex;align-items:center;gap:12px;background:#222;border-radius:8px;padding:8px 12px}._projectImg_144qa_51{width:48px;height:48px;border-radius:8px;object-fit:cover}._projectInfo_144qa_57{display:flex;flex-direction:column}._projectName_144qa_61{font-size:15px;color:#fff}._projectCategory_144qa_65{font-size:13px;color:#aaa}._addWork_es4t9_1{margin-top:120px;min-height:80vh;padding-bottom:32px}._backButton_es4t9_7{margin-top:40px;display:flex;gap:12px;align-items:center}._backButton_es4t9_7 p{margin:0;line-height:1;font-size:16px;font-weight:500}._backButton_es4t9_7 img{display:block;width:20px;height:20px}._button_es4t9_26{display:flex;justify-content:end;margin-top:24px}._publishButton_es4t9_31{cursor:pointer;outline:none;border:none;border-radius:8px;padding:14px 24px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#195ee6;color:#fff;font-weight:500;font-size:14px}._content_es4t9_43 h1{font-family:Unbounded;font-weight:800;font-size:24px;color:#141414;margin-top:24px}._wrapper_es4t9_51 h2{font-family:Unbounded;font-weight:800;font-size:24px;padding:40px 0 20px;color:#141414}._form_es4t9_59{display:flex;padding:20px 0;gap:20px;justify-content:space-between}._img_form_es4t9_66{display:flex;align-items:top}._btn_container_es4t9_71{display:flex;flex-direction:column;gap:10px}._btn_es4t9_71{width:120px;height:40px}._fileInput_es4t9_82{appearance:none;-webkit-appearance:none;background:#195ee6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s ease-in-out;width:120px;height:40px}._fileInput_es4t9_82:hover{background:#336ad8}._fileInput_es4t9_82:disabled{background:#b3c6e6;cursor:not-allowed}._btnDelete_es4t9_109{border-radius:8px;padding:14px 24px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#1414140d;border:none;outline:none;cursor:pointer;transition:all .3s ease-in-out}._btnDelete_es4t9_109:hover{background:#1414141a}._formGrid_es4t9_123{display:flex;flex-direction:column;gap:20px;margin-top:20px}._formGrid_es4t9_123 .form_group{width:100%!important}._formRow_es4t9_134{display:grid;grid-template-columns:1fr 1fr;gap:20px}._salaryRow_es4t9_140{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}._formRow_es4t9_134 .form_group{width:100%!important}._formField_es4t9_154{display:flex;flex-direction:column;width:100%}._formLabel_es4t9_160{font-size:14px;color:#14141466;margin-bottom:5px}._formSelect_es4t9_166{width:100%;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:15px 48px 15px 10px;color:#374151;font-size:16px;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 7.5L9 12L13.5 7.5" stroke="%23374151" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-position:right 18px center;background-size:18px 18px;box-sizing:border-box}._formInput_es4t9_185{width:100%;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:15px 10px;color:#374151;font-size:16px;outline:none;box-sizing:border-box}._formTextarea_es4t9_197{width:100%;font-family:Manrope;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px;color:#374151;font-size:14px;outline:none;resize:none;box-sizing:border-box;height:80px;min-height:80px}._formTextareaSmall_es4t9_213{width:100%;font-family:Manrope;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px;color:#374151;font-size:14px;outline:none;resize:none;box-sizing:border-box;height:48px;min-height:48px}._formTextareaMedium_es4t9_229{width:100%;font-family:Manrope;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px;color:#374151;font-size:14px;outline:none;resize:none;box-sizing:border-box;height:70px;min-height:70px}._formTextareaLarge_es4t9_245{width:100%;font-family:Manrope;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px;color:#374151;font-size:14px;outline:none;resize:none;box-sizing:border-box;height:114px;min-height:114px}input._formInput_es4t9_185,textarea._formInput_es4t9_185,input._formInput_es4t9_185:-webkit-autofill,textarea._formInput_es4t9_185:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset!important;box-shadow:0 0 0 1000px #fff inset!important;-webkit-text-fill-color:#374151!important;color:#374151!important;border:1px solid #e5e7eb!important;transition:background-color 5000s ease-in-out 0s}@media (max-width: 600px){._wrapper_es4t9_51 h2{font-size:18px;padding:24px 0 12px}._form_es4t9_59{flex-direction:column;padding:12px 0;gap:12px}._btn_es4t9_71{width:100%;min-width:100px;height:36px}._formRow_es4t9_134,._salaryRow_es4t9_140{grid-template-columns:1fr;gap:12px}}@media (max-width: 400px){._wrapper_es4t9_51 h2{font-size:15px;padding:12px 0 8px}._form_es4t9_59{padding:6px 0}._formGrid_es4t9_123{gap:16px}}._backButtonCursor_es4t9_318{cursor:pointer}._logoImage_es4t9_322{width:120px;height:120px;object-fit:cover;border-radius:20px;margin-right:20px}._logoLabel_es4t9_330{color:#141414b3}._fileInputButton_es4t9_334{cursor:pointer}._fileInputButton_es4t9_334._disabled_es4t9_338{cursor:not-allowed}._hiddenFileInput_es4t9_342{display:none}._emptyDiv_es4t9_346{display:flex;flex-direction:column;width:100%}@media (max-width: 400px){._cards_slcx8_2>*{max-width:180px;padding:6px 4px!important;font-size:11px!important;border-radius:7px!important}._WorkPage_slcx8_8 h1{font-size:18px}._tabs_slcx8_11{gap:2px}}@media (max-width: 600px){._cards_slcx8_2{flex-direction:column;gap:12px;align-items:center}._cards_slcx8_2>*{max-width:260px;min-width:0;padding:10px 8px!important;font-size:13px!important;border-radius:10px!important}._WorkPage_slcx8_8{padding-top:70px;min-height:65vh}._buttons_slcx8_32{flex-direction:column;gap:12px;align-items:stretch}._tabs_slcx8_11{margin-top:16px;gap:4px}._WorkPage_slcx8_8 h1{font-size:24px}}@media (max-width: 600px){._cards_slcx8_2{flex-direction:column;gap:16px;align-items:center}._cards_slcx8_2>*{max-width:90%;min-width:0;padding:16px 12px!important;font-size:15px!important;border-radius:16px!important}._WorkPage_slcx8_8{padding-top:80px;min-height:70vh}._buttons_slcx8_32{flex-direction:column;gap:16px;align-items:stretch}._tabs_slcx8_11{margin-top:20px;gap:6px}._WorkPage_slcx8_8 h1{font-size:28px}}._WorkPage_slcx8_8{padding-top:120px;background:#141414;min-height:80vh}._WorkPage_slcx8_8 h1{font-weight:800;font-size:36px;color:#fff}._buttons_slcx8_32{display:flex;justify-content:space-between;align-items:center}._tabs_slcx8_11{display:flex;gap:10px;margin-top:34px}._WorkPageButton_slcx8_95{cursor:pointer;outline:none;border:none;border-radius:8px;padding:12px 24px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff0d;color:#fff}._WorkPageButtonActive_slcx8_105{cursor:pointer;outline:none;border:none;border-radius:8px;padding:12px 24px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#195ee6;color:#fff}._cards_slcx8_2{margin:32px 0;display:flex;gap:32px;flex-wrap:wrap}@media (max-width: 600px){._cards_slcx8_2{flex-direction:column;gap:20px;align-items:center}._cards_slcx8_2>*{min-width:0}._WorkPage_slcx8_8{padding-top:80px;min-height:70vh}._buttons_slcx8_32{flex-direction:column;gap:16px;align-items:stretch}._tabs_slcx8_11{margin-top:20px;gap:6px}._WorkPage_slcx8_8 h1{font-size:28px}}._footer_105sy_1{background-color:#141414;color:#fff;padding:20px 0;border-top:1px solid rgba(255,255,255,.05)}._footer_content_105sy_8{display:flex;justify-content:start;gap:60px;align-items:flex-start}._logo_block_105sy_14{width:360px;height:200px;display:flex;flex-direction:column;justify-content:space-between}._logo_block_105sy_14 img{width:155px;transition:opacity .2s ease;cursor:pointer}._logo_block_105sy_14 img:hover{opacity:.8}._info_block_105sy_30{display:flex;flex-direction:column;gap:16px;max-width:300px}._info_block_105sy_30 h2{font-family:Unbounded;font-weight:800;font-size:20px;color:#fff}._info_block_105sy_30 p{font-weight:500;font-size:14px;color:#fff;opacity:.5}._nav_block_105sy_48{display:flex;flex-direction:column;gap:16px}._nav_block_105sy_48 h2{font-family:Unbounded;font-weight:800;font-size:20px;color:#fff}._nav_block_105sy_48 p{font-weight:500;font-size:14px;color:#fff;opacity:.5;transition:opacity .2s ease}._nav_block_105sy_48 p:hover{opacity:.8}._wrapper_blocks_105sy_70{display:flex;gap:48px}@media (max-width: 1024px){._wrapper_blocks_105sy_70{gap:10px}}@media (max-width: 768px){._footer_content_105sy_8{flex-direction:column;gap:40px;align-items:flex-start}._logo_block_105sy_14{width:100%;height:auto;gap:20px}._wrapper_blocks_105sy_70{flex-direction:column;gap:40px;width:100%}._info_block_105sy_30,._nav_block_105sy_48{max-width:100%;width:100%;text-align:left}._info_block_105sy_30 h2,._nav_block_105sy_48 h2{font-size:18px}}@media (max-width: 480px){._footer_105sy_1{padding:16px 0}._footer_content_105sy_8,._wrapper_blocks_105sy_70{gap:30px}._info_block_105sy_30 h2,._nav_block_105sy_48 h2{font-size:16px}._info_block_105sy_30 p,._nav_block_105sy_48 p{font-size:13px}}*{margin:0;padding:0}body{background-color:#fff;font-family:Manrope,serif}body.no-scroll,html.no-scroll{overflow:hidden!important;height:100%!important}body.no-scroll{position:fixed!important;width:100%!important;left:0!important}
