@charset "UTF-8";@font-face{font-family:Monserrat;font-weight:400;font-display:swap;src:url(/assets/Montserrat-Regular-DUGs91kD.woff2) format("woff2")}@font-face{font-family:Monserrat;font-weight:500;font-display:swap;src:url(/assets/Montserrat-Medium-BxkC554Y.woff2) format("woff2")}@font-face{font-family:Monserrat;font-weight:600;font-display:swap;src:url(/assets/Montserrat-SemiBold-Cv33Jq3j.woff2) format("woff2")}@font-face{font-family:Monserrat;font-weight:700;font-display:swap;src:url(/assets/Montserrat-Bold-BnsMPvJF.woff2) format("woff2")}@font-face{font-family:Monserrat;font-weight:800;font-display:swap;src:url(/assets/Montserrat-ExtraBold-DcoeX93S.woff2) format("woff2")}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;box-sizing:border-box;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}button{border:0;padding:0}a{text-decoration:none}input{border:0}input:focus{outline:none}h1,h2,h3,h4,h5,h6,p{line-height:normal}:root{--black: #000000;--dark: #1f2433;--darkLight: #242939;--white: #ffffff;--snow: #eaf1f7;--beige: #f3f3f3;--blue: #1362ab;--blue-text: #285680;--red: #bd2727;--green-text: #198754;--red-text: #dc3545;--purple: #7000ff;--color-primary: #5282ff;--color-secondary: #9c9ca5;--color-white: #ffffff;--color-black: #000000;--color-dark: #1f1e2e;--color-gray-100: #e9e9e9;--color-gray-200: #d0d0d0;--color-gray-300: #616161;--color-success: #34c759;--color-error: #d91528;--color-white-38: #ffffff61;--color-white-60: #ffffff99;--color-white-99: #ffffff;--skeleton-base-color: #f0f0f0;--skeleton-highlight-color: #e0e0e0;--gradient-primary: linear-gradient( 118.66deg, #5282ff 18.45%, rgba(82, 130, 255, .6) 112.05% )}html[data-theme=dark]{--color-gray-300: var(--color-secondary)}[data-theme=dark]{--skeleton-base-color: #333333;--skeleton-highlight-color: #444444}.container{max-width:1500px;margin:0 auto;padding:0 15px;width:100%}.main__wrap{display:flex;min-height:100vh;flex-wrap:nowrap;justify-content:flex-start;align-content:stretch;align-items:flex-start;flex-direction:column;align-items:center}.page-container{display:flex;flex-direction:column;gap:10px;margin-left:340px;padding-bottom:10px}@media(max-width:1400px){.page-container{margin-left:300px}}@media(max-width:1000px){.page-container{margin-left:0;margin-top:89px}}.page-wrap{margin-top:100px}@media(max-width:1000px){.page-wrap{margin-top:0}}.page-wrap-v1{margin-top:20px}.container-v1{margin:0 auto;padding:15px;width:100%}.page-container-v1{display:flex;flex-direction:column;gap:10px;margin-left:400px;padding-bottom:10px}@media(max-width:1400px){.page-container-v1{margin-left:300px}}@media(max-width:1200px){.page-container-v1{margin-left:270px}}@media(max-width:992px){.page-container-v1{margin-left:0;margin-top:50px}}body{color:var(--foreground);background:var(--snow);font-family:Monserrat;min-height:100svh;transition:.35s}body::-webkit-scrollbar{width:6px}body::-webkit-scrollbar-track{background:transparent}body::-webkit-scrollbar-thumb{background:#5282ff;border-radius:8px}[data-theme=dark] body{background:#1f1e2e}.w-full{width:100%}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.flex-col{flex-direction:column}.relative{position:relative}.absolute{position:absolute}.grow{flex-grow:1}.m-0{margin:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}@media(max-width:992px){.main__wrap{margin-left:0;padding-top:0;flex-direction:column}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.markup-inline-code{background:#f0f0f5;color:#d6336c;padding:2px 6px;border-radius:6px;font-family:JetBrains Mono,Fira Code,monospace;font-size:13px;word-break:break-all}.markup-code-block{background:#1e1e2e;border-radius:8px;overflow:hidden;margin:5px 0;-webkit-user-select:text;-moz-user-select:text;user-select:text}.markup-code-block:hover .markup-code-block__copy{opacity:1}.markup-code-block__header{display:flex;align-items:center;justify-content:space-between;padding:10px;gap:8px;background:#2a2a3d;font-size:12px;color:#999}.markup-code-block__copy{background:none;border:none;color:#9aa0b8;cursor:pointer;padding:4px 6px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,opacity .2s;opacity:.5}.markup-code-block__copy svg{display:block}.markup-code-block__copy:hover{background:#5282ff26;color:#5282ff;opacity:1}.markup-code-block pre{margin:0;padding:12px 14px;overflow-x:auto}.markup-code-block code{color:#e0e0e0;font-family:JetBrains Mono,Fira Code,monospace;font-size:13px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.markup-bold{font-weight:700!important}b,strong{font-weight:700}.markup-sticker{font-size:24px;vertical-align:middle;line-height:1}[data-theme=dark] .markup-inline-code{background:#2a2a3d;color:#ff8ba7}._aside_2ivdc_1{flex-grow:1;position:fixed;width:400px;height:100%;max-height:calc(100dvh - 30px);padding-right:15px}@media(max-width:992px){._aside_2ivdc_1{padding:0 5px}}._blue_2ivdc_17{background:linear-gradient(270deg,#97b4ff,#5a87ff)!important}._blueColor_2ivdc_20 p{color:#5282ff!important}._mt-0_2ivdc_23{margin-top:0!important}._blue_2ivdc_17 p{color:#fff!important}._blue_2ivdc_17 svg path{stroke:#fff!important}._aside__wrapper_2ivdc_35{box-sizing:content-box;display:flex;align-content:stretch;flex-direction:column;min-width:270px;max-width:340px;width:100%;flex:0 0 auto}._asideWripe_2ivdc_48{background:#fff;padding:12px 12px 10px;border-radius:16px;position:relative;display:flex;flex-direction:column;transition:.35s;height:100%}._asideWripeTitle_2ivdc_61{padding-left:12px;padding-right:12px;padding-top:10px;height:-moz-max-content;height:max-content;margin-bottom:20px;display:flex;transition:.35s;background:#fff;justify-content:space-between;gap:20px}._asideWripeTitle_2ivdc_61:hover x{transform:translate(50%)}._asideWrapBack_2ivdc_79{display:flex;align-items:center;gap:8px;transition:.35s}._asideWrapBack_2ivdc_79 p{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718}._asideWrapBack_2ivdc_79 svg{transition:.35s}._asideWrapBack_2ivdc_79:hover{opacity:.7}._asideWrapBack_2ivdc_79:hover svg{transform:translate(-3px)}._asideWripeTitle_2ivdc_61 span{display:flex;transition:.4s}._asideWripeItemsScroll_2ivdc_110{height:100%;display:flex;flex-direction:column;overflow:auto}._asideWripeItems_2ivdc_110{display:flex;flex-direction:column;height:100%}._asideWripeSubLink_2ivdc_123._active_2ivdc_123{color:#5282ff!important}._asideProfile_2ivdc_127{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding:0 12px;gap:8px;position:relative;margin-bottom:10px}._aside__button-out_2ivdc_138{background:transparent}._asideProfileUser_2ivdc_142{display:flex;align-items:center;gap:8px}._asideProfileUser_2ivdc_142 a{display:flex}._asideProfileUser_2ivdc_142 h4 a{color:#171718;transition:.35s}._asideProfileUser_2ivdc_142 h4 a:hover,._asideProfileUser_2ivdc_142:hover ._asideProfileBlock_2ivdc_160 h4{color:#5282ff}._asideProfileBlock_2ivdc_160{display:flex;align-items:center;gap:2px;background:transparent;cursor:pointer}._asideProfileBlock_2ivdc_160 svg{transition:.3s}._asideProfileBlock_2ivdc_160._active_2ivdc_123 h4{color:#5282ff}._asideProfileBlock_2ivdc_160._active_2ivdc_123 svg{transform:rotate(180deg)}._asideProfileBlock_2ivdc_160 h4{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718;transition:.35s}._asideProfileBlock_2ivdc_160 p{font-weight:500;font-size:12px;color:#9c9ca5;display:flex;align-items:center}._asideProfileImg_2ivdc_198{border-radius:100%;border:1px solid #d0d0d0}._asideProfileNotifications_2ivdc_203{margin-left:auto;display:flex;position:relative;background:transparent;cursor:pointer;padding:12px 10px}._asideProfileNotificationsCounter_2ivdc_212{position:absolute;right:0;top:0;border:1px solid #ffffff;background:#5282ff;border-radius:44px;padding:2px 4px;display:flex;align-items:center;justify-content:center;font-family:Monserrat,sans-serif;font-weight:900;font-size:10px;text-align:center;color:#fff}._asideProfileDropdown_2ivdc_230{border:1px solid #d0d0d0;background:#fff;right:0;left:0;bottom:50px;margin:0 1px;border-radius:8px;padding:8px;box-shadow:0 -4px 24px #00000014;display:flex;flex-direction:column;align-items:start;position:absolute;animation:_showDropdown_2ivdc_1 .35s ease}._asideProfileDropdown_2ivdc_230._hide_2ivdc_246{animation:_hideDropdown_2ivdc_1 .3s ease}._asideProfileDropdownItem_2ivdc_250{display:flex;align-items:center;background:transparent;gap:8px;border-radius:8px;padding:12px 10.5px;cursor:pointer;width:100%}._asideProfileDropdownItem_2ivdc_250 span{display:flex;margin-left:auto;font-weight:500;font-size:14px;text-align:right;color:#d0d0d0}._asideProfileDropdownItem_2ivdc_250._settingsBtn_2ivdc_268{transition:.35s}._asideProfileDropdownItem_2ivdc_250._settingsBtn_2ivdc_268:hover{background:#5282ff1a}._asideProfileDropdownItem_2ivdc_250._logoutBtn_2ivdc_275 p{transition:color .35s}._asideProfileDropdownItem_2ivdc_250._logoutBtn_2ivdc_275:hover p{color:#d91528}._asideProfileDropdownItem_2ivdc_250._logoutBtn_2ivdc_275 svg path{transition:stroke .35s}._asideProfileDropdownItem_2ivdc_250._logoutBtn_2ivdc_275:hover svg path{stroke:#d91528}._asideProfileDropdownItemToggle_2ivdc_288{margin-left:auto;display:flex}._asideProfileDropdownItem_2ivdc_250 p{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718}._asideProfileDropdownItem_2ivdc_250:not(label):last-of-type p{color:#9c9ca5}._asideProfileDropdownItem_2ivdc_250._active_2ivdc_123{background:#5282ff1a;border-radius:8px}._asideProfileDropdownItem_2ivdc_250 p{color:#171718!important}._asideProfileDropdownItem_2ivdc_250._blueColor_2ivdc_20 p,._asideProfileDropdownItem_2ivdc_250._blueColor_2ivdc_20 span{color:#5282ff!important}._aside__bottom_2ivdc_317{margin-top:auto}._aside_line_2ivdc_321{margin:8px 12px;border:.5px solid #e3ebfa}._asideProfileBalance_2ivdc_350{display:flex;align-items:center;gap:4px;border:1px solid #d0d0d0;border-radius:8px;padding:4px 8px}._aside__profile-amount_2ivdc_359{display:flex;gap:4px;align-items:center;margin-top:4px}._asideProfileBalanceStars_2ivdc_366{display:flex;align-items:center;gap:4px;background:linear-gradient(90deg,#648fff,#8cacff);border-radius:8px;padding:4px 8px;width:-moz-max-content;width:max-content}._asideProfileBalanceStars_2ivdc_366 p{color:#fff!important}._asideProfileBalance_2ivdc_350:hover ._asideProfileBalanceText_2ivdc_379{color:#5282ff}._asideProfileBalanceText_2ivdc_379{font-weight:500;font-size:12px;color:#000;transition:.35s}._asideWripeItemsScroll_2ivdc_110::-webkit-scrollbar{width:8px}._asideWripeItemsScroll_2ivdc_110::-webkit-scrollbar-track{background:transparent}._asideWripeItemsScroll_2ivdc_110::-webkit-scrollbar-thumb{background-color:#5282ff;border-radius:10px}._asideSocials_2ivdc_408{display:flex;gap:8px}._asideSocial_2ivdc_408{width:100%;border-radius:8px;padding:8px 10.5px;background:#f3f3f3;justify-content:center;align-items:baseline;display:flex;transition:.4s}._asideSocial_2ivdc_408:hover{background:#5282ff}._asideSocial_2ivdc_408 svg path{transition:.4s}._asideSocial_2ivdc_408:hover svg path{fill:#fff}._asideSocial_2ivdc_408:first-of-type{margin-left:0}._aside_2ivdc_1._active_2ivdc_123{height:100dvh}._aside_2ivdc_1._active_2ivdc_123 ._asideWripeItems_2ivdc_110{margin-top:8px}._burgerContainer_2ivdc_451{cursor:pointer;display:none;background:transparent;border:1px solid #d0d0d0;border-radius:8px;width:40px;height:40px;align-items:center;justify-content:center}._burgerIcon_2ivdc_463{display:flex;flex-direction:column;width:16px;height:12px;justify-content:space-between;transition:transform .3s ease}._burgerBar_2ivdc_472{height:2px;background-color:#000;transition:all .3s ease}._burgerIcon_2ivdc_463._open_2ivdc_478 ._burgerBar_2ivdc_472:nth-child(1){transform:translateY(5px) rotate(45deg)}._burgerIcon_2ivdc_463._open_2ivdc_478 ._burgerBar_2ivdc_472:nth-child(2){opacity:0}._burgerIcon_2ivdc_463._open_2ivdc_478 ._burgerBar_2ivdc_472:nth-child(3){transform:translateY(-5px) rotate(-45deg)}@keyframes _showShadow_2ivdc_1{0%{opacity:0}to{opacity:1}}@keyframes _showDropdown_2ivdc_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes _hideDropdown_2ivdc_1{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}._logotype_2ivdc_522._lightLogo_2ivdc_522{display:none}[data-theme=dark] ._asideSkeleton_2ivdc_527{--skeleton-base-color: #1f1e2e;--skeleton-highlight-color: #262533}[data-theme=dark] ._logotype_2ivdc_522._lightLogo_2ivdc_522{display:flex}[data-theme=dark] ._logotype_2ivdc_522{display:none}[data-theme=dark] ._asideWripe_2ivdc_48,[data-theme=dark] ._asideWripeTitle_2ivdc_61,[data-theme=dark] ._asideProfileDropdown_2ivdc_230{background:#242939}[data-theme=dark] ._blue_2ivdc_17{background:linear-gradient(270deg,#172e6a,#5a87ff)!important}[data-theme=dark] ._aside_line_2ivdc_321{border:.5px solid rgba(227,235,250,.1)}[data-theme=dark] ._asideSocial_2ivdc_408 svg path{fill:#7a8cb2!important}[data-theme=dark] ._asideSocial_2ivdc_408:hover svg path{fill:#fff!important}[data-theme=dark] ._asideSocial_2ivdc_408{background:#1f1e2e}[data-theme=dark] ._asideProfileNotificationsCounter_2ivdc_212{border:1px solid #242939}[data-theme=dark] ._asideProfileBalance_2ivdc_350{border:1px solid #242939;background:#1f1e2e}[data-theme=dark] ._asideProfileDropdown_2ivdc_230,[data-theme=dark] ._asideProfileImg_2ivdc_198{border:1px solid #1f1e2e}[data-theme=dark] ._burgerBar_2ivdc_472{background-color:#fff}[data-theme=dark] ._asideWripeTitle_2ivdc_61 svg path:nth-of-type(5),А [data-theme=dark] ._asideWripeTitle_2ivdc_61 svg path:nth-of-type(6),[data-theme=dark] ._asideWripeTitle_2ivdc_61 svg path:nth-of-type(7),[data-theme=dark] ._asideWripeTitle_2ivdc_61 svg path:nth-of-type(8),[data-theme=dark] ._asideSocial_2ivdc_408 svg path{fill:#fff}[data-theme=dark] ._asideSocial_2ivdc_408:hover{background:#5282ff}[data-theme=dark] ._asideProfileBalance_2ivdc_350 svg path,[data-theme=dark] ._asideWrapBack_2ivdc_79 svg path,[data-theme=dark] ._asideProfileDropdown_2ivdc_230 svg path,[data-theme=dark] ._asideProfileNotifications_2ivdc_203 svg path{stroke:#fff}[data-theme=dark] ._asideProfileBlock_2ivdc_160 h4,[data-theme=dark] ._asideProfileBalanceText_2ivdc_379,[data-theme=dark] ._asideWrapBack_2ivdc_79 p,[data-theme=dark] ._asideProfileDropdown_2ivdc_230 p,[data-theme=dark] ._asideProfileUser_2ivdc_142 h4 a{color:#fff}[data-theme=dark] ._asideProfileDropdownItem_2ivdc_250 p{color:#fff!important}[data-theme=dark] ._asideProfileDropdownItem_2ivdc_250._blueColor_2ivdc_20 p{color:#5282ff!important}[data-theme=dark] ._asideProfileDropdownItem_2ivdc_250._blueColor_2ivdc_20 svg path{stroke:#5282ff!important}[data-theme=dark] ._asideProfileDropdownItem_2ivdc_250 svg path{stroke:#fff}[data-theme=dark] ._asideProfileBalance_2ivdc_350._asideProfileBalanceStars_2ivdc_366{background:linear-gradient(90deg,#648fff,#264185)}@media(max-height:800px){._asideWripeItems_2ivdc_110{height:auto}}@media(max-width:1400px){._aside_2ivdc_1{max-width:300px}._asideWrapBackButton_2ivdc_639{padding:9px 8px!important}._aside__wrapper_2ivdc_35{width:300px}._logotype_2ivdc_522{width:117px}}@media(max-width:1200px){._aside_2ivdc_1{width:270px}._asideWripe_2ivdc_48{padding:8px 8px 10px}._aside__wrapper_2ivdc_35{width:270px}._logotype_2ivdc_522{width:95px}}@media(max-width:992px){._asideWripeTitle_2ivdc_61:hover span{transform:translate(0)}._asideWripeTitle_2ivdc_61{margin-bottom:0;padding-top:0}._asideWripeItemsScroll_2ivdc_110{margin-top:10px}._asideWripeItemsScroll_2ivdc_110::-webkit-scrollbar{width:5px}._aside_2ivdc_1:before{height:-moz-max-content;height:max-content}._aside_2ivdc_1._active_2ivdc_123:before{content:"";position:absolute;width:calc(100% + 22px);height:calc(100vh + 22px);left:-10px;right:0;top:0;bottom:0;background:#00000080;animation:_showShadow_2ivdc_1 .4s ease}._burgerContainer_2ivdc_451{display:flex}._asideHeadAdp_2ivdc_717{display:flex;align-items:center;justify-content:space-between}._aside__wrapper_2ivdc_35{position:fixed;padding:0;height:56px;min-width:calc(100% - 20px);top:0;left:10px;right:10px;z-index:3}._aside_2ivdc_1{position:relative;width:100%;max-width:100%;padding-bottom:0;transition:height .35s}._aside_2ivdc_1._active_2ivdc_123{margin-top:0;padding-bottom:10p;bottom:10px;padding-top:10px}._asideWripe_2ivdc_48{border-radius:0 0 12px 12px;width:100%;max-width:100%}}@media(max-width:450px){._asideWrapBack_2ivdc_79{display:none}}._item_i29qm_1{display:flex;flex-direction:column;overflow:hidden;transition:.3s;flex-shrink:0}._itemFirst_i29qm_10{display:flex;align-items:center;width:100%;transition:.3s;background:transparent;border:none;cursor:pointer;border-radius:8px;padding:12px 10.5px;gap:8px;margin-top:8px;text-decoration:none}._itemFirst_i29qm_10:hover{background:#5282ff1a}._itemFirst_i29qm_10:first-of-type{margin-top:0}._itemLine_i29qm_30 ._itemFirst_i29qm_10:hover{background:transparent}._itemFirst_i29qm_10 p{text-align:left;font-family:Monserrat;padding-left:36px;font-weight:500;font-size:14px;color:#000;line-height:130%;transition:.35s}._itemLine_i29qm_30 ._itemFirst_i29qm_10{cursor:auto}._item_i29qm_1 a:not(._itemFirst_i29qm_10){text-decoration:none;padding-left:36px;font-weight:500;font-size:14px;color:#000;cursor:pointer;line-height:130%;transition:.35s}._item_i29qm_1 a._itemFirst_i29qm_10:hover{background:#5282ff1a;border-radius:8px}._item_i29qm_1 a:hover:not(._itemFirst_i29qm_10){transform:translate(-5px);color:#5282ff}._itemFirst_i29qm_10 span{display:flex;align-items:center}._itemFirst_i29qm_10 p{padding-left:0;width:100%}._line_i29qm_84{margin:8px 12px;border:.5px solid #E3EBFA}._itemArrow_i29qm_89{margin-left:auto;padding-right:12px;padding-left:0;transition:.3s}._item_i29qm_1._gameItem_i29qm_96._active_i29qm_96{height:42px!important}._item_i29qm_1:nth-of-type(2)._active_i29qm_96{height:102px}._item_i29qm_1:nth-of-type(3)._active_i29qm_96{height:102px}._item_i29qm_1:nth-of-type(7)._active_i29qm_96{height:163px}._item_i29qm_1._active_i29qm_96 ._itemFirst_i29qm_10,._itemFirst_i29qm_10._active_i29qm_96{background:#5282ff1a;border-radius:8px}._item_i29qm_1._active_i29qm_96 ._itemArrow_i29qm_89{transform:rotate(180deg)}._itemLine_i29qm_30{height:20px;width:100%;display:flex}._itemLine_i29qm_30 a{cursor:auto}._itemBottom_i29qm_140{margin-top:auto}span._itemInDevelopment_i29qm_143{font-size:10px;color:#5282ff;background-color:#5282ff29;text-transform:uppercase;padding:4px;border-radius:4px;flex-shrink:0;font-weight:700;margin-right:10px}span._itemBadge_i29qm_155{font-size:10px;font-weight:700;color:#fff;background-color:#5282ff;padding:2px 6px;border-radius:10px;flex-shrink:0;margin-left:auto;line-height:1.4}._itemFirst_i29qm_10._gameItem_i29qm_96{margin-top:4px}._disabled_i29qm_171{filter:blur(.5px);opacity:.6;cursor:not-allowed}[data-theme=dark] ._item_i29qm_1 a,[data-theme=dark] ._itemFirst_i29qm_10 p{color:#fff}[data-theme=dark] ._itemFirst_i29qm_10 svg path{stroke:#fff}[data-theme=dark] ._item_i29qm_1:nth-of-type(13) ._itemFirst_i29qm_10 svg path{fill:#fff;stroke:transparent}@media(max-width:1200px){._item_i29qm_1 a{font-size:13px}}@media(max-width:992px){._line_i29qm_84{margin:5px 8px}._itemFirst_i29qm_10{margin-top:5px}._itemLine_i29qm_30{height:16px}._item_i29qm_1{height:37px}._item_i29qm_1:nth-of-type(1)._active_i29qm_96{height:94px}._item_i29qm_1:nth-of-type(2)._active_i29qm_96{height:94px}}[data-theme=dark] ._line_i29qm_84{border:.5px solid rgba(227,235,250,.1)}._modalOverlay_45ttp_1{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0006;position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;display:flex;animation:_fadeIn_45ttp_1 .3s;justify-content:center;z-index:50}._modal_45ttp_1{max-width:546px;width:100%;border-radius:24px;padding:40px;box-shadow:0 -4px 24px #00000014;background:#fff;margin:auto 10px;animation:_slideIn_45ttp_1 .3s;display:flex;flex-direction:column;gap:16px;max-height:96vh;overflow:auto}._modal_45ttp_1::-webkit-scrollbar{width:6px}._modal_45ttp_1::-webkit-scrollbar-track{background:transparent}._modal_45ttp_1::-webkit-scrollbar-thumb{background:#5282ff;border-radius:6px}._modalHeader_45ttp_49{display:flex;align-items:center;justify-content:space-between;gap:12px}._modalHeaderTitle_45ttp_56{font-family:Monserrat;font-weight:600;font-size:16px;color:#000}._circleCloseBtn_45ttp_63{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;border-radius:50%;background:transparent;color:#666;cursor:pointer;transition:border-color .2s,color .2s}._circleCloseBtn_45ttp_63:hover{border-color:#00000059;color:#333}._textWrap_45ttp_82{display:flex;flex-direction:column;align-items:center}._modalIcon_45ttp_88{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:40px;width:64px;height:64px;border-radius:12px;background:#5282ff14}._modalIcon_45ttp_88._failed_45ttp_99{background:#d9152814}._modalFooter_45ttp_103{margin-top:40px}._modalCloseBtn_45ttp_107{background:#5282ff;border-radius:12px;padding:16px 20px;width:100%;display:flex;justify-content:center;font-family:Monserrat;font-weight:500;font-size:16px;color:#fff;cursor:pointer;transition:.35s;margin-top:8px}._modalCloseBtn_45ttp_107:hover{opacity:.7}._modalTitle_45ttp_126{font-family:Monserrat;font-weight:600;font-size:16px;text-align:center;color:#000;width:100%;margin-bottom:12px}._modalText_45ttp_136{font-family:Monserrat;font-weight:400;font-size:16px;text-align:center;color:#171718;max-width:100%;width:100%;margin-bottom:20px;margin-left:0!important}._modalBtn_45ttp_151{border-radius:12px;padding:16px 20px;width:100%;background:#d91528;font-family:Monserrat;font-weight:500;font-size:16px;color:#fff;margin-top:40px;transition:.35s;cursor:pointer}._modalBtn_45ttp_151:hover{opacity:.7}._buttons_45ttp_167{display:flex;gap:8px;margin-bottom:40px}._buttons_45ttp_167._buttons--margin-none_45ttp_172{margin:0}._button_45ttp_167{width:50%}._hidden_45ttp_178{display:none;opacity:0;visibility:hidden}._column_45ttp_183{flex-direction:column-reverse}._column_45ttp_183 ._button_45ttp_167{width:100%}@keyframes _fadeIn_45ttp_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_45ttp_1{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}[data-theme=dark] ._modal_45ttp_1{background:#292e3f}[data-theme=dark] ._modalTitle_45ttp_126,[data-theme=dark] ._modalHeaderTitle_45ttp_56{color:#fff}[data-theme=dark] ._circleCloseBtn_45ttp_63{border-color:#ffffff26;color:#aaa}[data-theme=dark] ._circleCloseBtn_45ttp_63:hover{border-color:#fff6;color:#fff}[data-theme=dark] ._modalText_45ttp_136{color:#dfdfdf}@media screen and (max-width:425px){._modal_45ttp_1{padding:20px}}[data-theme=dark] ._root_j6ceh_1 svg path{stroke:#fff}[data-theme=dark] ._reverse_j6ceh_4{background:#1f1e2e;color:#fff}[data-theme=dark] ._outlined_j6ceh_8{color:#fff}[data-theme=dark] button._disabled_j6ceh_11{background-color:#66666623;color:#ffffff73}[data-theme=dark] button._disabled_j6ceh_11:hover,[data-theme=dark] button._disabled_j6ceh_11:active,[data-theme=dark] button._disabled_j6ceh_11:focus-visible,[data-theme=dark] button._disabled_j6ceh_11:focus{background-color:#66666623}[data-theme=dark] ._icon_j6ceh_18 svg path{stroke:#fff}[data-theme=dark] ._success_j6ceh_21{background-color:#42a961;color:#fff}[data-theme=dark] button._secondary_j6ceh_25{background-color:#34405c;color:#fff}[data-theme=dark] button._secondary_j6ceh_25:hover{background-color:#34405cd3}._primary-outlined_j6ceh_33 p{transition:.35s}._primary-outlined_j6ceh_33 svg path{fill:#5282ff;stroke:transparent!important;transition:.35s}._primary-outlined_j6ceh_33:hover,._primary-outlined_j6ceh_33:focus-visible,._primary-outlined_j6ceh_33:active{background-color:#5282ff;color:#fff}._primary-outlined_j6ceh_33:hover svg path,._primary-outlined_j6ceh_33:focus-visible svg path,._primary-outlined_j6ceh_33:active svg path{fill:#fff}._primary_j6ceh_33 svg path{fill:#fff!important;stroke:transparent!important}._root_j6ceh_1{position:relative;z-index:2;font-family:Monserrat,sans-serif;background-color:#5282ff;color:#fff;padding:16px 18px;font-size:14px;border-radius:12px;font-weight:500;line-height:17px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background-color .16s ease-in-out,opacity .16s ease-in-out,border .15s ease-in-out;flex-shrink:0}._root_j6ceh_1._loading_j6ceh_73{cursor:not-allowed;pointer-events:none}._root_j6ceh_1._active_j6ceh_77:before{border:2px solid #5282ff}._primary_j6ceh_33{background-color:#5282ff;color:#fff}._primary_j6ceh_33:hover{background-color:#749cff}._primary-outlined_j6ceh_33{background-color:transparent;border:1px solid #5282ff;color:#5282ff}._secondary_j6ceh_25{background-color:#f3f3f3;color:#171718}._secondary_j6ceh_25:hover{background-color:#e4e4e4}._secondary_j6ceh_25 svg path{stroke:#171718}._white_j6ceh_106{background-color:#fff;color:#5282ff}._outlined_j6ceh_8{background-color:transparent;color:#171718;border:1px solid #d0d0d0;position:relative}._outlined_j6ceh_8:before{z-index:-1;transition:border .15s ease-in-out;position:absolute;content:"";width:100%;height:100%;border:2px solid transparent;border-radius:12px}._outlined_j6ceh_8:hover,._outlined_j6ceh_8:focus-visible,._outlined_j6ceh_8:active{border:1px solid transparent}._outlined_j6ceh_8:hover:before,._outlined_j6ceh_8:focus-visible:before,._outlined_j6ceh_8:active:before{border:2px solid #5282ff}._reverse_j6ceh_4{transition:all .2s ease-in-out;background-color:#fff;color:#5282ff}._reverse_j6ceh_4:hover,._reverse_j6ceh_4:focus-visible,._reverse_j6ceh_4:active{background-color:#5282ff;color:#fff}._reverse_j6ceh_4:hover svg path,._reverse_j6ceh_4:focus-visible svg path,._reverse_j6ceh_4:active svg path{stroke:#fff}._reverse-bordered_j6ceh_147{background-color:transparent;color:#5282ff;border:1px solid #5282ff}._reverse-bordered_j6ceh_147:hover,._reverse-bordered_j6ceh_147:focus-visible,._reverse-bordered_j6ceh_147:active{background-color:#5282ff;color:#fff}._reverse-bordered_j6ceh_147:hover svg path,._reverse-bordered_j6ceh_147:focus-visible svg path,._reverse-bordered_j6ceh_147:active svg path{stroke:#fff}._disabled_j6ceh_11{background-color:#dcdcdc;color:#888;cursor:default;border:1px solid transparent}._disabled_j6ceh_11:before{display:none}._disabled_j6ceh_11:hover,._disabled_j6ceh_11:focus-visible,._disabled_j6ceh_11:active{border:1px solid transparent}._destructive_j6ceh_173{background-color:#d91528;color:#fff}._destructive-outlined_j6ceh_178{transition:all .2s ease-in-out;background-color:transparent;border:1px solid #d91528;color:#d91528}._destructive-outlined_j6ceh_178:hover,._destructive-outlined_j6ceh_178:focus-visible,._destructive-outlined_j6ceh_178:active{background-color:#d91528;color:#fff}._destructive-outlined_j6ceh_178:hover svg path,._destructive-outlined_j6ceh_178:focus-visible svg path,._destructive-outlined_j6ceh_178:active svg path{fill:#fff}._destructive-outlined_j6ceh_178 svg path{stroke:transparent!important;transition:.35s}button._link_j6ceh_196{color:#5282ff;padding:6px 0;background-color:transparent}._success_j6ceh_21{color:#16a546;background-color:#e3f4e8;cursor:default}._default_j6ceh_208{padding:16px 18px}._small_j6ceh_211{padding:12px 18px}._none_j6ceh_215{padding:3px}._icon_j6ceh_18._root_j6ceh_1{flex-grow:0}._icon_j6ceh_18{width:40px;height:40px;padding:0;display:flex;justify-content:center;align-items:center}._icon_j6ceh_18:hover,._icon_j6ceh_18:focus-visible,._icon_j6ceh_18:active{background-color:#749cff}._icon-outlined_j6ceh_234._root_j6ceh_1{flex-grow:0}._icon-outlined_j6ceh_234{padding:0;display:flex;justify-content:center;align-items:center;width:40px;height:40px;border:1px solid #d0d0d0;background-color:transparent}._icon-outlined_j6ceh_234:hover,._icon-outlined_j6ceh_234:focus-visible,._icon-outlined_j6ceh_234:active{background-color:#f3f3f3}@media screen and (max-width:768px){._root_j6ceh_1{padding:12px}}@media screen and (max-width:425px){._root_j6ceh_1{font-size:12px;padding:10px 12px}}@keyframes _spin_j6ceh_267{to{transform:rotate(360deg)}}._spinner_j6ceh_267{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:_spin_j6ceh_267 .65s linear infinite;flex-shrink:0}._option_ojvcx_2{position:relative;width:100%}._title_ojvcx_7{font-size:16px;margin-bottom:8px;color:#333}._dropdown_ojvcx_13{position:relative}._button_ojvcx_17{display:flex;align-items:center;justify-content:space-between;width:100%;border-radius:8px;padding:12px 16px;background:#f3f3f3;cursor:pointer;transition:all .3s ease}._button_ojvcx_17._active_ojvcx_28{border-color:#007bff}._button_ojvcx_17._disabled_ojvcx_31{cursor:not-allowed;opacity:.5;background:#f8f8f8}._textWrapper_ojvcx_37{display:flex;align-items:center;gap:8px}._textWrapper_ojvcx_37 p{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718}._text_ojvcx_37{font-size:14px;color:#333}._icon_ojvcx_54{width:16px;height:16px}._arrow_ojvcx_59{transition:transform .2s ease}._open_ojvcx_62 ._arrow_ojvcx_59{transform:rotate(180deg)}._options_ojvcx_66{position:absolute;top:100%;left:0;right:0;border-radius:8px;margin-top:6px;box-shadow:0 2px 8px #0000001a;z-index:10;max-height:200px;overflow-y:auto}._options_ojvcx_66::-webkit-scrollbar{width:8px}._options_ojvcx_66::-webkit-scrollbar-track{background:transparent}._options_ojvcx_66::-webkit-scrollbar-thumb{background-color:#007bff;border-radius:20px}._optionItem_ojvcx_89{display:flex;align-items:center;justify-content:space-between;width:100%;background:#fff;padding:12px 16px;border:none;cursor:pointer;transition:background .2s ease}._optionItem_ojvcx_89:hover,._optionItem_ojvcx_89._selected_ojvcx_103{background:#e6f0ff}._check_ojvcx_107{width:16px;height:16px}[data-theme=dark] ._button_ojvcx_17{background:#2c344e}[data-theme=dark] ._button_ojvcx_17 ._textWrapper_ojvcx_37 p{color:#fff}[data-theme=dark] ._button_ojvcx_17 svg path{stroke:#fff}[data-theme=dark] ._options_ojvcx_66,[data-theme=dark] ._optionItem_ojvcx_89{background:#2c344e}[data-theme=dark] ._optionItem_ojvcx_89 ._textWrapper_ojvcx_37 p{color:#fff}[data-theme=dark] ._optionItem_ojvcx_89:hover,[data-theme=dark] ._optionItem_ojvcx_89._selected_ojvcx_103{background:#5282ff1a}._modal_ujk2i_1{max-width:460px}._personalization_ujk2i_5{display:flex;flex-direction:column;gap:20px}._section_ujk2i_11{display:flex;flex-direction:column;gap:12px}._section--theme_ujk2i_16{margin-top:9px}._section__title_ujk2i_19{margin:0;font-size:14px;font-weight:500;color:#000}._panel-versions_ujk2i_26{display:grid;grid-template-columns:1fr 1fr;gap:12px}._panel-version_ujk2i_26{display:flex;flex-direction:column;gap:8px}._panel-version__label_ujk2i_37{font-size:13px;font-weight:400;color:#6e7380}._panel-version__card_ujk2i_42{position:relative;display:flex;align-items:center;justify-content:center;padding:20px 16px 24px;border:1.5px solid #e3e7f2;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease;overflow:visible}._panel-version__card_ujk2i_42 svg{color:#b4bdd2;max-width:100%;height:auto;display:block}._panel-version__card_ujk2i_42:hover{border-color:#8aaeff}._panel-version__card--active_ujk2i_64{border-color:#5282ff;box-shadow:0 0 0 1px #5282ff}._panel-version__card--active_ujk2i_64 svg{color:#5282ff}._panel-version__badge_ujk2i_71{position:absolute;bottom:-11px;left:50%;transform:translate(-50%);background:linear-gradient(90deg,#5282ff,#314e99);font-family:Monserrat,sans-serif;color:#fff;font-size:10px;font-weight:700;letter-spacing:.06em;padding:3px 10px;border-radius:20px;white-space:nowrap;line-height:1.6}._theme-switcher_ujk2i_90{display:grid;grid-template-columns:1fr 1fr;gap:8px}._theme-btn_ujk2i_96{display:flex;align-items:center;justify-content:center;gap:8px;padding:13px 16px;border:1.5px solid #e3e7f2;border-radius:10px;background:#fff;cursor:pointer;font-size:14px;font-weight:500;color:#000;transition:border-color .18s ease,color .18s ease,background .18s ease}._theme-btn_ujk2i_96 svg{flex-shrink:0;color:inherit}._theme-btn_ujk2i_96:hover{border-color:#8aaeff;color:#1a1f3a}._theme-btn--active_ujk2i_119{border-color:#5282ff;box-shadow:0 0 0 1px #5282ff;color:#1a1f3a;background:#f0f5ff}[data-theme=dark] ._section__title_ujk2i_19{color:#fff}[data-theme=dark] ._panel-version__label_ujk2i_37{color:#9b9da3}[data-theme=dark] ._panel-version__card_ujk2i_42{border-color:#2e3548;background:#242939}[data-theme=dark] ._panel-version__card_ujk2i_42 svg{color:#9b9da3}[data-theme=dark] ._panel-version__card_ujk2i_42:hover{border-color:#4d6fcc}[data-theme=dark] ._panel-version__card--active_ujk2i_64{border-color:#5282ff;box-shadow:0 0 0 1px #5282ff}[data-theme=dark] ._panel-version__card--active_ujk2i_64 svg{color:#6b8fff}[data-theme=dark] ._theme-btn_ujk2i_96{border-color:#2e3548;background:#242939;color:#fff}[data-theme=dark] ._theme-btn_ujk2i_96:hover{border-color:#4d6fcc;color:#c8d0e5}[data-theme=dark] ._theme-btn--active_ujk2i_119{border-color:#5282ff;box-shadow:0 0 0 1px #5282ff;color:#fff;background:#1e2637}@media screen and (max-width:480px){._panel-versions_ujk2i_26,._theme-switcher_ujk2i_90{grid-template-columns:1fr}}._stack_g6op4_1{position:fixed;z-index:45;right:22px;bottom:22px;width:min(420px,100vw - 28px);display:grid;gap:12px;pointer-events:none}._stack_g6op4_1>*{pointer-events:auto}._topBanner_g6op4_16{position:fixed;z-index:45;top:12px;left:50%;transform:translate(-50%);width:min(720px,100vw - 28px)}._card_g6op4_25{position:relative;overflow:hidden;border:1px solid rgba(82,130,255,.18);border-radius:16px;background:#fff;box-shadow:0 16px 40px #1717182e;color:#171718}._content_g6op4_35{position:relative;padding:16px}._titleRow_g6op4_40{display:flex;align-items:flex-start;gap:10px}._titleRow_g6op4_40 h3{margin:2px 0 0;flex:1;font:600 16px/1.35 Monserrat,sans-serif}._icon_g6op4_52{position:relative;display:grid;place-items:center;width:30px;height:30px;overflow:visible;border-radius:9px;background:#5282ff14;color:#5282ff;font-weight:700}._icon_g6op4_52 em{position:absolute;top:-7px;right:-9px;min-width:16px;padding:1px 4px;border-radius:10px;background:#d91528;color:#fff;font:700 10px/1 sans-serif;font-style:normal}._close_g6op4_78{border:0;background:transparent;color:#777;font-size:24px;line-height:20px;cursor:pointer}._body_g6op4_87{margin:11px 0 0 40px;color:#616161;font:500 14px/1.55 Monserrat,sans-serif;white-space:pre-line}._body_g6op4_87 a{color:#5282ff;text-decoration:underline}._body_g6op4_87 code,pre{padding:2px 5px;border-radius:5px;background:#eff4ff;font-family:monospace}._body_g6op4_87 pre{overflow:auto;padding:10px}._body_g6op4_87 hr{border:0;border-top:1px solid #e2e7f2}._body_g6op4_87 dl div{display:flex;justify-content:space-between;gap:12px}._body_g6op4_87 dt{color:#8a8a94}._body_g6op4_87 dd{margin:0;font-weight:700}._heading1_g6op4_131,._heading2_g6op4_131,._heading3_g6op4_131{margin:8px 0;color:#171718;font-weight:700}._heading1_g6op4_131{font-size:20px}._heading2_g6op4_131{font-size:17px}._heading3_g6op4_131{font-size:15px}._actions_g6op4_149{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 0 40px}._actions_g6op4_149 button{padding:9px 12px}._sender_g6op4_160{display:flex;align-items:center;gap:7px;margin-bottom:10px;color:#616161;font:500 12px Monserrat,sans-serif}._sender_g6op4_160 img,._sender_g6op4_160 span{width:24px;height:24px;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:#5282ff;color:#fff;display:grid;place-items:center}._sender_g6op4_160 b{color:#171718}._sender_g6op4_160 small{text-transform:capitalize}._thumbnail_g6op4_188{position:absolute;right:16px;bottom:16px;width:68px;height:68px;-o-object-fit:cover;object-fit:cover;border-radius:10px}._thumbnail_g6op4_188~._actions_g6op4_149{margin-right:76px}._cover_g6op4_202,._blockImage_g6op4_202{width:100%;max-height:230px;-o-object-fit:cover;object-fit:cover}._background_g6op4_208{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.16}._withBackground_g6op4_217{color:#171718}._progress_g6op4_221{height:7px;overflow:hidden;border-radius:99px;background:#e8edf7}._progress_g6op4_221 i{display:block;height:100%;border-radius:inherit;background:#5282ff}._sticky_g6op4_235{border-color:#5282ff}._modal_g6op4_239{max-width:620px;padding:0!important}._modal_g6op4_239 ._card_g6op4_25{box-shadow:none;border:0}._modal_g6op4_239 ._content_g6op4_35{padding:0}@media(max-width:600px){._stack_g6op4_1{right:14px;bottom:14px}._body_g6op4_87,._actions_g6op4_149{margin-left:0}._thumbnail_g6op4_188{display:none}}[data-theme=dark] ._card_g6op4_25{background:#1f1e2e;border-color:#3c3b50;color:#fff}[data-theme=dark] ._titleRow_g6op4_40 h3,[data-theme=dark] ._sender_g6op4_160 b,[data-theme=dark] ._heading1_g6op4_131,[data-theme=dark] ._heading2_g6op4_131,[data-theme=dark] ._heading3_g6op4_131{color:#fff}[data-theme=dark] ._body_g6op4_87{color:#cfcfcf}[data-theme=dark] ._body_g6op4_87 code,[data-theme=dark] pre{background:#29283a}._toastContainer_6bake_1{display:flex;flex-direction:column;gap:10px;margin:0 auto;position:fixed;left:0;right:0;top:20px;width:-moz-max-content;width:max-content;z-index:100}._toast_6bake_1{display:flex;align-items:center;gap:16px;padding:20px;border:1px solid #D0D0D0;border-radius:16px;box-shadow:0 -4px 24px #00000014;background:#fff;cursor:pointer;display:none}._toast_6bake_1._show_6bake_27{display:flex;animation:_showToast_6bake_1 .5s ease}._toast_6bake_1._unVisible_6bake_32{animation:_hideToast_6bake_1 .5s ease}@keyframes _showToast_6bake_1{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes _hideToast_6bake_1{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(5px)}}._toast_6bake_1 ._icon_6bake_58{border-radius:24px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}._toast_6bake_1._succsess_6bake_67 ._icon_6bake_58{background:#1eb83a}._toast_6bake_1._error_6bake_68 ._icon_6bake_58{background:#d91528}._title_6bake_70{font-family:Monserrat,sans-serif;font-weight:600;font-size:14px;color:#000}[data-theme=dark] ._toast_6bake_1{background:#242939;border:1px solid #1f1e2e}[data-theme=dark] ._title_6bake_70{color:#fff}@media(max-width:992px){._toastContainer_6bake_1{top:66px}}._in_dev_1ocs5_1{display:flex;align-items:center;justify-content:center;height:100%}._content_1ocs5_8{display:flex;flex-direction:column;gap:30px;margin:auto;align-items:center;border-radius:32px;padding:48px;background:#fff}@media(max-width:450px){._content_1ocs5_8{padding:25px;gap:20px}}._content_1ocs5_8 div{display:flex;flex-direction:column;align-items:center}._content_1ocs5_8 svg{background:#5282ff14;border-radius:12px;padding:16px}._content_1ocs5_8 h1{font-family:Monserrat,sans-serif;font-weight:700;font-size:24px;text-align:center;color:#000;max-width:310px}@media(max-width:450px){._content_1ocs5_8 h1{max-width:-moz-max-content;max-width:max-content;font-size:20px}}._content_1ocs5_8 h2{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;text-align:center;color:#000;margin-top:14px}@media(max-width:450px){._content_1ocs5_8 h2{margin-top:8px}}._content_1ocs5_8 ._button_1ocs5_61{border-radius:12px;padding:16px 20px;background:#5282ff;font-family:Monserrat,sans-serif;font-weight:500;font-size:16px;color:#fff;transition:.35s;cursor:pointer}._content_1ocs5_8 ._button_1ocs5_61:hover{opacity:.75}@media(max-width:450px){._content_1ocs5_8 ._button_1ocs5_61{font-size:14px}}[data-theme=dark] ._content_1ocs5_8{background:#242939}[data-theme=dark] ._root_1kl8h_1{background-color:var(--darkLight);color:#fff}[data-theme=dark] ._title_1kl8h_6{color:#fff}._root_1kl8h_1{transition:background-color .2s ease-in-out,color .2s ease-in-out;font-family:Monserrat,sans-serif;background:#fff;padding:20px;border-radius:16px}._root_1kl8h_1::-webkit-scrollbar{width:6px}._root_1kl8h_1::-webkit-scrollbar-track{background:transparent}._root_1kl8h_1::-webkit-scrollbar-thumb{background:#5282ff;border-radius:8px}._title_1kl8h_6{font-size:16px;font-weight:600;color:#000;margin-bottom:20px}._bordered_1kl8h_35{border:1px solid #d0d0d0}@media screen and (max-width:768px){._root_1kl8h_1{padding:10px;border-radius:12px}}._root_16dp0_2{max-width:450px;width:100%;height:100%!important;padding:24px;display:flex;flex-direction:column}._root_16dp0_2:last-of-type{height:-moz-fit-content;height:fit-content}._paymentButtons_16dp0_15{display:flex;flex-direction:column;justify-content:center;gap:4px}._paymentButtons_16dp0_15>div:last-child{justify-content:center}._title_16dp0_25{font-size:20px;font-weight:600;margin-bottom:8px}._title_16dp0_25._special_16dp0_30{color:#ecb33f}._balansNoCashCheckBox_16dp0_34{display:flex}._balansNoCash_16dp0_34{text-align:center;margin-bottom:40px}._block_16dp0_43{flex-grow:0}._line_16dp0_47{width:100%;height:1px;background-color:#d0d0d0}[data-theme=dark] ._line_16dp0_47{background-color:#1f1e2e}._wrapper_16dp0_57{height:100%;display:flex;flex-direction:column;width:100%;gap:0;max-width:450px;flex:1}._buttonPromo_16dp0_67{background-color:#f6f6f6;border:1px solid transparent;color:#616161}._description_16dp0_73{font-size:14px;font-weight:500;color:#616161;margin-bottom:24px;max-width:400px;text-wrap:wrap;overflow:auto;max-height:100px}._description_16dp0_73::-webkit-scrollbar{width:8px;height:8px}._description_16dp0_73::-webkit-scrollbar-thumb{background-color:#5282ff;border-radius:20px}._price_16dp0_92{margin-bottom:24px;text-align:center}._priceAmount_16dp0_97{font-size:28px;font-weight:600;color:#333;margin-bottom:4px}._pricePeriod_16dp0_104{font-size:14px;color:#666;font-weight:400}._periodSelection_16dp0_110{margin-bottom:24px}._periodTitle_16dp0_114{font-size:16px;font-weight:600;margin-bottom:12px;color:#333}._sort_buttons_16dp0_121{width:100%;display:flex;gap:8px;flex-wrap:wrap}._sort_buttons_16dp0_121 li{flex:1;min-width:0}._periodButton_16dp0_132{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px;min-height:60px;gap:4px}._buttonText_16dp0_143{font-size:14px;font-weight:500;text-align:center;line-height:1.2}._buttonDiscount_16dp0_150{font-size:12px;color:#5282ff;font-weight:600;text-align:center}._gray_16dp0_157{color:#616161}._params_16dp0_161{display:flex;flex-direction:column;gap:8px;margin-bottom:auto}._params__item_16dp0_167{display:flex;gap:16px;font-size:14px;font-weight:500}._params__item_16dp0_167 img{fill:#5282ff}._buttonBuy_16dp0_177{display:flex;flex-direction:column;gap:4px}._buttonBuy_16dp0_177 p{font-size:16px}._buttonBuy_16dp0_177 span{font-size:12px}._paramsBox_16dp0_191{margin-left:-20px;margin-right:-20px;padding:6px 20px;border-top:2px solid #F3F3F3}._paramsBox_16dp0_191:last-of-type{border-bottom:2px solid #F3F3F3}._advanced_16dp0_205{color:#616161;display:flex;flex-direction:column}._advanced__item_16dp0_210{font-size:14px;font-weight:500;display:flex;justify-content:space-between}._advanced__item_16dp0_210 span{color:#616161}._advanced__item_16dp0_210 span._promo_16dp0_219{color:#1eb83a}._lower-params_16dp0_223{display:flex;flex-direction:column;gap:16px}._durations_16dp0_229{color:#1eb83a}._cashBox_16dp0_233{display:flex;justify-content:space-between;align-items:center;padding:16px 0}._cashBox_16dp0_233 p:first-of-type{color:#171718;font-weight:600}._cashBox_16dp0_233 p:last-of-type{color:#616161;font-weight:400}._cashback_16dp0_250{font-size:12px;font-weight:500;text-align:center;font-family:Monserrat,sans-serif}._total_16dp0_257{display:flex;justify-content:space-between;font-family:Monserrat,sans-serif;font-size:20px;font-weight:600;text-align:center}._discountAll_16dp0_266{color:#616161;font-size:16px;font-size:400;margin-top:4px}._cashback_16dp0_250{display:flex;justify-content:space-between;font-family:Monserrat,sans-serif;color:#616161;font-size:14px;font-weight:500;text-align:center}._priceBox_16dp0_283{display:flex;flex-direction:column;gap:16px}._cashbackPrice_16dp0_289{color:#5282ff;align-items:center;display:flex;gap:4px}._old-price_16dp0_296{position:relative;font-weight:500;color:#9c9ca5}._old-price_16dp0_296:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:calc(100% + 2px);height:1px;background-color:#9c9ca5}._pevCash_16dp0_311{color:#616161;text-decoration:line-through;font-size:16px}[data-theme=dark] ._discountAll_16dp0_266,[data-theme=dark] ._description_16dp0_73,[data-theme=dark] ._advanced__item_16dp0_210{color:#fff9}[data-theme=dark] ._cashBox_16dp0_233 p:first-of-type{color:#fff}[data-theme=dark] ._cashBox_16dp0_233 p:last-of-type{color:#fff9}[data-theme=dark] ._buttonPromo_16dp0_67{background-color:#2d344b}[data-theme=dark] ._paramsBox_16dp0_191{border-top:2px solid rgba(208,208,208,.2941176471)}[data-theme=dark] ._paramsBox_16dp0_191:last-of-type{border-bottom:2px solid rgba(208,208,208,.2941176471)}[data-theme=dark] ._balansNoCash_16dp0_34{color:#fff9}._discountInfo_16dp0_348{margin-bottom:24px}._discountNote_16dp0_352{font-size:12px;color:#616161;margin-top:8px;font-weight:500}._discountNote_16dp0_352 ._blue_16dp0_358{color:#5282ff}._pricingDetails_16dp0_362{display:flex;flex-direction:column;gap:8px}._pricingDetails_16dp0_362 ._PerMonth_16dp0_367{font-size:18px;font-weight:600;color:#616161}._pricingDetails_16dp0_362 ._PerMonth_16dp0_367 ._price_16dp0_92{font-size:24px;font-weight:800;color:#5282ff}._pricingDetails_16dp0_362 ._original_16dp0_377{font-size:16px;color:#616161;text-decoration:line-through;font-weight:500}[data-theme=dark] ._discountNote_16dp0_352{color:#fff9}[data-theme=dark] ._pricePerMonth_16dp0_388{color:#fff}[data-theme=dark] ._original_16dp0_377{color:#fff6}@media screen and (max-width:1024px){._root_16dp0_2,._wrapper_16dp0_57{max-width:300px}}@media screen and (max-width:768px){._root_16dp0_2,._wrapper_16dp0_57{max-width:unset}._paramsBox_16dp0_191{margin-left:-10px;margin-right:-10px}}._savingsTag_16dp0_416{background-color:#e8f5e9;color:#16a546;padding:2px 8px;border-radius:8px;font-size:14px;font-weight:500;width:-moz-fit-content;width:fit-content}._bottom_16dp0_426{margin-top:auto;padding-top:24px;display:flex;flex-direction:column;gap:16px}._servicesList_16dp0_434{display:flex;flex-direction:column;gap:8px}._servicesTitle_16dp0_440{font-size:14px;font-weight:600;color:#333;margin:0}._servicesItems_16dp0_447{display:flex;flex-direction:column;gap:4px}._serviceItem_16dp0_453{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#616161}._serviceItem_16dp0_453 span:first-child{font-weight:500}._serviceItem_16dp0_453 span:last-child{font-weight:600;color:#1eb83a}[data-theme=dark] ._banSelectBtn_1ikr6_1,[data-theme=dark] ._dropdownMenu_1ikr6_2 ._banSelectBtn_1ikr6_1,[data-theme=dark] ._banSelectBtn_1ikr6_1._active_1ikr6_3,[data-theme=dark] ._banSelectBtn_1ikr6_1:last-of-type{background-color:#2d344b;color:#fff}[data-theme=dark] ._banSelectBtn_1ikr6_1._setted_1ikr6_8,[data-theme=dark] ._dropdownMenu_1ikr6_2 ._banSelectBtn_1ikr6_1:hover{background-color:#3d4766}[data-theme=dark] ._banSelectBtn_1ikr6_1 svg path{stroke:#fff}._select_1ikr6_18._active_1ikr6_3{border:1px solid #d0d0d0;border-radius:8px;box-shadow:0 -4px 24px #00000014}._banSelect_1ikr6_1{width:100%;display:flex;justify-content:space-between;align-items:center;background:#f6f6f6;border-radius:8px;padding:12px;cursor:pointer;margin-top:8px}._banSelectText_1ikr6_36{font-family:Monserrat;font-weight:500;padding:0!important}._banSelectTextWrapper_1ikr6_42{display:flex;align-items:center;gap:10px}._banSelectImg_1ikr6_48{width:16px;height:16px;border-radius:50%}._banSelectTimeTypeBlock_1ikr6_54._active_1ikr6_3{width:100%;position:absolute;right:0;top:0;display:flex;flex-direction:column;border-radius:8px;border:1px solid #d0d0d0;background:#fff;box-shadow:0 -4px 24px #00000014}._banSelectTimeTypeBlock_1ikr6_54._forever_1ikr6_67{left:0}._banSelectTimeTypeBlock_1ikr6_54._forever_1ikr6_67 ._banSelectBtn_1ikr6_1{width:100%}._banSelectTimeTypeBlock_1ikr6_54{position:absolute;right:0;top:0;display:flex;flex-direction:column;z-index:1}._banSelectBtn_1ikr6_1{display:flex;align-items:center;justify-content:space-between;width:146px;padding:12px;gap:8px;background:#f6f6f6;cursor:pointer;transition:none;width:100%;border-radius:8px}._select_1ikr6_18{position:relative;border:1px solid transparent}._dropdownMenu_1ikr6_2{position:absolute;z-index:3;width:100%;box-shadow:0 -4px 24px #00000014;opacity:0;visibility:hidden;transition:opacity .1s ease-in-out,visibility .1s ease-in-out,transform .1s ease-in-out;transform:translateY(-10px)}._dropdownMenu_1ikr6_2 ._banSelectBtn_1ikr6_1:last-of-type{border-radius:0 0 8px 8px;border-bottom:1px solid #d0d0d0}._dropdownMenu_1ikr6_2 ._banSelectBtn_1ikr6_1{border-radius:0;background:#fff;border:1px solid #d0d0d0;border-top:0;border-bottom:0}._dropdownMenu_1ikr6_2._open_1ikr6_124{opacity:1;visibility:visible;transform:translate(0)}._banSelectBtn_1ikr6_1 svg{transition:transform .2s ease-in-out}._banSelectBtn_1ikr6_1._active_1ikr6_3{border-radius:8px 8px 0 0!important;background:#f3f3f3;position:relative;z-index:3}._banSelectBtn_1ikr6_1._active_1ikr6_3>svg{transform:rotate(180deg)}._banSelectBtn_1ikr6_1._setted_1ikr6_8{background:#f2f5ff}._select_1a4d5_1{font-family:inherit}._title_1a4d5_5{font-size:14px;font-weight:500;margin-bottom:8px}[data-theme=dark] ._title_1a4d5_5{color:#fff}html[data-theme=dark] ._wrapper_1jneq_1{background:#2c344e;color:#f6f6f6}html[data-theme=dark] ._input_1jneq_5{color:#f6f6f6}html[data-theme=dark] ._input_1jneq_5::-moz-placeholder{color:#f6f6f677}html[data-theme=dark] ._input_1jneq_5::placeholder{color:#f6f6f677}html[data-theme=dark] ._title_1jneq_11{color:#fff}._wrapper_1jneq_1{font-family:Monserrat,sans-serif;display:flex;justify-content:space-between;align-items:center;background:#f6f6f6;border-radius:8px;cursor:pointer}._wrapper_1jneq_1._error_1jneq_24{border:1px solid #D91528}._input_1jneq_5[type=number]::-webkit-inner-spin-button,._input_1jneq_5[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._input_1jneq_5[type=number]{-moz-appearance:textfield}._input_1jneq_5{padding:12px;font-family:Monserrat,sans-serif;font-size:14px;font-weight:500;width:100%;background-color:transparent;color:#313131}._errorText_1jneq_48{font-size:13px;margin-top:4px;font-family:Monserrat,sans-serif;font-weight:500;color:#d91528}._title_1jneq_11{font-size:14px;font-weight:500;margin-bottom:8px}._textarea_1jneq_62{resize:none;outline:none;border-radius:8px;border:0;min-height:75px}._textarea_1jneq_62:focus{outline:none}._inputContainer_1jneq_73{position:relative;display:flex;width:100%}._copyButton_1jneq_79{position:absolute;width:-moz-fit-content;width:fit-content;text-align:right;background:none;right:10px;top:12px;cursor:pointer}._copyButton_1jneq_79 svg{stroke:#0000009d}[data-theme=dark] ._copyButton_1jneq_79 svg{stroke:#ffffffa6}._root_plxur_1{justify-content:space-between;transition:border .1s ease-in-out,color .1s ease-in-out;cursor:pointer;border:1px solid #d0d0d0;background:#f6f6f6;border-radius:16px;padding:20px;transition:.3s}._root_plxur_1:hover{border:1px solid #5282ff}._root_plxur_1:hover ._cashback_plxur_14{color:#5282ff}._wrap_plxur_18{display:flex;align-items:center;gap:16px;min-width:120px}._cashbackWrap_plxur_25{display:flex;flex-direction:column;align-items:flex-end;gap:4px;margin-left:auto}._cashback_plxur_14{font-size:12px;width:-moz-fit-content;width:fit-content;color:#5282ff!important;font-weight:500;flex-shrink:0}._cashbackAmount_plxur_41{font-size:14px;color:#5282ff!important;display:flex;align-items:center}._name_plxur_48{font-size:14px;font-weight:500}[data-theme=dark] ._root_plxur_1{background:#202430;border:1px solid #202430}[data-theme=dark] ._root_plxur_1:hover{border-color:#5282ff}[data-theme=dark] ._root_plxur_1:hover ._button_plxur_60{border:1px solid #5282ff!important}[data-theme=dark] ._root_plxur_1 P{color:#fff}[data-theme=dark] ._button_plxur_60{background:#292e3f;border:1px solid #292e3f}@media screen and (max-width:560px){._root_plxur_1{flex-direction:column;align-items:flex-start;padding:16px}._wrap_plxur_18{gap:12px}._cashbackWrap_plxur_25{margin-left:0;flex-direction:row;justify-content:space-between;width:100%}._name_plxur_48{text-align:left}._button_plxur_60{width:100%}}._root_1bzem_1{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:20px;border-radius:16px;background:linear-gradient(90.88deg,#7897e833 .84%,#699ae433 102.3%);width:100%;overflow:hidden}._title_1bzem_14{position:relative;font-size:14px;font-weight:600;margin-bottom:16px;max-width:380px;z-index:1}._description_1bzem_23{font-size:14px;font-weight:500;color:var(--color-gray-300);margin-bottom:24px;margin-top:-8px;z-index:1}._image_1bzem_32{max-width:200px;width:40%;position:absolute;right:0;bottom:0}._big_1bzem_40{width:34%;max-width:unset}@media screen and (max-width:768px){._big_1bzem_40{width:50%}}[data-theme=dark] ._title_1bzem_14{color:#fff}._toggle_1m3nu_1{--width: 52px;--size-circle: 24px;--padding: 4px;flex-shrink:0;padding:0 4px;box-sizing:border-box;position:relative;width:var(--width);height:32px;border-radius:36px;background-color:#e6e6e6;display:flex;align-items:center;cursor:pointer}._toggle_1m3nu_1._checked_1m3nu_17{background-color:#5282ff}._toggle_1m3nu_1._checked_1m3nu_17 ._toggle-circle_1m3nu_20{transform:translate(calc(var(--width) - var(--padding) * 2 - var(--size-circle)))}._toggle-circle_1m3nu_20{transform:translate(0);transition:transform .1s ease-in-out;width:var(--size-circle);height:var(--size-circle);background-color:#fff;border-radius:50%}[data-theme=dark] ._toggle_1m3nu_1{background-color:#1f1e2e}[data-theme=dark] ._toggle_1m3nu_1._checked_1m3nu_17{background-color:#5282ff}[data-theme=dark] ._toggle-circle_1m3nu_20{background-color:#242939}._box_1mofc_1{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;gap:5px}._leftSection_1mofc_10[data-type=checkbox]:hover{cursor:pointer}._box_1mofc_1 svg{flex-shrink:0}._leftSection_1mofc_10{display:flex;align-items:center;gap:8px}._title_1mofc_24{font-size:14px;color:#171718;margin:0}._name_1mofc_30{color:#616161;font-size:14px;font-weight:500}[data-theme=dark] ._title_1mofc_24{color:#fff}[data-theme=dark] ._price_1mofc_40,[data-theme=dark] ._name_1mofc_30{color:var(--color-gray-300)}._customCheckbox_1pt89_1{display:flex;height:24px;margin-top:16px}._customCheckbox_1pt89_1:first-of-type{margin-top:0}._checkboxInput_1pt89_14{display:none}._checkboxLabel_1pt89_18{position:relative;padding-left:32px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;display:flex;font-family:Monserrat;font-weight:500;font-size:14px;color:#000}._checkboxLabel_1pt89_18:before{content:"";position:absolute;left:0;top:0;width:20px;height:20px;border-radius:8px;border:2px solid #d0d0d0;background-color:#fff;margin:0;padding:0}._checkboxLabel_1pt89_18._checked_1pt89_45:before{background-color:#5282ff;border:2px solid #5282ff}._checkboxLabel_1pt89_18._checked_1pt89_45:after{content:"";position:absolute;left:4px;top:4px;background:url(/assets/checkbox.svg);background-position:center;background-repeat:no-repeat;width:16px;height:16px}._customCheckbox_1pt89_1._noMargin_1pt89_63{margin-top:0}[data-theme=dark] ._checkboxLabel_1pt89_18:before{background:transparent}[data-theme=dark] ._checkboxLabel_1pt89_18._checked_1pt89_45:before{background-color:#5282ff;border:2px solid #5282ff}[data-theme=dark] ._checkboxLabel_1pt89_18{color:#fff}@media(max-width:768px){._checkbox_1pt89_14{padding:12px 0}}._container_1tzj1_1{position:relative;height:14px;color:#171718;width:14px;display:flex}._tooltip_1tzj1_9{position:fixed;z-index:10000;background:#fff;border-radius:12px;padding:12px;box-shadow:2px 2px 12px -2px #00000040;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718;text-align:start;max-width:400px;width:-moz-max-content;width:max-content;white-space:normal;word-wrap:break-word;line-height:19px}._tooltip_1tzj1_9:after{content:"";position:absolute;bottom:-5px;left:var(--arrow-left, 50%);transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #fff}[data-theme=dark] ._tooltip_1tzj1_9{background:#1f1e2e;color:#fff;border:1px solid #242939}[data-theme=dark] ._tooltip_1tzj1_9:after{border-top-color:#1f1e2e}[data-theme=dark] ._container_1tzj1_1{color:#f3f3f3}._gameCard_psvqb_1{width:100%;position:relative;padding:20px;display:flex;gap:16px;justify-content:flex-start;flex-wrap:wrap;overflow:hidden;border-radius:16px;color:#fff;font-size:16px;font-weight:600;background-color:transparent;background-color:#f3f3f3;min-width:495px;transition:.5s}._gameCard_psvqb_1:hover{background-color:#e3eefa}._gameCard__text_psvqb_22{display:flex;flex-direction:column;justify-content:center;gap:4px;flex-wrap:wrap}._gameCard__image_psvqb_29{width:48px;height:auto;border-radius:8px}._gameCard__title_psvqb_34{position:relative;color:#171718;z-index:2}._gameCard__price_psvqb_39{color:#616161;position:relative;z-index:2;font-weight:500}._noActive_psvqb_46{background-color:#f3f3f3;opacity:.6}._noActive_psvqb_46:hover{background-color:#f3f3f3}@media screen and (max-width:1500px){._gameCard_psvqb_1{width:100%;min-width:180px}}@media screen and (max-width:992px){._gameCard__text_psvqb_22{flex-direction:column;gap:2px}}[data-theme=dark] ._gameCard_psvqb_1,[data-theme=dark] ._noActive_psvqb_46{background-color:#ffffff0c}[data-theme=dark] ._gameCard_psvqb_1:hover{background-color:#ffffff21}[data-theme=dark] ._noActive_psvqb_46:hover{background-color:#ffffff0c;opacity:.6}[data-theme=dark] ._gameCard__price_psvqb_39{color:#ffffff70}._wrapper_1jtcl_1{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}._orderGames_1jtcl_8{width:100%;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin-bottom:20px}._title_1jtcl_16{font-size:18px}._titleSkeleton_1jtcl_20{width:-moz-fit-content;width:fit-content;color:#e0e0e000;animation:_skeleton-loading_1jtcl_1 1.5s infinite;border-radius:5px}._gameCard_1jtcl_27{width:100%;position:relative;padding:20px;display:flex;gap:16px;justify-content:flex-start;flex-wrap:wrap;overflow:hidden;border:1px solid #d0d0d0;border-radius:16px;color:#fff;font-size:16px;font-weight:600;background-color:transparent;min-width:495px;transition:.5s}._gameCard__text_1jtcl_45{display:flex;flex-direction:column;justify-content:center;gap:4px;flex-wrap:wrap}._gameCard__image_1jtcl_52{width:48px;height:48px;border-radius:8px;animation:_skeleton-loading_1jtcl_1 1.5s infinite}._gameCard__title_1jtcl_58{position:relative;color:#17171800;z-index:2;border-radius:5px;width:100px;animation:_skeleton-loading_1jtcl_1 1.5s infinite}._gameCard__price_1jtcl_66{color:#61616100;position:relative;z-index:2;font-weight:500;border-radius:5px;animation:_skeleton-loading_1jtcl_1 1.5s infinite}@media screen and (max-width:1500px){._gameCard_1jtcl_27{width:100%;min-width:0px}}@media screen and (max-width:992px){._gameCard__text_1jtcl_45{flex-direction:column;gap:2px}._ads_1jtcl_86 img{width:40%}}[data-theme=dark] ._gameCard_1jtcl_27{border:1px solid rgba(255,255,255,.4392156863)}[data-theme=dark] ._gameCard_1jtcl_27:hover{background-color:#ffffff0c}[data-theme=dark] ._gameCard__price_1jtcl_66{color:#ffffff70}@keyframes _skeleton-loading_1jtcl_1{0%{background-color:#e0e0e0}50%{background-color:#f0f0f0}to{background-color:#e0e0e0}}@keyframes _skeleton-loading-dark_1jtcl_1{0%{background-color:#242939}50%{background-color:#1b1b1b}to{background-color:#242939}}[data-theme=dark] ._titleSkeleton_1jtcl_20,[data-theme=dark] ._gameCard__image_1jtcl_52,[data-theme=dark] ._gameCard__price_1jtcl_66,[data-theme=dark] ._gameCard__title_1jtcl_58{color:#e0e0e000;animation:_skeleton-loading-dark_1jtcl_1 1.5s infinite}@media screen and (max-width:600px){._orderGames_1jtcl_8{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:400px){._orderGames_1jtcl_8{grid-template-columns:repeat(1,1fr)}._title_1jtcl_16{text-align:center}}[data-theme=dark] ._root_yqb19_1{color:#fff}._root_yqb19_1{--font-size: 24px;--margin-bottom: 20px;font-family:Monserrat,sans-serif;font-size:var(--font-size);font-weight:600;line-height:29.26px;margin-bottom:var(--margin-bottom)}@media screen and (max-width:768px){._root_yqb19_1{line-height:normal}h1._root_yqb19_1{--font-size: 18px !important}h2._root_yqb19_1,h3._root_yqb19_1,h4._root_yqb19_1,h5._root_yqb19_1,h6._root_yqb19_1{--font-size: 16px !important}}@media screen and (max-width:425px){h1._root_yqb19_1{--font-size: 16px !important}h2._root_yqb19_1,h3._root_yqb19_1,h4._root_yqb19_1,h5._root_yqb19_1,h6._root_yqb19_1{--font-size: 14px !important}}._content_1ew5r_1{display:flex;align-items:center;justify-content:center;height:100%;gap:120px}._title_1ew5r_9{font-family:Monserrat,sans-serif;font-weight:700;font-size:155px;color:#171718}._text_1ew5r_16{font-family:Monserrat,sans-serif;font-weight:500;font-size:16px;color:#171718;max-width:300px}._button_1ew5r_24{margin-top:48px;border-radius:12px;padding:16px 20px;display:flex;align-items:center;justify-content:center;background:#5282ff;font-family:Monserrat,sans-serif;font-weight:500;font-size:16px;color:#fff;cursor:pointer;transition:.35s}._button_1ew5r_24:hover{opacity:.7}._logo_1ew5r_43{justify-content:center;width:100%;margin-top:10px}._img_1ew5r_49,._logo_1ew5r_43{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex}._img_1ew5r_49._dark_1ew5r_53,._logo_1ew5r_43._dark_1ew5r_53{display:none}[data-theme=dark] ._title_1ew5r_9,[data-theme=dark] ._text_1ew5r_16{color:#fff}[data-theme=dark] ._img_1ew5r_49,._logo_1ew5r_43{display:none}[data-theme=dark] ._img_1ew5r_49._dark_1ew5r_53,._logo_1ew5r_43._dark_1ew5r_53{display:block}@media(max-width:1200px){._img_1ew5r_49{width:420px}._content_1ew5r_1{gap:90px}._button_1ew5r_24{margin-top:20px}}@media(max-width:992px){._container_1ew5r_84._not__found-page_1ew5r_84{padding-top:-40px}._content_1ew5r_1{flex-direction:column-reverse;gap:10px}._img_1ew5r_49{width:340px;height:400px}._title_1ew5r_9{font-size:120px;text-align:center}._text_1ew5r_16{font-size:15px;text-align:center}._button_1ew5r_24{font-size:15px;padding:15px 18px}}@media(max-width:500px){._img_1ew5r_49{width:280px;height:280px}}@media(max-width:400px){._img_1ew5r_49{width:240px;height:240px}}._root_pe1pf_1{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:1;height:100%;gap:16px;font-size:16px;font-weight:600}._root_pe1pf_1 ._desc_pe1pf_12{font-weight:400}._root_pe1pf_1 img{width:130px;margin-bottom:8px}[data-theme=dark] ._root_pe1pf_1{color:#fff}[data-theme=dark] ._root_pe1pf_1 svg>path{stroke:#fff}._paginate_15hko_1{background:#fff;border-radius:16px;padding:12px;display:flex;justify-content:center;align-items:center;gap:16px}._paginateBtn_15hko_12{border-radius:8px;background:#dcdcdc;padding:8px 10px;display:flex;cursor:pointer;transition:.35s}._paginateBtn_15hko_12:disabled{opacity:.3;cursor:auto}._paginateBtn_15hko_12:disabled:hover{background:#dcdcdc}._paginateBtn_15hko_12:disabled:hover svg path{stroke:#000}._paginateBtn_15hko_12:hover{background:#5282ff}._paginateBtn_15hko_12:hover svg path{stroke:#fff}._paginateBtn_15hko_12 svg path{transition:.35s}._paginateList_15hko_43{display:flex;align-items:center;gap:8px}._paginateItem_15hko_49{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;padding:8px 10px;font-family:Monserrat;font-weight:500;font-size:14px;color:#000;background:transparent;cursor:pointer;transition:.35s}._pageJumpInput_15hko_67{width:44px;height:32px;padding:0 4px;font-size:14px;text-align:center;border-radius:8px;background:transparent}._pageJumpInput_15hko_67::-moz-placeholder{color:#000;opacity:1}._pageJumpInput_15hko_67::placeholder{color:#000;opacity:1}._paginateItem_15hko_49._active_15hko_82,._paginateItem_15hko_49:hover{border:1px solid #D0D0D0}[data-theme=dark] ._paginate_15hko_1{background:#242939}[data-theme=dark] ._paginateBtn_15hko_12{background:#1f1e2e}[data-theme=dark] ._paginateBtn_15hko_12 svg path{stroke:#fff}[data-theme=dark] ._paginateBtn_15hko_12:disabled:hover{background:#1f1e2e}[data-theme=dark] ._paginateItem_15hko_49,[data-theme=dark] ._pageJumpInput_15hko_67{color:#fff}[data-theme=dark] ._pageJumpInput_15hko_67::-moz-placeholder{color:#666}[data-theme=dark] ._pageJumpInput_15hko_67::placeholder{color:#666}._notifications_r13gq_1{display:flex;flex-direction:column;height:100%;gap:10px}._header_r13gq_8{flex:0 0 auto}._headerMain_r13gq_12{display:flex;align-items:center;justify-content:space-between;gap:16px}._headerText_r13gq_19{margin:0;color:var(--color-gray-300);font:500 14px/1.45 Monserrat,sans-serif}._readAll_r13gq_25{flex:0 0 auto}._list_r13gq_29{display:block;flex:1;min-height:0;overflow-y:auto}._list_r13gq_29::-webkit-scrollbar{width:6px}._list_r13gq_29::-webkit-scrollbar-track{background:transparent}._list_r13gq_29::-webkit-scrollbar-thumb{background:#5282ff;border-radius:8px}._item_r13gq_49{position:relative;display:flex;align-items:center;gap:12px;padding:16px 36px 16px 16px;margin-bottom:10px;border-radius:12px;border-left:3px solid #9c9ca5;background:#eaf1f7}._item_r13gq_49:last-child{margin-bottom:0}._item_r13gq_49._unread_r13gq_65{box-shadow:inset 0 0 0 1px #5282ff29}._unreadDot_r13gq_69{position:absolute;top:16px;right:16px;width:8px;height:8px;border-radius:50%;background:#d91528;box-shadow:0 0 0 3px #d915281f}._icon_r13gq_80{display:grid;flex:0 0 28px;place-items:center;width:28px;color:#9c9ca5}._type1_r13gq_88{border-left-color:#1eb83a}._type1_r13gq_88 ._icon_r13gq_80{color:#1eb83a}._type2_r13gq_96{border-left-color:#b89c1e}._type2_r13gq_96 ._icon_r13gq_80{color:#b89c1e}._type3_r13gq_104{border-left-color:#d91528}._type3_r13gq_104 ._icon_r13gq_80{color:#d91528}._content_r13gq_112{min-width:0;flex:1}._title_r13gq_117{margin:0 0 4px}._description_r13gq_121{margin:0;color:#616161;font:500 14px/1.45 Monserrat,sans-serif}._description_r13gq_121 a{color:#5282ff;text-decoration:underline}._date_r13gq_132{margin:6px 0 0;color:#8b8b95;font:500 12px/1.35 Monserrat,sans-serif}._actions_r13gq_138{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}._actionLink_r13gq_145{color:#5282ff;font:600 13px/1.2 Monserrat,sans-serif;text-decoration:underline}._actionLink_r13gq_145 span,._actions_r13gq_138 button span{margin-right:5px}._pagination_r13gq_155{display:flex;justify-content:center;margin-top:14px}[data-theme=dark] ._item_r13gq_49{background:#1f1e2e}[data-theme=dark] ._description_r13gq_121{color:#cfcfcf}[data-theme=dark] ._date_r13gq_132{color:#9c9ca5}@media screen and (max-width:600px){._headerMain_r13gq_12{align-items:flex-start;flex-direction:column}._readAll_r13gq_25{width:100%}._item_r13gq_49{align-items:flex-start;padding:14px 34px 14px 14px}._date_r13gq_132{font-size:11px}._pagination_r13gq_155{overflow-x:auto;justify-content:flex-start}}._title_1hjqt_1{border-radius:16px;padding:20px;background:#fff;font-weight:600;font-size:24px;color:#000;font-family:Monserrat}._items_1hjqt_11{background:#fff;padding:20px;border-radius:16px;display:flex;flex-direction:column;gap:20px}._modsBlock_1hjqt_21{color:#9448ff;border-radius:4px;padding:4px 6px;font-weight:600;font-size:12px;display:flex;align-items:center;gap:6px;background-color:#68419e27}._modsBlock_1hjqt_21 svg path{stroke:#9448ff}[data-theme=dark] ._modsBlock_1hjqt_21{color:#c8a0ff;background-color:#67419e79}[data-theme=dark] ._modsBlock_1hjqt_21 svg path{stroke:#c8a0ff}._modsBlock_1hjqt_21 svg{display:flex;width:14px;height:14px}._item_1hjqt_11{border-radius:16px;padding:20px;border:1px solid #d0d0d0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;transition:opacity .3s}._item_1hjqt_11:first-of-type{margin-top:0}._item_1hjqt_11:hover{opacity:.75}._itemLeft_1hjqt_77{display:flex;align-items:center}._itemLeftImg_1hjqt_82{margin-right:10px;border-radius:8px}._item_1hjqt_11._offline_1hjqt_86 ._itemLeftImg_1hjqt_82{filter:grayscale(70%)}._itemLeftTitle_1hjqt_90{font-weight:600;font-size:16px;color:#000;font-family:Monserrat;display:flex;align-items:center;gap:8px}._itemLeftTitle_1hjqt_90 span:nth-child(1),._itemLeftTitle_1hjqt_90 span:nth-child(2){border-radius:4px;padding:4px 6px;background:#f2f2f2;font-family:Monserrat;font-weight:600;font-size:12px;color:#616161}._itemLeftTitle_1hjqt_90 span._coowner_1hjqt_111{background:#cfdcff;color:#2f6aff}._itemLeftTitle_1hjqt_90 span._owner_1hjqt_116{background:#cff2ff;color:#15ace7}._itemLeftText_1hjqt_137{font-family:Monserrat;font-weight:500;font-size:14px;color:#9c9ca5}._itemRight_1hjqt_144{display:flex;align-items:center;gap:8px}._itemRightInfo_1hjqt_150{border:1px solid #d0d0d0;border-radius:12px;padding:16px;display:flex;align-items:center}._itemRightInfo_1hjqt_150 p{font-family:Monserrat;font-weight:500;font-size:14px;color:#000;margin-left:6px}._itemRightInfo_1hjqt_150 span{color:#9c9ca5}._itemRightInfo_1hjqt_150._warning_1hjqt_169 p{color:#d91528}._itemRightInfo_1hjqt_150._warning_1hjqt_169 svg path{stroke:#d91528}._itemRightBtns_1hjqt_176{display:flex;gap:8px}._itemRightBtn_1hjqt_176{border-radius:12px;padding:16px 18px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.35s}._itemRightBtn_1hjqt_176:disabled{opacity:.7;cursor:not-allowed}._itemRightBtn_1hjqt_176 svg path{transition:.35s}._itemRightBtn_1hjqt_176._off_1hjqt_86{background:#d91528}._itemRightBtn_1hjqt_176._start_1hjqt_202{background:#5282ff}._itemRightBtn_1hjqt_176._start_1hjqt_202:hover,._itemRightBtn_1hjqt_176._off_1hjqt_86:hover{opacity:.65}._itemRightBtn_1hjqt_176._reload_1hjqt_211{background:transparent;border:1px solid #5282ff}._itemRightBtn_1hjqt_176:not(:disabled)._reload_1hjqt_211:hover{background:#5282ff}._itemRightBtn_1hjqt_176._reload_1hjqt_211:hover svg path{stroke:#fff}._handleExtendet_1hjqt_224{z-index:50}._items_1hjqt_11{height:100%}._itemsNotFound_1hjqt_231{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}._itemsNotFoundTitle_1hjqt_239{font-family:Monserrat,sans-serif;font-weight:600;font-size:16px;text-align:center;color:#171718;margin-top:24px}._itemsNotFoundText_1hjqt_248{font-family:Monserrat,sans-serif;font-weight:400;font-size:16px;text-align:center;color:#171718;max-width:370px;margin-top:16px}._itemsNotFoundBtn_1hjqt_258{border-radius:12px;padding:16px 20px;font-family:Monserrat,sans-serif;font-weight:500;font-size:16px;color:#fff;background:#5282ff;margin-top:24px;cursor:pointer;transition:.35s}._itemsNotFoundBtn_1hjqt_258:hover{opacity:.65}._items__button_1hjqt_274{width:100%;margin-top:auto}._serch_1hjqt_279{border-radius:16px;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:8px;background:#fff;transition:opacity .3s}._serchInput_1hjqt_290{border-radius:12px;padding:16px;background:#f6f6f6;font-family:Monserrat;font-weight:500;font-size:14px;color:#171718;width:100%}._serchBtn_1hjqt_301{display:contents}[data-theme=dark] ._itemLeftTitle_1hjqt_90 span._owner_1hjqt_116{background:#075b7c;color:#cff2ff}[data-theme=dark] ._itemLeftTitle_1hjqt_90 span._coowner_1hjqt_111{background:#13275e;color:#7398ff}[data-theme=dark] ._title_1hjqt_1,[data-theme=dark] ._items_1hjqt_11,[data-theme=dark] ._serch_1hjqt_279,[data-theme=dark] ._itemLeftTitle_1hjqt_90 span:first-of-type{background:#242939}[data-theme=dark] ._serchInput_1hjqt_290{background:#1f1e2e;color:#fff}[data-theme=dark] ._itemLeftTitle_1hjqt_90 span:first-of-type{color:#fff}[data-theme=dark] ._itemRightInfo_1hjqt_150 svg path,[data-theme=dark] ._itemsNotFound_1hjqt_231 svg path{stroke:#fff}[data-theme=dark] ._item_1hjqt_11{background:#1f1e2e;border:1px solid #1f1e2e}[data-theme=dark] ._itemRightInfo_1hjqt_150{background:#292e3f;border:1px solid #292e3f}[data-theme=dark] ._title_1hjqt_1,[data-theme=dark] ._itemLeftTitle_1hjqt_90,[data-theme=dark] ._itemRightInfo_1hjqt_150 p,[data-theme=dark] ._itemsNotFoundTitle_1hjqt_239,[data-theme=dark] ._itemsNotFoundText_1hjqt_248{color:#fff}@media(max-width:1400px){._itemRight_1hjqt_144{width:100%}._itemRightInfo_1hjqt_150{width:100%;justify-content:center}}@media(max-width:768px){._itemRight_1hjqt_144{flex-wrap:wrap}._itemLeftTitle_1hjqt_90{flex-wrap:wrap;gap:4px}._itemRightBtns_1hjqt_176,._itemRightBtn_1hjqt_176{width:100%}._itemLeft_1hjqt_77{align-items:start}._items_1hjqt_11,._item_1hjqt_11{padding:16px}._itemLeftText_1hjqt_137{margin-top:4px}._title_1hjqt_1{text-align:center;font-size:20px;padding:16px}._itemLeftTitle_1hjqt_90{font-size:14px}}@media(max-width:620px){._serch_1hjqt_279{flex-direction:column}._serchInput_1hjqt_290{width:96%}._serchBtn_1hjqt_301{display:flex;gap:5px}}._tarifWrap_1hjqt_416{padding:20px;border-radius:16px;background:#fff}._tarifTop_1hjqt_423{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #d0d0d0;padding-bottom:20px}._tarifTopLeft_1hjqt_431{display:flex;align-items:center}._tarifTopLeftImg_1hjqt_436{border-radius:8px;margin-right:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}._price_1hjqt_442{display:flex;gap:5px;align-items:center;text-wrap:nowrap}._tarifTopLeftTitle_1hjqt_449{font-family:Monserrat;font-weight:600;font-size:16px;color:#000}._tarifTopLeftText_1hjqt_456{font-family:Monserrat;font-weight:500;font-size:14px;color:#616161;margin-top:3px}._tarifTopLeftText_1hjqt_456 span{color:#9c9ca5}._tarifTopRight_1hjqt_467{display:flex;align-items:center;gap:10px}._tarifAmount_1hjqt_473{border:1px solid #d0d0d0;border-radius:12px;padding:16px;font-family:Monserrat;font-weight:500;font-size:14px;color:#000}._tarifTopTightBtns_1hjqt_483{border:1px solid #5282ff;border-radius:12px;padding:16px 18px;font-family:Monserrat;font-weight:500;font-size:14px;color:#5282ff;background:transparent;cursor:pointer;transition:.35s}._tarifTopTightBtns_1hjqt_483._blue_1hjqt_495{background:#5282ff;color:#fff}._tarifTopTightBtns_1hjqt_483:hover{opacity:.65}._tarifItems_1hjqt_504{margin-top:20px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;grid-auto-rows:minmax(90px,auto)}._flex-between_1hjqt_512{display:flex;justify-content:space-between;align-items:center}._tariffModal_1hjqt_517{max-width:1000px;max-height:100vh;overflow-y:auto}._tariffModal_1hjqt_517::-webkit-scrollbar{width:8px}._tariffModal_1hjqt_517::-webkit-scrollbar-track{background:transparent}._tariffModal_1hjqt_517::-webkit-scrollbar-thumb{background:#e6e6e6;border-radius:8px}._tariff_1hjqt_517{font-size:14px;font-weight:500;color:#171718;overflow:auto;margin-bottom:16px}._tariffInfo_1hjqt_540{margin-bottom:40px;margin-top:4px}._tariffDiscount_1hjqt_544{margin-bottom:16px;margin-top:30px;padding-bottom:16px;border-bottom:1px solid #d0d0d0}._tariffDesc_1hjqt_550{color:#616161}._tariffPrice_1hjqt_553{color:#1eb83a}._tariffDot_1hjqt_556{color:#616161;line-height:0;color:#9c9ca5;position:relative;top:-3px;font-size:16px;font-weight:600;padding:0 5px}._tariffTotal_1hjqt_569{margin-bottom:16px}._tariffTotalPrice_1hjqt_572{color:#9c9ca5;margin-right:8px;text-decoration:line-through}._tariffPromo_1hjqt_577{width:calc(100% - 2px);position:relative;left:1px}._modal__extension_1hjqt_583{margin-top:16px;font-weight:500;font-size:14px;display:flex;justify-content:space-between;margin-bottom:24px;color:#000}._modal__extension_1hjqt_583 p:first-child{color:#616161}._buttons_1hjqt_595{display:grid;grid-template-columns:1fr 1fr;gap:8px}._buttons_1hjqt_595 button:last-child{display:flex;flex-direction:column}._currentTariff_1hjqt_604{font-size:14px;font-weight:500;display:flex;justify-content:space-between}._currentTariff_1hjqt_604 p:first-child{color:#616161}._currentTariff_1hjqt_604 p:last-child{display:flex;gap:8px;margin-bottom:20px}._currentTariff_1hjqt_604 p:last-child span:last-child{color:#616161}._currentTariff_1hjqt_604 p:last-child ._dot_1hjqt_620{color:#9c9ca5}._oldPrice_1hjqt_625{text-decoration:line-through;color:#616161;font-size:12px}[data-theme=dark] ._tarifTop_1hjqt_423{border-bottom:1px solid #1f1e2e}[data-theme=dark] ._tarifWrap_1hjqt_416{background:#242939}[data-theme=dark] ._tarifTopLeftTitle_1hjqt_449,[data-theme=dark] ._tarifAmount_1hjqt_473{color:#fff}[data-theme=dark] ._tarifTopLeftText_1hjqt_456,[data-theme=dark] ._tariffDesc_1hjqt_550{color:#fff9}[data-theme=dark] ._modal__extension_1hjqt_583{color:#fff}[data-theme=dark] ._modal__extension_1hjqt_583 ._oldPrice_1hjqt_625,[data-theme=dark] ._modal__extension_1hjqt_583 p:first-child{color:#fff9}[data-theme=dark] ._tariff_1hjqt_517{color:#fff}[data-theme=dark] ._currentTariff_1hjqt_604 p:first-child{color:#fff9}[data-theme=dark] ._currentTariff_1hjqt_604 p:last-child span:last-child{color:#fff9}[data-theme=dark] ._currentTariff_1hjqt_604 ._currentTariffSpan_1hjqt_671{color:#fff}@media(max-width:1440px){._tarifItems_1hjqt_504{grid-template-columns:repeat(3,1fr);gap:8px}._tarifTop_1hjqt_423{flex-wrap:wrap;gap:14px}}@media(max-width:1200px){._tarifItems_1hjqt_504{grid-template-columns:repeat(2,1fr);gap:8px}._tarifTopRight_1hjqt_467,._tarifTopTightBtns_1hjqt_483,._tarifAmount_1hjqt_473{width:100%;text-align:center}}@media(max-width:768px){._tarifTopRight_1hjqt_467{flex-wrap:wrap}._tarifTop_1hjqt_423{padding-bottom:15px}._tarifItems_1hjqt_504{margin-top:15px}._tarifWrap_1hjqt_416{padding:16px}}@media(max-width:500px){._tarifTopLeftText_1hjqt_456{font-size:13px}._tarifTopLeftTitle_1hjqt_449{font-size:14px}._tarifItems_1hjqt_504{grid-template-columns:repeat(1,1fr);grid-auto-rows:auto}}._shortInfoTitleSapn_4mcvf_1{border-radius:4px;padding:4px 6px;font-weight:600;font-size:12px;display:flex;align-items:center;gap:6px;background:#e3f4e8;color:#16a546}._shortInfoTitleSapn_4mcvf_1 path svg{stroke:#16a546}._shortInfoTitleSapn_4mcvf_1._offline_4mcvf_18{background:#f4e3e3;color:#a51616}._shortInfoTitleSapn_4mcvf_1._offline_4mcvf_18 svg path{stroke:#a51616}._shortInfoTitleSapn_4mcvf_1._reload_4mcvf_25{background:#e9e0d8;color:#a55e16}._shortInfoTitleSapn_4mcvf_1._reload_4mcvf_25 svg path{stroke:#a55e16}[data-theme=dark] ._shortInfoTitleSapn_4mcvf_1{background:#25382adb;color:#11c34d}[data-theme=dark] ._shortInfoTitleSapn_4mcvf_1._offline_4mcvf_18{background:#442f2fdb;color:#df2323}[data-theme=dark] ._shortInfoTitleSapn_4mcvf_1._reload_4mcvf_25{background:#3d382bdb;color:#b36719}[data-theme=dark] ._shortInfoTitleSapn_4mcvf_1._offline_4mcvf_18 svg path{stroke:#df2323}[data-theme=dark] ._shortInfoTitleSapn_4mcvf_1._reload_4mcvf_25 svg path{stroke:#b36719}[data-theme=dark] ._shortInfoTitleSapn_4mcvf_1 svg path{stroke:#11c34d}._item_vrtf8_2{display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:20px;border-radius:16px;border:1px solid #D0D0D0}._itemLeft_vrtf8_13{display:flex;align-items:center;gap:16px}._itemLeftImg_vrtf8_19{width:48px;height:48px;border-radius:8px;background-color:#ddd}._skeletonImage_vrtf8_26{animation:_skeleton-loading_vrtf8_1 1.5s infinite}._itemLeftTitle_vrtf8_30{display:flex;gap:8px}._skeletonTitle_vrtf8_35{width:120px;height:16px;background-color:#ccc;border-radius:4px;animation:_skeleton-loading_vrtf8_1 1.5s infinite}._skeletonSubtitle_vrtf8_43{width:80px;height:16px;background-color:#ddd;border-radius:4px}._itemLeftText_vrtf8_50{width:160px;height:14px;background-color:#eee;border-radius:4px;margin-top:8px}._itemRight_vrtf8_58{display:flex;align-items:center;gap:8px}._itemRightInfo_vrtf8_64{display:flex;flex-direction:column;align-items:center;gap:8px}._skeletonInfo_vrtf8_71{width:80px;height:50px;background-color:#ddd;border-radius:12px}._itemRightBtns_vrtf8_78{display:flex;gap:8px}._itemRightBtn_vrtf8_78{width:50px;height:50px;background-color:#ddd;border-radius:8px}._skeletonBtn_vrtf8_90{animation:_skeleton-loading_vrtf8_1 1.5s infinite}._warning_vrtf8_94 ._skeletonInfo_vrtf8_71{background-color:#f8d7da}@keyframes _skeleton-loading_vrtf8_1{0%{background-color:#e0e0e0}50%{background-color:#f0f0f0}to{background-color:#e0e0e0}}[data-theme=dark] ._skeletonBtn_vrtf8_90,[data-theme=dark] ._skeletonImage_vrtf8_26,[data-theme=dark] ._skeletonTitle_vrtf8_35{animation:_skeleton-loading-dark_vrtf8_1 1.5s infinite}[data-theme=dark] ._item_vrtf8_2{background:#1f1e2e}[data-theme=dark] ._skeletonTitle_vrtf8_35,[data-theme=dark] ._skeletonSubtitle_vrtf8_43,[data-theme=dark] ._itemLeftText_vrtf8_50,[data-theme=dark] ._skeletonInfo_vrtf8_71{background:#242939}[data-theme=dark] ._item_vrtf8_2{border:1px solid #1f1e2e}@keyframes _skeleton-loading-dark_vrtf8_1{0%{background-color:#242939}50%{background-color:#1b1b1b}to{background-color:#242939}}@media(max-width:1200px){._item_vrtf8_2{flex-wrap:wrap;gap:10px}._itemRight_vrtf8_58,._itemRightInfo_vrtf8_64,._skeletonInfo_vrtf8_71{width:100%}}@media(max-width:768px){._itemRight_vrtf8_58{flex-wrap:wrap}._itemRightBtns_vrtf8_78,._itemRightBtn_vrtf8_78{width:100%}}@media(max-width:400px){._skeletonSubtitle_vrtf8_43{display:none}}._modalOverlay_k5f73_1{justify-content:center;align-items:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0006;position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:50;display:flex;animation:_fadeIn_k5f73_1 .3s}._modalWrap_k5f73_19{display:flex;width:-moz-max-content;width:max-content;position:relative}._modal_k5f73_1{border-radius:16px;padding:32px;box-shadow:0 -4px 24px #00000014;background:#fff;max-width:540px;max-height:750px;overflow:auto;margin:36px 16px auto auto;animation:_slideIn_k5f73_1 .3s}._modal_k5f73_1::-webkit-scrollbar{width:6px}._modal_k5f73_1::-webkit-scrollbar-track{background:transparent}._modal_k5f73_1::-webkit-scrollbar-thumb{background:#5282ff;border-radius:6px}._modalCloseBtn_k5f73_52{background:transparent;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;cursor:pointer;transition:.35s}._modalCloseBtn_k5f73_52:hover{opacity:.7;transform:scale(125%)}@keyframes _fadeIn_k5f73_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_k5f73_1{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}[data-theme=dark] ._modal_k5f73_1{background:#292e3f}@media(max-width:500px){._modalWrap_k5f73_19{margin:15px}}@media(max-width:700px){._modal_k5f73_1{padding:15px;margin-right:0;margin-top:20px;margin-left:16px}._modalWrap_k5f73_19{padding:5px}}._root_1qxl1_1{font-size:14px}._wrapper_1qxl1_5{font-size:14px;display:flex;flex-direction:column;flex-grow:1}._root_knrh5_1{display:flex;gap:16px;align-items:center}@media screen and (max-width:480px){._root_knrh5_1{flex-direction:column;align-items:flex-start;gap:10px}}._title_knrh5_14{font-size:16px;font-weight:600}._titleGame_knrh5_19{font-size:16px;font-weight:600;display:flex;align-items:center;gap:8px}@media screen and (max-width:480px){._titleGame_knrh5_19{font-size:15px}}._labelImg_knrh5_32{width:16px;height:16px;border-radius:16px}._itemWrap_1s57e_1{background:#fff;padding:20px;border-radius:16px}._itemWrap_1s57e_1._flex_1s57e_8{display:flex;align-items:center;justify-content:space-between}._itemTitle_1s57e_14{font-family:Monserrat;font-weight:600;font-size:24px;color:#000}._itemText_1s57e_21{font-family:Monserrat;font-weight:500;font-size:14px;color:#616161;margin-top:8px;margin-right:6px}._button_1s57e_30{border-radius:12px;padding:12px 18px;background:#5282ff;font-family:Monserrat;font-weight:500;font-size:14px;color:#fff;cursor:pointer;transition:.35s;width:-moz-max-content;width:max-content}._button_1s57e_30:hover{opacity:.65}._textUnderButton_1s57e_46{font-family:Monserrat,sans-serif;font-weight:500;font-size:12px;color:#616161}._textWithBtn_1s57e_53{display:flex;margin-left:auto;margin-bottom:8px}[data-theme=dark] ._itemWrap_1s57e_1{background:#242939}[data-theme=dark] ._itemTitle_1s57e_14{color:#fff}[data-theme=dark] ._itemText_1s57e_21,[data-theme=dark] ._textUnderButton_1s57e_46{color:var(--color-gray-300)}@media(max-width:1400px){._itemText_1s57e_21{margin-top:4px}._itemWrap_1s57e_1{gap:10px;padding:16px}}@media(max-width:1200px){._itemText_1s57e_21{margin-top:4px}._itemWrap_1s57e_1._flex_1s57e_8{flex-wrap:wrap}}@media(max-width:768px){._itemWrap_1s57e_1._flex_1s57e_8{flex-direction:column;justify-content:center}._itemWrap_1s57e_1._flex_1s57e_8 div{display:flex;align-items:center;flex-direction:column}._itemWrap_1s57e_1._flex_1s57e_8 div p{text-align:center}}@media(max-width:500px){._itemTitle_1s57e_14{font-size:16px;text-align:left}._itemText_1s57e_21{font-size:14px;text-align:left}._textWithBtn_1s57e_53{margin-left:0}}._root_1w67n_1{display:flex;flex-direction:column;min-height:90vh;gap:10px}._content_1w67n_8{display:flex;flex-direction:column;align-items:start;margin-right:150px}@media screen and (max-width:650px){._content_1w67n_8{margin-right:0}}._content_1w67n_8 h2{font-size:1.5em;margin-bottom:15px;font-weight:600}._content_1w67n_8 p{font-size:1em;font-weight:400;margin-bottom:24px;line-height:1.5}._content_1w67n_8 span{font-weight:600}._button_1w67n_34{min-width:300px}@media screen and (max-width:650px){._button_1w67n_34{width:100%;height:50px}}._background_1w67n_44:before,._bottom_1w67n_44 ._bottomBlock_1w67n_44:before,._gameserver_1w67n_44:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--darkLight);z-index:-1;border-radius:16px}._background_1w67n_44:after,._bottom_1w67n_44 ._bottomBlock_1w67n_44:after,._gameserver_1w67n_44:after{content:"";position:absolute;width:100%;height:100%;right:0;bottom:0;background:linear-gradient(90deg,#fff,#fff0 50%),url(/assets/images/services/background_light.png);background-size:cover;background-position:center;background-blend-mode:normal,plus-darker;z-index:-1}._gameserver_1w67n_44{position:relative;padding:20px;border-radius:1rem;min-height:500px;display:flex;overflow:hidden}@media screen and (max-width:650px){._gameserver_1w67n_44{min-height:auto;flex-direction:column;gap:20px}}._gameserver_1w67n_44 h2{max-width:390px}._gameserver_1w67n_44 ._text_1w67n_87{margin-right:220px}[data-theme=dark] ._gameserver_1w67n_44 ._tag_1w67n_90{background:#cf8135}._gameserver_1w67n_44 ._tag_1w67n_90{position:absolute;top:20px;right:20px;background:#ffa852;color:#fff;padding:6px 16px;border-radius:16px;font-size:16px;font-weight:500}@media screen and (max-width:650px){._gameserver_1w67n_44 ._tag_1w67n_90{position:relative;top:0;right:0;bottom:0;left:0;text-align:center}}._gameserver_1w67n_44 ._image_1w67n_111{position:absolute;right:0;bottom:0;width:auto;max-height:300px;max-width:650px;max-height:80%}@media screen and (max-width:650px){._gameserver_1w67n_44 ._image_1w67n_111{right:-10px;bottom:-10px;height:36%}}._bottom_1w67n_44{display:flex;gap:10px;flex:1}@media screen and (max-width:756px){._bottom_1w67n_44{flex-direction:column-reverse}._bottom_1w67n_44 ._link_1w67n_137{margin-top:0}._bottom_1w67n_44 ._link_1w67n_137 button{width:100%}}._bottom_1w67n_44 ._bottomBlock_1w67n_44{position:relative;flex:1;border-radius:1rem;display:flex;overflow:hidden;padding:20px;text-align:left}._bottom_1w67n_44 ._bottomBlock_1w67n_44:after{width:423px}._bottom_1w67n_44 ._bottomBlock_1w67n_44 ._image_1w67n_111{position:absolute;right:0;bottom:0;width:auto;max-width:200px}@media screen and (max-width:756px){._bottom_1w67n_44 ._bottomBlock_1w67n_44 ._image_1w67n_111{height:34%}}._bottom_1w67n_44 ._knowledgeBase_1w67n_168{flex:.5}._bottom_1w67n_44 ._knowledgeBase_1w67n_168 ._content_1w67n_8{margin-right:auto}._bottom_1w67n_44 ._knowledgeBase_1w67n_168 ._content_1w67n_8 p{margin-right:50px}._bottom_1w67n_44 ._knowledgeBase_1w67n_168 p{max-width:390px}._bottom_1w67n_44 ._dedicatedServer_1w67n_180 ._content_1w67n_8{margin-right:auto}._bottom_1w67n_44 ._dedicatedServer_1w67n_180 ._content_1w67n_8 p{margin-right:220px}@media screen and (max-width:756px){._bottom_1w67n_44 ._dedicatedServer_1w67n_180 ._content_1w67n_8 p{margin-right:0;margin-bottom:90px}}._bottom_1w67n_44 ._dedicatedServer_1w67n_180:after{width:800px}._link_1w67n_137{display:inline-block;margin-top:auto}@media screen and (max-width:650px){._link_1w67n_137{margin-top:120px;width:100%}}[data-theme=dark] ._content_1w67n_8{color:#fff}[data-theme=dark] ._gameserver_1w67n_44:before{background-color:var(--darkLight)}[data-theme=dark] ._gameserver_1w67n_44:after{background:linear-gradient(90deg,#242939,#24293900 50%),url(/assets/images/services/background_dark.png);background-size:cover;background-position:center;opacity:1}[data-theme=dark] ._bottomBlock_1w67n_44:before{background-color:var(--darkLight)}[data-theme=dark] ._bottomBlock_1w67n_44:after{background:linear-gradient(90deg,#242939,#24293900 50%),url(/assets/images/services/background_dark.png);background-size:cover;background-position:center;opacity:1}[data-theme=light] ._gameserver_1w67n_44:before{background-color:#fff}[data-theme=light] ._gameserver_1w67n_44:after{background:linear-gradient(90deg,#fff,#fff0 50%),url(/assets/images/services/background_light.png);background-size:cover;background-position:center}[data-theme=light] ._bottomBlock_1w67n_44:before{background-color:#fff}[data-theme=light] ._bottomBlock_1w67n_44:after{background:linear-gradient(90deg,#fff,#fff0 50%),url(/assets/images/services/background_light.png);background-size:cover;background-position:center}._setting-page_z3wk4_1{display:flex;flex-direction:column;gap:10px;height:100%}._setting-banner_z3wk4_8{flex:1;display:flex;align-items:start;justify-content:space-between;gap:16px;flex-wrap:wrap}._setting-banner-content_z3wk4_16{display:flex;align-items:center;gap:14px;flex:1;min-width:0}._setting-banner-icon_z3wk4_23{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#5282ff1f;color:#5282ff;flex-shrink:0}._setting-banner-text_z3wk4_34{display:flex;flex-direction:column;gap:2px;min-width:0}._setting-banner-title_z3wk4_40{color:#171718;font-size:15px;font-weight:600}[data-theme=dark] ._setting-banner-title_z3wk4_40{color:#fff}._setting-banner-desc_z3wk4_48{color:#a7a7ad;font-size:13px;line-height:1.4}._setting-banner-btn_z3wk4_53{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:#5282ff1f;color:#5282ff;border-radius:10px;font-size:14px;font-weight:600;text-decoration:none;white-space:nowrap;transition:background .2s;flex-shrink:0}._setting-banner-btn_z3wk4_53:hover{background:#5282ff33}._setting-header_z3wk4_72{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}._setting-header-info_z3wk4_79{flex:1;min-width:200px}._setting-header-actions_z3wk4_83{display:flex;gap:8px;flex-shrink:0}._setting-title_z3wk4_89{color:#171718;font-weight:600;font-size:24px;margin:0}[data-theme=dark] ._setting-title_z3wk4_89{color:#fff}._setting-subtitle_z3wk4_99{color:#a7a7ad;margin-top:4px;font-weight:500;font-size:14px}._setting-warning_z3wk4_106{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:12px;color:#ff6b6b;font-weight:500;font-size:14px}._setting-warning_z3wk4_106 svg{flex-shrink:0}._setting-block-title_z3wk4_122{display:flex;align-items:center;gap:10px;color:#171718;font-weight:600;font-size:18px;margin:0 0 20px}._setting-block-title_z3wk4_122 svg{color:#5282ff}[data-theme=dark] ._setting-block-title_z3wk4_122{color:#fff}._setting-selects-grid_z3wk4_138{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:16px}._setting-autoupdates_z3wk4_145{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}._setting-autoupdate_z3wk4_145{border-radius:12px;padding:16px;background:#f6f6f6}[data-theme=dark] ._setting-autoupdate_z3wk4_145{background:#1f1e2e}._setting-autoupdate-row_z3wk4_159{display:flex;align-items:center;justify-content:space-between;gap:16px}._setting-autoupdate-info_z3wk4_165{flex:1}._setting-autoupdate-label_z3wk4_168{display:block;color:#171718;font-size:15px;font-weight:600}[data-theme=dark] ._setting-autoupdate-label_z3wk4_168{color:#fff}._setting-autoupdate-desc_z3wk4_177{display:block;color:#a7a7ad;font-size:13px;margin-top:4px}._setting-autoupdate-warning_z3wk4_183{display:flex;align-items:center;gap:8px;margin-top:12px;padding:10px 12px;background:#ffa5001a;border:1px solid rgba(255,165,0,.3);border-radius:8px;color:#d69e2e;font-size:12px;font-weight:500}._setting-autoupdate-warning_z3wk4_183 svg{flex-shrink:0}._setting-update-block_z3wk4_200{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;border-radius:12px;background:#f6f6f6}[data-theme=dark] ._setting-update-block_z3wk4_200{background:#1f1e2e}._setting-update-info_z3wk4_213{flex:1}._setting-update-label_z3wk4_217{display:block;color:#171718;font-size:15px;font-weight:600}[data-theme=dark] ._setting-update-label_z3wk4_217{color:#fff}._setting-update-desc_z3wk4_227{display:block;color:#a7a7ad;font-size:13px;margin-top:4px}._setting-select-wrapper_z3wk4_234{position:relative}._setting-select-changed_z3wk4_238{position:absolute;top:0;right:0;background:#5282ff;color:#fff;font-size:11px;font-weight:600;padding:4px 8px;border-radius:6px;text-transform:uppercase}._setting-no-options_z3wk4_251{color:#a7a7ad;font-size:14px;text-align:center;padding:20px}._setting-template-info_z3wk4_258{display:flex;flex-direction:column;gap:12px}._setting-template-row_z3wk4_264{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f6f6f6;border-radius:10px}[data-theme=dark] ._setting-template-row_z3wk4_264{background:#1f1e2e}._setting-template-label_z3wk4_276{color:#a7a7ad;font-size:14px;font-weight:500}._setting-template-value_z3wk4_282{color:#171718;font-size:14px;font-weight:600}[data-theme=dark] ._setting-template-value_z3wk4_282{color:#fff}._setting-template-badge_z3wk4_291{padding:4px 10px;border-radius:6px;font-size:12px}._setting-template-badge--success_z3wk4_296{background:#52c41a26;color:#52c41a}._setting-template-badge--warning_z3wk4_300{background:#ffa50026;color:orange}._setting-template-sync-warning_z3wk4_305{display:flex;align-items:center;gap:10px;margin-top:16px;padding:12px 16px;background:#ffa5001a;border:1px solid rgba(255,165,0,.3);border-radius:10px;color:orange;font-size:13px;font-weight:500}._setting-template-sync-warning_z3wk4_305 svg{flex-shrink:0}._setting-status-info_z3wk4_322{display:flex;flex-direction:column;gap:16px}._setting-status-indicator_z3wk4_328{display:flex;align-items:center;gap:10px}._setting-status-dot_z3wk4_334{width:10px;height:10px;border-radius:50%;background:#a7a7ad}._setting-status-dot--running_z3wk4_340{background:#52c41a;box-shadow:0 0 8px #52c41a80}._setting-status-dot--stopped_z3wk4_344{background:#ff6b6b}._setting-status-dot--error_z3wk4_347{background:#f44;animation:_pulse_z3wk4_1 1.5s infinite}@keyframes _pulse_z3wk4_1{0%,to{opacity:1}50%{opacity:.5}}._setting-status-text_z3wk4_360{color:#171718;font-size:16px;font-weight:600}[data-theme=dark] ._setting-status-text_z3wk4_360{color:#fff}._setting-permissions_z3wk4_369{display:flex;flex-direction:column;gap:8px}._setting-permissions-label_z3wk4_375{color:#a7a7ad;font-size:13px;font-weight:500}._setting-permissions-list_z3wk4_381{display:flex;flex-wrap:wrap;gap:8px}._setting-permission-tag_z3wk4_387{display:inline-flex;align-items:center;padding:6px 12px;background:#5282ff1a;border:1px solid rgba(82,130,255,.3);border-radius:8px;color:#5282ff;font-size:12px;font-weight:500}._setting-error_z3wk4_399{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}._setting-error-icon_z3wk4_407{margin-bottom:20px}._setting-error-title_z3wk4_410{color:#171718;font-size:20px;font-weight:600;margin:0 0 8px}[data-theme=dark] ._setting-error-title_z3wk4_410{color:#fff}._setting-error-text_z3wk4_419{color:#a7a7ad;font-size:14px;margin:0 0 20px}._setting-modal-overlay_z3wk4_425{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:_fadeIn_z3wk4_1 .2s ease}@keyframes _fadeIn_z3wk4_1{0%{opacity:0}to{opacity:1}}._setting-modal_z3wk4_425{position:relative;background:#fff;border-radius:16px;padding:32px;max-width:480px;width:100%;animation:_slideUp_z3wk4_1 .3s ease}[data-theme=dark] ._setting-modal_z3wk4_425{background:#242939}._setting-modal-header_z3wk4_460{display:flex;align-items:center;gap:12px;margin-bottom:16px}._setting-modal-header_z3wk4_460 h2{color:#171718;font-size:20px;font-weight:600;margin:0}[data-theme=dark] ._setting-modal-header_z3wk4_460 h2{color:#fff}._setting-modal-text_z3wk4_475{color:#666;font-size:14px;line-height:1.6;margin:0 0 24px}[data-theme=dark] ._setting-modal-text_z3wk4_475{color:#a7a7ad}._setting-modal-actions_z3wk4_484{display:flex;gap:12px}._setting-modal-actions_z3wk4_484 button{flex:1}._setting-modal-danger-btn_z3wk4_491{border-color:#ff6b6b!important;color:#ff6b6b!important}._setting-modal-danger-btn_z3wk4_491:hover{background:#ff6b6b1a!important}._setting-modal-hint_z3wk4_498{margin-top:20px;padding-top:16px;border-top:1px solid #eee;color:#999;font-size:12px;line-height:1.6}._setting-modal-hint_z3wk4_498 strong{color:#666}[data-theme=dark] ._setting-modal-hint_z3wk4_498 strong{color:#bfbfbf}[data-theme=dark] ._setting-modal-hint_z3wk4_498{border-top-color:#1f1e2e;color:#666}._setting-modal-changes_z3wk4_516{background:#5282ff14;border:1px solid rgba(82,130,255,.2);border-radius:12px;padding:16px;margin-bottom:16px}[data-theme=dark] ._setting-modal-changes_z3wk4_516{background:#5282ff1a;border-color:#5282ff4d}._setting-modal-changes-title_z3wk4_527{color:#171718;font-size:14px;font-weight:600;margin:0 0 12px}[data-theme=dark] ._setting-modal-changes-title_z3wk4_527{color:#fff}._setting-modal-changes-list_z3wk4_536{margin:0;padding:0 0 0 20px;list-style:none}._setting-modal-changes-list_z3wk4_536 li{position:relative;color:#666;font-size:14px;line-height:1.8}[data-theme=dark] ._setting-modal-changes-list_z3wk4_536 li{color:#a7a7ad}._setting-modal-changes-list_z3wk4_536 li:before{content:"";position:absolute;left:-16px;top:10px;width:6px;height:6px;background:#5282ff;border-radius:50%}._setting-modal-option_z3wk4_560{background:#f8f9fa;border-radius:12px;padding:16px;margin-bottom:20px}[data-theme=dark] ._setting-modal-option_z3wk4_560{background:#1f1e2e}._setting-modal-checkbox_z3wk4_569{display:flex;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}._setting-modal-checkbox_z3wk4_569 input[type=checkbox]{display:none}._setting-modal-checkbox-mark_z3wk4_579{width:22px;height:22px;border:2px solid #d0d0d0;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}[data-theme=dark] ._setting-modal-checkbox-mark_z3wk4_579{border-color:#444}._setting-modal-checkbox-mark_z3wk4_579:after{content:"";width:12px;height:12px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") center/contain no-repeat;opacity:0;transform:scale(0);transition:all .2s}input[type=checkbox]:checked+._setting-modal-checkbox-mark_z3wk4_579{background:#5282ff;border-color:#5282ff}input[type=checkbox]:checked+._setting-modal-checkbox-mark_z3wk4_579:after{opacity:1;transform:scale(1)}._setting-modal-checkbox-text_z3wk4_610{color:#171718;font-size:14px;font-weight:500}[data-theme=dark] ._setting-modal-checkbox-text_z3wk4_610{color:#fff}._setting-modal-checkbox-hint_z3wk4_618{color:#999;font-size:12px;margin:8px 0 0 34px;line-height:1.5}[data-theme=dark] ._setting-modal-checkbox-hint_z3wk4_618{color:#666}._setting-modal-close_z3wk4_627{position:absolute;top:16px;right:16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;cursor:pointer;color:#999;transition:all .2s}._setting-modal-close_z3wk4_627:hover{background:#f0f0f0;color:#666}[data-theme=dark] ._setting-modal-close_z3wk4_627:hover{background:#1f1e2e;color:#fff}._setting-update-modal_z3wk4_652{text-align:center}._setting-update-modal-icon_z3wk4_655{display:flex;justify-content:center;margin-bottom:16px}._setting-update-modal-icon_z3wk4_655 svg{color:#5282ff}._setting-update-modal-title_z3wk4_663{color:#171718;font-size:18px;font-weight:600;margin:0 0 20px}[data-theme=dark] ._setting-update-modal-title_z3wk4_663{color:#fff}._setting-update-modal-warnings_z3wk4_672{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}._setting-update-modal-warning_z3wk4_672{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f6f6f6;border-radius:10px;text-align:left}[data-theme=dark] ._setting-update-modal-warning_z3wk4_672{background:#1f1e2e}._setting-update-modal-warning_z3wk4_672 svg{flex-shrink:0;color:orange}._setting-update-modal-warning_z3wk4_672:last-child svg{color:#22c55e}._setting-update-modal-warning_z3wk4_672 span{color:#171718;font-size:14px;font-weight:500}[data-theme=dark] ._setting-update-modal-warning_z3wk4_672 span{color:#e0e0e0}._setting-update-modal-hint_z3wk4_705{color:#a7a7ad;font-size:13px;margin:0;line-height:1.5}@keyframes _slideUp_z3wk4_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){._setting-header_z3wk4_72{flex-direction:column;align-items:flex-start}._setting-header-actions_z3wk4_83{width:100%}._setting-header-actions_z3wk4_83 button{flex:1}._setting-modal_z3wk4_425{padding:24px}._setting-modal-actions_z3wk4_484{flex-direction:column}}@media(max-width:480px){._setting-selects-grid_z3wk4_138,._setting-autoupdates_z3wk4_145{grid-template-columns:1fr}._setting-autoupdate-row_z3wk4_159{align-items:flex-start}}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media(prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}._repo_1l68i_2{display:flex;flex-direction:column;gap:10px}._filtersPanel_1l68i_8{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border-radius:16px;padding:12px 20px}@media(max-width:768px){._filtersPanel_1l68i_8{flex-direction:column;align-items:stretch}}._searchBox_1l68i_24{display:flex;align-items:center;gap:8px;background:#f5f5f5;border-radius:12px;padding:10px 16px;flex:1}@media(max-width:768px){._searchBox_1l68i_24{max-width:100%}}._searchInput_1l68i_39{border:none;outline:none;background:transparent;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718;width:100%}._searchInput_1l68i_39::-moz-placeholder{color:#9c9ca5}._searchInput_1l68i_39::placeholder{color:#9c9ca5}._selectsRow_1l68i_53{display:flex;align-items:center;gap:8px}._selectsRow_1l68i_53>div{min-width:250px}@media(max-width:768px){._selectsRow_1l68i_53{flex-wrap:wrap}}._emptyState_1l68i_67{display:flex;justify-content:center;align-items:center;min-height:200px;background:#fff;border-radius:16px;padding:40px;height:100%}._emptyState_1l68i_67 p{font-family:Monserrat,sans-serif;font-weight:500;font-size:16px;color:#9c9ca5}._skeletonTable_1l68i_84{padding:20px;background-color:#fff;overflow-x:auto}._tableWrapper_1l68i_90{flex-grow:1;border-radius:16px;padding:18px;background-color:#fff;overflow:auto}@media(max-width:1300px){._tableWrapper_1l68i_90>div{min-width:1050px}}@media(max-width:768px){._tableWrapper_1l68i_90>div{min-width:auto}}._authors_1l68i_108{cursor:pointer}@media(max-width:768px){._tableBody_1l68i_113>div{display:flex!important;flex-direction:column;justify-content:start;gap:15px;background:#fff;border-radius:16px}}._tableHead_1l68i_123 div:not(:first-child),._tableBody_1l68i_113>div div:not(:first-child){padding-right:8px}._tableHead_1l68i_123 div:nth-child(2),._tableBody_1l68i_113>div div:nth-child(2){padding-left:12px}._tableHead_1l68i_123,._tableBody_1l68i_113>div{font-size:14px;font-weight:500;padding:8.5px 0;display:grid;grid-template-columns:40px 1fr repeat(4,1fr);align-items:center}@media(max-width:768px){._tableHead_1l68i_123,._tableBody_1l68i_113>div{grid-template-columns:40px 1fr repeat(4,1fr);border-radius:8px}}._tableItem_1l68i_148{display:flex}@media(max-width:768px){._tableItem_1l68i_148{align-items:start!important;padding:10px!important;border-radius:14px!important}}._tableBody_1l68i_113{color:#171718}._tableBody_1l68i_113 ._title_1l68i_162{color:#000;font-weight:600}._tableBody_1l68i_113 ._desc_1l68i_166{color:#616161;max-width:97%;max-height:30px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){._tableBody_1l68i_113{display:flex;gap:10px;flex-direction:column}}._tableHead_1l68i_123{margin-bottom:8px;color:#9c9ca5}._tableHead_1l68i_123 span:nth-child(2){padding-left:12px}@media(max-width:768px){._tableHead_1l68i_123{display:none}._actions_1l68i_198{display:flex;width:100%}._actions_1l68i_198 button{width:100%}}._icon_1l68i_206{width:40px;height:40px;border-radius:8px;border:1px solid #d0d0d0;display:flex;justify-content:center;align-items:center}._flexRow_1l68i_216{display:flex;align-items:center;gap:4px}._rowName_1l68i_222{display:flex;flex-direction:column;align-items:flex-start;position:relative;cursor:pointer;margin-left:12px;gap:4px}._rowName-full_1l68i_231{display:none}._rowName-full_1l68i_231 ._desc_1l68i_166{max-width:100%;min-height:-moz-max-content;min-height:max-content;overflow:hidden;text-overflow:none}._rowName-full_1l68i_231._active_1l68i_240{display:flex;flex-direction:column;gap:6px;position:absolute;background:#eaf1f7;max-width:500px;min-height:-moz-max-content;min-height:max-content;overflow:hidden;left:-30px;top:-10px;padding:12px;border-radius:8px;z-index:10}@media(max-width:768px){._rowName_1l68i_222{padding-left:0!important;gap:5px}}[data-theme=dark] ._filtersPanel_1l68i_8{background:#242939}[data-theme=dark] ._searchBox_1l68i_24{background:#1a1e2e}[data-theme=dark] ._searchInput_1l68i_39{color:#fff}[data-theme=dark] ._searchInput_1l68i_39::-moz-placeholder{color:#9c9ca5}[data-theme=dark] ._searchInput_1l68i_39::placeholder{color:#9c9ca5}[data-theme=dark] ._searchBox_1l68i_24 svg path{stroke:#9c9ca5}[data-theme=dark] ._emptyState_1l68i_67{background:#242939}[data-theme=dark] ._emptyState_1l68i_67 p{color:#9c9ca5}[data-theme=dark] ._skeletonTable_1l68i_84,[data-theme=dark] ._tableWrapper_1l68i_90{color:#fff;background:#242939}[data-theme=dark] ._icon_1l68i_206 svg path{fill:#fff}[data-theme=dark] ._title_1l68i_162{color:#fff}[data-theme=dark] ._desc_1l68i_166{color:#b1b1b1}[data-theme=dark] ._tableBody_1l68i_113>div{color:#fff}@media(max-width:768px){[data-theme=dark] ._tableBody_1l68i_113>div{background:#1f1e2e}}[data-theme=dark] ._rowName-full_1l68i_231{background:#1f1e2e}._versionSelect_aljex_1{position:relative;display:inline-flex;align-items:center}._versionSelect--disabled_aljex_6{pointer-events:none;opacity:.5}._versionSelect__text_aljex_10{display:flex;align-items:center;gap:4px;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718}._versionSelect__trigger_aljex_19{display:flex;align-items:center;gap:6px;background:none;border:1px solid #D0D0D0;border-radius:8px;padding:6px 10px;cursor:pointer;font-family:Monserrat,sans-serif;font-weight:500;font-size:13px;color:#171718;transition:border-color .2s,background .2s;white-space:nowrap}._versionSelect__trigger_aljex_19:hover{border-color:#5282ff;background:#5282ff0a}._versionSelect__trigger--primary_aljex_39{border:none;background:none;color:#5282ff;padding:13px 16px;font-weight:600;gap:4px}._versionSelect__trigger--primary_aljex_39:hover{background:#5282ff0f;border-radius:10px}._versionSelect--open_aljex_51 ._versionSelect__trigger_aljex_19{border-color:#5282ff;background:#5282ff0f}._versionSelect--primary_aljex_55._versionSelect--open_aljex_51 ._versionSelect__trigger--primary_aljex_39{background:#5282ff14;border-radius:8px}._versionSelect--small_aljex_59 ._versionSelect__trigger_aljex_19{padding:4px 8px;font-size:12px;gap:4px}._versionSelect--small_aljex_59 ._versionSelect__trigger_aljex_19 svg:first-child{width:14px;height:14px}._versionSelect__arrow_aljex_68{transition:transform .2s}._versionSelect__arrow--open_aljex_71{transform:rotate(180deg)}._versionSelect__dropdown_aljex_74{position:absolute;top:calc(100% + 4px);right:0;z-index:100;min-width:220px;max-height:260px;overflow-y:auto;background:#fff;border:1px solid #E0E0E0;border-radius:10px;box-shadow:0 8px 24px #0000001a;padding:4px}._versionSelect__dropdown_aljex_74::-webkit-scrollbar{width:4px}._versionSelect__dropdown_aljex_74::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:4px}._versionSelect__option_aljex_95{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 10px;border:none;background:none;border-radius:6px;cursor:pointer;font-family:Monserrat,sans-serif;font-weight:500;font-size:13px;color:#171718;transition:background .15s;gap:8px}._versionSelect__option_aljex_95:hover{background:#f3f4f6}._versionSelect__option--installed_aljex_115{background:#5282ff0f;color:#5282ff;font-weight:600}._versionSelect__option--disabled_aljex_120{opacity:.45;cursor:not-allowed}._versionSelect__option--disabled_aljex_120:hover{background:none}._versionSelect__versionTag_aljex_127{flex-shrink:0}._versionSelect__meta_aljex_130{display:flex;align-items:center;gap:6px;font-size:12px;color:#9c9ca5}._versionSelect__badge_aljex_137{background:#1eb83a1f;color:#1eb83a;border-radius:4px;padding:2px 6px;font-size:11px;font-weight:600;white-space:nowrap}._versionSelect__badgeInstalled_aljex_146{background:#5282ff1f;color:#5282ff;border-radius:4px;padding:2px 6px;font-size:11px;font-weight:600;white-space:nowrap}._versionSelect__badgeNoFile_aljex_155{background:#d9152814;color:#d91528;border-radius:4px;padding:2px 6px;font-size:11px;font-weight:600;white-space:nowrap}._versionSelect__date_aljex_164{white-space:nowrap;color:#9c9ca5}[data-theme=dark] ._versionSelect__text_aljex_10{color:#fff}[data-theme=dark] ._versionSelect__trigger_aljex_19{color:#fff;border-color:#3a3f50;background:transparent}[data-theme=dark] ._versionSelect__trigger_aljex_19:hover{border-color:#5282ff;background:#5282ff14}[data-theme=dark] ._versionSelect__trigger--primary_aljex_39{color:#5282ff;border:none;background:none}[data-theme=dark] ._versionSelect__trigger--primary_aljex_39:hover{background:#5282ff1a}[data-theme=dark] ._versionSelect--open_aljex_51 ._versionSelect__trigger_aljex_19{border-color:#5282ff;background:#5282ff1a}[data-theme=dark] ._versionSelect__dropdown_aljex_74{background:#1f1e2e;border-color:#2e3348;box-shadow:0 8px 24px #00000059}[data-theme=dark] ._versionSelect__option_aljex_95{color:#e0e0e0}[data-theme=dark] ._versionSelect__option_aljex_95:hover{background:#2a2d3e}[data-theme=dark] ._versionSelect__option--installed_aljex_115{background:#5282ff1a;color:#5282ff}[data-theme=dark] ._versionSelect__date_aljex_164{color:#6b6b75}[data-theme=dark] ._versionSelect__dropdown_aljex_74::-webkit-scrollbar-thumb{background:#3a3f50}._addUser_1j1q5_1{display:flex;align-items:center;border-radius:16px;background:#fff}._addUserInput_1j1q5_9{border-radius:12px;padding:12px 16px;background:#f6f6f6;font-family:Monserrat;font-weight:500;font-size:14px;color:#171718;width:100%}._skeletonTable_1j1q5_20{background-color:#fff;overflow-x:auto}._skeletonTableMain_1j1q5_25{padding:0 20px}[data-theme=dark] ._skeletonTable_1j1q5_20{background:#242939}._addUserBtn_1j1q5_33{border-radius:12px;padding:12px 18px;font-family:Monserrat;font-weight:500;font-size:14px;margin-left:8px;background:#5282ff;color:#fff;transition:.35s;cursor:pointer}._addUserBtn_1j1q5_33:disabled{background:#dcdcdc;color:#888;cursor:auto}._usersTable_1j1q5_50{flex-grow:1;border-radius:16px;background-color:#fff;padding:20px 0}._empty_1j1q5_57{display:flex;align-items:center;flex-direction:column;height:100%;justify-content:center;padding:15px 15px 45px}._empty_1j1q5_57._maxContent_1j1q5_67{min-height:-moz-max-content;min-height:max-content}._emptyIcon_1j1q5_71{display:flex;justify-content:center}._emptyTitle_1j1q5_76{margin-top:24px;font-weight:600;font-size:16px;text-align:center;color:#171718}._emptyText_1j1q5_84{margin-top:16px;font-weight:400;font-size:16px;text-align:center;color:#171718;max-width:370px}._emptyBtn_1j1q5_93{margin-top:24px;border-radius:12px;padding:16px 20px;background:#5282ff;font-weight:500;font-size:16px;color:#fff;cursor:pointer;transition:.35s}._emptyBtn_1j1q5_93:hover{opacity:.7}._tableWrapper_1j1q5_108{height:100%;display:flex;flex-direction:column;gap:10px}._table_1j1q5_108{font-size:14px;font-weight:500}._tableHead_1j1q5_118,._tableRow_1j1q5_119{display:grid;grid-template-columns:repeat(4,1fr) 32px;align-items:center;gap:6px}._tableRow_1j1q5_119{position:relative;height:48px;padding:0 20px;color:#171718}._tableRow_1j1q5_119 span{color:#9c9ca5}._tableHead_1j1q5_118{color:#616161;padding:0 20px 20px}._tableBtn_1j1q5_138{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#5282ff;border-radius:8px;cursor:pointer}[data-theme=dark] ._tableHead_1j1q5_118{color:#a7a7ad}[data-theme=dark] ._tableRow_1j1q5_119,[data-theme=dark] ._emptyTitle_1j1q5_76,[data-theme=dark] ._emptyText_1j1q5_84{color:#fff}[data-theme=dark] ._filterTagBtns_1j1q5_161 svg path,[data-theme=dark] ._empty_1j1q5_57 svg path{stroke:#fff}[data-theme=dark] ._addUser_1j1q5_1,[data-theme=dark] ._usersTable_1j1q5_50{background:#242939}[data-theme=dark] ._addUserInput_1j1q5_9,[data-theme=dark] ._addUserBtn_1j1q5_33{background:#1f1e2e}[data-theme=dark] ._addUserBtn_1j1q5_33:not(:disabled):hover{background:#5282ff}[data-theme=dark] ._addUserInput_1j1q5_9{color:#fff}@media(max-width:1400px){._coOwnersSettings_1j1q5_190 ._coOwnersSettingsTable_1j1q5_190{padding:16px}}._stBox_1j1q5_194{padding:20px;border-radius:16px;background:#fff}._settingsWrapper_1j1q5_199{display:flex;flex-direction:column;height:100%;flex-grow:1;gap:10px}._coOwnersSettingsTableBtns_1j1q5_206{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:20px}._coOwnersSettingsHead_1j1q5_212{display:flex;align-items:center;gap:16px}._menu_1j1q5_217{overflow:hidden;position:absolute;border-radius:8px;padding:8px;border:2px solid #d0d0d0;background-color:#fff;display:flex;flex-direction:column;right:60px;top:10px;z-index:1;align-items:flex-start}._menu_1j1q5_217 button{cursor:pointer;display:block;padding:8px;font-size:14px;font-weight:500;border-radius:10px;background-color:transparent}[data-theme=dark] ._menu_1j1q5_217{border:2px solid #1f1e2e;background-color:#242939}[data-theme=dark] ._menu_1j1q5_217 button{color:#fff}[data-theme=dark] ._stBox_1j1q5_194{background:#242939}[data-theme=dark] ._coOwnersSettingsHead_1j1q5_212 p{color:#fff}._wrap_1j1q5_258{display:flex;flex-direction:column;gap:16px;height:100%}._coOwnersTable_1j1q5_265{--columns: 1fr 1.5fr 1.5fr 1fr 50px;height:100%}._tableBod123y_1j1q5_270{height:100%}._userId_1j1q5_274,._noPermissions_1j1q5_278{color:#9c9ca5}._actionCell_1j1q5_282{display:flex;justify-content:flex-end}._actionWrapper_1j1q5_287{position:relative}._tableBody_1j1q5_291{overflow:unset!important}._mobileActions_1j1q5_295{display:flex;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid #ebebeb}[data-theme=dark] ._mobileActions_1j1q5_295{border-top-color:#1f1e2e}@media(max-width:868px){._addUser_1j1q5_1{flex-direction:column;gap:12px}._addUserBtn_1j1q5_33{margin-left:0;width:100%}}._checkbox_yqkzh_1{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #d0d0d0;width:100%}._checkbox_yqkzh_1._checkboxSolo_yqkzh_9{border-bottom:0;width:-moz-max-content;width:max-content;padding:0}._checkbox_yqkzh_1:first-of-type{padding-top:0}._checkbox_yqkzh_1:last-of-type{border-bottom:none;padding-bottom:0}._checkboxInput_yqkzh_22{display:none}._checkboxLabel_yqkzh_26{cursor:pointer;position:relative}._checkboxLabel_yqkzh_26:before{content:"";width:52px;height:32px;background:#e6e6e6;border-radius:36px;position:relative;display:inline-block;transition:background .35s ease}._checkboxLabel_yqkzh_26:after{content:"";width:24px;height:24px;background:#fff;border-radius:50%;position:absolute;left:4px;top:4px;bottom:4px;transition:.35s}._checkbox_yqkzh_1._active_yqkzh_55 ._checkboxLabel_yqkzh_26:before{background:#5282ff}._checkbox_yqkzh_1._active_yqkzh_55 ._checkboxLabel_yqkzh_26:after{left:24px}._title_yqkzh_62{font-weight:500}[data-theme=dark] ._checkbox_yqkzh_1{color:#fff}[data-theme=dark] ._checkboxLabel_yqkzh_26:before{background:#1f1e2e}[data-theme=dark] ._checkboxLabel_yqkzh_26:after{background:#242939}._wrap_1icau_1{width:100%}._table_1icau_5{width:100%;display:block;overflow-x:auto}._table_1icau_5::-webkit-scrollbar{height:6px}._table_1icau_5::-webkit-scrollbar-track{background:transparent}._table_1icau_5::-webkit-scrollbar-thumb{background:#5282ff;border-radius:6px}._table__head_1icau_20{align-items:start;display:grid;grid-template-columns:var(--columns);gap:0 16px;padding:12px 16px}._table__head-th_1icau_27{font-weight:500;font-size:14px;color:#616161;white-space:nowrap;min-width:0;overflow:hidden;text-overflow:ellipsis}[data-theme=dark] ._table__head-th_1icau_27{color:#bfbfbf}._table__body_1icau_39{overflow:auto;margin-top:15px}._table__body-tr_1icau_43{min-height:56px;align-items:center;display:grid;color:#171718;grid-template-columns:var(--columns);gap:0 16px;padding:0 16px}._table__body-td_1icau_52{font-weight:500;font-size:14px;color:#171718;word-break:break-word;min-width:0}[data-theme=dark] ._table__body-td_1icau_52{color:#e0e0e0}._cards_1icau_63{display:none;flex-direction:column;gap:12px}._cards__item_1icau_68{background:#fff;border:1px solid #ebebeb;border-radius:12px;padding:16px;box-shadow:0 2px 8px #0000000a}[data-theme=dark] ._cards__item_1icau_68{background:#1f1e2e;border:1px solid #1f1e2e}._line_1icau_80{height:1px;width:100%;margin:5px 0;background-color:#ebebeb}[data-theme=dark] ._line_1icau_80{background-color:#1f1e2e}._mobileField_1icau_90{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}._mobileField_1icau_90:last-child{margin-bottom:0}._mobileLabel_1icau_100{font-size:13px;color:#616161;font-weight:500}[data-theme=dark] ._mobileLabel_1icau_100{color:var(--color-gray-300)}._mobileValue_1icau_109{font-size:15px;color:#171718;word-break:break-word}[data-theme=dark] ._mobileValue_1icau_109{color:var(--color-white)}@media(max-width:868px){._table_1icau_5{display:none}._cards_1icau_63{display:flex}}@media(max-width:1300px){._wideMobile_1icau_127 ._table_1icau_5{display:none}._wideMobile_1icau_127 ._cards_1icau_63{display:flex}}._wrap_7s8fx_1{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:auto;height:-moz-max-content;height:max-content;gap:10px}._wrap__button_7s8fx_10{margin-top:10px}[data-theme=dark] ._wrap_7s8fx_1 svg path{stroke:#fff}[data-theme=dark] ._wrap_7s8fx_1 h3{color:#fff}[data-theme=dark] ._wrap_7s8fx_1 p{color:#fff;opacity:.8}._tasksHead_1du4v_1{display:flex;align-items:center;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid #D0D0D0}._tasksHeadTitle_1du4v_9{font-family:Monserrat,sans-serif;font-weight:600;font-size:16px;color:#171718}._tasksHeadText_1du4v_16{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;text-align:right;color:#616161;margin-left:16px}._skeletonTable_1du4v_25{padding:20px;background-color:#fff;overflow-x:auto}[data-theme=dark] ._skeletonTable_1du4v_25{background:#242939}._tasksGroup_1du4v_35{margin-top:2px;position:relative}._tasksGroup_1du4v_35._last_1du4v_39{margin-bottom:20px}._tasksGroup_1du4v_35._first_1du4v_42{margin-top:12px}._tasksGroupSelect_1du4v_45{height:40px;position:relative}._tasksGroupText_1du4v_50{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718}label._tasksGroupText_1du4v_50{display:flex;justify-content:space-between;align-items:center}._tasksGroupInput_1du4v_63{border-radius:8px;padding:12px;background:#f6f6f6;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718;margin-top:8px;width:calc(100% - 24px)}._tasksGroupSelect_1du4v_45{margin-top:8px}._tasksGroupTime_1du4v_79{display:flex;align-items:center}._tasksGroupTime_1du4v_79 div{width:100%;display:flex;flex-direction:column}._tasksGroupTimeInput_1du4v_90{width:100%;background:#f6f6f6;border-radius:8px;padding:12px;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718;margin-top:8px}._tasksGroupTimeText_1du4v_102{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718;margin:8px 8px 0}._tasksGroupBtn_1du4v_111{display:flex;align-items:center;gap:4px;cursor:pointer;background:#f2f5ff;border-radius:6px;padding:6px 8px;transition:.35s}._tasksGroupBtn_1du4v_111 p{font-family:Monserrat,sans-serif;font-weight:500;font-size:12px;color:#5282ff;transition:.35s}._tasksGroupBtn_1du4v_111:hover svg path{transition:.35s}._tasksGroupBtn_1du4v_111:hover{background:#5282ff}._tasksGroupBtn_1du4v_111:hover p{color:#fff}._tasksGroupBtn_1du4v_111:hover svg path{stroke:#fff}._tasksBtn_1du4v_140{border-radius:12px;padding:16px 20px;background:#5282ff;text-align:center;font-family:Monserrat,sans-serif;font-weight:500;font-size:16px;color:#fff;width:100%;margin-top:32px;transition:.35s;cursor:pointer}._tasksBtn_1du4v_140:hover{opacity:.65}._tasksBtn_1du4v_140._disabled_1du4v_158{border:1px solid #5282FF;background:transparent;color:#5282ff}._tasksBtns_1du4v_164{display:flex;gap:8px}._setDaysSelect_1du4v_169{background:#fff;border:1px solid #D0D0D0;border-radius:8px;padding:16px;position:absolute;bottom:60px;min-width:250px;display:none;flex-direction:column;gap:8px}._setDaysSelect_1du4v_169._active_1du4v_182{display:flex;animation:_slideIn_1du4v_1 .3s}@keyframes _slideIn_1du4v_1{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}._dayTaskTags_1du4v_198{display:flex;flex-wrap:wrap;max-width:464px;align-items:center;gap:8px;margin-top:8px}._dayTaskTag_1du4v_198{display:none;border-radius:6px;padding:6px 8px;align-items:center;justify-content:center;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;cursor:pointer;gap:4px}._dayTaskTag_1du4v_198 p{font-family:Monserrat,sans-serif;font-weight:500;font-size:12px;color:#171718}._dayTaskTag_1du4v_198._selected_1du4v_224{display:flex;animation:_slideIn_1du4v_1 .3s}._table__buttons_1du4v_229{display:flex;flex-wrap:wrap;gap:8px;align-items:center}._table__button_1du4v_229{background:#5282ff;padding:8px;border-radius:8px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.35s}._table__button_1du4v_229._active_1du4v_182{background:transparent;border:1px solid #5282FF}._table__button_1du4v_229._active_1du4v_182 svg path{stroke:#5282ff}._table__button_1du4v_229:hover{opacity:.65}._table__button_1du4v_229._delete_1du4v_257{background:#d91528}._table__button_1du4v_229._run_1du4v_260{background:#42a961}._table__body_1du4v_268{height:calc(100vh - 364px);overflow:auto;min-height:400px}._tasks_1du4v_1{overflow-x:hidden}._tasks-table_1du4v_278{--columns: 40px 1fr 1fr 1fr 1fr 100px 100px 256px}@media(max-width:1760px){._tasks_1du4v_1{overflow-x:auto}}@media(max-width:868px){._tasks_1du4v_1{overflow:visible}._table__body_1du4v_268{height:auto;min-height:0}._table__buttons_1du4v_229{margin-top:2px}}._table__body--empty_1du4v_305{display:flex}[data-theme=dark] ._tasksGroupTimeInput_1du4v_90{background:#2c344e;color:#fff}[data-theme=dark] ._tasksGroupText_1du4v_50,[data-theme=dark] ._tasksGroupTimeText_1du4v_102,[data-theme=dark] ._tasksHeadTitle_1du4v_9,[data-theme=dark] ._dayTaskTag_1du4v_198 p{color:#fff}[data-theme=dark] ._tasksGroupBtn_1du4v_111,[data-theme=dark] ._setDaysSelect_1du4v_169,[data-theme=dark] ._dayTaskTag_1du4v_198{background:#2d344b}[data-theme=dark] ._setDaysSelect_1du4v_169{border:1px solid #292e3f}[data-theme=dark] ._tasksHeadText_1du4v_16{color:#fff9}._wrap_gc35f_1{position:relative;display:inline-block;cursor:help}._totlip_gc35f_7{position:fixed;z-index:1000;max-width:min(420px,100vw - 20px);overflow-wrap:anywhere;background:#fff;border-radius:8px;padding:12px;border:1px solid #D0D0D0;box-shadow:0 -4px 24px #00000014;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;text-align:center;color:#171718}[data-theme=dark] ._totlip_gc35f_7{background:#1f1e2e;color:#fff;border:1px solid #242939}._page_1dacg_1{display:flex;flex-direction:column;gap:10px}._content_1dacg_7{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(max-width:900px){._content_1dacg_7{grid-template-columns:1fr}}._sectionTitle_1dacg_19{font-family:Monserrat,sans-serif;font-weight:600;font-size:16px;color:#171718;display:flex;align-items:center;gap:8px}._sectionTitle_1dacg_19 svg{flex-shrink:0}._section_1dacg_19{display:flex;flex-direction:column;gap:20px}._scheduleContent_1dacg_38{display:flex;flex-direction:column;gap:10px;height:100%;min-height:0}._scheduleContent_1dacg_38 ._section_1dacg_19{flex:1}._knowledgeLink_1dacg_50{padding:20px;border-radius:16px;background:#fff}._formGroup_1dacg_56{position:relative}._formGroupSelect_1dacg_59{height:40px;position:relative}._formGroupText_1dacg_64{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718}._timezoneHint_1dacg_71{font-family:Monserrat,sans-serif;color:#53627f}label._formGroupText_1dacg_64{display:flex;justify-content:space-between;align-items:center}._formGroupTime_1dacg_83{display:flex;align-items:center;margin-top:8px}._formGroup_1dacg_56 ._intervalGroup_1dacg_88{gap:8px}._formGroupTime_1dacg_83 div{width:100%;display:flex;flex-direction:column}._formGroupTimeText_1dacg_97{font-family:Monserrat,sans-serif;font-weight:600;font-size:18px;color:#171718;margin:0 10px}._fieldHint_1dacg_105,._fieldError_1dacg_106,._scheduleContext_1dacg_107,._schedulePreview_1dacg_108{font-family:Monserrat,sans-serif}._fieldHint_1dacg_105{margin-top:8px;color:#616161;font-size:13px;font-weight:500;line-height:1.45}._fieldError_1dacg_106{margin-top:8px;color:#d91528;font-size:13px;font-weight:500}._compositeBuilder_1dacg_127{margin:18px 0 20px;padding-top:18px;border-top:1px solid #e9e9e9}._compositeHeading_1dacg_133,._actionHeader_1dacg_134,._actionToggle_1dacg_135{display:flex;align-items:center;justify-content:space-between;gap:12px}._compositeHeading_1dacg_133 h4{color:#171718;font-family:Monserrat,sans-serif;font-size:15px;font-weight:600}._compositeHeading_1dacg_133 p{margin-top:5px;color:#616161;font-family:Monserrat,sans-serif;font-size:13px;font-weight:500;line-height:1.45}._stepsCount_1dacg_158{flex-shrink:0;color:#5282ff;font-family:Monserrat,sans-serif;font-size:12px;font-weight:600}._actionList_1dacg_166{margin-top:14px}._compositeAction_1dacg_170{padding:14px 0;border-top:1px solid #e9e9e9}._compositeAction_1dacg_170:first-child{padding-top:4px;border-top:0}._actionHeader_1dacg_134>span{color:#171718;font-family:Monserrat,sans-serif;font-size:13px;font-weight:600}._actionControls_1dacg_187{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:10px}._actionControls_1dacg_187 button{padding:0;background:transparent;color:#5282ff;font-family:Monserrat,sans-serif;font-size:12px;font-weight:600;cursor:pointer}._actionControls_1dacg_187 button:disabled{color:#9c9ca5;cursor:default}._actionControls_1dacg_187 ._removeAction_1dacg_210{color:#d91528}._actionControls_1dacg_187 button:focus-visible,._addActionButton_1dacg_215:focus-visible{outline:2px solid #5282ff;outline-offset:2px}._actionSelect_1dacg_220{margin-top:14px}._actionFields_1dacg_224{display:grid;gap:12px;margin-top:12px}._actionParamField_1dacg_230{flex:1 1 180px;min-width:0}._actionParamShort_1dacg_235{flex:0 1 132px}._actionToggle_1dacg_135{min-height:44px;color:#171718;font-family:Monserrat,sans-serif;font-size:13px;font-weight:600}._addActionButton_1dacg_215{align-self:center;width:min(100%,540px);margin-top:10px}._scheduleContext_1dacg_107{display:flex;align-items:center;gap:10px;margin:-2px 0 18px;color:#616161;font-size:13px;line-height:1.45}._scheduleContext_1dacg_107 strong{color:#171718;font-weight:600}._scheduleHelpLink_1dacg_268{margin-left:auto;color:#5282ff;font-family:Monserrat,sans-serif;font-size:12px;font-weight:600;text-decoration:none}._scheduleHelpLink_1dacg_268:hover,._scheduleHelpLink_1dacg_268:focus-visible{text-decoration:underline}._timezoneLabel_1dacg_282{display:inline-flex;align-items:center;gap:6px}._scheduleRule_1dacg_288{padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid #e9e9e9}._scheduleLabel_1dacg_294{color:#171718;font-family:Monserrat,sans-serif;font-size:14px;font-weight:600}._weekDays_1dacg_301{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;margin-top:10px}._weekDay_1dacg_301{min-height:38px;border:1px solid #d0d0d0;border-radius:8px;background:transparent;color:#616161;font-family:Monserrat,sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}._weekDay_1dacg_301:hover,._weekDay_1dacg_301:focus-visible{border-color:#5282ff;color:#5282ff}._weekDay_1dacg_301:focus-visible{outline:2px solid #5282ff;outline-offset:2px}._weekDayActive_1dacg_333{border-color:#5282ff;background:#5282ff;color:#fff}._weekDayActive_1dacg_333:hover,._weekDayActive_1dacg_333:focus-visible{background:#3f70ed;color:#fff}._schedulePreview_1dacg_108{margin-top:20px;padding:14px 16px;border-radius:12px;background:#f2f5ff;display:flex;flex-direction:column;gap:5px}._schedulePreview_1dacg_108 span{color:#616161;font-size:12px;font-weight:500}._schedulePreview_1dacg_108 strong{color:#171718;font-size:15px;font-weight:600;line-height:1.4}._footer_1dacg_369{display:flex;justify-content:flex-end;gap:12px}@media(max-width:796px){._footer_1dacg_369{flex-direction:column;align-items:stretch}}._submitBtn_1dacg_383{border-radius:12px;padding:14px 32px;background:#5282ff;text-align:center;font-family:Monserrat,sans-serif;font-weight:500;font-size:15px;color:#fff;transition:.35s;cursor:pointer;border:none}._submitBtn_1dacg_383:hover{opacity:.8}._submitBtn_1dacg_383._disabled_1dacg_399{opacity:.5;cursor:not-allowed}._cancelBtn_1dacg_404{border-radius:12px;padding:14px 32px;background:transparent;border:1px solid #D0D0D0;text-align:center;font-family:Monserrat,sans-serif;font-weight:500;font-size:15px;color:#171718;transition:.35s;cursor:pointer;min-width:200px}@media(max-width:796px){._cancelBtn_1dacg_404{min-width:auto}}._cancelBtn_1dacg_404:hover{background:#f6f6f6}._executionsSection_1dacg_428{grid-column:1 / -1}._executionsList_1dacg_432{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto}._executionItem_1dacg_440{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f6f6f6;border-radius:10px;font-family:Monserrat,sans-serif;font-size:13px}._executionStatus_1dacg_451{display:flex;align-items:center;gap:6px;font-weight:500}._executionDot_1dacg_458{width:8px;height:8px;border-radius:50%;flex-shrink:0}._executionDot_1dacg_458._success_1dacg_464{background:#22c55e}._executionDot_1dacg_458._failed_1dacg_467{background:#d91528}._executionDot_1dacg_458._pending_1dacg_470{background:#f59e0b}._executionDot_1dacg_458._running_1dacg_473{background:#3b82f6}._executionType_1dacg_477{padding:3px 10px;border-radius:999px;background:#eaf0ff;color:#5282ff;font-weight:500;font-size:12px;white-space:nowrap;max-width:240px;overflow:hidden;text-overflow:ellipsis}._executionDate_1dacg_490,._executionDuration_1dacg_495{color:#616161;font-weight:400}._emptyExecutions_1dacg_500{text-align:center;padding:24px;color:#616161;font-family:Monserrat,sans-serif;font-size:14px}._runNowBtn_1dacg_508{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:10px;background:#42a961;color:#fff;font-family:Monserrat,sans-serif;font-weight:500;font-size:13px;border:none;cursor:pointer;transition:.35s}._runNowBtn_1dacg_508:hover{opacity:.8}._taskMeta_1dacg_527{display:flex;gap:12px}._metaItem_1dacg_533{display:flex;flex-direction:column;gap:6px;padding:10px 14px;background:var(--color-white);border-radius:10px;width:100%}._metaLabel_1dacg_544{font-family:Monserrat,sans-serif;font-weight:400;font-size:12px;color:#616161}._metaValue_1dacg_551{font-family:Monserrat,sans-serif;font-weight:600;font-size:14px;color:#171718}._constructorToggle_1dacg_559{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f2f5ff;border-radius:8px;margin-bottom:12px}._constructorToggle_1dacg_559 p{font-family:Monserrat,sans-serif;font-weight:500;font-size:13px;color:#171718}._constructorHint_1dacg_574{font-family:Monserrat,sans-serif;font-size:12px;color:#616161;margin-bottom:10px;line-height:1.4}._ruleList_1dacg_582{display:flex;flex-direction:column;gap:10px}._ruleCard_1dacg_587{border:1px solid #D0D0D0;border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:8px}._ruleCardHead_1dacg_595{display:flex;align-items:center;justify-content:space-between;gap:8px}._ruleCardHead_1dacg_595 span{font-family:Monserrat,sans-serif;font-weight:600;font-size:12px;color:#5282ff}._ruleRemoveBtn_1dacg_607{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;border:none;background:transparent;cursor:pointer;color:#9c9ca5;font-size:16px;line-height:1;transition:.2s}._ruleRemoveBtn_1dacg_607:hover{background:#ffe5e8;color:#d91528}._ruleRow_1dacg_626{display:flex;flex-wrap:wrap;gap:8px;align-items:center}._ruleField_1dacg_632{display:flex;flex-direction:column;gap:6px}._ruleFieldLabel_1dacg_637{font-family:Monserrat,sans-serif;font-weight:500;font-size:12px;color:#616161}._ruleTimeRow_1dacg_643{display:flex;align-items:center;gap:8px}._ruleInlineSelect_1dacg_648{flex:1 1 120px;min-width:0}._ruleTypeHint_1dacg_652{font-family:Monserrat,sans-serif;font-size:11.5px;line-height:1.35;color:#9c9ca5;margin-top:-1px}._nativeControl_1dacg_659{font-family:Monserrat,sans-serif;font-size:13px;color:#171718;background:#fff;border:1px solid #D0D0D0;border-radius:8px;padding:8px 10px;height:38px;min-width:0;outline:none;transition:.2s}._nativeControl_1dacg_659:focus{border-color:#5282ff}._nativeControlGrow_1dacg_675{flex:1 1 140px}._nativeControlTime_1dacg_678{width:62px;text-align:center}._ruleWeekdays_1dacg_682{display:flex;flex-wrap:wrap;gap:6px}._weekdayChip_1dacg_687{font-family:Monserrat,sans-serif;font-size:12px;padding:5px 9px;border-radius:6px;border:1px solid #D0D0D0;background:#fff;color:#616161;cursor:pointer;transition:.2s}._weekdayChip_1dacg_687._on_1dacg_698{background:#5282ff;border-color:#5282ff;color:#fff}._rulePreview_1dacg_703{font-family:Monserrat,sans-serif;font-size:12px;color:#616161}._addRuleBtn_1dacg_708{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;background:#f2f5ff;border:none;border-radius:8px;padding:9px 14px;cursor:pointer;font-family:Monserrat,sans-serif;font-weight:500;font-size:13px;color:#5282ff;transition:.25s;margin-top:4px}._addRuleBtn_1dacg_708:hover{background:#5282ff;color:#fff}._filePicker_1dacg_731{border:1px solid #D0D0D0;border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:8px}._filePickerCrumbs_1dacg_739{display:flex;flex-wrap:wrap;align-items:center;gap:2px;font-family:Monserrat,sans-serif;font-size:12px}._crumb_1dacg_747{background:none;border:none;padding:2px 4px;border-radius:4px;cursor:pointer;color:#5282ff;font-family:inherit;font-size:12px}._crumb_1dacg_747:hover{background:#f2f5ff}._crumbSep_1dacg_760{color:#9c9ca5}._fileList_1dacg_763{display:flex;flex-direction:column;max-height:240px;overflow-y:auto;border:1px solid #eceff5;border-radius:8px}._fileRow_1dacg_771{display:flex;align-items:center;gap:8px;padding:7px 10px;border-bottom:1px solid #f2f4f8;font-family:Monserrat,sans-serif;font-size:13px;color:#171718}._fileRow_1dacg_771:last-child{border-bottom:none}._fileName_1dacg_784{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;background:none;border:none;font:inherit;color:inherit;padding:0}._fileNameDir_1dacg_797{color:#5282ff;cursor:pointer;font-weight:500}._fileSize_1dacg_802{flex-shrink:0;font-size:11px;color:#9c9ca5}._filePickerState_1dacg_807{font-family:Monserrat,sans-serif;font-size:12px;color:#616161;padding:10px;text-align:center}._selectedFiles_1dacg_814{display:flex;flex-wrap:wrap;gap:6px}._selectedFileChip_1dacg_819{display:inline-flex;align-items:center;gap:6px;background:#ffe5e8;color:#d91528;border-radius:6px;padding:4px 8px;font-family:Monserrat,sans-serif;font-size:12px;max-width:100%}._selectedFileChip_1dacg_819 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._selectedFileChip_1dacg_819 button{background:none;border:none;color:#d91528;cursor:pointer;font-size:14px;line-height:1;flex-shrink:0}[data-theme=dark] ._filePicker_1dacg_731{border-color:#3d4560}[data-theme=dark] ._fileList_1dacg_763{border-color:#2d344b}[data-theme=dark] ._fileRow_1dacg_771{color:#fff;border-bottom-color:#2d344b}[data-theme=dark] ._crumb_1dacg_747:hover{background:#2d344b}[data-theme=dark] ._filePickerState_1dacg_807{color:#fff9}[data-theme=dark] ._selectedFileChip_1dacg_819{background:#d915282e}[data-theme=dark] ._constructorToggle_1dacg_559{background:#2d344b}[data-theme=dark] ._constructorToggle_1dacg_559 p,[data-theme=dark] ._ruleCardHead_1dacg_595 span{color:#fff}[data-theme=dark] ._constructorHint_1dacg_574,[data-theme=dark] ._rulePreview_1dacg_703,[data-theme=dark] ._ruleFieldLabel_1dacg_637{color:#fff9}[data-theme=dark] ._ruleTypeHint_1dacg_652{color:#fff6}[data-theme=dark] ._ruleCard_1dacg_587{border-color:#3d4560}[data-theme=dark] ._nativeControl_1dacg_659,[data-theme=dark] ._weekdayChip_1dacg_687{background:#1f1e2e;border-color:#3d4560;color:#fff}[data-theme=dark] ._weekdayChip_1dacg_687{color:#fff9}[data-theme=dark] ._weekdayChip_1dacg_687._on_1dacg_698{background:#5282ff;border-color:#5282ff;color:#fff}[data-theme=dark] ._addRuleBtn_1dacg_708{background:#2d344b}[data-theme=dark] ._headerTitle_1dacg_904,[data-theme=dark] ._sectionTitle_1dacg_19,[data-theme=dark] ._formGroupText_1dacg_64,[data-theme=dark] ._formGroupTimeText_1dacg_97,[data-theme=dark] ._metaValue_1dacg_551,[data-theme=dark] ._scheduleLabel_1dacg_294,[data-theme=dark] ._scheduleContext_1dacg_107 strong,[data-theme=dark] ._schedulePreview_1dacg_108 strong{color:#fff}[data-theme=dark] ._section_1dacg_19,[data-theme=dark] ._metaItem_1dacg_533,[data-theme=dark] ._knowledgeLink_1dacg_50{background:#242939}[data-theme=dark] ._header_1dacg_904{border-bottom-color:#2d344b}[data-theme=dark] ._headerSubtitle_1dacg_928,[data-theme=dark] ._metaLabel_1dacg_544,[data-theme=dark] ._executionDate_1dacg_490,[data-theme=dark] ._executionDuration_1dacg_495,[data-theme=dark] ._emptyExecutions_1dacg_500,[data-theme=dark] ._timezoneHint_1dacg_71{color:#fff9}[data-theme=dark] ._backBtn_1dacg_937{background:#2d344b}[data-theme=dark] ._cancelBtn_1dacg_404{color:#fff;border-color:#3d4560}[data-theme=dark] ._cancelBtn_1dacg_404:hover{background:#2d344b}[data-theme=dark] ._executionItem_1dacg_440{background:#1f1e2e}[data-theme=dark] ._executionType_1dacg_477{background:#5282ff26;color:#7ea2ff}[data-theme=dark] ._fieldHint_1dacg_105,[data-theme=dark] ._scheduleContext_1dacg_107,[data-theme=dark] ._schedulePreview_1dacg_108 span{color:#ffffffa3}[data-theme=dark] ._scheduleHelpLink_1dacg_268{color:#7c9dff}[data-theme=dark] ._scheduleRule_1dacg_288,[data-theme=dark] ._compositeBuilder_1dacg_127,[data-theme=dark] ._compositeAction_1dacg_170{border-color:#353d55}[data-theme=dark] ._compositeHeading_1dacg_133 h4,[data-theme=dark] ._actionHeader_1dacg_134>span,[data-theme=dark] ._actionToggle_1dacg_135{color:#fff}[data-theme=dark] ._compositeHeading_1dacg_133 p{color:#ffffffa3}[data-theme=dark] ._schedulePreview_1dacg_108{background:#2c344e}[data-theme=dark] ._weekDay_1dacg_301{border-color:#414a65;color:#ffffffb8}[data-theme=dark] ._weekDay_1dacg_301:hover,[data-theme=dark] ._weekDay_1dacg_301:focus-visible{border-color:#5282ff;color:#8dacff}[data-theme=dark] ._weekDayActive_1dacg_333,[data-theme=dark] ._weekDayActive_1dacg_333:hover,[data-theme=dark] ._weekDayActive_1dacg_333:focus-visible{border-color:#5282ff;background:#5282ff;color:#fff}@media(max-width:480px){._weekDays_1dacg_301{grid-template-columns:repeat(4,minmax(0,1fr))}._scheduleContext_1dacg_107{align-items:flex-start;flex-direction:column;gap:4px}._scheduleHelpLink_1dacg_268{margin-left:0}._compositeHeading_1dacg_133,._actionHeader_1dacg_134{align-items:flex-start;flex-direction:column}._actionControls_1dacg_187{justify-content:flex-start}}[data-theme=dark] ._timezoneHint_1dacg_71 svg{color:#83a6ff}._link_1mr90_1{display:flex;align-items:center;gap:12px;max-width:100%;min-height:46px;padding:12px;border-radius:14px;background:#d3e0f9;color:#4a79ed;font-family:Monserrat,sans-serif;text-decoration:none;transition:background .16s ease}._iconBox_1mr90_16{display:flex;width:30px;height:30px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:8px;background:#5282ff24}._content_1mr90_27{display:flex;flex-direction:column;min-width:0;gap:2px}._icon_1mr90_16{flex:0 0 auto}._label_1mr90_38{color:#687a9e;font-size:12px;font-weight:600;line-height:1.2;letter-spacing:.01em}._article_1mr90_46{overflow:hidden;color:#171718;font-size:14px;font-weight:600;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}._link_1mr90_1:hover{background:#c7d7f6}._link_1mr90_1:focus-visible{outline:2px solid #5282FF;outline-offset:3px;border-radius:3px}[data-theme=dark] ._label_1mr90_38{color:#ffffff94}[data-theme=dark] ._link_1mr90_1{background:#28324d}[data-theme=dark] ._iconBox_1mr90_16{background:#7497ff30}[data-theme=dark] ._article_1mr90_46{color:#f4f6ff}[data-theme=dark] ._link_1mr90_1:hover{background:#303d5d}@media(max-width:500px){._link_1mr90_1{width:100%}._article_1mr90_46{white-space:normal}}._pageContent_1a2ff_1{display:flex;flex-direction:column;gap:10px}._backups_1a2ff_7{border-radius:16px;padding:20px;background:#fff;min-height:calc(100vh - 246px)}._knowledgeLink_1a2ff_15{padding:20px;border-radius:16px;background:#fff}._backupsInfo_1a2ff_21{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #D0D0D0;border-radius:12px;padding:12px}._modalTitle_1a2ff_31{display:flex;align-items:center;gap:10px;font-family:Monserrat,sans-serif;font-weight:600;font-size:20px;color:#171718}._modalText_1a2ff_41{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161;margin-top:8px}._noBackap_1a2ff_49{width:100%;display:block;margin:auto;text-align:center;color:#616161;font-weight:500px;font-size:14px}._backupsInfo_1a2ff_21 p{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161}._backupsItem_1a2ff_66{display:flex;align-items:center;border:1px solid #D0D0D0;border-radius:16px;padding:20px;margin-top:8px;gap:8px}._backupsItem_1a2ff_66 ._backupsItemSvg_1a2ff_76{border:1px solid #D0D0D0;border-radius:8px;padding:12px}._backupsItemTitle_1a2ff_83{font-family:Monserrat,sans-serif;font-weight:600;font-size:16px;gap:10px;display:flex;align-items:center;color:#171718}._backupsItemText_1a2ff_93{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161;margin-top:4px}._skeletonWrap_1a2ff_100{justify-content:space-between}._skeletonWrapAction_1a2ff_103,._skeletonWrapInfo_1a2ff_103{display:flex}._skeletonWrapInfo_1a2ff_103{gap:10px}._backupsItemBtn_1a2ff_107{border:1px solid #5282FF;border-radius:12px;padding:11px 17px;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#5282ff;cursor:pointer;background:transparent;transition:.35s}._backupsItemBtn_1a2ff_107:first-of-type{margin-left:auto}._backupsItemBtn_1a2ff_107._save_1a2ff_122{background:#5282ff;color:#fff}._backupsItemBtn_1a2ff_107._delete_1a2ff_126{border:1px solid #D91528;width:42px;height:42px;padding:0;display:flex;align-items:center;justify-content:center}._backupsItemBtn_1a2ff_107._lock_1a2ff_136{border:1px solid #D0D0D0;width:42px;height:42px;padding:0;display:flex;align-items:center;justify-content:center;font-size:16px}._backupsItemBadge_1a2ff_147{font-family:Monserrat,sans-serif;font-weight:500;font-size:11px;color:#fff;background:#5282ff;border-radius:6px;padding:2px 6px;margin-left:6px;vertical-align:middle}._backupsItemBtn_1a2ff_107:hover{opacity:.6}._backupsItemBtn_1a2ff_107._delete_1a2ff_126 svg path{transition:.35s}._backupsItemBtn_1a2ff_107._delete_1a2ff_126:hover{background:#d91528;opacity:1}._backupsItemBtn_1a2ff_107._delete_1a2ff_126:hover svg path{stroke:#fff}._backupsAuto_1a2ff_174 p{font-family:Monserrat,sans-serif;font-weight:500;font-size:12px;text-align:center;color:#9c9ca5;display:flex;align-items:center;margin:32px 0}._backupsAuto_1a2ff_174 p span{margin:0 8px}._backupsAuto_1a2ff_174 p ._myBackups_1a2ff_191{min-width:80px}._backupsAuto_1a2ff_174 p:after{content:"";width:100%;height:1px;background:#d0d0d0;position:relative}._backupsAuto_1a2ff_174 p:before{content:"";width:100%;height:1px;background:#d0d0d0;position:relative}._backupsItems_1a2ff_211._first_1a2ff_211 ._backupsItem_1a2ff_66:first-of-type{margin-top:0}._lock_1a2ff_136{border:1px solid #5282FF!important;color:#5282ff}._noBackups_1a2ff_220{text-align:center;font-family:Monserrat,sans-serif;font-weight:600;font-size:16px;color:#171718}[data-theme=dark] ._backups_1a2ff_7,[data-theme=dark] ._backupsItemSvg_1a2ff_76,[data-theme=dark] ._knowledgeLink_1a2ff_15{background:#242939}[data-theme=dark] ._backupsItemSvg_1a2ff_76{border:1px solid #242939}[data-theme=dark] ._backupsItem_1a2ff_66,[data-theme=dark] ._backupsInfo_1a2ff_21{background:#1f1e2e;border:1px solid #1f1e2e}[data-theme=dark] ._backupsItemTitle_1a2ff_83,[data-theme=dark] ._noBackups_1a2ff_220{color:#fff}[data-theme=dark] ._backupsInfo_1a2ff_21 svg path{stroke:#fff9}[data-theme=dark] ._backupsItemText_1a2ff_93,[data-theme=dark] ._backupsInfo_1a2ff_21 p,[data-theme=dark] ._backupsAuto_1a2ff_174 p,[data-theme=dark] ._modalText_1a2ff_41,[data-theme=dark] ._noBackap_1a2ff_49{color:#fff9}@media(max-width:1400px){._backups_1a2ff_7,._backupsItem_1a2ff_66{padding:16px}}@media(max-width:1200px){._backupsAuto_1a2ff_174 p{margin:24px 0}}@media(max-width:768px){._backupsItem_1a2ff_66{flex-wrap:wrap;justify-content:center}._backupsItemBtn_1a2ff_107,._backupsItemBtn_1a2ff_107._delete_1a2ff_126,._backupsItemBtn_1a2ff_107._lock_1a2ff_136{width:100%}._backupsItemBtn_1a2ff_107:first-of-type{margin-left:0}._backupsInfo_1a2ff_21 p{font-size:13px}._backupsInfo_1a2ff_21{flex-wrap:wrap;text-align:center}}._warningIcon_iqmpe_1{width:20px;display:flex;align-items:center;justify-content:center}._warningIcon_iqmpe_1 path{margin:auto}._repo_422ea_1{display:flex;flex-direction:column;gap:10px;height:100%}._repo__button_422ea_7{min-width:-moz-max-content;min-width:max-content}._menu_ci4r8_1{background:#fff;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:16px}._menu__info_ci4r8_9{display:flex;align-items:center;justify-content:space-between;gap:16px}._menu__info-title_ci4r8_15{font-family:Monserrat,sans-serif;font-weight:600;font-size:24px;color:#000}._menu__info-text_ci4r8_21{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161;margin-top:5px}._menu__info-button_ci4r8_28{display:flex;align-items:center;gap:10px;border:1px solid #5282FF;background-color:#5282ff;border-radius:8px;padding:16px 20px;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#fff;cursor:pointer;transition:.35s}._menu__info-button_ci4r8_28 svg path{stroke:#fff;transition:.35s}._menu__info-button_ci4r8_28:hover{background:#fff;color:#5282ff}._menu__info-button_ci4r8_28:hover svg path{stroke:#5282ff}._menu__info-button_ci4r8_28:hover{border:1px solid #ffffff}[data-theme=dark] ._menu_ci4r8_1{background:#242939}[data-theme=dark] ._menu__info-title_ci4r8_15{color:#fff}[data-theme=dark] ._menu__info-text_ci4r8_21{color:#fff9}@media(max-width:992px){._menu__buttons_ci4r8_71{overflow-x:auto;gap:14px}._menu__button_ci4r8_71{min-width:-moz-max-content;min-width:max-content;padding:10px;gap:8px}._menu__info_ci4r8_9{flex-wrap:wrap}}@media(max-width:400px){._menu__info-button_ci4r8_28{width:100%;justify-content:center}}._buttons_1xd1s_1{background:#f3f3f3;display:flex;align-items:center;gap:4px;width:100%;padding:4px;border-radius:14px}._button_1xd1s_1{display:flex;align-items:center;gap:10px;border-radius:10px;padding:12px 16px;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#000;background:transparent;cursor:pointer;transition:.35s;height:46px}._button_1xd1s_1:hover{background:#fff}._button_1xd1s_1._active_1xd1s_29{background:#fff;cursor:auto}._button_1xd1s_1._active_1xd1s_29 ._count_1xd1s_33{background:#f3f3f3}._button_1xd1s_1._disabled_1xd1s_36{cursor:not-allowed;opacity:.5;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}._button_1xd1s_1 ._count_1xd1s_33{border-radius:4px;padding:6px;background:#fff;color:#000}._button_1xd1s_1 span{border-radius:4px;padding:4px;background:#5282ff29;font-family:Monserrat,sans-serif;font-weight:800;font-size:10px;color:#5282ff;text-transform:uppercase}[data-theme=dark] ._button_1xd1s_1 svg path{stroke:var(--color-white)}[data-theme=dark] ._buttons_1xd1s_1{background:#1f1e2e}[data-theme=dark] ._button_1xd1s_1{color:#fff}[data-theme=dark] ._button_1xd1s_1._active_1xd1s_29{background:#242939}[data-theme=dark] ._button_1xd1s_1._active_1xd1s_29 ._count_1xd1s_33{background:#1f1e2e}[data-theme=dark] ._button_1xd1s_1:hover{background:#242939}[data-theme=dark] ._count_1xd1s_33{background:#242939;color:#fff}@media(max-width:992px){._buttons_1xd1s_1{overflow-x:auto;gap:14px}._button_1xd1s_1{min-width:-moz-max-content;min-width:max-content;padding:10px;gap:8px}}._modal_1dfn4_1{max-width:560px}._tabs_1dfn4_5{display:flex;gap:4px;background:#f5f5f5;border-radius:12px;padding:4px}._tab_1dfn4_5{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:none;outline:none;cursor:pointer;border-radius:10px;background:transparent;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#9c9ca5;transition:all .2s;white-space:nowrap}._tab_1dfn4_5:hover{color:#171718}._tab_1dfn4_5._active_1dfn4_35{background:#fff;color:#171718;box-shadow:0 1px 3px #00000014}._tab_1dfn4_5 svg{flex-shrink:0}._badge_1dfn4_44{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#5282ff;color:#fff;font-size:11px;font-weight:600}._form_1dfn4_58{display:flex;flex-direction:column;gap:12px}._selectWrap_1dfn4_64{display:flex;flex-direction:column;gap:6px}._selectLabel_1dfn4_70{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718}._submissions_1dfn4_77{min-height:200px}._skeletonWrap_1dfn4_81,._list_1dfn4_87{display:flex;flex-direction:column;gap:8px}._item_1dfn4_93{display:flex;flex-direction:column;gap:8px;padding:14px 16px;background:#f9f9fb;border-radius:12px;transition:background .15s}._item_1dfn4_93:hover{background:#f0f0f5}._itemTop_1dfn4_106{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._itemName_1dfn4_113{display:flex;flex-direction:column;gap:2px;min-width:0}._itemTitle_1dfn4_120{font-family:Monserrat,sans-serif;font-weight:600;font-size:14px;color:#171718;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._itemType_1dfn4_130{font-family:Monserrat,sans-serif;font-weight:500;font-size:12px;color:#9c9ca5}._itemStatus_1dfn4_137{font-family:Monserrat,sans-serif;font-weight:600;font-size:13px;white-space:nowrap;flex-shrink:0}._itemBottom_1dfn4_145{display:flex;align-items:center;gap:16px;flex-wrap:wrap}._itemDate_1dfn4_152{display:flex;align-items:center;gap:4px;font-family:Monserrat,sans-serif;font-weight:500;font-size:13px;color:#9c9ca5}._itemDate_1dfn4_152 svg{flex-shrink:0}._itemFile_1dfn4_165{font-family:Monserrat,sans-serif;font-weight:500;font-size:13px;color:#9c9ca5}._itemComment_1dfn4_172{display:flex;flex-direction:column;gap:2px;padding:8px 10px;background:#f0f0f5;border-radius:8px;font-family:Monserrat,sans-serif;font-weight:500;font-size:13px;color:#171718}._itemCommentLabel_1dfn4_185{font-size:11px;color:#9c9ca5;font-weight:600;text-transform:uppercase;letter-spacing:.3px}._itemFileUrl_1dfn4_193{margin-top:4px;font-size:14px;opacity:.7}[data-theme=dark] ._itemFileUrl_1dfn4_193{color:var(--color-white)}._empty_1dfn4_202{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:40px 20px;text-align:center}._empty_1dfn4_202 svg{opacity:.4;margin-bottom:8px}._empty_1dfn4_202 p{font-family:Monserrat,sans-serif;font-weight:600;font-size:15px;color:#171718}._empty_1dfn4_202 span{font-family:Monserrat,sans-serif;font-weight:500;font-size:13px;color:#9c9ca5;max-width:260px}[data-theme=dark] ._tabs_1dfn4_5{background:#1a1e2e}[data-theme=dark] ._tab_1dfn4_5{color:#9c9ca5}[data-theme=dark] ._tab_1dfn4_5:hover{color:#fff}[data-theme=dark] ._tab_1dfn4_5._active_1dfn4_35{background:#292e3f;color:#fff;box-shadow:0 1px 3px #0000004d}[data-theme=dark] ._selectLabel_1dfn4_70{color:#fff}[data-theme=dark] ._item_1dfn4_93{background:#1a1e2e}[data-theme=dark] ._item_1dfn4_93:hover{background:#242939}[data-theme=dark] ._itemTitle_1dfn4_120{color:#fff}[data-theme=dark] ._itemComment_1dfn4_172{background:#242939;color:#e0e0e0}[data-theme=dark] ._empty_1dfn4_202 p{color:#fff}@media(max-width:480px){._tabs_1dfn4_5{flex-direction:column}._itemTop_1dfn4_106{flex-direction:column;gap:6px}}._item_c5m94_1{display:flex;align-items:center;border:1px solid #D0D0D0;border-radius:16px;padding:20px;gap:16px}._itemIcon_c5m94_10{border:1px solid #D0D0D0;border-radius:8px;min-width:40px;height:40px;display:flex;align-items:center;justify-content:center}._itemInfo_c5m94_20{width:100%}._itemInfo_c5m94_20 h3{font-family:Monserrat,sans-serif;font-weight:600;font-size:16px;color:#171718}._itemInfo_c5m94_20 p{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161;margin-top:8px}._itemBtn_c5m94_39{border-radius:12px;padding:12px 18px;background:#5282ff;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#fff;transition:.35s;cursor:pointer}._itemBtn_c5m94_39:hover{opacity:.65}[data-theme=dark] ._item_c5m94_1{border:1px solid #1f1e2e;background:#1f1e2e}[data-theme=dark] ._itemIcon_c5m94_10{border:1px solid #242939;background:#242939}[data-theme=dark] ._itemInfo_c5m94_20 h3{color:#fff}[data-theme=dark] ._itemInfo_c5m94_20 p{color:#fff9}@media(max-width:1200px){._item_c5m94_1{gap:10px;padding:16px}}@media(max-width:768px){._item_c5m94_1{flex-wrap:wrap;justify-content:center;text-align:center}}._pageContent_1czl9_1{display:flex;flex-direction:column;gap:10px}._items_1czl9_7{padding:20px;background:#fff;border-radius:16px;gap:8px;display:flex;flex-direction:column}._knowledgeLink_1czl9_17{padding:20px;border-radius:16px;background:#fff}._vipeToolsBar_1czl9_23{border-radius:16px;padding:20px;background:#fff;display:flex;align-items:center;gap:16px}._vipeToolsBarBtn_1czl9_33{display:flex;align-items:center;gap:8px;border:1px solid #D0D0D0;border-radius:12px;padding:16px 18px;background:transparent;cursor:pointer;transition:.35s}._vipeToolsBarBtn_1czl9_33:hover{opacity:.65}._vipeToolsBarBtn_1czl9_33 p{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718}._vipeToolsBarTitle_1czl9_55{font-family:Monserrat,sans-serif;font-weight:600;font-size:14px;color:#000}._modalTitle_1czl9_62{display:flex;align-items:center;gap:10px;font-family:Monserrat,sans-serif;font-weight:600;font-size:20px;color:#171718}._modalText_1czl9_72{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161;margin-top:8px}._modalBtn_1czl9_80{border-radius:12px;padding:16px 20px;width:100%;display:flex;justify-content:center;margin-top:32px;background:#5282ff;font-family:Monserrat,sans-serif;font-weight:500;font-size:16px;color:#fff;cursor:pointer;transition:.35s}._modalBtn_1czl9_80:hover{opacity:.65}._modalFilesWsDeleted_1czl9_99{margin-top:32px;padding:18px;border:1px solid #d0d0d0;border-radius:20px;margin-bottom:20px}._vipeToolsBody_1czl9_114{background:#fff;border-radius:16px;padding:20px}._vipeToolsUrl_1czl9_121{border:1px solid #D0D0D0;border-radius:16px;padding:20px;display:flex;flex-direction:column}._vipeToolsUrl_1czl9_121 p{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718}._vipeToolsUrl_1czl9_121 input{background:#f6f6f6;border-radius:8px;padding:12px;margin-top:8px;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718;width:calc(100% - 24px)}._vipeToolsItems_1czl9_148{display:grid;grid-template-columns:repeat(2,auto);gap:8px;margin-top:40px}._vipeToolsItem_1czl9_148{display:flex;align-items:center;justify-content:space-between;border:1px solid #D0D0D0;border-radius:16px;padding:20px}._vipeToolsItem_1czl9_148 h4{font-family:Monserrat,sans-serif;font-weight:600;font-size:14px;color:#171718}._vipeToolsItem_1czl9_148 p{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161;margin-top:8px}._vipeToolsItemsBtns_1czl9_179{display:flex;gap:10px;margin-top:20px}._vipeToolsItemsBtn_1czl9_179{border:1px solid #5282FF;border-radius:12px;padding:16px 20px;font-family:Monserrat,sans-serif;font-weight:500;font-size:16px;color:#5282ff;background:transparent;width:100%;cursor:pointer;transition:.35s}._vipeToolsItemsBtn_1czl9_179:hover{opacity:.65}._file-tree_1czl9_202{font-family:Monserrat,sans-serif;font-weight:500;font-size:16px;color:#fff;border-radius:5px;max-width:300px}ul._file-tree-wrap_1czl9_211{padding-left:0}._file-tree-wrap_1czl9_211 span{display:flex;align-items:center;margin:7px 0;gap:5px}._file-tree_1czl9_202 ul:not(._file-tree-wrap_1czl9_211){list-style:none;margin:0;padding-left:20px}._file-tree-wrap_1czl9_211 ._folder_1czl9_228{font-weight:700;cursor:pointer;opacity:.7}._file-tree_1czl9_202 ._file_1czl9_202{color:#fff}._vipeToolsItemsBtn_1czl9_179._save_1czl9_238{background:#5282ff;color:#fff}[data-theme=dark] ._modalFilesWsDeleted_1czl9_99{background:#192229;border:none}[data-theme=dark] ._items_1czl9_7,[data-theme=dark] ._vipeToolsBar_1czl9_23,[data-theme=dark] ._vipeToolsBody_1czl9_114,[data-theme=dark] ._knowledgeLink_1czl9_17{background:#242939}[data-theme=dark] ._vipeToolsUrl_1czl9_121 input{background:#1f1e2e}[data-theme=dark] ._vipeToolsUrl_1czl9_121 input,[data-theme=dark] ._vipeToolsUrl_1czl9_121 p,[data-theme=dark] ._vipeToolsItem_1czl9_148 h4,[data-theme=dark] ._vipeToolsBarBtn_1czl9_33 p,[data-theme=dark] ._vipeToolsBarTitle_1czl9_55,[data-theme=dark] ._file-tree_1czl9_202,[data-theme=dark] ._modalTitle_1czl9_62{color:#fff}[data-theme=dark] ._vipeToolsBarBtn_1czl9_33 svg path{stroke:#fff}[data-theme=dark] ._vipeToolsItem_1czl9_148 p,[data-theme=dark] ._modalText_1czl9_72{color:#fff9}@media(max-width:1400px){._items_1czl9_7,._vipeToolsBody_1czl9_114,._vipeToolsBar_1czl9_23{padding:16px}}@media(max-width:992px){._vipeToolsItems_1czl9_148{margin-top:20px;grid-template-columns:repeat(1,auto)}._vipeToolsItem_1czl9_148,._vipeToolsUrl_1czl9_121{padding:16px}}@media(max-width:500px){._vipeToolsBar_1czl9_23{gap:10px}}._folder_avm9i_1{color:#292929}._folder_avm9i_1 svg path{fill:#292929}._file_avm9i_8{opacity:.8;color:#d91528}._file_avm9i_8 svg path{fill:#979797}[data-theme=dark] ._folder_avm9i_1{color:#fff}[data-theme=dark] ._folder_avm9i_1 svg path{fill:#fff}[data-theme=dark] ._file_avm9i_8{opacity:1;color:#d91528}[data-theme=dark] ._file_avm9i_8 svg path{fill:#979797}._wrap_1szgu_1{display:flex;flex-direction:column;gap:10px}._clientBody_1szgu_7{border-radius:16px;padding:20px;background:#fff}._topItems_1szgu_14{display:flex;gap:8px;align-items:center}._topItem_1szgu_14{width:100%;border:1px solid #D0D0D0;border-radius:16px;padding:20px;display:flex;gap:16px}._topItem_1szgu_14 svg{border:1px solid #D0D0D0;border-radius:8px;padding:12px;display:flex;align-items:center}._topItem_1szgu_14 h3{font-family:Monserrat,sans-serif;font-weight:600;font-size:16px;color:#171718}._topItem_1szgu_14 h3 span{color:#9c9ca5}._topItem_1szgu_14 p{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161}._bodyItems_1szgu_55{margin-top:40px;display:flex;flex-direction:column;gap:8px}._bodyItem_1szgu_55{display:flex;align-items:center;justify-content:space-between;border:1px solid #D0D0D0;border-radius:16px;padding:20px}._bodyItemTitle_1szgu_71{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161}._bodyItemCopy_1szgu_78{min-width:190px;border:1px solid #D0D0D0;border-radius:12px;padding:10px 16px;color:#171718}._bodyItemCopy_1szgu_78._showHidden_1szgu_86{cursor:pointer;transition:.35s}._bodyItemCopy_1szgu_78._showHidden_1szgu_86:hover{opacity:.9}._changePasswordBtn_1szgu_94{border:1px solid #D0D0D0;border-radius:12px;padding:10px 16px;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;text-align:center;color:#171718;background:transparent;cursor:pointer;transition:.35s}._changePasswordBtn_1szgu_94:hover{color:#5282ff;border:1px solid #5282FF}._bodyItemBtns_1szgu_112{display:flex;gap:10px}._bodyBtns_1szgu_117{display:flex;align-items:center;gap:8px;margin-top:40px}._bodyBtn_1szgu_117{border-radius:12px;text-align:center;padding:16px 18px;background:#5282ff;border:1px solid #5282FF;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#fff;width:100%;cursor:pointer;transition:.35s}._bodyBtn_1szgu_117._off_1szgu_139{border:1px solid #D91528;background:transparent;color:#d91528}._bodyBtn_1szgu_117:hover{opacity:.65}._bodyBtn_1szgu_117._off_1szgu_139:hover{opacity:1;background:#d91528;color:#fff}[data-theme=dark] ._clientBody_1szgu_7,[data-theme=dark] ._bodyItemCopy_1szgu_78{background:#242939}[data-theme=dark] ._bodyItemCopy_1szgu_78{border:1px solid #242939}[data-theme=dark] ._bodyItemTitle_1szgu_71,[data-theme=dark] ._changePasswordBtn_1szgu_94,[data-theme=dark] ._topItem_1szgu_14 h3{color:#fff}[data-theme=dark] ._topItem_1szgu_14 p{color:#fff9}[data-theme=dark] ._changePasswordBtn_1szgu_94:hover{color:#5282ff}[data-theme=dark] ._bodyItem_1szgu_55,[data-theme=dark] ._topItem_1szgu_14{background:#1f1e2e;border:1px solid #1f1e2e}@media(max-width:1200px){._clientBody_1szgu_7{padding:16px}._topItems_1szgu_14{flex-wrap:wrap}._bodyItems_1szgu_55,._bodyBtns_1szgu_117{margin-top:25px}._topItem_1szgu_14{padding:16px;gap:14px}}@media(max-width:768px){._bodyItem_1szgu_55{flex-wrap:wrap;gap:10px;padding:16px}}@media(max-width:500px){._bodyItem_1szgu_55{flex-direction:column;text-align:center}._bodyItemBtns_1szgu_112{flex-wrap:wrap;justify-content:center;gap:6px}._bodyBtns_1szgu_117{flex-wrap:wrap-reverse}._bodyBtn_1szgu_117{display:flex;align-items:center;justify-content:center;height:50px}._topItem_1szgu_14{gap:8px}._topItem_1szgu_14 h3{font-size:15px}._topItem_1szgu_14 p{font-size:13px}}._fileExplorer_gqk5f_2{display:flex;flex-direction:column;height:100%}._fileExplorer_gqk5f_2 ._desc_gqk5f_7{color:#616161}._fileExplorerTable_gqk5f_11{display:flex;flex-direction:column;flex-grow:1}._fileExplorerTableBody_gqk5f_17{position:relative;flex-grow:1;min-height:220px}._fileExplorerTableBody_gqk5f_17[data-uploading=true]:after{content:"Загрузка";position:absolute;width:100px;height:20px;right:0;top:0}._fileExplorerDropZone_gqk5f_31{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;border:2px dashed rgba(255,255,255,.9);z-index:100;border-radius:16px;color:#fff;pointer-events:none;background:#3e5fc4e0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._fileExplorerDropZoneContent_gqk5f_45{display:grid;justify-items:center;gap:10px;max-width:360px;padding:24px;text-align:center;font-size:16px;font-weight:600}._fileExplorerDropZoneContent_gqk5f_45 p{margin:0}._fileExplorerDropZoneIcon_gqk5f_60,._fileExplorerEmptyIcon_gqk5f_61{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;color:inherit;background:#ffffff29}._fileExplorerDropZoneIcon_gqk5f_60 svg,._fileExplorerEmptyIcon_gqk5f_61 svg{width:23px;height:23px}._fileExplorerEmptyIcon_gqk5f_61{color:var(--primary-color, #557ff5);background:color-mix(in srgb,var(--primary-color, #557ff5) 16%,transparent)}._fileExplorerEmpty_gqk5f_61{display:grid;justify-items:center;gap:10px;min-height:260px;padding:32px 24px;color:var(--text-secondary, #aeb4c4);text-align:center}._fileExplorerEmpty_gqk5f_61 h2{margin:4px 0 0;color:var(--text-primary, #f6f7fb);font-size:18px;line-height:1.3}._fileExplorerEmpty_gqk5f_61 p{max-width:440px;margin:0;line-height:1.5}._fileExplorerEmptyActions_gqk5f_105{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px}._fileExplorerTableBodyRow_gqk5f_113{display:grid;grid-template-columns:max-content repeat(3,1fr) 52px;grid-template-rows:auto auto;cursor:pointer}._fileExplorerTableBodyRow_gqk5f_113:hover{background-color:#f6f6f6}._fileExplorerTableBodyItem_gqk5f_123{align-self:center}._fileExplorerTableBodyItem_gqk5f_123:first-child{padding:8px 20px}._fileExplorerTableBodyItem_gqk5f_123:nth-child(2){padding:12px;border:1px solid transparent;border-radius:8px;width:-moz-max-content;width:max-content;color:#171718;font-size:14px;font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none}._fileExplorerTableBodyItem_gqk5f_123:nth-child(2)._grabbed_gqk5f_139{cursor:grab;border:1px solid #d0d0d0;box-shadow:0 0 10px 1px #00000018}._fileExplorerTableBodyItem_gqk5f_123:nth-child(2) div{height:100%;display:flex;align-items:center;gap:8px}html[data-theme=dark] ._fileExplorerDropZone_gqk5f_31{border-color:#ffffffe6}._selectedItems_gqk5f_155{-webkit-user-select:none;-moz-user-select:none;user-select:none}._ArchiveOrDelete_14gp1_1{position:fixed;z-index:10;bottom:-100px;left:50%;transform:translate(-50%);padding:8px;gap:8px;border-radius:8px;border:1px solid #d0d0d0;background-color:#fff;transition:all .15s ease-in-out;display:flex;align-items:center;box-shadow:0 -4px 24px #00000014}._ArchiveOrDelete_14gp1_1 ._line_14gp1_18{height:16px;width:1px;background-color:#d0d0d0}._ArchiveOrDelete_14gp1_1 button{padding:10px;border-radius:8px;font-family:inherit;cursor:pointer;background-color:transparent;transition:all .16s ease-in-out}._ArchiveOrDelete_14gp1_1 button:hover{background-color:#f0f0f0}._archive_14gp1_35,._delete_14gp1_36,._download_14gp1_37{font-size:14px;font-weight:500;display:flex;align-items:center;gap:10px}._archive_14gp1_35,._download_14gp1_37{color:#171718}._delete_14gp1_36{color:#d91528}html[data-theme=dark] ._ArchiveOrDelete_14gp1_1{background-color:#1f1e2e}html[data-theme=dark] ._ArchiveOrDelete_14gp1_1 button._delete_14gp1_36{color:#ff4658}html[data-theme=dark] ._ArchiveOrDelete_14gp1_1 button._delete_14gp1_36 svg path{stroke:#ff4658}html[data-theme=dark] ._ArchiveOrDelete_14gp1_1 button{color:#fff}html[data-theme=dark] ._ArchiveOrDelete_14gp1_1 button:hover{background-color:#242939}._fileExplorerTableHead_1b92c_1{padding-bottom:16px;border-bottom:1px solid #d0d0d0;display:grid;grid-template-columns:max-content repeat(4,1fr) 52px;grid-template-rows:auto auto;margin-bottom:8px}div._fileExplorerTableHeadItem_1b92c_10,button._fileExplorerTableHeadItem_1b92c_10{display:inline-flex;align-items:center;gap:6px;padding:0;border:0;background:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:-moz-max-content;width:max-content;align-self:center;color:#616161;font-size:14px;font-weight:600}div._fileExplorerTableHeadItem_1b92c_10:first-child,button._fileExplorerTableHeadItem_1b92c_10:first-child{padding:0 20px}div._fileExplorerTableHeadItem_1b92c_10:hover,button._fileExplorerTableHeadItem_1b92c_10:hover,._fileExplorerTableHeadItem_1b92c_10[data-active=true]{color:#5282ff}._sortArrow_1b92c_39{width:16px;height:16px;opacity:.45;transition:transform .16s ease,opacity .16s ease}._sortArrow_1b92c_39[data-active=true]{opacity:1}._sortArrow_1b92c_39[data-order=desc]{transform:rotate(180deg)}._resetSort_1b92c_54{border:0;padding:4px 8px;color:#5282ff;background:#5282ff1f;border-radius:6px;font:inherit;cursor:pointer}html[data-theme=dark] div._fileExplorerTableHeadItem_1b92c_10,html[data-theme=dark] button._fileExplorerTableHeadItem_1b92c_10{color:#d8d8d8}@media screen and (max-width:500px){._fileExplorerTableHead_1b92c_1{grid-template-columns:max-content 1fr max-content 1fr 32px}._fileExplorerTableHead_1b92c_1 div._fileExplorerTableHeadItem_1b92c_10:nth-child(1){padding:0 5px}._fileExplorerTableHead_1b92c_1 div._fileExplorerTableHeadItem_1b92c_10:nth-child(3){padding-right:5px}}._desktop_1b92c_80{display:block}@media screen and (max-width:768px){._fileExplorerTableHead_1b92c_1{grid-template-columns:max-content repeat(3,1fr) 52px}._desktop_1b92c_80{display:none!important}}:root{--ftp-bg-color: #f3f3f3;--ftp-second-color: #616161}html[data-theme=dark]{--ftp-bg-color: rgba(82, 130, 255, .1);--ftp-second-color: #a7a7ad}._fileExplorer_1e367_11 ._desc_1e367_11{color:var(--ftp-second-color)}._fileExplorerTableBodyRow_1e367_15{display:grid;grid-template-columns:max-content 1fr 52px;grid-template-rows:auto auto}._fileExplorerTableBodyRow_1e367_15:has(._fileExplorerTableBodyInnerItem_1e367_21:hover)>div{background-color:var(--ftp-bg-color)}._fileExplorerTableBodyInnerItem_1e367_21{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:14px;font-weight:500}._fileExplorerTableBodyInnerItem_1e367_21:hover{background-color:var(--ftp-bg-color)}._fileExplorerTableBodyInnerItem_1e367_21>div:nth-child(1){padding:12px;border-radius:8px;width:-moz-max-content;width:max-content;max-width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}._fileExplorerTableBodyInnerItem_1e367_21>div:nth-child(1) svg{min-width:17px}._fileExplorerTableBodyInnerItem_1e367_21>div:nth-child(1)>div{display:flex;align-items:center;gap:8px;min-width:0}._fileExplorerTableBodyInnerItem_1e367_21>div:nth-child(1){width:-moz-max-content;width:max-content}._fileExplorerTableBodyInnerItem_1e367_21>div:nth-child(2),._fileExplorerTableBodyInnerItem_1e367_21>div:nth-child(3),._fileExplorerTableBodyInnerItem_1e367_21>div:nth-child(4){color:var(--ftp-second-color);display:flex;align-items:center}._fileExplorerTableBodyItem_1e367_61{align-self:center;color:#616161;font-size:14px;font-weight:500}._fileExplorerTableBodyItem_1e367_61:first-child{height:100%;padding:8px 20px}._fileExplorerTableBodyItem_1e367_61:nth-child(1):hover{background-color:var(--ftp-bg-color)}._fileExplorerTableBodyItem_1e367_61:nth-child(1):hover+div{background-color:var(--ftp-bg-color)}._fileExplorerTableBodyItem_1e367_61:nth-child(1):hover+div+div{background-color:var(--ftp-bg-color)}._fileExplorerTableBodyItem_1e367_61:nth-child(3),._fileExplorerTableBodyItem_1e367_61:nth-child(4){-webkit-user-select:none;-moz-user-select:none;user-select:none}._fileExplorerTableBodyItem_1e367_61:nth-child(3){display:flex;width:100%;margin:0 auto;justify-self:center;align-items:center;height:100%}div._dragging_1e367_94{cursor:grab;border:1px solid #d0d0d0;box-shadow:0 0 10px 1px #00000018;opacity:1;background-color:#f6f6f6;z-index:101}._droppableFolder_1e367_103{position:relative}._droppableFolder_1e367_103:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:2px dashed black;border-radius:8px;z-index:10}[data-over=true]{position:relative}._fileExplorerName_1e367_119{min-width:0;margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._fileExplorerNameTooltip_1e367_127{min-width:0;flex:1}html[data-theme=dark] div._dragging_1e367_94{cursor:grab;border:1px solid #d0d0d0;box-shadow:0 0 10px 1px #00000018;opacity:1;background-color:var(--ftp-bg-color)}html[data-theme=dark] ._droppableFolder_1e367_103:after{border:2px dashed #9c9ca5}@media screen and (max-width:500px){._fileExplorerTableBodyInnerItem_1e367_21{font-size:12px;grid-template-columns:minmax(0,1fr) max-content minmax(0,1fr)}._fileExplorerTableBodyInnerItem_1e367_21>div:nth-child(2){width:-moz-max-content;width:max-content;padding-right:10px}._fileExplorerTableBodyRow_1e367_15{grid-template-columns:max-content 1fr 32px}._fileExplorerTableBodyRow_1e367_15>div:nth-child(1){padding:8px 5px}}._desktop_1e367_159{display:block}@media screen and (max-width:768px){._fileExplorerTableBodyInnerItem_1e367_21{grid-template-columns:repeat(3,minmax(0,1fr))}._fileExplorerTableBodyInnerItem_1e367_21>div:nth-child(1){padding:0}._desktop_1e367_159{display:none!important}}._wrapper_1j72q_1{position:relative;z-index:10}._editButton_1j72q_6{width:32px;height:32px;border-radius:8px;background-color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border:1px solid #d0d0d0}html[data-theme=dark] ._editButton_1j72q_6>svg>path{stroke:#fff}._menu_ciqlk_1{position:absolute;z-index:10;right:60px;bottom:0;padding:8px;border-radius:8px;background-color:#fff;border:1px solid #d0d0d0;width:250px;display:flex;flex-direction:column;gap:4px}._menu_ciqlk_1 button{background-color:transparent;padding:10px;border-radius:8px;display:flex;align-items:center;gap:10px;transition:all .1s ease-in-out;cursor:pointer;font-size:14px;font-weight:500;font-family:Monserrat,sans-serif}._menu_ciqlk_1 button:hover{background-color:#f6f6f6}html[data-theme=dark] ._menu_ciqlk_1{background-color:#1f1e2e}html[data-theme=dark] ._menu_ciqlk_1 button{color:#fff}html[data-theme=dark] ._menu_ciqlk_1 button:hover{background-color:#242939}._title_1a4jq_1{font-size:16px;font-weight:600;margin-bottom:32px}._root_2ape1_1{max-width:440px}._uploadModal_1nntb_1{margin:20px 0 4px}._uploadModalDropZone_1nntb_5{display:grid;justify-items:center;align-content:center;gap:8px;min-height:280px;padding:28px;border:2px dashed rgba(255,255,255,.54);border-radius:14px;color:#fff;background:#5282ff0d;text-align:center;transition:background .16s ease,border-color .16s ease,transform .16s ease}._uploadModalDropZone_1nntb_5[data-dragging=true]{border-color:#fffffff5;background:#5282ff80;transform:scale(.99)}._uploadModalIcon_1nntb_26,._selectedFilesIcon_1nntb_27{display:grid;place-items:center;width:48px;height:48px;margin-bottom:6px;border-radius:14px;color:#fff;background:#5282ffc7}._uploadModalIcon_1nntb_26 svg,._selectedFilesIcon_1nntb_27 svg{width:24px;height:24px}._uploadModalTitle_1nntb_44,._selectedFiles_1nntb_27>p{margin:0;color:#fff;font-size:17px;font-weight:600}._uploadModalHint_1nntb_52{margin:0 0 12px;color:#ffffffbd}._uploadModalButton_1nntb_57{margin-top:2px}._selectedFiles_1nntb_27{display:flex;flex-direction:column;align-items:center;gap:8px;max-width:100%}._selectedFileName_1nntb_69{display:grid;width:min(100%,360px);gap:4px;color:#ffffffc2;font-size:14px}._selectedFileName_1nntb_69 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._clearFiles_1nntb_83{margin-top:8px;border:0;padding:4px 8px;color:#7fa1ff;background:transparent;font:inherit;font-size:14px;cursor:pointer}._clearFiles_1nntb_83:hover{color:#fff}._upload_1nntb_1{overflow:auto;max-height:min(720px,100dvh)}._title_1nntb_103{margin:0;color:#fff;font-size:20px;font-weight:700}._contextMenu_190sg_1{position:absolute;opacity:0;visibility:hidden;transition:opacity .1s ease-in-out,visibility .1s ease-in-out}._contextMenu_190sg_1._open_190sg_8{opacity:1;visibility:visible}._imageViewer_771b5_1{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#000c;z-index:1000;transition:all .2s ease-in-out;opacity:0;visibility:hidden}._imageViewer_771b5_1._active_771b5_17{opacity:1;visibility:visible}._overlay_771b5_22{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent}._content_771b5_31{position:relative;z-index:10;background:var(--darkLight);padding:20px;border-radius:8px;max-width:80dvw;max-height:80dvh;display:flex;flex-direction:column;align-items:center}img{max-width:100%;max-height:30dvh}._closeButton_771b5_49{margin-top:10px}._fileExplorerHeader_1imu5_1{display:flex;align-items:center;gap:8px;font-family:Monserrat,sans-serif;padding:0 20px}._fileExplorerHeaderMobile_1imu5_9{display:none;flex-direction:column;gap:8px;font-family:Monserrat,sans-serif;padding:0 20px}._fileExplorerHeaderMobile_1imu5_9>div:nth-child(1){display:flex;gap:8px;align-items:center}._fileExplorerHeaderMobile_1imu5_9>div:nth-child(2){display:grid;gap:8px;grid-template-columns:1fr 1fr}@media screen and (max-width:768px){._fileExplorerHeader_1imu5_1{display:none}._fileExplorerHeaderMobile_1imu5_9{display:flex;padding:0 5px}}._icon_rql8r_1{width:40px;height:40px;border-radius:8px;display:flex;justify-content:center;align-items:center}._icon_rql8r_1 svg>path{stroke:#000;transition:all .15s ease-in-out}._icon_rql8r_1:hover svg>path{stroke:#000}._bordered_rql8r_17{border:1px solid #d0d0d0}[data-theme=dark] ._icon_rql8r_1._bordered_rql8r_17{border:1px solid #d0d0d0;background:#242939}._button_xo2k9_1{position:relative;background-color:transparent;cursor:pointer}._button_xo2k9_1 ._innerIcon_xo2k9_6:hover{border:1px solid transparent}._button_xo2k9_1 ._innerIcon_xo2k9_6:before{content:"";position:absolute;pointer-events:none;border-radius:8px;top:0;right:0;bottom:0;left:0;border:2px solid transparent}._button_xo2k9_1:hover ._innerIcon_xo2k9_6{border:1px solid transparent}._button_xo2k9_1:hover ._innerIcon_xo2k9_6:before{border:2px solid var(--color-primary)!important}._button_xo2k9_1:disabled{pointer-events:none}._button_xo2k9_1:disabled svg path{stroke:#d0d0d0}html[data-theme=dark] ._button_xo2k9_1 svg path{stroke:#9c9ca5}html[data-theme=dark] ._button_xo2k9_1:disabled{opacity:.3}._breadcrumbs_uvlyu_1{border:1px solid #d0d0d0;border-radius:8px;padding:0 12px;height:40px;width:100%;display:flex;align-items:center;gap:6px;justify-content:space-between;transition:all .15s ease-in-out;position:relative;overflow:visible}._breadcrumbs__location_uvlyu_15{min-width:0;flex:1;height:100%;display:flex;align-items:center}._breadcrumbs__wrapper_uvlyu_22{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;min-width:0;width:100%;overflow-x:auto;scrollbar-width:thin;cursor:text}._breadcrumbs__wrapper_uvlyu_22::-webkit-scrollbar{height:4px}._breadcrumbs__wrapper_uvlyu_22::-webkit-scrollbar-thumb{background:#4d7fff;border-radius:999px}._breadcrumbs__wrapper_uvlyu_22 button{display:flex;align-items:center;flex-wrap:nowrap;text-wrap:nowrap}._breadcrumbs__reloadBtn_uvlyu_46{display:flex;flex:0 0 auto}._breadcrumbs__reloadBtn_uvlyu_46>svg>path{transition:all .15s ease-in-out}._breadcrumbs__reloadBtn_uvlyu_46:hover{color:#171718}._breadcrumbs__reloadBtn_uvlyu_46:hover svg>path{stroke:#171718}._breadcrumbs__reloadBtn_uvlyu_46._animated_uvlyu_59{animation:_reload_uvlyu_1 .5s linear infinite}._breadcrumbs_uvlyu_1 button{background-color:transparent;cursor:pointer}._breadcrumbs__input_uvlyu_66{width:100%;height:30px;border:0;outline:0;background:transparent;color:inherit;font:inherit;padding:0}._breadcrumbs__suggestions_uvlyu_76{position:absolute;z-index:30;top:calc(100% + 6px);left:0;right:0;display:grid;gap:2px;padding:6px;border:1px solid #d0d0d0;border-radius:8px;background:#fff;box-shadow:0 12px 28px #14182829}._breadcrumbs__suggestion_uvlyu_76{display:grid;grid-template-columns:16px minmax(0,1fr) auto;gap:8px;align-items:center;width:100%;padding:8px;border-radius:6px;color:#171718;text-align:left}._breadcrumbs__suggestion_uvlyu_76:hover,._breadcrumbs__suggestion_uvlyu_76._activeSuggestion_uvlyu_101{background:#edf2ff}._breadcrumbs__suggestion_uvlyu_76 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._breadcrumbs__suggestion_uvlyu_76 small{color:#777782;font-size:12px}._breadcrumbs__loader_uvlyu_114{position:absolute;z-index:10;width:10%;left:0;right:0;bottom:0;height:2px;background-color:#5282ff;transition:all .1s ease-in-out}@keyframes _loader_uvlyu_1{0%{width:0px}10%,30%{width:40%}80%{width:80%}to{width:100%}}@keyframes _reload_uvlyu_1{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}html[data-theme=dark] ._breadcrumbs__suggestions_uvlyu_76{border-color:#4a5069;background:#242a3d;box-shadow:0 12px 28px #0000005c}html[data-theme=dark] ._breadcrumbs__suggestion_uvlyu_76{color:#f4f5fb}html[data-theme=dark] ._breadcrumbs__suggestion_uvlyu_76:hover,html[data-theme=dark] ._breadcrumbs__suggestion_uvlyu_76._activeSuggestion_uvlyu_101{background:#303b5c}html[data-theme=dark] ._breadcrumbs__suggestion_uvlyu_76 small{color:#b5b8c5}html[data-theme=dark] ._breadcrumbs__reloadBtn_uvlyu_46:hover svg>path{stroke:#d0d0d0a8}._breadcrumb_64drd_1{transition:all .15s ease-in-out;color:#9c9ca5;font-size:14px;font-weight:500;font-family:Monserrat,sans-serif;cursor:pointer}._breadcrumb_64drd_1:hover,._breadcrumb_64drd_1._active_64drd_12{color:#171718}._breadcrumb_64drd_1>svg>path{transition:all .15s ease-in-out}._breadcrumb_64drd_1:hover{color:#171718}._breadcrumb_64drd_1:hover svg>path{fill:#171718}._over_64drd_25{border:2px dashed black}html[data-theme=dark] ._over_64drd_25{border:2px dashed #9c9ca5}html[data-theme=dark] ._breadcrumb_64drd_1{color:#d0d0d0}html[data-theme=dark] ._breadcrumb_64drd_1:hover,html[data-theme=dark] ._breadcrumb_64drd_1._active_64drd_12{color:#9c9ca5}._fileManagerPage_8841m_1{margin-top:10px;display:flex;flex-direction:column;gap:10px;padding:20px 0;flex-grow:1;position:relative}._adminNotice_8841m_11{margin:10px 0 0;padding:10px 14px;border:1px solid rgba(95,137,255,.42);border-left:3px solid #5b85ff;border-radius:8px;background:#5282ff1a;color:#dce7ff;font-weight:500;line-height:1.45}._loaderWrapper_7tz6f_1{width:100%;height:100%;position:absolute;top:0;display:flex;align-items:start;justify-content:center;transition:all .2s ease-in-out;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:10;border-radius:10px;animation:_enter_7tz6f_1 .3s ease-in-out}._loader_7tz6f_1{width:48px;height:48px;border:5px solid #5282ff;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:_rotation_7tz6f_1 1s linear infinite}._loaderInner_7tz6f_27{display:flex;flex-direction:column;align-items:center;gap:20px;position:absolute}._loaderCancel_7tz6f_35{font-size:16px;font-weight:600;padding:5px;color:#5282ff;cursor:pointer;font-family:inherit;border-radius:8px;background-color:transparent;transition:opacity .1s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}._loaderCancel_7tz6f_35:hover{color:#5283ffc0}._loaderCancel_7tz6f_35:focus-visible{outline:2px solid #5282ff}@keyframes _enter_7tz6f_1{0%{opacity:0}to{opacity:1}}@keyframes _rotation_7tz6f_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.calendar{font-family:Arial,sans-serif;width:-moz-max-content;width:max-content;margin:0 auto;border:1px solid #D0D0D0;border-radius:16px;overflow:hidden;display:none;position:absolute;box-shadow:0 -4px 24px #00000014;padding:16px;background:#fff;z-index:1}@keyframes show{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.calendar.active{display:block;animation:show .35s ease-in-out}.header{display:flex;justify-content:space-between;align-items:center}.header button{background:#f3f3f3;border-radius:8px;padding:12px;cursor:pointer;display:flex}.header button:last-of-type{transform:rotate(180deg)}.header button:hover svg{transform:translate(-3px)}.header button:hover svg path{stroke:#5282ff}.header button svg,.header button svg path{transition:.35s}.month-year{font-weight:500;font-size:16px;text-align:center;color:#171718}.weekdays{margin-top:10px;display:grid;grid-template-columns:repeat(7,1fr);text-align:center}.weekdays p{height:44px;width:44px;font-weight:500;font-size:12px;text-align:center;color:#616161;display:flex;align-items:center;justify-content:center}.calendar .days p.range:nth-child(7n){border-radius:0 8px 8px 0}.calendar .days p.range:nth-child(7n+1){border-radius:8px 0 0 8px}.days{display:grid;grid-template-columns:repeat(7,1fr);gap:1px}.day,.prev-month-day{padding:14px 10px;cursor:pointer;font-weight:500;font-size:14px;text-align:center;color:#171718}.prev-month-day{color:#ccc}.day.selected,.prev-month-day.selected{border-radius:8px 0 0 8px;background:#5282ff!important;color:#fff!important}.day.selected.first{border-radius:8px 0 0 8px}.day.selected.second{border-radius:0 8px 8px 0}.day.selected.first.second{border-radius:8px!important}.day.today{font-weight:600;color:#5282ff;background:#ebf3fc;border-radius:8px}.day{transition:.35s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.day:hover{background:#ebf3fc;border-radius:8px}.day.range,.prev-month-day.range{background:#ebf3fc;border-radius:0}.prev-month-day.selected.range{border-radius:0 8px 8px 0}.selected-date,.selected-date-range{margin-top:10px;text-align:center;font-style:italic}[data-theme=dark] .calendar{background:#292e3f;border:1px solid #1f1e2e}[data-theme=dark] .header button,[data-theme=dark] .day.today,[data-theme=dark] .day:hover{background:#1f1e2e}[data-theme=dark] .day.range,[data-theme=dark] .prev-month-day.range{background:#25243f}[data-theme=dark] .header button svg path{stroke:#fff}[data-theme=dark] .month-year,[data-theme=dark] .day,[data-theme=dark] .day.today{color:#fff}[data-theme=dark] .weekdays p{color:#fff9}._wrap__filter_4mpgp_1{display:flex;flex-direction:column;gap:20px;margin-bottom:10px}._wrap__filter__data_4mpgp_7{display:flex;align-items:center;gap:16px}._wrap__filter__data-button_4mpgp_12{color:#171718}._wrap__filter__data-button--active_4mpgp_15,._wrap__filter__data-button_4mpgp_12:hover{background-color:#f2f5ff;color:#5282ff}[data-theme=dark] ._wrap__filter__data-button_4mpgp_12{color:#bfbfbf}[data-theme=dark] ._wrap__filter__data-button--active_4mpgp_15,[data-theme=dark] ._wrap__filter__data-button_4mpgp_12:hover{background-color:#5282ff;color:#fff}._wrap__filter__bottom_4mpgp_34{display:flex;gap:8px}._wrap__filter__bottom-search-input_4mpgp_38{border-radius:12px;padding:16px;width:100%;background:#f6f6f6;font-family:Monserrat;font-weight:500;font-size:14px;color:#171718}[data-theme=dark] ._wrap__filter__bottom-search-input_4mpgp_38{background:#1f1e2e;color:#797979}._wrap__filter__bottom-filters_4mpgp_52{position:relative}._wrap__filter__bottom-filters-button_4mpgp_55{display:flex;gap:8px;border-radius:12px;padding:10px 16px;border:1px solid #d0d0d0;font-weight:500;font-size:14px;height:100%;align-items:center;font-family:Monserrat;cursor:pointer;background:transparent;transition:.35s}[data-theme=dark] ._wrap__filter__bottom-filters-button_4mpgp_55{background:#1f1e2e;color:#bfbfbf;border:1px solid #1f1e2e}._wrap__filter__bottom-filter-count_4mpgp_75{display:flex;align-items:center;gap:4px;background:#f3f3f3;border:1px solid transparent;border-radius:6px;padding:4px 8px;font-size:12px;font-weight:500;color:#171718;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:.35s}._wrap__filter__bottom-filter-count_4mpgp_75:hover{background:#e0e0e0}[data-theme=dark] ._wrap__filter__bottom-filter-count_4mpgp_75{background:#2a2a3a;border:1px solid #3a3a4a;color:#bfbfbf}[data-theme=dark] ._wrap__filter__bottom-filter-count_4mpgp_75:hover{background:#3a3a4a}._wrap__filter__bottom-filter-count_4mpgp_75 svg{flex-shrink:0}._wrap__skeleton_4mpgp_105{margin-top:5px;display:flex;flex-direction:column;gap:5px}._wrap__user-id_4mpgp_111{color:#9c9ca5;font-size:12px}._wrap__calendar-box_4mpgp_115{position:relative;display:inline-flex;align-items:center;gap:8px}._wrap__calendar-box_4mpgp_115 button{display:flex;align-items:center;gap:8px;background:transparent;cursor:pointer;font-family:Monserrat;font-weight:500;font-size:14px}._wrap__calendar-box-clear-button_4mpgp_131{border-radius:8px;padding:5px}._wrap__calendar-box-clear-button_4mpgp_131:hover{background:#0000001a}[data-theme=dark] ._wrap__calendar-box-clear-button_4mpgp_131:hover{background:#ffffff1a}[data-theme=dark] ._wrap__calendar-box-clear-button_4mpgp_131{color:#bfbfbf}._wrap__calendar-box-calendar_4mpgp_144{top:30px;left:0}@media(max-width:800px){._wrap__calendar-box-calendar_4mpgp_144{left:auto;right:0}}._wrap__calendar-box_4mpgp_115 svg{color:#000}[data-theme=dark] ._wrap__calendar-box_4mpgp_115 svg{color:#9c9ca5}._wrap__filters-menu_4mpgp_160{position:absolute;top:55px;right:0;z-index:3;background:#fff;border:1px solid #d0d0d0;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:16px;min-width:280px;animation:_slideIn_4mpgp_1 .3s}[data-theme=dark] ._wrap__filters-menu_4mpgp_160{background:#242939;border:1px solid #1f1e2e}._wrap__filters-menu-title_4mpgp_177{font-weight:500;font-size:14px;color:#616161;margin:0 0 12px}[data-theme=dark] ._wrap__filters-menu-title_4mpgp_177{color:#bfbfbf}._wrap__filters-menu-options_4mpgp_186{display:flex;flex-direction:column;gap:8px}._wrap__filters-menu-resetbtn_4mpgp_191{width:100%;margin-top:16px}._wrap__activity-types_4mpgp_195{display:flex;flex-wrap:wrap;gap:8px}._wrap__activity-type-item_4mpgp_200{background:#f3f3f3;border-radius:6px;padding:6px 8px;display:flex;color:#171718;align-items:center;cursor:pointer;transition:.35s;gap:4px}._wrap__activity-type-item_4mpgp_200:hover{background:#e0e0e0}[data-theme=dark] ._wrap__activity-type-item_4mpgp_200{background:#2a2a3a;border:1px solid #3a3a4a;color:#bfbfbf}[data-theme=dark] ._wrap__activity-type-item_4mpgp_200:hover{background:#2a2a3a}._wrap__activity-type-add_4mpgp_222{background:#f2f5ff;border-radius:6px;color:#5282ff;padding:6px 8px;cursor:pointer}[data-theme=dark] ._wrap__activity-type-add_4mpgp_222{color:#fff;background:#5282ff}._wrap__activity-type-clear_4mpgp_233{border:1px solid #d0d0d0;background:transparent;border-radius:6px;padding:6px 8px;cursor:pointer}[data-theme=dark] ._wrap__activity-type-clear_4mpgp_233{color:#fff}._wrap__show-less-button_4mpgp_243{margin-bottom:5px;padding:12px;width:-moz-max-content;width:max-content}._wrap__status-badge_4mpgp_248{padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}._wrap__status-badge--success_4mpgp_254{color:#1eb83a}._wrap__status-badge--error_4mpgp_257{color:#d91528}._wrap__styles-line-height_4mpgp_260{background:#d0d0d0;width:1px;height:23px}._wrap__styles-line-weight_4mpgp_265{background:#d0d0d0;height:1px;margin:20px 0}._logs-table_4mpgp_272{--columns: .4fr 1fr 1fr 2.5fr 1.2fr 1fr .4fr}@media(max-width:1200px){._logs-table_4mpgp_272{--columns: .5fr 1.1fr 1fr 2.3fr 1.2fr 1.2fr .5fr}}@media(max-width:1024px){._logs-table_4mpgp_272{--columns: .6fr 1.2fr 1.1fr 2.2fr 1.3fr 1.1fr .6fr}}@keyframes _slideIn_4mpgp_1{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}._wrap_74wax_2{background:#fff;border-radius:16px;padding:20px 0;height:100%;overflow:auto}._wrap_74wax_2::-webkit-scrollbar{width:6px;height:6px}._wrap_74wax_2::-webkit-scrollbar-track{background:transparent}._wrap_74wax_2::-webkit-scrollbar-thumb{background:#5282ff;border-radius:8px}._table_74wax_22{border-spacing:20px 0;width:100%;height:auto;min-width:1250px}._table__head_74wax_28 tr th:first-of-type{width:40px}._table__head_74wax_28 tr th h4{text-align:left;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#9c9ca5;padding-bottom:8px}._table__body_74wax_39 td{vertical-align:middle}._table__item_74wax_42{position:relative}._table__item-full_74wax_45._active_74wax_45{display:block!important}._table__item-full_74wax_45{display:none!important;max-width:380px;background:#fff;z-index:2;position:absolute;left:25px;border-radius:8px;border:1px solid #D0D0D0;padding:12px}._table__item-full_74wax_45 p{position:relative;word-break:break-word;width:100%;white-space:normal;margin-top:4px;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161}._table__item-full_74wax_45 p:first-of-type{margin-top:0;font-family:Monserrat,sans-serif;font-weight:600;font-size:14px;color:#000}._table__item-price_74wax_77{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718}._table__item-updateDate_74wax_83 p{gap:10px;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718;display:flex;align-items:center}._table__item-author_74wax_94 p{display:flex;align-items:center;gap:10px;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718}._table__item-author_74wax_94 p svg{padding:8px;border-radius:32px;border:1px solid #D0D0D0}._table__item-game_74wax_108{padding:8.5px 0 8.5px 20px}._table__item-file_74wax_112{border:1px solid #D0D0D0;border-radius:8px;padding:11px;display:flex;width:-moz-max-content;width:max-content;width:40px;margin:8.5px 0 8.5px 20px}._table__item-description_74wax_122{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:350px;display:inline-block}._table__item-info_74wax_131{white-space:nowrap;min-width:360px!important}._table__item-info_74wax_131 div{padding-left:12px;display:flex;flex-direction:column}._table__item-info_74wax_131 div h4{font-family:Monserrat,sans-serif;font-weight:600;font-size:14px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:350px;display:flex;align-items:center}._table__item-info_74wax_131 div h4 span{border:1px solid #D0D0D0;display:flex;gap:4px;align-items:center;margin-left:10px;padding:2px 6px;font-size:12px;border-radius:4px}[data-theme=dark] ._table__item-info_74wax_131 div h4 span{background-color:#1f1e2e;border:1px solid #1f1e2e}._table__item-info_74wax_131 div p{margin-top:4px;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161}._table__item-version_74wax_173 p{display:flex;gap:4px;align-items:center;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718}._table__item-button_74wax_182{cursor:pointer;border:1px solid #D0D0D0;border-radius:12px;padding:12px 16px;display:flex;align-items:center;gap:8px;background:transparent;margin-left:auto;margin-right:20px;transition:.35s}._table__item-button_74wax_182:hover{background:#5282ff;color:#fff;border:1px solid #5282FF}._table__item-button_74wax_182:hover svg path{stroke:#fff}._table__item-button_74wax_182._processing_74wax_203{cursor:not-allowed;opacity:.6;pointer-events:none;border:1px solid #9C9CA5;color:#9c9ca5}._table__item-button_74wax_182._danger_74wax_210{border:1px solid #D91528;color:#d91528}._table__item-button_74wax_182._danger_74wax_210:hover{background:#d91528;color:#fff;border:1px solid #D91528}._table__item-button_74wax_182._danger_74wax_210:hover svg path{stroke:#fff}._table__item-button_74wax_182 svg path{transition:.35s}[data-theme=dark] ._wrap_74wax_2{background:#242939}[data-theme=dark] ._table__item-full_74wax_45{background:#1f1e2e;border:1px solid #242939}[data-theme=dark] ._table__item-full_74wax_45 p{color:#fff9}[data-theme=dark] ._table__item-full_74wax_45 p:first-of-type{color:#fff}[data-theme=dark] ._table__item-price_74wax_77{color:#fff}[data-theme=dark] ._table__item-updateDate_74wax_83 p{color:#fff9}[data-theme=dark] ._table__item-updateDate_74wax_83 p svg path{fill:#fff9}[data-theme=dark] ._table__item-author_74wax_94 p{color:#fff9}[data-theme=dark] ._table__item-author_74wax_94 p svg{background:#1f1e2e;border:1px solid #1f1e2e}[data-theme=dark] ._table__item-author_74wax_94 p svg path{stroke:#fff9}[data-theme=dark] ._table__item-file_74wax_112{background:#1f1e2e;border:1px solid #1f1e2e}[data-theme=dark] ._table__item-file_74wax_112 svg path{fill:#fff}[data-theme=dark] ._table__item-info_74wax_131 h4{color:#fff}[data-theme=dark] ._table__item-info_74wax_131 p{color:#fff9}[data-theme=dark] ._table__item-version_74wax_173 p{color:#fff}[data-theme=dark] ._table__item-button_74wax_182{border:1px solid #5282FF;color:#5282ff}[data-theme=dark] ._table__item-button_74wax_182 svg path{stroke:#5282ff}[data-theme=dark] ._table__item-button_74wax_182:hover{color:#fff}[data-theme=dark] ._table__item-button_74wax_182:hover svg path{stroke:#fff}[data-theme=dark] ._table__item-button_74wax_182._danger_74wax_210{border:1px solid #D91528;color:#d91528}[data-theme=dark] ._table__item-button_74wax_182._danger_74wax_210 svg path{stroke:#d91528}[data-theme=dark] ._table__item-button_74wax_182._danger_74wax_210:hover{color:#fff}[data-theme=dark] ._table__item-button_74wax_182._danger_74wax_210:hover svg path{stroke:#fff}@media(max-width:768px){._wrap_74wax_2{overflow-x:auto}._table__item-info_74wax_131{min-width:180px}}._spinner_74wax_309{animation:_spin_74wax_309 1s linear infinite}@keyframes _spin_74wax_309{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._plugins_8d0zs_1{display:flex;flex-direction:column;gap:12px}._plugins__filters_8d0zs_6{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border-radius:16px;padding:12px 20px}@media(max-width:768px){._plugins__filters_8d0zs_6{flex-direction:column;align-items:stretch}}._plugins__search_8d0zs_21{display:flex;align-items:center;gap:8px;background:#f5f5f5;border-radius:12px;padding:10px 16px;flex:1}@media(max-width:768px){._plugins__search_8d0zs_21{max-width:100%}}._plugins__search-input_8d0zs_35{border:none;outline:none;background:transparent;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718;width:100%}._plugins__search-input_8d0zs_35::-moz-placeholder{color:#9c9ca5}._plugins__search-input_8d0zs_35::placeholder{color:#9c9ca5}._plugins__selects_8d0zs_48{display:flex;align-items:center;gap:8px}._plugins__selects_8d0zs_48>div{min-width:250px}@media(max-width:768px){._plugins__selects_8d0zs_48{flex-wrap:wrap}}._plugins__skeleton_8d0zs_61{padding:20px;background-color:#fff;border-radius:16px;overflow-x:auto}._plugins__empty_8d0zs_67{display:flex;justify-content:center;align-items:center;min-height:200px;background:#fff;border-radius:16px;padding:40px}._plugins__empty_8d0zs_67 p{font-family:Monserrat,sans-serif;font-weight:500;font-size:16px;color:#9c9ca5}[data-theme=dark] ._plugins__filters_8d0zs_6{background:#242939}[data-theme=dark] ._plugins__search_8d0zs_21{background:#1a1e2e}[data-theme=dark] ._plugins__search-input_8d0zs_35{color:#fff}[data-theme=dark] ._plugins__search-input_8d0zs_35::-moz-placeholder{color:#9c9ca5}[data-theme=dark] ._plugins__search-input_8d0zs_35::placeholder{color:#9c9ca5}[data-theme=dark] ._plugins__search_8d0zs_21 svg path{stroke:#9c9ca5}[data-theme=dark] ._plugins__skeleton_8d0zs_61{background-color:#242939}[data-theme=dark] ._plugins__empty_8d0zs_67{background:#242939}[data-theme=dark] ._plugins__empty_8d0zs_67 p{color:#9c9ca5}._installed_1fiix_1{display:flex;flex-direction:column;gap:12px;max-width:100%}._installed__deleteBtn_1fiix_7 svg path{stroke:#d91528!important;fill:transparent!important}._installed__deleteBtn_1fiix_7:hover svg path{stroke:#fff!important;fill:transparent!important}._installed__filters_1fiix_15{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border-radius:16px;padding:12px 20px}@media(max-width:768px){._installed__filters_1fiix_15{flex-direction:column;align-items:stretch;padding:12px 16px}}._installed__search_1fiix_31{display:flex;align-items:center;gap:8px;background:#f5f5f5;border-radius:12px;padding:10px 16px;flex:1;min-width:0}@media(max-width:768px){._installed__search_1fiix_31{max-width:100%}}._installed__search-input_1fiix_46{border:none;outline:none;background:transparent;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718;width:100%;min-width:0}._installed__search-input_1fiix_46::-moz-placeholder{color:#9c9ca5}._installed__search-input_1fiix_46::placeholder{color:#9c9ca5}._installed__types_1fiix_60{display:flex;align-items:center;gap:8px}._installed__types_1fiix_60>div{min-width:250px}@media(max-width:768px){._installed__types_1fiix_60{flex-wrap:wrap}}._installed__typeBtn_1fiix_73{border:none;outline:none;cursor:pointer;background:#f5f5f5;border-radius:8px;padding:6px 14px;font-family:Monserrat,sans-serif;font-weight:500;font-size:13px;color:#9c9ca5;transition:all .2s;white-space:nowrap}._installed__typeBtn_1fiix_73:hover{color:#171718}._installed__typeBtn_1fiix_73._active_1fiix_90{background:#171718;color:#fff}._installed__skeleton_1fiix_94{padding:20px;background-color:#fff;border-radius:16px;overflow:hidden}@media(max-width:768px){._installed__skeleton_1fiix_94{padding:16px}}._installed__table_1fiix_105{background:#fff;border-radius:16px;overflow:hidden;max-width:100%}._installed__tableHead_1fiix_111{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 120px;gap:12px;padding:20px;border-bottom:1px solid #f0f0f0}._installed__tableHead_1fiix_111 span{text-align:left;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#9c9ca5}@media(max-width:992px){._installed__tableHead_1fiix_111{display:none}}._installed__tableBody_1fiix_130{display:flex;flex-direction:column}._installed__row_1fiix_134{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 120px;gap:12px;padding:11px 20px;align-items:center;border-bottom:1px solid #f5f5f5;transition:background .15s}@media(max-width:992px){._installed__row_1fiix_134{display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:16px}}._installed__row_1fiix_134:last-child{border-bottom:none}._installed__row_1fiix_134:hover{background:#fafafa}._installed__name_1fiix_158{display:flex;align-items:center;gap:12px;min-width:0;overflow:hidden}@media(max-width:992px){._installed__name_1fiix_158{width:100%}}._installed__nameText_1fiix_170{display:flex;flex-direction:column;gap:6px;min-width:0;overflow:hidden;text-decoration:none;color:inherit;transition:opacity .15s}._installed__nameText_1fiix_170:hover{opacity:.75}._installed__title_1fiix_183{font-family:Monserrat,sans-serif;font-weight:600;font-size:14px;color:#171718;overflow:hidden;text-overflow:ellipsis}@media(max-width:992px){._installed__title_1fiix_183{white-space:normal;word-break:break-word}}@media(min-width:993px){._installed__title_1fiix_183{white-space:nowrap}}._installed__desc_1fiix_202{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#9c9ca5;overflow:hidden;text-overflow:ellipsis}@media(max-width:992px){._installed__desc_1fiix_202{white-space:normal;word-break:break-word}}@media(min-width:993px){._installed__desc_1fiix_202{white-space:nowrap}}._installed__type_1fiix_60{font-family:Monserrat,sans-serif;font-weight:500;font-size:13px;color:#9c9ca5}._installed__version_1fiix_227{display:flex;align-items:center;gap:6px;font-family:Monserrat,sans-serif;font-weight:500;font-size:13px;color:#171718;flex-wrap:wrap}._installed__version_1fiix_227._installed__updateAvailable_1fiix_237 span:first-child{color:#ffa726}._installed__badge_1fiix_240{background:#fff3e0;color:#f57c00;font-size:11px;font-weight:600;padding:2px 8px;border-radius:6px;white-space:nowrap}._installed__date_1fiix_249{font-family:Monserrat,sans-serif;font-weight:500;font-size:13px;color:#9c9ca5}._installed__actions_1fiix_255{display:flex;justify-content:flex-end}@media(max-width:992px){._installed__actions_1fiix_255{width:100%;justify-content:stretch}._installed__actions_1fiix_255 button{width:100%}}._installed__empty_1fiix_268{display:flex;justify-content:center;align-items:center;min-height:200px;background:#fff;border-radius:16px;padding:40px;min-height:100%}@media(max-width:768px){._installed__empty_1fiix_268{padding:24px 16px}}._installed__empty_1fiix_268 p{font-family:Monserrat,sans-serif;font-weight:500;font-size:16px;color:#9c9ca5;text-align:center}[data-theme=dark] ._installed__filters_1fiix_15{background:#242939}[data-theme=dark] ._installed__search_1fiix_31{background:#1a1e2e}[data-theme=dark] ._installed__search-input_1fiix_46{color:#fff}[data-theme=dark] ._installed__search-input_1fiix_46::-moz-placeholder{color:#9c9ca5}[data-theme=dark] ._installed__search-input_1fiix_46::placeholder{color:#9c9ca5}[data-theme=dark] ._installed__search_1fiix_31 svg path{stroke:#9c9ca5}[data-theme=dark] ._installed__typeBtn_1fiix_73{background:#1a1e2e;color:#9c9ca5}[data-theme=dark] ._installed__typeBtn_1fiix_73:hover{color:#fff}[data-theme=dark] ._installed__typeBtn_1fiix_73._active_1fiix_90{background:#fff;color:#171718}[data-theme=dark] ._installed__skeleton_1fiix_94{background-color:#242939}[data-theme=dark] ._installed__table_1fiix_105{background:#242939}[data-theme=dark] ._installed__tableHead_1fiix_111{border-bottom-color:#333847}[data-theme=dark] ._installed__row_1fiix_134{border-bottom-color:#2a2f3f}[data-theme=dark] ._installed__row_1fiix_134:hover{background:#2a2f3f}[data-theme=dark] ._installed__title_1fiix_183,[data-theme=dark] ._installed__version_1fiix_227{color:#fff}[data-theme=dark] ._installed__badge_1fiix_240{background:#3d2f13;color:#ffa726}[data-theme=dark] ._installed__empty_1fiix_268{background:#242939}[data-theme=dark] ._installed__empty_1fiix_268 p{color:#9c9ca5}._items_7hpem_1{display:flex;flex-direction:column;height:100%}._items_7hpem_1 ._item_7hpem_1{padding-bottom:32px;border-bottom:1px solid #D0D0D0;margin-bottom:32px}._items_7hpem_1 ._item_7hpem_1:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:0}@media(max-width:768px){._items_7hpem_1 ._item_7hpem_1{margin-bottom:16px;padding-bottom:16px}._items_7hpem_1 ._item__info_7hpem_21 h2{font-size:16px}}._items_7hpem_1 ._item__info_7hpem_21{display:flex;align-items:center}._items_7hpem_1 ._item__info_7hpem_21 h2{font-family:Monserrat,sans-serif;font-weight:600;font-size:18px;color:#000;display:flex;align-items:center;flex-direction:row-reverse}._items_7hpem_1 ._item__info_7hpem_21 h2:before{content:"";display:flex;align-items:center;width:4px;height:4px;background:#616161;margin:10px;border-radius:100%}._items_7hpem_1 ._item__info_7hpem_21 h4{font-family:Monserrat,sans-serif;font-weight:500;font-size:12px;color:#616161}._items_7hpem_1 ._item__description_7hpem_54{margin-top:10px;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161}@media(max-width:768px){._items_7hpem_1 ._item__description_7hpem_54{margin-top:6px}}[data-theme=dark] ._item__info_7hpem_21 h2{color:#fff}[data-theme=dark] ._item__info_7hpem_21 h4,[data-theme=dark] ._item__description_7hpem_54{color:#ffffffb3}._modal_1nd1v_1{display:flex;flex-direction:column;gap:32px}._wrap_1nd1v_7{height:100%}._reviews_1nd1v_11{margin-top:32px}._reviews_1nd1v_11 ._review_1nd1v_11{display:flex;gap:10px;border-bottom:1px solid #D0D0D0;padding-bottom:32px;margin-bottom:32px}._reviews_1nd1v_11 ._review_1nd1v_11:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:0!important}._reviews_1nd1v_11 ._review__img_1nd1v_26{border-radius:32px;width:32px;height:32px;-o-object-fit:cover;object-fit:cover}._reviews_1nd1v_11 ._review__avatar_1nd1v_32{width:32px;height:32px;min-width:32px;border-radius:50%;border:1px solid #D0D0D0;display:flex;align-items:center;justify-content:center;font-family:Monserrat,sans-serif;font-weight:600;font-size:14px;color:#fff}[data-theme=dark] ._reviews_1nd1v_11 ._review__avatar_1nd1v_32{background-color:#1f1e2e;border:1px solid #1f1e2e}[data-theme=dark] ._reviews_1nd1v_11 ._review__avatar_1nd1v_32 svg path{stroke:#d0d0d0}._reviews_1nd1v_11 ._review__info_1nd1v_53{display:flex;align-items:center}._reviews_1nd1v_11 ._review__info_1nd1v_53 h2{display:flex;align-items:center;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718}._reviews_1nd1v_11 ._review__info_1nd1v_53 h2:after{content:"";display:flex;align-items:center;width:4px;height:4px;background:#616161;margin:10px;border-radius:100%}._reviews_1nd1v_11 ._review__info_1nd1v_53 h3{display:flex;align-items:center;font-family:Monserrat,sans-serif;font-weight:500;font-size:12px;color:#616161}._reviews_1nd1v_11 ._review__info_1nd1v_53 h3:after{content:"";display:flex;align-items:center;width:4px;height:4px;background:#616161;margin:10px;border-radius:100%}._reviews_1nd1v_11 ._review__info_1nd1v_53 h4{display:flex;align-items:center;gap:8px;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718}._reviews_1nd1v_11 ._review__info_1nd1v_53 span{font-family:Monserrat,sans-serif;font-weight:500;font-size:12px;color:var(--red)}._reviews_1nd1v_11 ._review__description_1nd1v_108{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161;margin-top:10px}[data-theme=dark] ._reviews_1nd1v_11 ._review_1nd1v_11{border-bottom:1px solid rgba(225,225,225,.7)}[data-theme=dark] ._reviews_1nd1v_11 ._review__info_1nd1v_53 h2,[data-theme=dark] ._reviews_1nd1v_11 ._review__info_1nd1v_53 h4{color:#fff}[data-theme=dark] ._reviews_1nd1v_11 ._review__info_1nd1v_53 h3,[data-theme=dark] ._reviews_1nd1v_11 ._review__description_1nd1v_108{color:#e1e1e1b3}._stars_1smtr_1{display:flex;justify-content:center;gap:24px}._stars_1smtr_1 ._star_1smtr_1{cursor:pointer}._stars_1smtr_1 ._star_1smtr_1._active_1smtr_9 svg path{fill:#f5d554}._wrap_ahgts_1{display:flex;flex-direction:column;gap:10px;height:100%}._main_ahgts_8{height:100%}._item_ahgts_12{border:1px solid #D0D0D0;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:20px}@media(max-width:768px){._item_ahgts_12{gap:12px}}._item__attachments_ahgts_25{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;max-width:100%}@media(max-width:500px){._item__attachments_ahgts_25{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}._item__attachment_ahgts_25{cursor:pointer;border:1px solid #D0D0D0;border-radius:12px;overflow:hidden;aspect-ratio:1;transition:opacity .15s}._item__attachment_ahgts_25:hover{opacity:.8}[data-theme=dark] ._item__attachment_ahgts_25{border:1px solid #1f1e2e;background-color:#242939}._item__attachment_ahgts_25 img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._item__review_ahgts_57{display:flex;flex-direction:column;gap:10px;margin-top:20px}._item__review-button_ahgts_63{width:-moz-max-content;width:max-content}._item__review_ahgts_57 textarea{resize:none;max-width:100%;height:75px;border-radius:8px;padding:12px;background:#f6f6f6;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718;border:none}._item__review_ahgts_57 textarea:focus{outline:1px solid #5282FF}._item__top_ahgts_82{display:flex;align-items:center;gap:40px}@media(max-width:768px){._item__top_ahgts_82{gap:20px}}._item__top_ahgts_82 h3,._item__top_ahgts_82 h4{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#9c9ca5}._item__description_ahgts_104{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161}._item__bottom_ahgts_110{display:flex;justify-content:space-between}@media(max-width:768px){._item__bottom_ahgts_110{flex-direction:column;gap:10px}}._item__bottom-author_ahgts_120,._item__bottom-date_ahgts_120{display:flex;align-items:center;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161}._item__bottom-author_ahgts_120:not(._empty_ahgts_128):before,._item__bottom-date_ahgts_120:not(._empty_ahgts_128):before{content:"";height:12px;width:1px;background:#d0d0d0;position:relative;display:flex;margin:auto 0 auto 12px}@media(max-width:500px){._item__bottom-author_ahgts_120:not(._empty_ahgts_128):before,._item__bottom-date_ahgts_120:not(._empty_ahgts_128):before{content:none}}._item__bottom-author_ahgts_120{gap:10px;display:flex;align-items:center}._item__bottom-author-icon_ahgts_148{border-radius:100%;border:1px solid #d0d0d0;width:32px;height:32px;display:flex;justify-content:center;align-items:center}[data-theme=dark] ._item__bottom-author-icon_ahgts_148{border:1px solid var(--darkLight)}[data-theme=dark] ._item__bottom-author-icon_ahgts_148 svg path{stroke:#fff}._item__bottom-date_ahgts_120{display:flex;gap:10px}._item__bottom-div_ahgts_167{display:flex;height:-moz-max-content;height:max-content;margin-top:auto;flex-wrap:wrap}@media(max-width:500px){._item__bottom-div_ahgts_167{gap:10px}}._item__bottom-tags_ahgts_178{display:flex;align-items:center;gap:4px}._item__bottom-tag_ahgts_178{border-radius:8px;padding:8px 12px;background:#f3f3f3;font-family:Monserrat,sans-serif;font-weight:600;font-size:14px;color:#616161}._item__buttons_ahgts_192{display:flex;align-items:center;border:1px solid #D0D0D0;border-radius:12px;padding:16px}@media(max-width:500px){._item__buttons_ahgts_192{justify-content:space-around;gap:10px}}._item__button_ahgts_192{cursor:pointer;display:flex;align-items:center;gap:8px;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161;background:transparent;transition:.35s}._item__button_ahgts_192 svg path{transition:.35s}._item__button_ahgts_192:hover svg path{stroke:#5282ff!important}._item__button--like_ahgts_223 svg path{stroke:#5282ff!important}._item__button--dislike_ahgts_226 svg path{stroke:#d91528!important}._item__button_ahgts_192:last-of-type:hover svg path{stroke:#d91528!important}._item__button_ahgts_192:last-of-type:before{content:"";height:12px;width:1px;background:#d0d0d0;position:relative;display:flex;margin:auto 0 auto 12px}@media(max-width:500px){._item__button_ahgts_192:last-of-type:before{content:none}}._reviews_ahgts_248{margin-top:20px;display:flex;flex-direction:column;gap:32px}@media(max-width:500px){._reviews_ahgts_248{gap:20px}}._reviews_ahgts_248 ._review_ahgts_248{display:flex;gap:12px}._reviews_ahgts_248 ._review__delete-button_ahgts_263{margin-top:12px}._reviews_ahgts_248 ._review__author_ahgts_266{border-radius:100%;border:1px solid #d0d0d0;height:-moz-max-content;height:max-content;width:32px;height:32px;display:flex;justify-content:center;align-items:center}[data-theme=dark] ._reviews_ahgts_248 ._review__author_ahgts_266 svg path{stroke:#fff}._reviews_ahgts_248 ._review__img_ahgts_279{border-radius:100%}._reviews_ahgts_248 ._review__block-title_ahgts_282{font-family:Monserrat,sans-serif;font-weight:600;font-size:14px;color:#616161;display:flex;align-items:center;gap:6px}._reviews_ahgts_248 ._review__block-title_ahgts_282 span{display:flex}._reviews_ahgts_248 ._review__block-publish_ahgts_294{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#9c9ca5;margin-top:6px}._reviews_ahgts_248 ._review__block-description_ahgts_301{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161;margin-top:12px}[data-theme=dark] ._item_ahgts_12{background:#1f1e2e;border:1px solid #1f1e2e}[data-theme=dark] ._item__top_ahgts_82 h3,[data-theme=dark] ._item__top_ahgts_82 h4{color:#fff}[data-theme=dark] ._item__description_ahgts_104{color:#ffffffb3}[data-theme=dark] ._item__review_ahgts_57 textarea{background:#1f1e2e;color:#fff}[data-theme=dark] ._item__bottom-tag_ahgts_178{background:#242939;color:#ffffffb3}[data-theme=dark] ._item__bottom-author_ahgts_120,[data-theme=dark] ._item__bottom-date_ahgts_120{color:#ffffffb3}[data-theme=dark] ._item__buttons_ahgts_192{background:#242939;border:1px solid #242939}[data-theme=dark] ._item__button_ahgts_192{color:#fff}[data-theme=dark] ._item__button_ahgts_192 svg path{stroke:#fff}[data-theme=dark] ._review__block-title_ahgts_282{color:#fff}[data-theme=dark] ._review__block-description_ahgts_301{color:#ffffffb3}._lightbox_ahgts_347{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#000000d9;cursor:pointer;animation:_lightbox-fade-in_ahgts_1 .15s ease}._lightbox_ahgts_347 img{max-width:90vw;max-height:90vh;-o-object-fit:contain;object-fit:contain;border-radius:8px;cursor:pointer;box-shadow:0 4px 40px #00000080}@keyframes _lightbox-fade-in_ahgts_1{0%{opacity:0}to{opacity:1}}._dropzone-wrap_1895f_1{display:flex;flex-direction:column;gap:8px}._dropzone-title_1895f_7{font-size:14px;font-weight:500;color:var(--text-primary, #1a1a1a)}[data-theme=dark] ._dropzone-title_1895f_7{color:var(--text-primary-dark, #f0f0f0)}._dropzone_1895f_1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px 16px;border:2px dashed var(--border-color, #d1d1d6);border-radius:12px;cursor:pointer;transition:border-color .2s,background-color .2s}._dropzone_1895f_1:hover{border-color:var(--primary-color, #5282ff);background-color:var(--hover-bg, rgba(82, 130, 255, .04))}._dropzone--active_1895f_32{border-color:var(--primary-color, #5282ff);background-color:var(--hover-bg, rgba(82, 130, 255, .08))}._dropzone_1895f_1 p{font-size:14px;color:var(--text-secondary, #9c9ca5);margin:0}._dropzone_1895f_1 span{font-size:12px;color:var(--text-tertiary, #b0b0b8)}._previews_1895f_46{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}._preview_1895f_46{position:relative;width:72px;height:72px;border-radius:8px;overflow:hidden}._preview_1895f_46 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._preview__remove_1895f_65{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:50%;background:#0009;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}._preview__remove_1895f_65:hover{background:#000c}._editor_yjc2o_1{border-radius:16px;overflow:hidden}._in_dev_k59p0_1{display:flex;align-items:center;justify-content:center;height:100%}._box_k59p0_8{width:100%;height:100%;margin:auto}._telegram_k59p0_14{display:block}._content_k59p0_18{display:flex;flex-direction:column;gap:30px;margin:auto;align-items:center;border-radius:32px;padding:48px;background:#fff}@media(max-width:450px){._content_k59p0_18{padding:25px;gap:20px}}._content_k59p0_18 div{display:flex;flex-direction:column;align-items:center}._content_k59p0_18 svg{background:#5282ff14;border-radius:12px;padding:16px}._content_k59p0_18 h1{font-family:Monserrat,sans-serif;font-weight:700;font-size:24px;text-align:center;color:#000;max-width:310px}@media(max-width:450px){._content_k59p0_18 h1{max-width:-moz-max-content;max-width:max-content;font-size:20px}}._content_k59p0_18 h2{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;text-align:center;color:#000;margin-top:14px}@media(max-width:450px){._content_k59p0_18 h2{margin-top:8px}}._content_k59p0_18 ._button_k59p0_71{border-radius:12px;padding:16px 20px;background:#5282ff;font-family:Monserrat,sans-serif;font-weight:500;font-size:16px;color:#fff;transition:.35s;cursor:pointer}._content_k59p0_18 ._button_k59p0_71:hover{opacity:.75}@media(max-width:450px){._content_k59p0_18 ._button_k59p0_71{font-size:14px}}[data-theme=dark] ._content_k59p0_18{background:#242939}._box_pow2r_1{display:flex;justify-content:space-between}._stylesLine_pow2r_6{width:1px;background-color:#d9d9d9;padding:7.5px 0}._infoBlock_pow2r_12{display:flex;gap:20px;align-items:center}._titleUpdate_pow2r_19{font-size:48px;font-weight:700;color:#5282ff;text-shadow:0 0 10px #5282FF;animation:_pulse_pow2r_1 2s infinite}@keyframes _pulse_pow2r_1{0%{opacity:.7}50%{opacity:1;text-shadow:0 0 15px #dae3f8}to{opacity:.7}}@keyframes _pulseDark_pow2r_1{0%{opacity:.7}50%{opacity:1;text-shadow:0 0 15px #5282FF}to{opacity:.7}}._infoDate_pow2r_39{display:flex;flex-direction:column;gap:4px}._infoDate_pow2r_39 p{font-size:14px;font-weight:500;color:#171718}._infoDate_pow2r_39 span{font-size:14px;font-weight:600;color:#d0d0d0}._buttons_pow2r_57{display:flex;gap:8px}._button_pow2r_57{display:flex;align-items:center;gap:8px}._buttones_pow2r_68 svg path{transition:all .2s ease-in-out}._buttones_pow2r_68:hover svg path{stroke:#fff}[data-theme=dark] ._buttones_pow2r_68:hover svg path{fill:#fff}[data-theme=dark] ._infoDate_pow2r_39 p{color:#fff}[data-theme=dark] ._button_pow2r_57 svg path{stroke:none}[data-theme=dark] ._titleUpdate_pow2r_19{animation:_pulseDark_pow2r_1 4s infinite}[data-theme=dark] ._infoDate_pow2r_39 span{color:#9c9ca5}@media(max-width:794px){._box_pow2r_1{display:flex;flex-direction:column;align-items:center;gap:9px}}@media(max-width:472px){._buttons_pow2r_57{flex-direction:column;width:100%}}._box_63nv7_1{display:flex;flex-direction:column;gap:17px;height:100%;max-height:415px}._box_63nv7_1 h3{font-weight:600;font-size:16px}._select_63nv7_14{width:100%;max-width:295px}@media(max-width:600px){._select_63nv7_14{max-width:100%}}._buttonUpdate_63nv7_23{padding:4px 10px;border-radius:8px;font-weight:600;font-size:14px}._buttonsBox_63nv7_30{display:flex;gap:4px;flex-wrap:wrap}._emptyText_63nv7_36{color:#9c9ca5;font-size:14px}._selectButton_63nv7_41{padding:5px 10px;font-weight:600;font-size:14px;background-color:#f3f3f3}._buttons_63nv7_30{display:flex;justify-content:space-between;align-items:center}._boxInfo_63nv7_55{padding:20px;background-color:#f3f3f3;color:#616161;border-radius:16px;max-height:292px;height:100%;display:flex;flex-direction:column;gap:8px;font-weight:500;font-size:14px}._boxInfoModal_63nv7_69{padding:20px;background-color:#f3f3f3;color:#616161;border-radius:16px;height:100%;max-height:620px;overflow:auto;display:flex;flex-direction:column;gap:8px;font-weight:500;font-size:14px;white-space:pre-line}@media(max-height:750px){._boxInfoModal_63nv7_69{max-height:500px;height:auto}}._boxInfoModal_63nv7_69::-webkit-scrollbar{width:6px}._boxInfoModal_63nv7_69::-webkit-scrollbar-track{background:transparent;margin:8px}._boxInfoModal_63nv7_69::-webkit-scrollbar-thumb{background:#5282ff;border-radius:6px}._infoDate_63nv7_104{display:flex;justify-content:space-between;align-items:center}._text_63nv7_110{height:100%;overflow-y:hidden;background:linear-gradient(180deg,#616161,#626262 71.15%,#f3f3f3);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline-block;white-space:pre-line}._infoDate_63nv7_104 p{font-weight:600;font-size:16px;color:#5282ff}._infoDate_63nv7_104 span{font-weight:500;font-size:14px;color:#d0d0d0}._line_63nv7_136{height:1px;background-color:#d9d9d9;border-radius:1px}._infoButton_63nv7_142{margin-top:auto;padding:12px;color:#171718}._boxModal_63nv7_148{display:flex;flex-direction:column;gap:32px;width:100%;max-width:540px}@media(max-width:564px){._buttons_63nv7_30{display:flex;flex-direction:column;gap:10px}._box_63nv7_1{max-height:none}}[data-theme=dark] ._boxInfo_63nv7_55{background-color:#1f1e2e;color:#d0d0d0}[data-theme=dark] ._infoButton_63nv7_142{color:#fff;background-color:#242939}[data-theme=dark] ._boxInfoModal_63nv7_69{background-color:#1f1e2e;color:#d0d0d0}[data-theme=dark] ._text_63nv7_110{background:linear-gradient(180deg,#d0d0d0,#d0d0d0 71.15%,#1f1e2e);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline-block}._box_3zq6s_1{display:flex;flex-direction:column;gap:10px}._box_1py2r_1{display:flex;flex-direction:column;gap:16px;margin-top:auto}h3{font-weight:600;font-size:16px}._boxPlans_1py2r_14{padding:20px;border-radius:16px;border:1px solid #D0D0D0;display:flex;flex-direction:column;gap:16px;max-height:234px;overflow:auto}._boxPlan_1py2r_14{display:flex;align-items:center;gap:8px;color:#616161;font-weight:500;font-size:14px}._boxPlans_1py2r_14::-webkit-scrollbar{width:8px}._boxPlans_1py2r_14::-webkit-scrollbar-thumb{background-color:#5282ff;border-radius:10px;border:2px solid transparent;background-clip:content-box}._boxPlans_1py2r_14::-webkit-scrollbar-track{background:transparent;margin:8px}._boxPlan_1py2r_14 svg{flex-shrink:0}._progressBox_1py2r_55{position:relative;padding:12px;background:linear-gradient(180deg,#f3f3f3,#f3f3f3);border-radius:12px;text-align:center;font-weight:500;font-size:14px;z-index:1;margin-top:auto}._progressBox_1py2r_55 p{position:relative;z-index:1;color:#171718}._lineProgress_1py2r_73{position:absolute;height:100%;top:0;left:0;border-radius:12px;background:linear-gradient(90deg,#5282ff,#afc5ff)}[data-theme=dark] ._boxPlans_1py2r_14{border:1px solid #676A73}[data-theme=dark] ._boxPlan_1py2r_14{color:#d0d0d0}[data-theme=dark] ._svgNoReady_1py2r_91 rect{fill:#2a2950}[data-theme=dark] ._svgNoReady_1py2r_91 path{fill:#7b96e8}[data-theme=dark] ._progressBox_1py2r_55{background:#1f1e2e}[data-theme=dark] ._progressBox_1py2r_55 p{color:#fff}._in_dev_177s0_1{display:flex;align-items:center;justify-content:center;height:100%}._box_177s0_8{width:100%;height:100%;margin:auto}._telegram_177s0_14{display:block}._content_177s0_18{display:flex;flex-direction:column;gap:15px;margin:auto;align-items:center;border-radius:32px;padding:48px;background:#fff}@media(max-width:450px){._content_177s0_18{padding:25px;gap:20px}}._content_177s0_18 div{display:flex;flex-direction:column;align-items:center}._content_177s0_18 svg{background:#ffdbdf;border-radius:12px;color:#d91528;padding:16px}._content_177s0_18 h1{font-family:Monserrat,sans-serif;font-weight:700;font-size:24px;text-align:center;color:#ff4e60;max-width:310px}@media(max-width:450px){._content_177s0_18 h1{max-width:-moz-max-content;max-width:max-content;font-size:20px}}._content_177s0_18 h2{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;text-align:center;color:#000;margin-top:14px}@media(max-width:450px){._content_177s0_18 h2{margin-top:8px}}._content_177s0_18 ._button_177s0_72{border-radius:12px;padding:16px 20px;background:#5282ff;font-family:Monserrat,sans-serif;font-weight:500;font-size:16px;color:#fff;transition:.35s;cursor:pointer}._content_177s0_18 ._button_177s0_72:hover{opacity:.75}@media(max-width:450px){._content_177s0_18 ._button_177s0_72{font-size:14px}}[data-theme=dark] ._content_177s0_18 svg{background:#66232b;color:#f03c4e}[data-theme=dark] ._content_177s0_18{background:#242939}._wrap_147po_1{display:flex;flex-direction:column;align-items:flex-start;gap:16px;max-width:620px;margin:48px auto;padding:28px;border-radius:16px;background:var(--darkLight, #242939);border:1px solid rgba(255,255,255,.07)}._icon_147po_14{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#bd272724;color:var(--red-text, #dc3545);font-size:22px;line-height:1}._title_147po_27{margin:0;font-size:20px;font-weight:600;color:var(--color-white, #fff)}._text_147po_34{margin:0;font-size:14px;line-height:1.6;color:var(--color-secondary, #9c9ca5)}._details_147po_41{width:100%;margin:0;padding:12px 14px;border-radius:10px;background:#00000047;border:1px solid rgba(255,255,255,.06);color:var(--color-gray-100, #e9e9e9);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12.5px;line-height:1.5;white-space:pre-wrap;word-break:break-word;max-height:180px;overflow:auto}._actions_147po_58{display:flex;align-items:center;gap:10px;flex-wrap:wrap}._button_147po_65{padding:10px 20px;border:none;border-radius:10px;background:var(--color-primary, #5282ff);color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:filter .15s ease}._button_147po_65:hover{filter:brightness(1.1)}._buttonGhost_147po_81{background:transparent;border:1px solid rgba(255,255,255,.16);color:var(--color-gray-100, #e9e9e9)}._code_147po_87{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;color:var(--color-secondary, #9c9ca5)}@media(max-width:600px){._wrap_147po_1{margin:24px 12px;padding:20px}}._in_dev_1clgq_1{display:flex;align-items:center;justify-content:center;height:100%}._content_1clgq_8{display:flex;flex-direction:column;gap:30px;width:100%;height:100%;margin:auto;justify-content:center;align-items:center;border-radius:32px;padding:48px;background:#fff}@media(max-width:450px){._content_1clgq_8{padding:25px;gap:20px}}._content_1clgq_8 div{display:flex;flex-direction:column;align-items:center}._content_1clgq_8 svg{background:#5282ff14;border-radius:12px;padding:16px}._content_1clgq_8 h1{font-family:Monserrat,sans-serif;font-weight:700;font-size:24px;text-align:center;color:#000;max-width:310px}@media(max-width:450px){._content_1clgq_8 h1{max-width:-moz-max-content;max-width:max-content;font-size:20px}}._content_1clgq_8 h2{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;text-align:center;color:#000;margin-top:14px}@media(max-width:450px){._content_1clgq_8 h2{margin-top:8px}}._content_1clgq_8 ._button_1clgq_64{border-radius:12px;padding:16px 20px;background:#5282ff;font-family:Monserrat,sans-serif;font-weight:500;font-size:16px;color:#fff;transition:.35s;cursor:pointer}._content_1clgq_8 ._button_1clgq_64:hover{opacity:.75}@media(max-width:450px){._content_1clgq_8 ._button_1clgq_64{font-size:14px}}[data-theme=dark] ._content_1clgq_8{background:#242939}[data-theme=dark] h1,[data-theme=dark] h2{color:#fff}._wrap_814sp_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100dvh;gap:32px}._logotype_814sp_10._lightLogo_814sp_10{display:none}._logotype_814sp_10{display:block}._loader_814sp_13{display:flex;align-items:center;gap:8px;padding:24px 36px;border-radius:42px;background:#5282ff1a}._loaderDot_814sp_22{width:12px;height:12px;border-radius:100%;border:2px solid #5282FF;animation:_animateDot_814sp_1 1.5s infinite}._loaderDot_814sp_22:first-of-type{animation-delay:0}._loaderDot_814sp_22:nth-of-type(2){animation-delay:.1s}._loaderDot_814sp_22:last-of-type{animation-delay:.2s}@keyframes _animateDot_814sp_1{0%{background:transparent}30%{background:#5282ff}70%{background:#5282ff}to{background:transparent}}[data-theme=dark] ._logotype_814sp_10{display:none}[data-theme=dark] ._logotype_814sp_10._lightLogo_814sp_10{display:block}._wrap_7i98b_5{display:flex;align-items:center;justify-content:center;min-height:320px;padding:48px 0}._loader_7i98b_15{display:flex;align-items:center;gap:8px;padding:24px 36px;border-radius:42px;background:#5282ff1a}._dot_7i98b_24{width:12px;height:12px;border-radius:100%;border:2px solid #5282FF;animation:_pageLoaderDot_7i98b_1 1.5s infinite}._dot_7i98b_24:nth-of-type(2){animation-delay:.1s}._dot_7i98b_24:last-of-type{animation-delay:.2s}@keyframes _pageLoaderDot_7i98b_1{0%{background:transparent}30%{background:#5282ff}70%{background:#5282ff}to{background:transparent}}@media(prefers-reduced-motion:reduce){._dot_7i98b_24{animation:none;background:#5282ff}}._monitoring__table_3k7au_1{overflow:auto;height:calc(100vh - 390px)}._monitoring__shotInfo_3k7au_5{display:flex;align-items:center;gap:8px;width:100%}@media(max-width:768px){._monitoring__shotInfo_3k7au_5{flex-direction:column}}._monitoring__main_3k7au_16{margin-top:10px}._monitoring__main-buttons_3k7au_19{display:flex;gap:8px}._monitoring__table_3k7au_1{width:100%}._monitoring__table_3k7au_1 th p{text-align:left}._monitoring__table_3k7au_1 td p{display:flex;align-items:center}._monitoring__table-img_3k7au_33{display:flex;align-items:center;margin:auto 0}._monitoring__table-img_3k7au_33 img{border-radius:100%}._block_p35gr_1{background:#eaf1f7;border-radius:16px;padding:20px;width:100%}@media(max-width:768px){._block_p35gr_1{padding:16px}}._block_p35gr_1 svg path{fill:#000}._block_p35gr_1._offline_p35gr_15 h4,._block_p35gr_1._offline_p35gr_15 p{color:#ff5255}._block_p35gr_1._offline_p35gr_15 svg path{fill:#ff5255!important}._block_p35gr_1._online_p35gr_21 h4,._block_p35gr_1._online_p35gr_21 p{color:#62d19b}._block_p35gr_1._online_p35gr_21 svg path{fill:#62d19b!important}._block__title_p35gr_27{font-weight:500;font-size:14px;text-align:center;color:#000;opacity:.6;margin-bottom:8px}._block__info_p35gr_36{display:flex;align-items:center;gap:4px;justify-content:center}._block__info-amount_p35gr_42{font-weight:500;font-size:24px;text-align:center}@media(max-width:768px){._block__info-amount_p35gr_42{font-size:20px}}[data-theme=dark] ._block_p35gr_1{background:#1f1e2e}[data-theme=dark] ._block__title_p35gr_27{color:#fff}[data-theme=dark] ._block_p35gr_1 svg path{fill:#fff}._button_164x2_1{display:flex;align-items:center;border-radius:8px;padding:6px;gap:8px;background:#eaf1f7;cursor:pointer;transition:.35s}._button_164x2_1._active_164x2_11,._button_164x2_1:hover{background:#3e6cdf!important}._button_164x2_1._active_164x2_11 p,._button_164x2_1:hover p{color:#fff!important}._button_164x2_1 p{font-weight:700;font-size:14px;transition:.35s}._button_164x2_1 img{border-radius:100%}[data-theme=dark] ._button_164x2_1{background:#1f1e2e}[data-theme=dark] ._button_164x2_1 p{color:#616161}._table_1uty6_1{width:100%;display:block;overflow-x:auto}._tr_1uty6_7{min-height:32px;align-items:center}._th_1uty6_12,._td_1uty6_16{padding:8px 12px}._thead_1uty6_20{border-bottom:1px solid #EBEBEB}._thead_1uty6_20 ._tr_1uty6_7{padding-bottom:20px}._thead_1uty6_20 ._tr_1uty6_7 ._th_1uty6_12{font-weight:500;font-size:14px;color:#616161}._tbody_1uty6_32 ._tr_1uty6_7 ._td_1uty6_16{padding-top:15px;padding-bottom:15px;font-weight:500;font-size:14px;color:#171718}._tbody_1uty6_32::-webkit-scrollbar{width:6px}._tbody_1uty6_32::-webkit-scrollbar-track{background:transparent}._tbody_1uty6_32::-webkit-scrollbar-thumb{background:#5282ff;border-radius:6px}[data-theme=dark] ._thead_1uty6_20{border-bottom:1px solid #1f1e2e}[data-theme=dark] ._thead_1uty6_20 ._tr_1uty6_7 ._th_1uty6_12{color:#bfbfbf}[data-theme=dark] ._tbody_1uty6_32 ._tr_1uty6_7 ._td_1uty6_16{color:#e0e0e0}._box_legbi_1{height:100%;display:flex;align-items:center;justify-content:center;border-radius:16px}._box_legbi_1 div{width:900px;height:300px;background-image:url(/assets/okak.webp);background-repeat:no-repeat;background-size:400px;background-position:right bottom;background-color:#fff;padding:30px;border-radius:20px;display:flex;flex-direction:column}._box_legbi_1 span{margin-top:20px;color:#000;font-size:19px;font-weight:700}._loader_legbi_30{margin:auto;width:48px;height:48px;border:5px solid #5282ff;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:_rotation_legbi_1 1s linear infinite}@keyframes _rotation_legbi_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._box_legbi_1 div p{font-size:30px;display:flex;font-weight:600;gap:20px;align-items:center;text-align:center}._g_legbi_59{color:#03da03}._e_legbi_63{color:#da0303}._success_legbi_67{padding:6px;background-color:#03da03;border-radius:50%}._error_legbi_73{padding:6px;width:30px;background-color:#da0303;border-radius:50%}._button_legbi_80{display:block;margin:auto auto 0 0;padding:18px 100px}@media(max-width:600px){._box_legbi_1 div p{font-size:25px;display:flex;gap:10px;align-items:center;text-align:center}._button_legbi_80{display:block;margin:auto 0 0;padding:18px 100px}}[data-theme=dark] ._box_legbi_1 div{background-color:#242939}[data-theme=dark] ._box_legbi_1 span{color:#fff}._block_vmkvd_1{display:flex;flex-direction:column;gap:10px;height:100%}._main_vmkvd_8{height:100%}._wrap_vmkvd_12{display:flex;justify-content:space-between;align-items:center}@media(max-width:768px){._wrap_vmkvd_12{flex-direction:column;gap:10px}}._wrap-title_vmkvd_23{font-weight:500;font-size:20px}._wrap__links_vmkvd_27{display:flex;gap:8px}._wrapper_5bw8x_1{display:flex;gap:10px}@media(max-width:768px){._wrapper_5bw8x_1{flex-direction:column}}._progress_5bw8x_11{background:#fff;border:1px solid #5282ff;border-radius:16px;padding:6px;display:flex;width:100%;position:relative;flex:1}._progress-bar_5bw8x_21{border-radius:12px 0 0 12px;background:linear-gradient(90deg,#5282ff,#6082d9 50.96%,#1444c0);height:53px}._progress-bar-revers_5bw8x_26{border-radius:12px;transform:rotate(-180deg);height:53px;background:linear-gradient(90deg,#5282ff66,#314e9966)}._progress-info_5bw8x_32{position:absolute;left:24px;top:22.5px;bottom:auto;right:auto;margin:auto 0;font-weight:500;font-size:16px;color:#fff9}@media(max-width:768px){._progress-info_5bw8x_32{width:100%;text-align:center;margin:auto;left:10px;padding:0 10px}}@media(max-width:500px){._progress-info_5bw8x_32{width:100%;text-align:center;margin:auto;left:10px;padding:0 10px;top:14.5px}}._progress-info_5bw8x_32 span{color:#fff}._stats_5bw8x_66{display:flex;gap:10px;flex-shrink:0}@media(max-width:768px){._stats_5bw8x_66{width:100%}}._stats__item_5bw8x_76{background:var(--color-white);border-radius:16px;padding:10px 18px;display:flex;flex-direction:column;justify-content:center;gap:2px;min-width:130px}@media(max-width:768px){._stats__item_5bw8x_76{flex:1}}._stats__label_5bw8x_91{font-size:12px;color:#7c7f88;font-weight:500}._stats__value_5bw8x_96{font-size:15px;font-weight:600;color:#171718}._stats__bar_5bw8x_101{height:4px;background:#e4e4e7;border-radius:2px;margin-top:2px;overflow:hidden}._stats__bar-fill_5bw8x_108{height:100%;background:#5282ff;border-radius:2px;transition:width .3s ease}[data-theme=dark] ._progress_5bw8x_11{background:#242939}[data-theme=dark] ._progress-bar-revers_5bw8x_26{background:linear-gradient(90deg,#5282ff33,#314e9933)}[data-theme=dark] ._progress-bar_5bw8x_21{background:linear-gradient(90deg,#5282ff,#6082d9 50.96%,#314e99)}[data-theme=dark] ._stats__item_5bw8x_76{background:#242939}[data-theme=dark] ._stats__value_5bw8x_96{color:#fff}[data-theme=dark] ._stats__bar_5bw8x_101{background:#1f1e2e}._wrap_1iz5e_1{display:flex;background:#eaf1f7;justify-content:space-between;align-items:center;border-radius:16px;padding:15px;gap:10px}@media(max-width:768px){._wrap_1iz5e_1{flex-direction:column;align-items:start;gap:10px}}._wrap__info_1iz5e_17{display:flex;gap:6px;flex-wrap:wrap}._wrap__info-text_1iz5e_22{border-radius:8px;padding:10px;display:flex;align-items:center;gap:4px;background:#fff;opacity:.6;font-weight:500;font-size:15px}._wrap__info-text_1iz5e_22 svg path{fill:#000;fill-opacity:.6}._wrap__info-title_1iz5e_37{opacity:1}._wrap__info-title_1iz5e_37 svg path{fill-opacity:1}._wrap__actions_1iz5e_43{display:flex;gap:8px}[data-theme=dark] ._wrap_1iz5e_1{background:#1f1e2e}[data-theme=dark] ._wrap__info-text_1iz5e_22{background:#242939}[data-theme=dark] ._wrap__info-text_1iz5e_22 svg path{fill:#fff;fill-opacity:.6}._skeletonItem_o12cn_1{width:100%;height:100%;height:80px;border-radius:10px}._wrap__header_o12cn_8{display:flex;align-items:center;justify-content:space-between}._wrap__header-title_o12cn_13{font-weight:500;font-size:20px}._wrap__header-actions_o12cn_17{display:flex;gap:8px;align-items:center}._wrap__header-search_o12cn_22{border-radius:12px;padding:10px 16px;background:#f6f6f6;font-family:Monserrat;font-weight:500;font-size:14px;color:#171718;width:200px;border:none;outline:none}@media(max-width:768px){._wrap__header_o12cn_8{flex-direction:column-reverse;gap:10px}._wrap__header-actions_o12cn_17{width:100%;flex-direction:column}._wrap__header-search_o12cn_22{width:calc(100% - 30px)}}._wrap__maps-list_o12cn_47{display:flex;flex-direction:column;gap:8px;margin-top:16px;height:calc(100vh - 320px);overflow:auto}@media(max-height:760px){._wrap__maps-list_o12cn_47{height:auto}}._wrap__maps-list_o12cn_47::-webkit-scrollbar{width:6px}._wrap__maps-list_o12cn_47::-webkit-scrollbar-track{background:transparent}._wrap__maps-list_o12cn_47::-webkit-scrollbar-thumb{background:#5282ff;border-radius:8px}[data-theme=dark] ._wrap__header-button_o12cn_71 svg path{stroke:transparent}[data-theme=dark] ._wrap__header-search_o12cn_22{background:#1f1e2e;color:#fff}._file-upload_17yfp_1{display:flex;flex-direction:column;gap:10px}._file-wrap_17yfp_6{display:flex;width:100%;background:#5282ff;align-items:center;border-radius:15px;color:#fff;transition:.35s}._file-wrap_17yfp_6 label{width:100%;text-align:center;padding:20px;cursor:pointer}._file-wrap_17yfp_6{transition:all .2s ease}._file-wrap_17yfp_6._drag-active_17yfp_24{background-color:#0080ff1a;border:2px dashed #0080ff;color:#0080ff}._file-wrap_17yfp_6:hover{opacity:.7}._file-input_17yfp_32{display:none}._error-message_17yfp_36{color:#ff5255}._success-message_17yfp_40{color:#04af04}._info-message_17yfp_44{color:#7c7f88;font-size:13px}._file-list_17yfp_49{display:flex;flex-direction:column;gap:6px;list-style:none;padding:0;margin:0}._file-list__item_17yfp_57{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;background:#5282ff14;border-radius:8px;font-size:13px}._file-list__name_17yfp_67{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}._file-list__remove_17yfp_73{background:none;border:none;cursor:pointer;color:#ff5255;font-size:14px;line-height:1;padding:0 2px;transition:opacity .15s}._file-list__remove_17yfp_73:hover{opacity:.7}._file-list__remove_17yfp_73:disabled{opacity:.3;cursor:not-allowed}._wrap_klngp_1{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:16px;background-color:#eaf1f7;border-radius:16px;padding:10px}._wrap-title_klngp_13{max-width:436px;font-weight:500;font-size:20px;text-align:center}@media(max-width:768px){._wrap-title_klngp_13{font-size:16px}}._wrap_klngp_1 img{max-width:100%;max-height:30dvh}@media(max-width:768px){._wrap_klngp_1 img{width:auto;height:100px}}[data-theme=dark] ._wrap_klngp_1{background-color:#1f1e2e}._page_kv9zi_6,._page_kv9zi_6 *,._page_kv9zi_6 *:before,._page_kv9zi_6 *:after{box-sizing:border-box}._page_kv9zi_6{display:flex;flex-direction:column;gap:16px;padding:4px 0 40px;color:var(--color-black)}[data-theme=dark] ._page_kv9zi_6{color:var(--color-white)}._page_kv9zi_6 a{color:var(--color-primary);text-decoration:none}._page_kv9zi_6 a:hover{text-decoration:underline}._head_kv9zi_52{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}._sectionHead_kv9zi_64{margin-top:12px}._tabs_kv9zi_75{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;padding:8px;border-radius:14px;border:1px solid var(--color-gray-200)}[data-theme=dark] ._tabs_kv9zi_75{border-color:transparent;background:var(--darkLight)}@media(max-width:560px){._tabs_kv9zi_75{grid-template-columns:repeat(2,1fr)}}._tab_kv9zi_75{display:flex;align-items:center;justify-content:center;gap:9px;padding:13px 16px;border-radius:11px;font-size:15px;font-weight:600;white-space:nowrap;color:inherit;background:#7f8caa1a}._tab_kv9zi_75:hover{background:#7f8caa33;text-decoration:none}._page_kv9zi_6 a._tab_kv9zi_75{color:inherit;text-decoration:none}._page_kv9zi_6 a._tabActive_kv9zi_123{color:#fff;background:var(--color-primary);box-shadow:0 2px 10px #5282ff59}._page_kv9zi_6 a._tabActive_kv9zi_123:hover{background:var(--color-primary)}._tabIcon_kv9zi_134{font-size:18px;line-height:1;display:inline-block;width:20px;text-align:center}._title_kv9zi_142{font-size:24px;font-weight:600;margin:0}._subtitle_kv9zi_148{font-size:16px;font-weight:600;margin:0}._muted_kv9zi_154{opacity:.65;font-size:13px}._lead_kv9zi_163{margin:4px 0 16px;max-width:68ch;font-size:14px;line-height:1.55;opacity:.75}._page_kv9zi_6 ._lead_kv9zi_163 a{color:inherit;text-decoration:underline}._page_kv9zi_6 a._muted_kv9zi_154,._page_kv9zi_6 a._mapCard_kv9zi_181{color:inherit}._page_kv9zi_6 a._muted_kv9zi_154:hover{opacity:1;text-decoration:underline}._card_kv9zi_190{border:1px solid var(--color-gray-200);border-radius:12px;padding:16px}[data-theme=dark] ._card_kv9zi_190{border-color:transparent;background:var(--darkLight)}._toolbar_kv9zi_201{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;align-items:end}._formRow_kv9zi_214{display:grid;grid-template-columns:170px minmax(170px,1fr) auto;gap:12px;align-items:end}@media(max-width:640px){._formRow_kv9zi_214{grid-template-columns:1fr}}._formAction_kv9zi_229{display:flex;align-items:flex-end;padding-left:4px}@media(max-width:640px){._formAction_kv9zi_229{padding-left:0}}._field_kv9zi_240{display:flex;flex-direction:column;gap:5px;min-width:0}._label_kv9zi_247{font-size:12px;opacity:.65}._input_kv9zi_252,._select_kv9zi_253{width:100%;height:38px;padding:0 12px;border-radius:10px;border:1px solid var(--color-gray-200);background-color:transparent;color:inherit;font-size:14px;font-family:inherit}._input_kv9zi_252:focus,._select_kv9zi_253:focus{outline:none;border-color:var(--color-primary)}[data-theme=dark] ._input_kv9zi_252,[data-theme=dark] ._select_kv9zi_253{border-color:#33384a;background-color:#1b1f2c}._select_kv9zi_253{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:32px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5 6 7.5 9 4.5' stroke='%238a90a3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}._select_kv9zi_253 option{color:#000}._btn_kv9zi_295{height:38px;padding:0 16px;border-radius:10px;border:1px solid transparent;background:var(--color-primary);color:#fff;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap}._btn_kv9zi_295:disabled{opacity:.5;cursor:not-allowed}._page_kv9zi_6 a._btn_kv9zi_295{color:#fff;display:inline-flex;align-items:center;justify-content:center}._page_kv9zi_6 a._btnGhost_kv9zi_328{color:inherit}._btnGhost_kv9zi_328{background:transparent;border-color:var(--color-gray-200);color:inherit;font-weight:500}[data-theme=dark] ._btnGhost_kv9zi_328{border-color:#33384a}._chips_kv9zi_342{display:flex;flex-wrap:wrap;gap:6px}._chip_kv9zi_342{font-size:12px;padding:4px 10px;border-radius:999px;border:1px solid var(--color-gray-200);background:transparent;color:inherit;cursor:pointer;font-family:inherit}[data-theme=dark] ._chip_kv9zi_342{border-color:#33384a}._chipYes_kv9zi_363{border-color:#34c759b3;background:#34c75924;color:#2f9e4f}[data-theme=dark] ._chipYes_kv9zi_363{color:#4ade80}._chipNo_kv9zi_372{border-color:#d9152899;background:#d915281f;color:#c11627}[data-theme=dark] ._chipNo_kv9zi_372{color:#ff6b6b}._cfgHead_kv9zi_382{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:0;border:0;background:transparent;color:inherit;font-family:inherit;cursor:pointer;text-align:left}@media(max-width:560px){._cfgHead_kv9zi_382{flex-direction:column;align-items:flex-start;gap:4px}}._cfgBody_kv9zi_407{display:flex;flex-direction:column;gap:16px;margin-top:14px}._chipOn_kv9zi_416{border-color:var(--color-primary);background:#5282ff1f}._chipOff_kv9zi_421{opacity:.45;text-decoration:line-through}._cfgGrid_kv9zi_426{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin-top:8px}._cfgField_kv9zi_433{display:flex;flex-direction:column;gap:4px}._cfgJson_kv9zi_439{margin:6px 0 0;padding:10px 12px;border-radius:10px;border:1px solid var(--color-gray-200);font-size:12px;line-height:1.45;overflow-x:auto;white-space:pre}[data-theme=dark] ._cfgJson_kv9zi_439{border-color:#33384a;background:#1b1f2c}._grid_kv9zi_455{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}._mapCard_kv9zi_181{border:1px solid var(--color-gray-200);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:border-color .15s,transform .15s}._mapCard_kv9zi_181:hover{border-color:var(--color-primary);transform:translateY(-2px)}[data-theme=dark] ._mapCard_kv9zi_181{border-color:transparent;background:var(--darkLight)}[data-theme=dark] ._mapCard_kv9zi_181:hover{border-color:var(--color-primary)}._thumb_kv9zi_483{aspect-ratio:1;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;display:block;background:#10131c}._mapBody_kv9zi_496{padding:10px 12px 12px;display:flex;flex-direction:column;gap:4px}._mapTitle_kv9zi_503{font-weight:600;font-size:15px;font-variant-numeric:tabular-nums}._mapMeta_kv9zi_509{font-size:12px;opacity:.65;font-variant-numeric:tabular-nums}._pager_kv9zi_515{display:flex;align-items:center;justify-content:center;gap:10px;padding-top:6px;font-size:14px}._rows_kv9zi_525{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;border:1px solid var(--color-gray-200)}[data-theme=dark] ._rows_kv9zi_525{border-color:transparent;gap:1px}._row_kv9zi_525{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;font-size:14px}._row_kv9zi_525+._row_kv9zi_525{border-top:1px solid var(--color-gray-100)}[data-theme=dark] ._row_kv9zi_525{background:var(--darkLight);border-top:none}._rowLabel_kv9zi_553{opacity:.65;font-size:13px}._rowValue_kv9zi_558{font-weight:600;font-variant-numeric:tabular-nums;text-align:right;word-break:break-word}._meter_kv9zi_569{height:8px;border-radius:999px;background:var(--color-gray-100);overflow:hidden;margin-top:8px}[data-theme=dark] ._meter_kv9zi_569{background:#2b3145}._meterFill_kv9zi_580{height:100%;border-radius:999px;background:var(--color-primary);transition:width .3s ease}._meterFull_kv9zi_587{background:#d29922}._cols_kv9zi_595{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;align-items:stretch}@media(max-width:900px){._cols_kv9zi_595{grid-template-columns:1fr}}._planGrid_kv9zi_608{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px}._planCard_kv9zi_614{display:flex;flex-direction:column;gap:10px;border:1px solid var(--color-gray-200);border-radius:12px;padding:16px}[data-theme=dark] ._planCard_kv9zi_614{border-color:transparent;background:var(--darkLight)}._planCurrent_kv9zi_629,[data-theme=dark] ._planCurrent_kv9zi_629{border-color:var(--color-primary)}._planName_kv9zi_636{font-size:17px;font-weight:600}._planPrice_kv9zi_641{font-size:22px;font-weight:700;font-variant-numeric:tabular-nums}._planList_kv9zi_647{display:flex;flex-direction:column;gap:6px;font-size:13px;margin:0;padding:0;list-style:none;flex:1}._good_kv9zi_658{color:#2f9e4f}[data-theme=dark] ._good_kv9zi_658{color:#4ade80}._bad_kv9zi_665{color:#c11627}[data-theme=dark] ._bad_kv9zi_665{color:#ff6b6b}._warnText_kv9zi_672{color:#a4740f}[data-theme=dark] ._warnText_kv9zi_672{color:#e3b341}._notice_kv9zi_679{padding:12px 14px;border-radius:12px;font-size:14px;line-height:1.45;background:#5282ff1a;border:1px solid rgba(82,130,255,.3)}._error_kv9zi_688{padding:12px 14px;border-radius:12px;font-size:14px;background:#d915281a;border:1px solid rgba(217,21,40,.3);color:#c11627}[data-theme=dark] ._error_kv9zi_688{color:#ff6b6b}._empty_kv9zi_700{padding:40px 16px;text-align:center;opacity:.6;font-size:14px}._page_kv9zi_6{position:relative;isolation:isolate}._page_kv9zi_6:before{content:"";position:absolute;inset:-24px -24px auto;height:900px;z-index:-1;pointer-events:none;background:radial-gradient(48% 38% at 8% 2%,rgba(82,130,255,.42),transparent 72%),radial-gradient(42% 36% at 94% 0%,rgba(112,0,255,.3),transparent 72%),radial-gradient(52% 40% at 78% 62%,rgba(82,130,255,.22),transparent 74%);mask-image:linear-gradient(to bottom,#000 0%,#000 34%,transparent 100%),linear-gradient(to right,transparent 0%,#000 14%,#000 86%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 34%,transparent 100%),linear-gradient(to right,transparent 0%,#000 14%,#000 86%,transparent 100%);mask-composite:intersect;-webkit-mask-composite:source-in}[data-theme=dark] ._page_kv9zi_6:before{background:radial-gradient(48% 38% at 8% 2%,rgba(82,130,255,.46),transparent 72%),radial-gradient(42% 36% at 94% 0%,rgba(112,0,255,.42),transparent 72%),radial-gradient(52% 40% at 78% 62%,rgba(82,130,255,.26),transparent 74%)}._card_kv9zi_190,._planCard_kv9zi_614,._mapCard_kv9zi_181,._tabs_kv9zi_75{border-radius:16px;background:#ffffff9e;border:1px solid rgba(255,255,255,.72);backdrop-filter:blur(18px) saturate(1.6);-webkit-backdrop-filter:blur(18px) saturate(1.6);box-shadow:0 8px 28px #1f24331a,inset 0 1px #ffffffd9}[data-theme=dark] ._card_kv9zi_190,[data-theme=dark] ._planCard_kv9zi_614,[data-theme=dark] ._mapCard_kv9zi_181,[data-theme=dark] ._tabs_kv9zi_75{background:#24293994;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 34px #00000057,inset 0 1px #ffffff1a}._mapCard_kv9zi_181{border-radius:18px}._chip_kv9zi_342{background:#ffffff80;border-color:#ffffffb8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}[data-theme=dark] ._chip_kv9zi_342{background:#ffffff12;border-color:#ffffff1f}._btn_kv9zi_295{box-shadow:0 4px 14px #5282ff59}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){._card_kv9zi_190,._planCard_kv9zi_614,._mapCard_kv9zi_181,._tabs_kv9zi_75{background:#fff}[data-theme=dark] ._card_kv9zi_190,[data-theme=dark] ._planCard_kv9zi_614,[data-theme=dark] ._mapCard_kv9zi_181,[data-theme=dark] ._tabs_kv9zi_75{background:var(--darkLight)}}@media(prefers-reduced-transparency:reduce){._page_kv9zi_6:before{display:none}._card_kv9zi_190,._planCard_kv9zi_614,._mapCard_kv9zi_181,._tabs_kv9zi_75{background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none}[data-theme=dark] ._card_kv9zi_190,[data-theme=dark] ._planCard_kv9zi_614,[data-theme=dark] ._mapCard_kv9zi_181,[data-theme=dark] ._tabs_kv9zi_75{background:var(--darkLight)}}._skeletonWrap_x8qhe_1{display:grid;grid-template-columns:1fr 1fr repeat(3,1fr);grid-template-rows:auto;gap:10px;margin-top:16px}._skeletonItem_x8qhe_9{width:100%;height:100%;height:186px;border-radius:16px}._wrap__header_x8qhe_16{display:flex;align-items:center;justify-content:space-between}._wrap__header-title_x8qhe_21{font-weight:500;font-size:20px}._wrap__header-actions_x8qhe_25{display:flex;gap:8px;align-items:center}._wrap__header-search_x8qhe_30{border-radius:12px;padding:10px 16px;background:#f6f6f6;font-family:Monserrat;font-weight:500;font-size:14px;color:#171718;width:200px;border:none;outline:none}@media(max-width:768px){._wrap__header_x8qhe_16{flex-direction:column-reverse;gap:10px}._wrap__header-actions_x8qhe_25{width:100%;flex-direction:column}._wrap__header-search_x8qhe_30{width:calc(100% - 30px)}}._wrap__photos-list_x8qhe_55{display:grid;grid-template-columns:1fr 1fr repeat(3,1fr);grid-template-rows:186px;gap:10px;margin-top:16px;max-height:calc(100vh - 320px);overflow:auto;padding-right:10px}@media(max-width:500px){._wrap__photos-list_x8qhe_55{height:calc(100vh - 390px)}}._wrap__photos-list_x8qhe_55::-webkit-scrollbar{width:6px}._wrap__photos-list_x8qhe_55::-webkit-scrollbar-track{background:transparent}._wrap__photos-list_x8qhe_55::-webkit-scrollbar-thumb{background:#5282ff;border-radius:8px}@media(max-width:1300px){._wrap__photos-list_x8qhe_55{grid-template-columns:1fr 1fr repeat(1,1fr)}}@media(max-width:768px){._wrap__photos-list_x8qhe_55{grid-template-columns:1fr repeat(1,1fr)}}._wrap__photos-empty_x8qhe_90{margin-top:16px;height:calc(100vh - 320px);display:flex;justify-content:center;align-items:center}@media(max-height:760px){._wrap__photos-empty_x8qhe_90{height:auto}}._wrap__img_x8qhe_102{width:100%;background:#f5f5f5;height:-moz-max-content;height:max-content;border-radius:16px;-o-object-fit:contain;object-fit:contain}._wrap__info_x8qhe_109{display:flex;gap:6px;flex-wrap:wrap}._wrap__info-text_x8qhe_114{border-radius:8px;padding:10px;display:flex;align-items:center;gap:4px;background:#eaf1f7;opacity:1;font-weight:500;font-size:15px}._wrap__info-text_x8qhe_114 svg path{fill:#000;fill-opacity:1}._wrap__info-title_x8qhe_129{opacity:1}._wrap__info-title_x8qhe_129 svg path{fill-opacity:1}._wrap__buttons_x8qhe_135{display:flex;gap:10px}[data-theme=dark] ._wrap__header-button_x8qhe_140 svg path{stroke:transparent}[data-theme=dark] ._wrap__header-search_x8qhe_30{background:#1f1e2e;color:#fff}[data-theme=dark] ._wrap__info-text_x8qhe_114{background:#242939}[data-theme=dark] ._wrap__info-text_x8qhe_114 svg path{fill:#fff;fill-opacity:1}._item_10c4y_1{border-radius:16px;width:100%;height:184px;-o-object-fit:cover;object-fit:cover;background-color:#eaf1f7;cursor:pointer;transition:.35s}._item_10c4y_1:hover{opacity:.9;transform:scale(96%)}[data-theme=dark] ._item_10c4y_1{background-color:#1f1e2e}._pageContent_gevtp_1{display:flex;flex-direction:column;gap:10px;height:calc(100vh - 142px)}._settingContainer_gevtp_8{display:flex;justify-content:space-between;gap:8px;flex:1;min-height:0;font-family:Monserrat}._unInstallTitle_gevtp_17{text-align:center}._settingMain_gevtp_21::-webkit-scrollbar{width:8px}._settingMain_gevtp_21::-webkit-scrollbar-track{background:transparent}._settingMain_gevtp_21::-webkit-scrollbar-thumb{background-color:#5282ff;border-radius:10px}._settingButtonsAll_gevtp_32::-webkit-scrollbar{width:8px}._settingButtonsAll_gevtp_32::-webkit-scrollbar-track{background:transparent}._settingButtonsAll_gevtp_32::-webkit-scrollbar-thumb{background-color:#5282ff;border-radius:10px}._settingMainSwitch_gevtp_43{display:flex;flex-flow:column}._settingContent_gevtp_48{background-color:#fff;border-radius:16px;height:100%}._settingFilePatch_gevtp_55{color:#000;font-size:13px}._settingFilePatch_gevtp_55 span{font-weight:600}._knowledgeLink_gevtp_64{padding:20px;border-radius:16px;background:#fff}._settingContentFiles_gevtp_70{background-color:#fff;border-radius:16px;padding:10px}._settingContentFiles_gevtp_70 span{margin-top:6px;font-size:12px;color:#616161;display:flex}._settingContentParametrs_gevtp_83{background-color:#fff;border-radius:16px;padding:20px;height:100%}._settingMain_gevtp_21{display:flex;flex-direction:column;gap:20px;padding:20px;width:100%;overflow-y:auto}._settingMainInput_gevtp_98{display:flex;flex-wrap:wrap;gap:8px}._settingMainPart_gevtp_103{display:flex;flex-direction:column;flex:1 1 calc(50% - 4px);padding:20px;gap:8px;border:1px solid #d0d0d0;border-radius:16px}._partSwitchWrap_gevtp_112{justify-content:center}._partSwitch_gevtp_112{display:flex;flex-direction:row;justify-content:space-between;align-items:center}._settingMainPart_gevtp_103 p{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px}._settingMainPart_gevtp_103 label{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;cursor:pointer}._settingMainPart_gevtp_103{position:relative;font-size:12px;min-width:0}._settingButtons_gevtp_32{display:flex;flex-direction:column;justify-content:space-between;gap:10px;max-width:292px;width:100%}._settingButtonsAll_gevtp_32{display:flex;flex-direction:column;overflow-x:auto}._settingButtonsAlls_gevtp_158{width:150px;height:50px}._settingButtonMainPart_gevtp_163{background-color:#fff;padding:12px;transition:.45s;cursor:pointer;border-radius:8px;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;text-align:left}._settingButtonMainPartActive_gevtp_174{background:#f2f5ff;color:#5282ff}._settingPartInput_gevtp_178{background:#f6f6f6;border-radius:8px;padding:12px;color:#616161}._settingPartWitchBtn_gevtp_185{display:flex;gap:5px}._settingPartPassword_gevtp_190{position:relative;display:flex;align-items:center}._settingPartPassword_gevtp_190 ._settingPartInput_gevtp_178{width:100%;padding-right:40px}._passwordToggle_gevtp_201{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#616161;transition:color .2s ease}._passwordToggle_gevtp_201:hover{color:#5282ff}._settingPartInputWitchBtn_gevtp_219{width:100%}._settingPartInput_gevtp_178:disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.7}._settingPartInput_gevtp_178[data-error=true]{outline:1px solid #d91528}._settingPartTextarea_gevtp_233{flex-basis:100%}._settingPartTextareaTextarea_gevtp_236{resize:none;border:0;min-height:180px}._settingPartTextareaTextarea_gevtp_236:focus{outline:none}._settingPartLongInput_gevtp_244{flex-basis:100%}._settingPartText_gevtp_233{color:#616161;max-width:440px}._settingPartText_gevtp_233 a{color:#5282ff;text-decoration:underline}._settingPartText_gevtp_233 a:hover{opacity:.7;text-decoration:none}._settingButtonEditing_gevtp_263{display:flex;gap:8px;flex-direction:column}._settingButtonEditingButton_gevtp_268{font-family:Monserrat;border-radius:8px;padding:12px;font-size:14px;color:#5282ff;background-color:#fff;transition:.45s;cursor:pointer;background:transparent}._settingButtonEditingReset_gevtp_279{color:#d91528}._settingButtonEditingReset_gevtp_279:hover{background:#d91528;color:#fff}._settingButtonEditingSave_gevtp_286{background:#5282ff;color:#fff}._settingButtonEditingLocked_gevtp_290{background:#d91528;color:#fff}._settingButtonEditingSave_gevtp_286:hover,._settingButtonEditingLocked_gevtp_290:hover{opacity:.6}._settingButtonEditingReInstall_gevtp_300{border:1px solid #5282ff;color:#5282ff}._settingButton_gevtp_32._reinstall_gevtp_304{background:#d91528;border:1px solid #d91528;color:#fff}._settingButton_gevtp_32{font-family:Monserrat;border-radius:8px;padding:12px;font-size:14px;color:#5282ff;border:1px solid #5282ff;transition:.45s;cursor:pointer;background:transparent}._settingButtonEditingText_gevtp_323{font-size:12px;text-align:center;color:#616161}._animated_gevtp_329{animation:_showItem_gevtp_1 .5s ease}._customTags_gevtp_333{display:flex}button:disabled{cursor:default;opacity:.5;pointer-events:none}@keyframes _showItem_gevtp_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] ._settingButtonMainPart_gevtp_163._settingButtonMainPartActive_gevtp_174{background:#5283ff4f;color:#fff}[data-theme=dark] ._settingMain_gevtp_21,[data-theme=dark] ._settingContent_gevtp_48,[data-theme=dark] ._settingContentFiles_gevtp_70,[data-theme=dark] ._settingContentParametrs_gevtp_83,[data-theme=dark] ._settingButtonMainPart_gevtp_163,[data-theme=dark] ._knowledgeLink_gevtp_64{background:#242939}[data-theme=dark] ._settingPartInput_gevtp_178{background:#1f1e2e}[data-theme=dark] ._bodyItemTitle_gevtp_375,[data-theme=dark] ._changePasswordBtn_gevtp_376,[data-theme=dark] ._settingMainPart_gevtp_103,[data-theme=dark] ._settingPartInput_gevtp_178,[data-theme=dark] ._settingFilePatch_gevtp_55,[data-theme=dark] ._settingButtonMainPart_gevtp_163{color:#fff}[data-theme=dark] ._settingPartText_gevtp_233,[data-theme=dark] ._settingContentFiles_gevtp_70 p,[data-theme=dark] ._settingContentFiles_gevtp_70 span,[data-theme=dark] ._settingButtonEditingText_gevtp_323{color:#fff9}[data-theme=dark] ._settingMainPart_gevtp_103{border:1px solid #1f1e2e}@media(max-width:1500px){._settingPartInputWitchBtn_gevtp_219{width:auto}._settingPartWitchBtn_gevtp_185{flex-direction:column}}@media(max-width:1200px){._settingMain_gevtp_21{padding:16px}._settingButtons_gevtp_32{max-width:220px}._settingButtonEditingButton_gevtp_268,._settingButtonEditing_gevtp_263{font-size:13px}}@media(max-width:1100px){._settingMainPart_gevtp_103{flex-basis:100%;padding:16px}._settingPartInput_gevtp_178{padding:10px}}@media(max-width:992px){._pageContent_gevtp_1{height:auto}._settingContainer_gevtp_8{flex-direction:column;gap:10px}._settingMain_gevtp_21{order:2;min-height:0;height:auto;overflow:visible}._settingButtons_gevtp_32{order:1;max-width:100%}._settingButtonsAll_gevtp_32:not(._settingButtonEditing_gevtp_263._settingButtonsAll_gevtp_32){max-height:110px;overflow-y:auto}}@media(max-width:768px){._settingMain_gevtp_21,._settingContentParametrs_gevtp_83,._settingContentFiles_gevtp_70{padding:10px}._settingButtonsAll_gevtp_32:not(._settingButtonEditing_gevtp_263._settingButtonsAll_gevtp_32){display:flex;flex-direction:row;gap:8px;max-height:none;overflow-x:auto;overflow-y:hidden;padding-bottom:2px}._settingButtonMainPart_gevtp_163{flex:0 0 auto;min-height:44px;white-space:nowrap}._settingButtonEditing_gevtp_263{flex-direction:row;flex-wrap:wrap}._settingButtonEditingButton_gevtp_268{flex:1 1 140px;min-height:44px}._settingButtonEditingText_gevtp_323{flex-basis:100%;margin:0}}._block_1rqhk_2{position:relative}._wrap_1rqhk_6{position:relative;display:flex;align-items:flex-start}._wrap__modal-items_1rqhk_11{display:none;position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid #D0D0D0;border-radius:8px;padding:16px;z-index:30;max-height:176px;overflow-y:auto;overflow-x:hidden;min-width:144px;box-shadow:0 16px 40px #0f172a2e}._wrap__modal-items_upward_1rqhk_27{top:auto;bottom:calc(100% + 8px)}._wrap__modal-items_1rqhk_11::-webkit-scrollbar{width:6px}._wrap__modal-items_1rqhk_11::-webkit-scrollbar-track{background:transparent}._wrap__modal-items_1rqhk_11::-webkit-scrollbar-thumb{background-color:#5282ff;border-radius:6px}._wrap__modal-items_1rqhk_11._active_1rqhk_41{display:block}._wrap__button_1rqhk_44{display:flex;align-items:center;gap:4px;cursor:pointer;background:#f2f5ff;border-radius:6px;padding:6px 8px;transition:.35s}._wrap__button_1rqhk_44 svg path{transition:.35s}._wrap__button_1rqhk_44:hover{background:#5282ff;color:#fff}._wrap__button_1rqhk_44:hover svg path{stroke:#fff}._wrap_1rqhk_6 ._tags_1rqhk_64{display:flex;gap:10px;overflow-x:auto;margin-left:10px;padding-bottom:3px;min-width:0}._wrap_1rqhk_6 ._tags_1rqhk_64::-webkit-scrollbar{height:5px}._wrap_1rqhk_6 ._tags_1rqhk_64::-webkit-scrollbar-track{background:transparent}._wrap_1rqhk_6 ._tags_1rqhk_64::-webkit-scrollbar-thumb{background-color:#5282ff;border-radius:6px}._wrap_1rqhk_6 ._tags_1rqhk_64 ._tag_1rqhk_64{display:flex;border-radius:6px;padding:6px 8px;align-items:center;justify-content:center;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;cursor:pointer;gap:4px}[data-theme=dark] ._wrap__modal-items_1rqhk_11{background:#242939;border:1px solid #1f1e2e}[data-theme=dark] ._wrap__button_1rqhk_44{background:#5282ff;color:#fff}[data-theme=dark] ._wrap__button_1rqhk_44 svg path{stroke:#fff}[data-theme=dark] ._wrap_1rqhk_6 ._tag_1rqhk_64{background:#1f1e2e;color:#fff}[data-theme=dark] ._wrap_1rqhk_6 ._tag_1rqhk_64 svg path{stroke:#fff}._wrap__maps-list_13x0w_1{display:flex;flex-direction:column;gap:16px;max-height:400px;overflow-y:auto}._serchInput_13x0w_9{border-radius:12px;padding:16px;background:#f6f6f6;font-family:Monserrat;font-weight:500;font-size:14px;color:#171718;width:100%}._header_13x0w_20{display:flex;width:100%;gap:5px}._uploadItem_13x0w_26{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:10px;border-radius:18px;border:2px dashed #5282ff;background:transparent;color:#fff;transition:background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}._uploadItem_13x0w_26:hover{background:#5282ff1a;border-color:#6f97ff}._uploadItemPhotos_13x0w_43{min-height:186px}._uploadItemPhotos_13x0w_43 ._uploadAction_13x0w_46{flex-direction:column;justify-content:center;text-align:center}._uploadItemCentered_13x0w_52{flex-direction:column;justify-content:center;align-items:center;text-align:center}._uploadItemDragging_13x0w_59{border-color:#5282ff;background:#5282ff1a}._uploadItemBusy_13x0w_64{pointer-events:none}._uploadInput_13x0w_68{display:none}._uploadAction_13x0w_46{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:14px;background:transparent;cursor:pointer;color:inherit;min-height:90px;padding:16px}._uploadItemCentered_13x0w_52 ._uploadAction_13x0w_46{flex-direction:column;justify-content:center}._uploadItemIcon_13x0w_90{display:none}._uploadItemIconPhotos_13x0w_94{width:28px;height:28px}._uploadItemContent_13x0w_99{display:flex;flex-direction:column;gap:2px;align-items:inherit}._uploadItemTitle_13x0w_106{font-weight:600;font-size:14px;line-height:1.2;color:inherit;font-family:Monserrat,sans-serif}._uploadItemText_13x0w_114{font-weight:500;font-size:12px;line-height:1.2;opacity:.55;color:var(--color-gray-200);font-family:Monserrat,sans-serif}._uploadMeta_13x0w_123{display:flex;flex-direction:column;width:100%}._uploadProgressText_13x0w_129,._uploadStatus_13x0w_130{font-weight:600;font-size:13px;text-align:center}._uploadProgressText_13x0w_129{font-family:Monserrat,sans-serif;color:#5282ff}._uploadStatusSuccess_13x0w_141{color:#2a9d5b}._uploadStatusError_13x0w_145{margin-top:4px;font-family:Monserrat,sans-serif;font-weight:500;color:#d91528}._emptyState_13x0w_152{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:240px;padding:28px 18px;border-radius:16px;background:#5282ff0f;text-align:center}._emptyStateFullWidth_13x0w_164{grid-column:1/-1}._emptyStateTitle_13x0w_168{font-weight:700;font-size:18px;color:#171718}._emptyStateText_13x0w_174{margin-top:8px;max-width:320px;font-weight:500;font-size:14px;line-height:1.45;color:#171718b3}._emptyStateButton_13x0w_183{margin-top:18px}._wrap__photos-list_13x0w_187{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:186px;gap:16px;margin-top:16px;max-height:calc(100vh - 320px);overflow:auto;padding-right:10px}._skeletonItem_13x0w_198{width:100%;border-radius:8px;height:60px}._skeletonItem__photos_13x0w_203{height:186px}._mapItem_13x0w_207{min-width:0;cursor:pointer;transition:filter .3s ease;border:2px solid transparent}._mapItem_13x0w_207._active_13x0w_213{border:2px solid var(--primary-color, #5282FF);border-radius:16px}._mapItem_13x0w_207._active_13x0w_213:hover{cursor:auto}._photoItem_13x0w_221{position:relative;height:100%;overflow:hidden;border-radius:16px}._item_13x0w_228{display:block;width:100%;height:100%;border-radius:14px;-o-object-fit:cover;object-fit:cover;background:#eaf1f7}[data-theme=dark] ._item_13x0w_228{background:#1f1e2e}._photoPreviewButton_13x0w_241{position:absolute;top:10px;right:10px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:9px;background:#171718b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:zoom-in;transition:background-color .16s ease,transform .16s ease}._photoPreviewButton_13x0w_241:hover,._photoPreviewButton_13x0w_241:focus-visible{background:#5282ff;transform:scale(1.05);outline:none}._photoPreviewButton_13x0w_241 img{width:18px;height:18px;filter:brightness(0) invert(1)}._blurred_13x0w_267{opacity:.6}._selected_13x0w_271{border:2px solid var(--primary-color, #5282FF);border-radius:4px}@media(max-width:501px){._header_13x0w_20{flex-direction:column}._serchInput_13x0w_9{width:auto}._uploadItem_13x0w_26{padding:16px}._wrap__photos-list_13x0w_187{gap:10px;grid-auto-rows:150px}._uploadItemPhotos_13x0w_43{min-height:150px}._item_13x0w_228{height:148px}}._wrap_13x0w_1{display:flex;background:#eaf1f7;justify-content:space-between;align-items:center;border-radius:16px;padding:15px}@media(max-width:768px){._wrap_13x0w_1{flex-direction:column;align-items:start;gap:10px}}._wrap__info_13x0w_312{display:flex;gap:6px;flex-wrap:wrap}._wrap__info-text_13x0w_317{border-radius:8px;padding:10px;display:flex;align-items:center;gap:4px;background:#fff;opacity:.6;font-weight:500;font-size:15px}._wrap__info-text_13x0w_317 svg path{fill:#000;fill-opacity:.6}._wrap__info-title_13x0w_332{opacity:1}._wrap__info-title_13x0w_332 svg path{fill-opacity:1}._wrap__actions_13x0w_338{display:flex;gap:8px}[data-theme=dark] ._serchInput_13x0w_9{background:#1f1e2e;color:#fff}[data-theme=dark] ._wrap_13x0w_1{background:#1f1e2e}[data-theme=dark] ._wrap__info-text_13x0w_317{background:#242939}[data-theme=dark] ._wrap__info-text_13x0w_317 svg path{fill:#fff;fill-opacity:.6}[data-theme=dark] ._uploadProgressTrack_13x0w_359{background:#7ea3ff2e}[data-theme=dark] ._uploadStatusSuccess_13x0w_141{color:#6bd39a}[data-theme=dark] ._uploadStatusError_13x0w_145{color:#d91528}[data-theme=dark] ._emptyState_13x0w_152{background:#1f1e2e}[data-theme=dark] ._emptyStateTitle_13x0w_168{color:#fff}[data-theme=dark] ._emptyStateText_13x0w_174{color:#ffffffb3}._wrap__maps-list_13x0w_1::-webkit-scrollbar{width:8px}._wrap__maps-list_13x0w_1::-webkit-scrollbar-thumb{background-color:#5282ff;border-radius:10px;border:2px solid transparent;background-clip:content-box}._wrap__maps-list_13x0w_1::-webkit-scrollbar-track{background:transparent;margin:8px}._wrap__empty_13x0w_399{display:flex;justify-content:center;align-items:center;height:400px}._modal_1m74o_1{background:#000000d9;display:flex;align-items:center;justify-content:center;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100dvh;z-index:1000;cursor:zoom-out;animation:_showModal_1m74o_1 .2s ease}._modal__close_1m74o_14{position:fixed;top:16px;right:16px;width:40px;height:40px;border-radius:50%;background:#ffffff26;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:1}._modal__close_1m74o_14:hover{background:#ffffff40}._modal__image_1m74o_33{max-height:90dvh;max-width:90vw;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:8px;cursor:default}@media(max-width:768px){._modal__image_1m74o_33{max-width:calc(100vw - 32px);max-height:80dvh}}@keyframes _showModal_1m74o_1{0%{opacity:0}to{opacity:1}0%{opacity:0}to{opacity:1}}._main_29iul_1{height:100%}._main_29iul_1 ._wrap_29iul_4{margin-top:10px;display:flex;gap:10px}@media(max-width:768px){._main_29iul_1 ._wrap_29iul_4{flex-direction:column-reverse}}._wrap_1eeaf_1{background:#fff;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:20px;width:100%;height:100%}._wrap__description_1eeaf_11{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718}._wrap__description_1eeaf_11 a{color:#5282ff;text-decoration:none}._wrap__description_1eeaf_11 a:hover{text-decoration:underline;opacity:.8}[data-theme=dark] ._wrap__description_1eeaf_11{color:var(--color-gray-300)}._wrap__type_1eeaf_28{display:flex;align-items:center;gap:4px;padding:4px;border-radius:14px;background-color:#f3f3f3}._wrap__type-button_1eeaf_36{display:flex;align-items:center;justify-content:center;gap:10px;border-radius:10px;padding:12px 16px;font-weight:500;font-size:14px;color:#000;background:transparent;cursor:pointer;transition:.35s;height:46px;width:100%;font-family:Monserrat,sans-serif}._wrap__type-button--active_1eeaf_53{background:var(--color-white);cursor:auto}._wrap__type-button_1eeaf_36:hover{background:var(--color-white)}[data-theme=dark] ._wrap__type_1eeaf_28{background:#1f1e2e}[data-theme=dark] ._wrap__type-button_1eeaf_36{color:var(--color-white)}[data-theme=dark] ._wrap__type-button--active_1eeaf_53,[data-theme=dark] ._wrap__type-button_1eeaf_36:hover{background:#242939}._wrap__items_1eeaf_72{display:flex;flex-direction:column;gap:10px}._wrap__divider_1eeaf_77{display:flex;align-items:center;gap:12px;padding:4px 0}._wrap__divider_1eeaf_77:before,._wrap__divider_1eeaf_77:after{content:"";flex:1;height:1px;background:#d0d0d0}._wrap__divider_1eeaf_77 span{font-family:Monserrat,sans-serif;font-weight:500;font-size:13px;color:#9c9ca5;white-space:nowrap}._wrap__tags_1eeaf_96{display:flex;align-items:center;gap:4px;flex-wrap:wrap}._wrap__tag_1eeaf_96{display:flex;align-items:center;border-radius:4px;padding:8px 12px;gap:8px;background:#f3f3f3;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718;cursor:pointer}._wrap__tag_1eeaf_96 p{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161}._empty_1eeaf_122{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;text-align:center;color:#171718;padding:20px 0}[data-theme=dark] ._wrap_1eeaf_1{background:#242939}[data-theme=dark] ._wrap__tag_1eeaf_96{background:#1f1e2e;color:#fffc}[data-theme=dark] ._wrap__divider_1eeaf_77:before,[data-theme=dark] ._wrap__divider_1eeaf_77:after{background:#3a3f50}[data-theme=dark] ._wrap__divider_1eeaf_77 span{color:#6b6b75}[data-theme=dark] ._empty_1eeaf_122{color:#fff}._item_okiso_1{border:1px solid #D0D0D0;border-radius:12px;padding:16px;display:flex;flex-direction:column;transition:.35s}._item_okiso_1:hover{background:#f6f6f6}._item-title_okiso_12{font-family:Monserrat,sans-serif;font-weight:600;font-size:16px;color:#171718;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between}._item-title_okiso_12 span{font-size:12px;padding:8px 12px;background:#5282ff29;color:#5282ff;border-radius:4px}._item-title_okiso_12 h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-right:6px}._item-text_okiso_36{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161;margin-bottom:16px;text-align:justify;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}._item__bottom_okiso_48{display:flex;align-items:center;justify-content:space-between}@media(max-width:500px){._item__bottom_okiso_48{flex-wrap:wrap;gap:10px}}._item__bottom-author_okiso_59{display:flex;align-items:center;gap:10px;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161}._item__bottom-author_okiso_59 img{border-radius:100%}._item__info_okiso_71{display:flex;align-items:center}@media(max-width:500px){._item__info_okiso_71{flex-wrap:wrap;gap:10px}}._item__info-tags_okiso_81{display:flex;gap:4px}@media(max-width:500px){._item__info-tags_okiso_81{flex-wrap:wrap}}._item__info-tags_okiso_81 p{border-radius:4px;padding:4px 6px;background:#f3f3f3;font-family:Monserrat,sans-serif;font-weight:600;font-size:12px;color:#616161}._item__info-ratings_okiso_99{display:flex;align-items:center}@media(max-width:500px){._item__info-ratings_okiso_99{gap:10px}}._item__info-rating_okiso_99{display:flex;align-items:center;gap:4px;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#9c9ca5}._item__info-rating_okiso_99:not(._empty_okiso_117):before{content:"";height:12px;width:1px;background:#d0d0d0;position:relative;display:flex;margin:auto 8px auto 12px}@media(max-width:500px){._item__info-rating_okiso_99:not(._empty_okiso_117):before{content:none}}[data-theme=dark] ._item_okiso_1{background:#1f1e2e;border:1px solid #1f1e2e}[data-theme=dark] ._item_okiso_1:hover{opacity:.7}[data-theme=dark] ._item-title_okiso_12{color:#fff}[data-theme=dark] ._item-text_okiso_36,[data-theme=dark] ._item__bottom-author_okiso_59{color:#ffffffb3}[data-theme=dark] ._item__info-tags_okiso_81 p{background:#242939;color:#ffffffb3}[data-theme=dark] ._item__info-rating_okiso_99{color:#ffffffb3}[data-theme=dark] ._item__info-rating_okiso_99:before{background:#242939}._wrap_1cw0l_1{border-radius:16px;padding:20px;background:#fff;width:280px;display:flex;flex-direction:column;gap:20px;height:-moz-max-content;height:max-content}._wrap__button_1cw0l_11{display:flex;align-items:center;justify-content:center;width:100%;background-color:#5282ff;color:var(--color-white);border-radius:12px;padding:12px 18px;transition:.35s;cursor:pointer;font-family:Monserrat;font-weight:500;font-size:14px}._wrap__button_1cw0l_11:hover{opacity:.7}._wrap__buttons_1cw0l_29{border:1px solid #D0D0D0;border-radius:8px;padding:4px 0}@media(max-width:768px){._wrap__buttons_1cw0l_29{max-height:200px;overflow-y:auto}._wrap_1cw0l_1{width:100%;gap:15px}}[data-theme=dark] ._wrap_1cw0l_1{background:#242939}[data-theme=dark] ._wrap__buttons_1cw0l_29{background:#1f1e2e;border:1px solid #1f1e2e}._button_1u6tv_1{cursor:pointer;display:flex;gap:8px;align-items:center;justify-content:space-between;width:100%;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;text-align:right;color:#616161;background:transparent;padding:12px 16px 12px 9px;border-left:3px solid transparent}@media(max-width:768px){._button_1u6tv_1{padding:10px 16px}}._button_1u6tv_1:hover ._button__text_1u6tv_23{color:#5282ff}._button__text_1u6tv_23{gap:8px;display:flex;align-items:center;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#171718;transition:.35s}._button_1u6tv_1._active_1u6tv_36{border-left:3px solid #5282FF;color:#5282ff}._button_1u6tv_1._active_1u6tv_36 svg path{stroke:#5282ff}._button_1u6tv_1._active_1u6tv_36 ._button__text_1u6tv_23{color:#5282ff}[data-theme=dark] ._button_1u6tv_1{color:#ffffffb3}[data-theme=dark] ._button__text_1u6tv_23{color:#fff}._wrap_x0zej_1{display:flex;width:100%;align-items:center;position:fixed;top:0;left:0;z-index:20;padding:21px 0;gap:40px;border-bottom:1px solid var(--color-gray-200);background-color:var(--snow)}@media(max-width:768px){._wrap_x0zej_1{padding:16px 0}}[data-theme=dark] ._wrap_x0zej_1{border-bottom:1px solid var(--darkLight);background-color:var(--color-dark)}._header__container_x0zej_24{display:flex;justify-content:space-between;width:100%;align-items:center}._header__main_x0zej_30{display:flex;justify-content:flex-end;width:auto;margin-left:auto;align-items:center}@media(max-width:1000px){._header__main_x0zej_30{display:none}}._header__wrap_x0zej_42{display:flex;gap:10px;align-items:center}@media(max-width:1400px){._header__wrap_x0zej_42{gap:5px}}._header__maintenance_x0zej_52{display:flex;flex:0 0 auto;margin-left:18px}@media(max-width:1000px){._header__maintenance_x0zej_52{display:none}}._header__divider_x0zej_62{height:24px;width:1px;background-color:#e2e2e2}._header__wallet_x0zej_67{display:flex;align-items:center;gap:10px}._header__wallet-tag_x0zej_72{align-items:center;border-radius:8px;padding:5px 10px;gap:8px;display:flex;font-weight:500;font-size:14px}._header__wallet-tag_x0zej_72:hover ._header__wallet-balance_x0zej_81{color:var(--color-primary)}._header__wallet-tag--stars_x0zej_84{background:linear-gradient(90deg,#5282ff,#314e99);color:var(--color-white)}._header__wallet-tag--balance_x0zej_88{border:1px solid #fff;background-color:#fff;color:var(--color-dark)}._header__wallet-tag--balance_x0zej_88 svg{color:var(--color-dark)}[data-theme=dark] ._header__wallet-tag--balance_x0zej_88 svg{color:var(--color-gray-200)}[data-theme=dark] ._header__wallet-tag--balance_x0zej_88{background-color:var(--darkLight);border:1px solid var(--darkLight);color:var(--color-white)}._header__wallet-balance_x0zej_81{color:var(--color-dark);font-weight:500;font-size:14px;transition:.35s}[data-theme=dark] ._header__wallet-balance_x0zej_81,._header__wallet-star_x0zej_113,[data-theme=dark] ._header__wallet-star_x0zej_113{color:var(--color-white)}._header__info_x0zej_119{display:flex;min-width:270px;max-width:340px;padding:0 10px 0 12px;justify-content:space-between;width:100%;align-items:center}._header__info-logo-wrap_x0zej_130{display:flex;align-items:end;gap:4px;font-size:38px}._header__info-logo--dark_x0zej_136{display:none}[data-theme=light] ._header__info-logo--dark_x0zej_136{display:block}._header__info-logo--light_x0zej_142{display:none}[data-theme=dark] ._header__info-logo--light_x0zej_142{display:block}@media(max-width:500px){._header__info-logo_x0zej_130{width:150px}}._header__info-version_x0zej_153{color:var(--color-primary);font-weight:600;font-size:14px}._header__info-version_x0zej_153:hover{text-decoration:underline}@media(max-width:1000px){._header__info-version_x0zej_153{display:none}}@media(max-width:1400px){._header__info_x0zej_119{max-width:300px}}@media(max-width:1000px){._header__info_x0zej_119{min-width:-moz-max-content;min-width:max-content;max-width:-moz-max-content;max-width:max-content}}._header__serch_x0zej_177{display:flex;align-items:center;border:1px solid var(--color-gray-200);border-radius:8px;padding:8px 12px;color:var(--color-gray-200);position:relative;gap:8px}._header__serch-input_x0zej_187{background:transparent;border:none;outline:none;color:var(--color-dark);font-size:14px;padding:0;margin:0}[data-theme=dark] ._header__serch-input_x0zej_187{color:var(--color-white)}._header__serch-input_x0zej_187::-moz-placeholder{font-weight:500}._header__serch-input_x0zej_187::placeholder{font-weight:500}._header__serch-shortcut_x0zej_202{font-weight:500;opacity:.7;white-space:nowrap;font-size:14px}[data-theme=dark] ._header__serch-shortcut_x0zej_202{color:var(--color-white)}[data-theme=dark] ._header__serch_x0zej_177{background-color:var(--darkLight);border:1px solid var(--color-dark);color:var(--color-white)}._header__user_x0zej_216{display:flex;gap:8px;align-items:center;padding:4px 10px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:8px;cursor:pointer;transition:.35s;color:var(--color-dark)}._header__user-avatar_x0zej_229{width:26px;height:26px;border-radius:50%}._header__user-user-info_x0zej_234{display:flex;flex-direction:column}._header__user-username_x0zej_238{font-size:12px;font-weight:500}._header__user-userid_x0zej_242{font-size:10px;font-weight:500;opacity:.7}._header__user_x0zej_216:hover{background-color:#fff}[data-theme=dark] ._header__user_x0zej_216{background-color:transparent;border-color:transparent;color:var(--color-white)}[data-theme=dark] ._header__user_x0zej_216:hover{background-color:var(--darkLight)}._header__alerts_x0zej_258{position:relative;display:flex;align-items:center;gap:5px;color:var(--color-dark);border-radius:8px;padding:8px 10px;cursor:pointer;transition:.35s}._header__alerts_x0zej_258:hover{background-color:#fff}._header__alerts--unread_x0zej_272:after{content:"";position:absolute;top:6px;right:7px;width:6px;height:6px;border-radius:50%;background-color:#d91528;box-shadow:0 0 0 2px var(--snow)}._header__alerts-wrap_x0zej_283{background-color:#ff5255;border-radius:5px;padding:2.5px 4px}._header__alerts-count_x0zej_288{color:var(--color-white);font-weight:600;font-size:10px}[data-theme=dark] ._header__alerts_x0zej_258{border-color:transparent;color:var(--color-white)}[data-theme=dark] ._header__alerts_x0zej_258:hover{color:var(--color-primary);background-color:var(--darkLight)}[data-theme=dark] ._header__alerts--unread_x0zej_272:after{box-shadow:0 0 0 2px var(--color-dark)}._header__support_x0zej_304{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--color-dark);font-weight:500;font-size:14px;padding:5px 10px;border-radius:8px;transition:.35s;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}._header__support_x0zej_304:hover{background-color:#fff}[data-theme=dark] ._header__support_x0zej_304{background-color:transparent;border-color:transparent;color:var(--color-white)}[data-theme=dark] ._header__support_x0zej_304:hover{background-color:var(--darkLight)}._header__support-badge_x0zej_330{font-size:10px;font-weight:700;color:#fff;background-color:#d62739;border-radius:10px;width:20px;height:20px;display:flex;justify-content:center;align-items:center}._header__mobile_x0zej_342{display:none;align-items:center;gap:25px}@media(max-width:1000px){._header__mobile_x0zej_342{display:flex}}._header__mobile-main_x0zej_352{display:flex;align-items:center;gap:12px}._header__mobile-main_x0zej_352 a svg path{fill:var(--color-dark)}[data-theme=dark] ._header__mobile-main_x0zej_352 a svg path{fill:var(--color-white)}._header__mobile-personalization_x0zej_363{color:#ffffffb3;transition:color .2s ease}._header__mobile-personalization_x0zej_363 svg path{stroke:var(--color-dark)}[data-theme=dark] ._header__mobile-personalization_x0zej_363 svg path{stroke:var(--color-white)}._header__mobile-personalization_x0zej_363:hover{color:#fff}._header__mobile-burger_x0zej_376{cursor:pointer;background:transparent;border:1px solid rgba(97,97,97,.2);border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:border-color .3s ease}[data-theme=dark] ._header__mobile-burger_x0zej_376{border:1px solid rgba(255,255,255,.2)}._header__mobile-burger--open_x0zej_391{border-color:var(--color-primary)}._burgerIcon_x0zej_395{display:flex;flex-direction:column;width:18px;height:13px;justify-content:space-between}._burgerBar_x0zej_403{height:2px;border-radius:2px;background-color:var(--color-dark);transition:all .3s ease}[data-theme=dark] ._burgerBar_x0zej_403{background-color:var(--color-white)}._burgerIcon--open_x0zej_413 ._burgerBar_x0zej_403:nth-child(1){transform:translateY(5.5px) rotate(45deg)}._burgerIcon--open_x0zej_413 ._burgerBar_x0zej_403:nth-child(2){opacity:0}._burgerIcon--open_x0zej_413 ._burgerBar_x0zej_403:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}._dropdown_x0zej_425{position:absolute;top:100%;right:0;margin-top:15.5px;min-width:220px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .25s ease;border:2px solid var(--color-gray-200);border-radius:16px;padding:20px;cursor:default;background-color:var(--snow)}[data-theme=dark] ._dropdown_x0zej_425{background-color:var(--color-dark);border-color:var(--darkLight)}._dropdown--open_x0zej_445{opacity:1;visibility:visible;transform:translateY(0)}._dropdown__content_x0zej_450{display:flex;flex-direction:column}._dropdown__main_x0zej_454{display:flex;flex-direction:column;gap:13px}._dropdown__main-item_x0zej_459{color:var(--color-dark);text-decoration:none;transition:.15s;display:flex;width:-moz-max-content;width:max-content;align-items:center;gap:8px;cursor:pointer;font-weight:500;font-size:14px}[data-theme=dark] ._dropdown__main-item_x0zej_459{color:var(--color-white)}._dropdown__main-item_x0zej_459:hover{color:var(--color-primary)}._dropdown__user_x0zej_478{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}._dropdown__user-avatar_x0zej_484{width:40px;height:40px;border-radius:50%}._dropdown__user-logout_x0zej_489{color:#ff5255!important;background:transparent}._dropdown__user-logout_x0zej_489:hover{opacity:.7}._dropdown__support-title_x0zej_496{font-weight:500;font-size:12px;color:var(--darkLight);margin-bottom:20px}[data-theme=dark] ._dropdown__support-title_x0zej_496{color:var(--color-gray-200)}._dropdown__support-status_x0zej_505{display:flex;align-items:center;margin-top:16px}._dropdown__support-icon_x0zej_510{padding:4px}._avatar_1jfl3_1{border-radius:50%;-o-object-fit:cover;object-fit:cover;border:1px solid var(--color-light-gray);box-sizing:border-box}[data-theme=dark] ._avatar_1jfl3_1{background-color:#fff}._notice_oyuoz_1{display:flex;min-height:34px;align-items:center;gap:10px;padding:0 10px;border:1px solid rgba(82,130,255,.5);border-radius:8px;color:#335cce;background:#5282ff14;font-family:inherit;font-size:12px;font-weight:600;line-height:1;white-space:nowrap;transition:border-color .18s ease,background-color .18s ease,color .18s ease}._notice_oyuoz_1:hover{border-color:#5282ff;color:#244eb9;background:#5282ff24}._notice_oyuoz_1:focus-visible{outline:2px solid #5282ff;outline-offset:3px}[data-theme=dark] ._notice_oyuoz_1{color:#9db8ff;background:#5282ff24}[data-theme=dark] ._notice_oyuoz_1:hover{border-color:#86a7ff;color:#fff;background:#5282ff3d}._notice__title_oyuoz_36{color:currentColor}._notice__time_oyuoz_39{color:currentColor;opacity:.76}._notice--compact_oyuoz_43{min-width:0;padding:0 8px}._notice--compact_oyuoz_43 ._notice__time_oyuoz_39{display:none}._modal_oyuoz_51{max-width:500px}._content_oyuoz_55{display:flex;flex-direction:column;align-items:stretch;gap:16px;color:#24262d}._content_oyuoz_55 p{margin:0;font-size:15px;font-weight:400;line-height:1.55}._content__servers_oyuoz_68{padding:14px 16px;border:1px solid rgba(82,130,255,.28);border-radius:12px;color:#1d3e99;background:#5282ff14;font-weight:600!important}._content__thanks_oyuoz_76{color:#666d7c}._content__close_oyuoz_79{width:100%;margin-top:4px}[data-theme=dark] ._content_oyuoz_55{color:#e7eaf3}[data-theme=dark] ._content__servers_oyuoz_68{border-color:#82a7ff57;color:#dce6ff;background:#5282ff29}[data-theme=dark] ._content__thanks_oyuoz_76{color:#b5bbca}@media(max-width:480px){._content_oyuoz_55{gap:14px}._content_oyuoz_55 p{font-size:14px}}._aside_1x03r_1{position:fixed;width:340px;height:100%;padding-bottom:12px;max-height:calc(100dvh - 100px);display:flex;padding-right:10px;flex-direction:column}@media(max-width:1400px){._aside_1x03r_1{width:300px}}@media(max-width:1000px){._aside_1x03r_1{width:100%;padding-right:0;max-height:calc(100dvh - 79px);padding-top:16px;position:relative;background-color:var(--snow)}[data-theme=dark] ._aside_1x03r_1{background-color:var(--color-dark);color:var(--color-white)}}._aside__main_1x03r_30{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto}._aside__main_1x03r_30::-webkit-scrollbar{width:6px}._aside__main_1x03r_30::-webkit-scrollbar-track{background:transparent}._aside__main_1x03r_30::-webkit-scrollbar-thumb{background:#5282ff;border-radius:8px}._aside__wrapper_1x03r_47{box-sizing:content-box;position:fixed;display:flex;align-content:stretch;flex-direction:column;min-width:270px;z-index:5;max-width:340px;width:100%}@media(max-width:1000px){._aside__wrapper_1x03r_47{width:calc(100% - 20px);height:calc(100dvh - 79px);max-width:none;left:10px;right:10px;top:72px;z-index:8;opacity:0;transform:translateY(-12px);pointer-events:none;transition:opacity .35s ease,transform .35s ease}._aside__wrapper_1x03r_47:before{content:"";position:fixed;top:79px;right:0;bottom:0;left:0;background:#00000080;opacity:0;pointer-events:none;transition:opacity .35s ease}._aside__wrapper_1x03r_47._active_1x03r_83{opacity:1;transform:translateY(0);pointer-events:auto}._aside__wrapper_1x03r_47._active_1x03r_83:before{opacity:1;pointer-events:auto}}._aside__group-items_1x03r_93{overflow:hidden;transition:height .3s cubic-bezier(.4,0,.2,1);height:0;padding-left:20px}._aside__group-item_1x03r_93{padding:4px 0 4px 16px;border-left:1px solid transparent;-o-border-image:linear-gradient(to bottom,#1A3271,#5682F7) 1;border-image:linear-gradient(to bottom,#1a3271,#5682f7) 1}._aside__user_1x03r_104{display:none;align-items:center;gap:10px;margin-bottom:10px;justify-content:space-between;padding:16px;background-color:var(--color-white);border-radius:16px}[data-theme=dark] ._aside__user_1x03r_104{background-color:var(--darkLight)}@media(max-width:1000px){._aside__user_1x03r_104{display:flex}}._aside__user-info_1x03r_122{display:flex;gap:2px;flex-direction:column}._aside__user-info_1x03r_122 span{color:var(--color-dark)}[data-theme=dark] ._aside__user-info_1x03r_122 span{color:var(--color-white)}._aside__user-card_1x03r_133{display:flex;align-items:center;gap:8px;font-weight:500;font-size:12px;color:var(--color-white)}._aside__user-wallet_1x03r_141{margin-left:auto}._aside__user-wallet_1x03r_141 svg path{fill:var(--color-dark)}[data-theme=dark] ._aside__user-wallet_1x03r_141 svg path{fill:var(--color-white)}._aside__user-wallet_1x03r_141,._aside__user-balance_1x03r_150{display:flex;align-items:center;gap:8px;font-weight:500;font-size:12px;background-color:var(--snow);color:var(--color-dark);padding:7.5px 8px;border-radius:16px;height:100%}[data-theme=dark] ._aside__user-wallet_1x03r_141,[data-theme=dark] ._aside__user-balance_1x03r_150{color:var(--color-white);background-color:var(--color-dark)}._aside__user-balance_1x03r_150{color:#4bd492!important}._aside__user-personalization_1x03r_169{display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;background:var(--color-dark);border-radius:10px;color:var(--color-white);cursor:pointer;transition:background-color .2s ease,color .2s ease}._aside__user-personalization_1x03r_169:hover{background-color:#5282ff26;color:#5682f7}._aside__button_1x03r_186{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px;color:var(--darkLight);background-color:transparent;cursor:pointer;position:relative;font-weight:500;font-size:14px;transition:.3s;border-radius:8px;margin-top:2px}._aside__button_1x03r_186:first-of-type{margin-top:0}._aside__button-info_1x03r_206{display:flex;align-items:center;gap:10px}._aside__button-icon_1x03r_211{display:flex;align-items:center;justify-content:center}[data-theme=dark] ._aside__button-icon_1x03r_211 svg path,[data-theme=dark] ._aside__button-icon_1x03r_211 svg rect,[data-theme=dark] ._aside__button-icon_1x03r_211 svg circle{stroke:currentColor;fill:none}._aside__button--active_1x03r_220{background-color:#5282ff26}[data-theme=dark] ._aside__button--active_1x03r_220{background-color:#28324d;color:#5682f7}._aside__button--disabled_1x03r_227{opacity:.4;pointer-events:none}._aside__button-new_1x03r_231{font-size:10px;color:#5282ff;background-color:#5282ff29;text-transform:uppercase;padding:4px;border-radius:4px;flex-shrink:0;font-weight:700;margin-right:10px}._aside__button-badge_1x03r_242{font-size:10px;font-weight:700;color:#fff;background-color:#d91528;border-radius:10px;flex-shrink:0;margin-left:auto;min-width:20px;height:20px;padding:0 5px;display:flex;justify-content:center;align-items:center}._aside__button-arrow_1x03r_257{display:inline-block;transition:transform .2s ease;position:absolute;right:5px}._aside__button-arrow_1x03r_257._open_1x03r_263{transform:rotate(90deg)}._aside__button_1x03r_186:hover{background-color:#5282ff1a}[data-theme=dark] ._aside__button_1x03r_186{color:var(--color-white)}[data-theme=dark] ._aside__button_1x03r_186:hover{background-color:#28324d}@keyframes _menuFadeIn_1x03r_1{0%{opacity:0}to{opacity:1}}._aside__main-content_1x03r_283{animation:_menuFadeIn_1x03r_1 .2s ease forwards}._aside__back_1x03r_286{display:flex;align-items:center;gap:8px;padding:10.5px 12px;font-size:14px;font-weight:500;color:var(--darkLight);border-radius:8px;margin-bottom:4px;transition:.3s}._aside__back_1x03r_286:hover{background-color:#5282ff1a}[data-theme=dark] ._aside__back_1x03r_286{color:var(--color-white)}[data-theme=dark] ._aside__back_1x03r_286:hover{background-color:#28324d}._aside__divider_1x03r_307{height:1px;background-color:#5282ff26;margin:6px 12px}[data-theme=dark] ._aside__divider_1x03r_307{background-color:#ffffff14}._aside__footer_1x03r_315{margin-top:auto}._aside__footer-list_1x03r_318{margin-bottom:24px;padding-top:10px}._aside__footer-contacts_1x03r_322{display:flex;justify-content:space-between;gap:8px}._aside__footer-contact_1x03r_322{width:100%;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:8px;padding:6px;transition:background-color .35s ease}._aside__footer-contact_1x03r_322 svg path{fill:#242939}[data-theme=dark] ._aside__footer-contact_1x03r_322{background-color:var(--darkLight)}[data-theme=dark] ._aside__footer-contact_1x03r_322 svg path{fill:#fff}._aside__footer-contact_1x03r_322:hover{background-color:#5282ff26}[data-theme=dark] ._aside__footer-contact_1x03r_322:hover{background-color:#28324d}._tickets-layout_1hzxt_1{display:flex;gap:10px;width:100%;min-height:calc(100vh - 110px);max-height:calc(100vh - 110px);--tickets-list-max-height: calc(100vh - 240px) }._tickets-layout--old_1hzxt_10{min-height:calc(100vh - 40px);max-height:calc(100vh - 40px);--tickets-list-max-height: calc(100vh - 170px) }._tickets-aside_1hzxt_16{display:flex;flex-direction:column;height:100%}._tickets-content_1hzxt_22{flex:1;min-width:0}@media(max-width:768px){._tickets-layout_1hzxt_1{flex-direction:column;min-height:100dvh;max-height:100dvh;gap:0}._tickets-layout_1hzxt_1:not(._tickets-layout--ticket-open_1hzxt_36) ._tickets-content_1hzxt_22{display:none}._tickets-layout--ticket-open_1hzxt_36 ._tickets-aside_1hzxt_16{display:none}}[data-theme=dark] ._modalGroupTextarea_1hzxt_50,[data-theme=dark] ._tikets_1hzxt_51{background:#2d344b}[data-theme=dark] ._modalGroupInput_1hzxt_56,[data-theme=dark] ._modalGroupTextarea_1hzxt_50,[data-theme=dark] ._modalGroupText_1hzxt_50{color:#fff}[data-theme=dark] ._tasksBtnFiles_1hzxt_62 svg path{stroke:#fff}@media(max-width:768px){._w-600_1hzxt_67{width:600px}._tikets_1hzxt_51{overflow-x:auto}}._aside_1elxd_1{width:330px;min-width:330px;background:#fff;border-radius:16px;display:flex;flex-direction:column;height:100%}._aside__notif-banner_1elxd_10{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#f0f5ff;border-top:1px solid #e4ecff;border-bottom:1px solid #e4ecff;font-size:13px;color:#3b5adb}._aside__notif-banner-icon_1elxd_21{flex-shrink:0;color:#3b5adb}._aside__notif-banner-text_1elxd_25{flex:1;color:#444;font-size:12px;line-height:1.3}._aside__notif-banner-enable_1elxd_31{background:none;border:none;padding:0;color:#3b5adb;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}._aside__notif-banner-enable_1elxd_31:hover{text-decoration:underline}._aside__notif-banner-close_1elxd_44{background:none;border:none;padding:2px;color:#999;cursor:pointer;display:flex;align-items:center;flex-shrink:0}._aside__notif-banner-close_1elxd_44:hover{color:#444}._aside__new-link_1elxd_57{display:flex;padding:18px 20px}._aside__new-link_1elxd_57 button{width:100%}._aside__header_1elxd_64{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;gap:9px}._aside__header-title_1elxd_71{font-weight:500;font-size:16px;color:#171718}._aside__list_1elxd_76{display:flex;flex-direction:column;overflow-y:auto;max-height:var(--tickets-list-max-height, calc(100vh - 240px) )}._aside__list_1elxd_76::-webkit-scrollbar{width:4px}._aside__list_1elxd_76::-webkit-scrollbar-thumb{background:#e6e6e6;border-radius:4px}._aside__item_1elxd_89{display:flex;flex-direction:column;gap:10px;padding:20px;cursor:pointer;transition:background .2s;text-decoration:none}._aside__item_1elxd_89:hover{background:#f6f6f6}._aside__item--active_1elxd_101{background:#f0f4ff;cursor:default}._aside__item--active_1elxd_101:hover{background:#f0f4ff}._aside__item-status_1elxd_108{font-weight:500;font-size:12px;border-radius:12px;padding:8px 10px;background-color:var(--snow);width:-moz-max-content;width:max-content}[data-theme=dark] ._aside__item-status_1elxd_108{background-color:var(--color-dark)}._aside__item-status--open_1elxd_119{border:1px solid #62d19b;color:#62d19b}._aside__item-info_1elxd_123{display:flex;flex-direction:column;gap:10px}._aside__item-header_1elxd_128{display:flex;align-items:center;gap:10px}._aside__item-icon_1elxd_133{display:flex;align-items:center;justify-content:center;background-color:var(--color-white);min-width:24px;min-height:24px;border-radius:100%}._aside__item-title_1elxd_142{font-weight:500;font-size:14px;color:#171718}._aside__item-id_1elxd_147{color:#5282ff}._aside__item-date_1elxd_150{font-weight:400;font-size:14px;color:#616161}._aside__item-category_1elxd_155{font-weight:500;font-size:14px;color:#ffc645;margin-top:3px}._aside__item-unread_1elxd_161{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#5282ff;border-radius:10px;font-size:11px;font-weight:700;color:#fff;margin-left:auto;flex-shrink:0}._aside__skeleton_1elxd_176{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:12px;animation:_pulse_1elxd_1 1.5s ease-in-out infinite}._aside__skeleton-status_1elxd_184{width:100px;height:20px;border-radius:6px;background:#e0e0e0}._aside__skeleton-title_1elxd_190{width:80%;height:14px;border-radius:6px;background:#e0e0e0}._aside__skeleton-date_1elxd_196{width:60%;height:12px;border-radius:6px;background:#e0e0e0}._aside__empty_1elxd_202{padding:20px;text-align:center}._aside__empty_1elxd_202 p{font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161}._aside__closed-section_1elxd_212{display:flex;flex-direction:column}._aside__closed-toggle_1elxd_216{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:none;border:none;border-top:1px solid #e6e6e6;cursor:pointer;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;color:#616161;width:100%;text-align:left;transition:background .2s}._aside__closed-toggle_1elxd_216:hover{background:#f6f6f6}._aside__closed-toggle-right_1elxd_236{display:flex;align-items:center;gap:8px}._aside__closed-count_1elxd_241{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#e6e6e6;border-radius:10px;font-size:12px;font-weight:600;color:#616161}._aside__closed-chevron_1elxd_254{color:#616161;transition:transform .2s;flex-shrink:0}._aside__closed-chevron--open_1elxd_259{transform:rotate(180deg)}@keyframes _pulse_1elxd_1{0%,to{opacity:1}50%{opacity:.5}}[data-theme=dark] ._aside_1elxd_1{background:var(--darkLight)}[data-theme=dark] ._aside__header-title_1elxd_71{color:#fff}[data-theme=dark] ._aside__header_1elxd_64,[data-theme=dark] ._aside__item_1elxd_89{border-bottom:1px solid var(--color-dark)}[data-theme=dark] ._aside__item_1elxd_89:hover{background:#1f1e2e54}[data-theme=dark] ._aside__item--active_1elxd_101,[data-theme=dark] ._aside__item--active_1elxd_101:hover{background:#252836cc}[data-theme=dark] ._aside__item-title_1elxd_142{color:#fff}[data-theme=dark] ._aside__item-date_1elxd_150{color:var(--color-white)}[data-theme=dark] ._aside__skeleton-status_1elxd_184,[data-theme=dark] ._aside__skeleton-title_1elxd_190,[data-theme=dark] ._aside__skeleton-date_1elxd_196{background:#2a2b33}[data-theme=dark] ._aside__list_1elxd_76::-webkit-scrollbar-thumb{background:#3a3a3a}[data-theme=dark] ._aside__closed-toggle_1elxd_216{border-top-color:var(--color-dark);color:#9a9aaa}[data-theme=dark] ._aside__closed-toggle_1elxd_216:hover{background:#1f1e2e54}[data-theme=dark] ._aside__closed-count_1elxd_241{background:#ffffff1a;color:#9a9aaa}[data-theme=dark] ._aside__closed-chevron_1elxd_254{color:#9a9aaa}@media(max-width:768px){._aside_1elxd_1{width:100%;min-width:100%;height:100%;margin-bottom:70px}._aside__new-link_1elxd_57{position:fixed;bottom:0;left:0;right:0;padding:12px 16px;background:#fff;border-top:1px solid #e6e6e6;z-index:2}[data-theme=dark] ._aside__new-link_1elxd_57{background:var(--darkLight);border-top-color:var(--color-dark)}}._green_1mnoa_1{color:#1eb83a!important}._yellow_1mnoa_5{color:#d97e15!important}._danger_1mnoa_9{color:#d91515!important}._ticket_3evmt_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:400px;background:#fff;border-radius:16px;padding:40px;gap:20px}._ticket__image_3evmt_13{margin-bottom:40px}._ticket__text_3evmt_16{font-family:Monserrat,sans-serif;font-weight:500;font-size:16px;color:#171718;text-align:center;max-width:363px}._ticket__subtext_3evmt_24{font-family:Monserrat,sans-serif;font-weight:400;font-size:14px;color:#616161;text-align:center;margin-bottom:16px}._ticket__button_3evmt_32{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:12px;background:#5282ff;color:#fff;font-family:Monserrat,sans-serif;font-weight:500;font-size:14px;text-decoration:none;cursor:pointer;transition:background .2s}._ticket__button_3evmt_32:hover{background:#4070ee}[data-theme=dark] ._ticket_3evmt_1{background:var(--darkLight)}[data-theme=dark] ._ticket__text_3evmt_16{color:#fff}[data-theme=dark] ._ticket__subtext_3evmt_24{color:#8a8a8a}
