.icon-button{width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:transparent;transition:background .3s}.icon-button:hover{cursor:pointer;background:#14141433}.sidebar-item{display:flex;align-items:center;gap:18px;height:58px;cursor:pointer;padding:0 24px}.sidebar-item_selected{background:#141414}.sidebar{width:326px;height:100vh;border-right:1px solid #FFFFFF;z-index:1000;flex-shrink:0;position:sticky;top:0;background:#14141480;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.sidebar__user-name{position:absolute;top:24px;right:24px}.sidebar__header{padding:52px 24px 16px;border-bottom:1px solid #FFFFFF;display:flex;justify-content:space-between;align-items:flex-end}.sidebar__header-title{font-weight:400;font-size:24px;margin-bottom:2px}.sidebar-balance{display:flex;flex-direction:column;align-items:flex-end;gap:4px;padding-bottom:2px}.sidebar-balance__title{font-size:14px;font-weight:300}.sidebar-balance__value{font-size:20px;font-weight:400;letter-spacing:2px}.sidebar-balance_negative .sidebar-balance__value{color:#ff5757}.sidebar-balance__payment{font-size:14px;padding:4px 8px;border-radius:8px;border:1px solid #FFFFFF;background:linear-gradient(90deg,#833edb,#1c6be2);margin-top:4px}.sidebar-balance__payment:hover{cursor:pointer;text-decoration:underline}.sidebar_mobile{position:fixed;left:0;top:0;transform:translate(-100%);transition:transform .2s}.sidebar_open{transform:translate(0)}.button{width:fit-content;height:52px;border-radius:10px;padding:0 24px;font-weight:500;cursor:pointer;position:relative;display:flex;align-items:center;gap:4px}.button__icon{display:flex}.button__loader{position:absolute;top:0;left:0;width:100%;height:100%;padding:10px 0}.button__loader>svg{width:100%;height:100%}.button_filled{background:linear-gradient(90deg,#833edb,#1c6be2)}.button_filled.button_disabled{background:#833edb80}.button_outlined{opacity:.8;border:2px solid #FFFFFF}.button_outlined.button_disabled{border:2px solid rgba(255,255,255,.3)}.button_outlined:hover{opacity:1}.button_disabled{pointer-events:none;color:#ffffff4d}.create-bot-button{margin-top:28px}.create-bot-button_mobile{position:fixed;bottom:40px;right:24px;z-index:800}.modal{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:3000}.modal__backdrop{width:100%;height:100%;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.modal-dialog{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:10px;border:1px solid #FFFFFF;padding:36px 24px;min-width:300px;width:calc(100% - 40px);background:#1414144d;backdrop-filter:blur(60px);-webkit-backdrop-filter:blur(60px)}.modal-dialog_small{max-width:400px}.modal-dialog_standard{max-width:600px}.modal-dialog__title{font-size:20px;font-weight:600;margin-bottom:24px}.modal-dialog__supporting-text{font-size:16px;font-weight:300;margin-bottom:12px}.modal-dialog__close-button{position:absolute;top:8px;right:8px}.modal-dialog__content{max-height:400px;overflow-y:auto}.modal-dialog__actions{margin-top:24px;display:flex;justify-content:center}@media (min-width: 768px){.modal-dialog{width:600px}}.protected-page{display:flex}.protected-page__content{padding:24px 16px;width:100%}.protected-page__actions{display:flex;align-items:center;padding-bottom:20px}.protected-page__actions-buttons{display:flex;gap:16px}.protected-page__menu-button{margin-left:-8px;margin-right:12px}.advantage{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;max-width:265px}.advantage__title{height:60px;display:flex;flex-direction:column;justify-content:flex-end;font-size:18px;font-weight:600}.advantage__icon{width:80px;height:80px;margin:20px 0}.advantage__description{font-size:14px;font-weight:400;min-height:100px}.confirm-code-modal__content{display:flex;flex-direction:column;align-items:center;gap:16px}.confirm-code-modal__content>p{align-self:flex-start}.confirm-code-modal__content input::-webkit-outer-spin-button,.confirm-code-modal__content input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.confirm-code-modal__content input[type=number]{-moz-appearance:textfield}.confirm-code-modal__inviter-title{font-size:13px;border:1px solid #FFFFFF;border-radius:7px;padding:10px}.home-page__content{padding-top:50px;padding-bottom:50px}@media (min-width: 960px){.home-page__content{padding-top:100px}}.home-page__home-description{display:flex;flex-direction:column}@media (min-width: 768px){.home-page__home-description{flex-direction:row;justify-content:space-between;align-items:center}}.home-page__header{font-size:36px;font-weight:600}@media (min-width: 768px){.home-page__header{font-size:52px}}@media (min-width: 960px){.home-page__header{font-size:96px}}.home-page__title{font-size:14px;font-weight:300}@media (min-width: 768px){.home-page__title{font-size:18px}}@media (min-width: 960px){.home-page__title{font-size:32px}}.home-page__description{max-width:200px;font-size:18px;font-weight:500;margin:24px 0}@media (min-width: 768px){.home-page__description{font-size:22px;max-width:300px}}@media (min-width: 960px){.home-page__description{font-size:48px;max-width:553px}}.home-page__exchanges{display:flex;align-items:center;gap:16px}.home-page__exchanges>img{height:24px;width:auto}.home-page__bitget-logo{height:50px!important}.home-page__graphic{width:100%}@media (min-width: 768px){.home-page__graphic{max-width:300px}}@media (min-width: 960px){.home-page__graphic{max-width:568px}}.home-page__actions{display:flex;justify-content:center;margin-top:32px;gap:24px}.home-page__telegram-icon{width:24px;padding-bottom:2px}.home-page__advantages-section{padding-top:120px}.home-page__advantages-title{font-size:22px;font-weight:700;margin-bottom:16px;text-align:center}.home-page__advantages-list{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}@media (min-width: 768px){.home-page__advantages-list{flex-direction:row;flex-wrap:wrap}}@media (min-width: 960px){.home-page__advantages-list{flex-direction:row;justify-content:space-between;flex-wrap:nowrap}}.switch-wrapper{display:flex;flex-direction:column;gap:8px}.switch-wrapper__label{font-size:16px}.switch{width:56px;height:34px;border:2px solid #FFFFFF;border-radius:20px;position:relative;transition:all .2s;cursor:pointer}.switch__thumb{width:30px;height:30px;background:#fff;border-radius:50%;position:absolute;top:0;left:0;transition:all .2s}.switch_checked{background:linear-gradient(85deg,#1c6be2,#833edb 50%);border:2px solid #1C6BE2}.switch_checked .switch__thumb{left:22px}.info-block{padding:13px 19px 14px;min-width:220px;width:fit-content;border:1px solid #FFFFFF;border-radius:8px;color:#fff;display:flex;flex-direction:column;gap:4px}@media (max-width: 959.98px){.info-block{min-width:auto;padding:8px 12px;gap:0}}.info-block__value{font-weight:700;font-size:24px;line-height:29px}@media (max-width: 959.98px){.info-block__value{font-size:16px}}.info-block__label{font-weight:300;font-size:16px;line-height:19px}@media (max-width: 959.98px){.info-block__label{font-size:12px}}.symbols-in-work{padding:16px;border:1px solid #FFFFFF;border-radius:8px}.symbols-in-work__list{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.symbols-in-work__symbol{border:2px solid #FFFFFF;border-radius:8px;padding:4px 8px}.symbols-in-work__symbol_selected{background:linear-gradient(90deg,#833edb,#1c6be2)}@media (max-width: 959.98px){.symbols-in-work__symbol{font-size:14px}}.bot-analytics{flex-grow:2;font-size:13px}.bot-analytics__order-pair{display:flex;justify-content:flex-start;align-items:baseline;gap:16px;padding:10px 0;border-top:1px solid #FFFFFF}.bot-analytics__order-pair-side-info{display:flex;flex-direction:column;gap:16px}.bot-analytics__percent{display:inline-flex;align-items:center}.bot-analytics__arrow_up{display:inline-flex;align-items:center;color:#00ff38}.bot-analytics__arrow_down{display:inline-flex;align-items:center;color:#ff5757}.analytics-modal__refresh-button{position:absolute;top:8px;right:48px}.error-modal__content{border:1px solid rgba(255,87,87,.3);background:#ff575733}.error-modal__header{background:#ff57574d;padding:5px 7px;font-size:16px;color:#141414}.error-modal__error-list{padding:10px;height:100%;max-height:365px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.error-modal__error{font-size:14px;border-bottom:1px solid #141414;padding-bottom:16px}.error-modal__error-date{font-size:12px;font-weight:300;margin-bottom:8px}.bot-card{padding:24px 32px;border:1px solid #FFFFFF;background:#141414cc;color:#fff;position:relative;border-radius:20px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}@media (max-width: 1199.98px){.bot-card{padding:24px}}.bot-card_error{border-color:#ff5757}.bot-card__header-actions{position:absolute;top:12px;right:8px;display:flex;align-items:center}.bot-card__error-button{color:#ff5757}.bot-card__info-container{display:flex;flex-direction:column;gap:32px}.bot-card__bot-info{display:flex;align-items:flex-start;gap:32px}@media (max-width: 1199.98px){.bot-card__bot-info{flex-direction:column}}.bot-card__info-blocks{display:flex;align-items:baseline;flex-wrap:wrap;gap:16px;max-width:472px}@media (max-width: 959.98px){.bot-card__info-blocks{gap:8px;max-width:100%}}.bot-card__options{display:flex;flex-direction:column;gap:16px;max-width:500px;flex-shrink:2}.bot-card__bot-state_in-deal>.info-block__label{color:#00ff38}.bot-card__bot-state_waiting-deal>.info-block__label{color:#d8a610}.bot-card__bot-state_master-bot{background:linear-gradient(90deg,#833edb,#1c6be2)}.bot-card__dates{font-size:14px;font-weight:400;display:flex;flex-wrap:wrap;gap:16px}.bot-card__action-helper-text{color:#ff5757;font-size:12px;margin:10px 0 0}.select-item{display:flex;align-items:center;gap:8px;height:36px;padding:0 16px}.select-item:hover{cursor:pointer;background:#1414141a}.select-item_selected{background:#1c6be233}.select-item_selected:hover{background:#1c6be24d}.select-item__icon{width:24px;height:24px}.text-field{color:#fff}.text-field__input-wrapper{display:flex;position:relative;flex-direction:column}.text-field__label{padding-left:2px;margin-bottom:8px}.text-field__input{background:transparent;border:none;border-radius:0;border-bottom:1px solid #FFFFFF;outline:none;box-shadow:none;padding-bottom:8px;color:#fff;font-size:18px;font-weight:200}.text-field__input_password{padding-right:40px}.text-field__start-icon{width:24px;height:24px;position:absolute;left:0;bottom:8px}.text-field__icon{position:absolute;right:0;bottom:0}.text-field__loader{position:absolute;bottom:5px;width:100%;height:32px}.text-field__loader>svg{width:100%;height:32px}.text-field__helper-text{margin-top:4px;font-size:12px;font-weight:300;min-height:16px}.text-field_disabled{opacity:.6}.text-field_with-start-icon input{padding-left:32px}.text-field_error .text-field__helper-text{color:#ff5757}.select{position:relative;cursor:pointer!important}.select__menu{position:absolute;top:58px;width:100%;padding:4px 0;background:#fff;color:#141414;border-radius:10px;border:1px solid rgba(20,20,20,.5);z-index:900;max-height:200px;overflow-y:auto}.select__menu_grouped{display:flex;flex-wrap:wrap;gap:4px}@media (max-width: 767.98px){.select__menu_grouped{gap:0}}.select__menu_grouped>.select-item{width:25%;text-align:center}@media (max-width: 767.98px){.select__menu_grouped>.select-item{font-size:8px;text-align:center}}.select__menu-supporting-text{font-size:14px;font-weight:400;padding:10px 30px}.select__end-icon{pointer-events:none;position:absolute;top:28px;right:0}.multiple-select-item{border:1px solid #141414;border-radius:8px;padding:4px 8px}.multiple-select-item_checked{background:linear-gradient(90deg,#833edb,#1c6be2)!important;color:#fff;border-color:#833edb}.multiple-select-item:hover{cursor:pointer;background:#1414141a}.multiple-select-item__icon{width:24px;height:24px}.multiple-select-item__label{overflow:hidden;text-overflow:ellipsis}.multiple-select{position:relative;cursor:pointer!important}.multiple-select input{height:16px}.multiple-select__checked-list{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:4px;margin-right:30px}.multiple-select__checked-list-item{padding:4px 8px;outline:1px solid #FFFFFF;border-radius:8px;background:linear-gradient(90deg,#833edb,#1c6be2)!important;color:#fff}.multiple-select__menu{position:absolute;top:58px;width:100%;padding:4px;background:#fff;color:#141414;border-radius:10px;border:1px solid rgba(20,20,20,.5);z-index:900;max-height:200px;overflow-y:auto;display:flex;flex-wrap:wrap;gap:8px}.multiple-select__menu-supporting-text{font-size:14px;font-weight:400;padding:10px 30px}.multiple-select__end-icon{pointer-events:none;position:absolute;top:28px;right:0}.range{min-height:43px;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:10px;gap:35px}.range__track{height:2px;width:calc(100% - 42px);background:#ffffffb3;margin:0 12px}.range__thumb{height:16px;width:16px;border-radius:50%;background:#fff;position:relative;border:none;outline:none}.range__thumb-label{position:absolute;width:30px;text-align:center;left:50%;bottom:50%;font-size:16px;font-weight:300;transform:translate(-50%,-50%)}.create-bot-modal__form{display:flex;flex-direction:column;gap:24px}.update-bot-modal__form{display:flex;flex-direction:column;gap:24px}.bots__title{font-size:16px;font-weight:400;margin-bottom:16px}.bots__list{display:flex;flex-direction:row;flex-wrap:wrap;gap:32px}.referral-level-tab{padding:16px 32px;background:#fffc;width:100%;text-align:center;color:#141414;cursor:pointer}.referral-level-tab_selected{background:#833edbcc;color:#fff}.referral-system__url{word-break:break-all}.referral-system__url-label{margin-bottom:8px;font-size:14px}.referral-system__level-tabs{display:flex;justify-content:space-between;margin:32px 0}.referral-system__invitees-level{display:flex;flex-direction:column;gap:16px}.referral-system__telegram-link{text-decoration:underline;color:#fff}.icon-img{width:24px}.add-account-exchange-modal__content{display:flex;flex-direction:column;gap:16px}.add-account-exchange-modal__connection-error{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid rgba(255,87,87,.6);background:#ff57571a;border-radius:15px}.add-account-exchange-modal__connection-error p{font-size:16px}@media (max-width: 767.98px){.add-account-exchange-modal__connection-error p{font-size:14px}}.add-account-exchange-modal__connection-error>svg{width:60px}.exchange-button .button__icon{margin-right:12px}.added-exchange{display:flex;align-items:center}.added-exchange__content{display:flex;align-items:center;gap:8px}.settings__section{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid rgba(255,255,255,.5)}.settings__section-title{margin-bottom:16px}.settings__account-content{font-size:16px;font-weight:400}.settings__added-exchanges{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin:16px 0}.settings__available-exchanges{display:flex;align-items:center;flex-wrap:wrap;gap:16px}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;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}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}html{font-size:16px;scroll-behavior:smooth}body{min-width:320px;font-weight:500;line-height:1.2;text-rendering:optimizeSpeed;overflow-x:hidden}input,select,textarea,button{font-family:inherit;font-size:inherit;font-weight:inherit;background-color:transparent;color:inherit;border:none;border-radius:0;outline:none;box-shadow:none;line-height:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:0;transition:.2s}textarea{resize:none}img,iframe{display:block;width:100%}a{color:inherit;outline:none;text-decoration:none;transition:.2s}*::-webkit-scrollbar{width:4px}*::-webkit-scrollbar-track{background:#ffffff1a;border-radius:100px}*::-webkit-scrollbar-thumb{border-radius:100px;background:#833edb4d}*::-webkit-scrollbar-thumb:hover{background:#833edbcc;cursor:pointer}body{background:#141414;color:#fff;font-family:Inter,sans-serif}#root{position:relative;z-index:2}.bg-circle-1{position:fixed;width:514px;height:514px;left:54px;top:11px;background:radial-gradient(50% 50% at 50% 50%,#1c6be2,#833edb 53.65%,#1c6be2);opacity:.6;filter:blur(150px)}.bg-circle-2{position:fixed;width:842px;height:842px;left:976px;top:250px;background:radial-gradient(50% 50% at 50% 50%,#1c6be2,#833edb 53.65%,#1c6be2);opacity:.6;filter:blur(150px)}.bg-circle-3{position:fixed;width:559px;height:560px;left:-116px;top:1231px;background:radial-gradient(50% 50% at 50% 50%,#1c6be2,#833edb 53.65%,#1c6be2);opacity:.6;filter:blur(150px)}.container{width:100%;margin:0 auto;padding:0 20px}@media (min-width: 576px){.container{max-width:560px}}@media (min-width: 768px){.container{max-width:740px}}@media (min-width: 960px){.container{max-width:880px}}@media (min-width: 1200px){.container{max-width:1140px}}@media (min-width: 1500px){.container{max-width:1440px}}@media (min-width: 1800px){.container{max-width:1700px}}.admin-panel{display:flex;flex-direction:column;gap:32px}.admin-panel-controls{display:flex;flex-direction:column;gap:8px}@media (min-width: 768px){.admin-panel-controls{flex-direction:row;align-items:baseline;gap:32px}}.admin-panel-actions{max-width:100%;flex-grow:1}@media (min-width: 768px){.admin-panel-actions{max-width:420px}}.admin-panel-bots{display:flex;flex-direction:column;gap:32px;padding-top:20px;border-top:1px solid rgba(255,255,255,.5)}.admin-panel-bots__list{display:flex;flex-wrap:wrap;gap:32px}
