body[data-theme=light]{--direction-category-label-color: #4f4f4f}body[data-theme=dark]{--direction-category-label-color: #fff}.directionCategoryLabel{display:inline-flex;justify-content:center;align-items:center;padding:5px 10px;border-radius:30px;height:30px}.directionCategoryLabel_xs{padding:4px 7px;height:23px}.directionCategoryLabel_basic{background:var(--gradient-palette-direction-basic)}.directionCategoryLabel_uncommon{background:var(--gradient-palette-direction-uncommon)}.directionCategoryLabel_advanced{background:var(--gradient-palette-direction-advanced)}.directionCategoryLabel_innovative{background:var(--gradient-palette-direction-innovative)}.directionCategoryLabel_cuttingEdge{background:var(--gradient-palette-direction-cutting-edge);color:#fff}.directionCategoryLabel__name{font-weight:600;font-size:15px;color:var(--direction-category-label-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.directionCategoryLabel_xs .directionCategoryLabel__name{font-weight:600;font-size:12px}.directionCategoryLabel__name_cuttingEdge{color:#fff}body[data-theme=light]{--info-label-light-color: #828282;--info-label-light-bg: #dbdbdb;--info-label-dark-color: #4f4f4f;--info-label-dark-bg: #4f4f4f;--info-label-default-color: #545454;--info-label-default-bg: #e3e3e3;--info-label-gold-color: #fff;--info-label-gold-bg: gold;--label-core-gradient: linear-gradient( 135deg, #101114 0%, #676c73 50%, #111216 100% )}body[data-theme=dark]{--info-label-light-color: #828282;--info-label-light-bg: #dbdbdb;--info-label-dark-color: #fff;--info-label-dark-bg: #fff;--info-label-default-color: #dfdfdf;--info-label-default-bg: #4b4b4b;--info-label-gold-color: #4f4f4f;--info-label-gold-bg: #dbdbdb;--label-core-gradient: linear-gradient( 135deg, #292b31 0%, #3e444e 50%, #1d1f25 100% )}.infoLabel{display:inline-flex;justify-content:center;align-items:center;padding:5px 10px;border-radius:30px;font-weight:600;font-size:15px;color:var(--direction-category-label-color);height:30px}.infoLabel_xxs{padding:4px 6px;font-weight:600;font-size:12px;height:20px}.infoLabel_xs{padding:4px 8px;font-weight:600;font-size:12px;height:23px}.infoLabel_xl{padding:10px 12px;font-weight:600;font-size:25px;height:50px}.infoLabel_xxl{padding:10px 20px;font-weight:600;font-size:30px;height:60px}.infoLabel_light{background:var(--info-label-light-bg);color:var(--info-label-light-color)}.infoLabel_dark{background:var(--info-label-dark-bg);color:var(--info-label-dark-color)}.infoLabel_default{background:var(--info-label-default-bg);color:var(--info-label-default-color)}.infoLabel_core{background:var(--label-core-gradient);color:#fff;font-weight:700}.infoLabel_collectible{background:linear-gradient(135deg,#00294a,#005a84,#002a4d);background-size:100% 100%;color:#fff;font-weight:700;border-radius:9px}.infoLabel_xs.infoLabel_core{padding:2px 5px}.infoLabel_xs.infoLabel_collectible{border-radius:7px}body[data-theme=light]{--list-item-bg: #ffffff;--list-item-border: #e7e7e7;--description-font-color: #727272}body[data-theme=dark]{--list-item-bg: #272727;--list-item-border: #323232;--description-font-color: #d2d2d2}.list{display:flex;flex-direction:column}.list__item{background-color:var(--list-item-bg);padding:7px 15px;font-weight:400;font-size:16px;border-radius:0;border-bottom:1px solid var(--list-item-border);touch-action:manipulation}.list__item_marked{box-shadow:inset 6px 0 0 0 var(--focus-blue)}.list__item_clickable{cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.list__item_clickable:active{opacity:.5}.list__item:last-child{border-bottom:none}.list__item:only-child{border-radius:10px}.list__item:first-child:not(:last-child){border-top-left-radius:10px;border-top-right-radius:10px}.list__item:last-child:not(:first-child){border-bottom-left-radius:10px;border-bottom-right-radius:10px}.list.list_bordered .list__item{border:1px solid var(--list-item-border);background-color:var(--list-item-bg);margin-top:0}.list.list_bordered .list__item+.list__item{margin-top:-1px}.list.list_bordered .list__item:only-child{border-radius:10px}.list.list_bordered .list__item:first-child:not(:last-child){border-top-left-radius:10px;border-top-right-radius:10px}.list.list_bordered .list__item:last-child:not(:first-child){border-bottom-left-radius:10px;border-bottom-right-radius:10px}.list__item_skeleton{background:linear-gradient(90deg,var(--skeleton-color) 25%,var(--skeleton-shine) 50%,var(--skeleton-color) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite linear;color:transparent;position:relative;pointer-events:none}.list__item_skeleton:after{content:" "}.list__heading{padding-bottom:2px}.list__description{padding-top:2px}.list__description p,.list__heading p{padding:0 10px;font-size:14px;font-weight:400;color:var(--description-font-color)}.list__heading.list__heading_light p{color:#fff}.list__item_skeleton .list__description p{background-color:var(--skeleton-color);border-radius:4px;height:14px;width:80%;color:transparent}body[data-theme=light]{--list-info-item-border: #d8d8d8;--list-info-item-title-bg: #ebebeb}body[data-theme=dark]{--list-info-item-border: #323232;--list-info-item-title-bg: #131313}.listItemInfo{display:flex;justify-content:space-between;background-color:var(--list-item-bg);border-radius:0;border-bottom:1px solid var(--list-info-item-border);touch-action:manipulation;overflow:hidden}.listItemInfo__left{display:flex;align-items:center;background-color:var(--list-info-item-title-bg);padding:7px 10px;border-right:1px solid var(--list-info-item-border);justify-content:space-between}.listItemInfo__infoButton{padding-left:3px}.listItemInfo__valueButton{background:var(--focus-blue);color:#fff;border-radius:12px;padding:1px 5px;font-size:12px;margin-left:5px;font-weight:500}.listItemInfo__right{padding:5px 10px;width:100%;display:flex;align-items:center;justify-content:flex-start;font-size:14px}.listItemInfo__title{font-weight:500;font-size:14px}.listItemInfo:last-child{border-bottom:none}.listItemInfo:only-child{border-radius:5px}.listItemInfo:first-child:not(:last-child){border-top-left-radius:5px;border-top-right-radius:5px}.listItemInfo:last-child:not(:first-child){border-bottom-left-radius:5px;border-bottom-right-radius:5px}.list.list_bordered .listItemInfo{border:1px solid var(--list-info-item-border);background-color:var(--list-item-bg);margin-top:0}.list.list_bordered .listItemInfo+.listItemInfo{margin-top:-1px}.list.list_bordered .listItemInfo:only-child{border-radius:5px}.list.list_bordered .listItemInfo:first-child:not(:last-child){border-top-left-radius:5px;border-top-right-radius:5px}.list.list_bordered .listItemInfo:last-child:not(:first-child){border-bottom-left-radius:5px;border-bottom-right-radius:5px}body[data-theme=light]{--popularity-default-color: #dfdfdf}body[data-theme=dark]{--popularity-default-color: #424242}.popularity{display:flex;flex-direction:row}.popularity__icon{padding-right:8px}.popularity__icon svg{text-align:left;vertical-align:middle;fill:var(--popularity-default-color);width:10px;height:20px}.popularity_basic .popularity__icon_on svg{fill:var(--basic-color)}.popularity_uncommon .popularity__icon_on svg{fill:var(--uncommon-color)}.popularity_advanced .popularity__icon_on svg{fill:var(--advanced-color)}.popularity_innovative .popularity__icon_on svg{fill:var(--innovative-color)}.popularity_cuttingEdge .popularity__icon_on svg{fill:var(--cutting-edge-color)}.animationContext__fullScreenAnimation{position:absolute;margin-top:50px;z-index:1}.directionDataList__foundedInfo p{padding-top:15px;font-size:14px;font-weight:400;color:var(--foreground-color);text-align:center;width:100%}.directionDataList__name{font-weight:600}.directionDataModal__header{text-align:center;padding-top:10px;padding-bottom:20px}.strategyResultsModal__list{padding-bottom:10px}body[data-theme=light]{--switch-bg: #e3e3e3;--switch-slider-bg: #d8d8d8;--switch-slider-light-bg: #fdfdfd;--switch-slider-light-border-color: #e2e2e2;--switch-color: #474747}body[data-theme=dark]{--switch-bg: #272727;--switch-slider-bg: #525252;--switch-slider-light-bg: #636363;--switch-slider-light-border-color: #515151;--switch-color: #e3e3e3}.toggleSwitch{position:relative;display:flex;background-color:var(--switch-bg);border-radius:25px;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.toggleSwitch_squared{border-radius:10px}.toggleSwitch_squared.toggleSwitch_small{border-radius:5px}.toggleSwitch__option{flex:1;text-align:center;padding:10px 0;position:relative;z-index:2;font-weight:500}.toggleSwitch__option_active{color:var(--font-color)}.toggleSwitch_bold .toggleSwitch__option{font-weight:600}.toggleSwitch_squared .toggleSwitch__option{border-radius:10px}.toggleSwitch_small .toggleSwitch__option{padding:5px;min-width:110px;font-size:14px}.toggleSwitch__slider{position:absolute;background-color:var(--switch-slider-bg);border-radius:25px;top:0;left:0;bottom:0;transition:transform .3s ease,width .3s ease;z-index:1}.toggleSwitch_light .toggleSwitch__slider{background-color:var(--switch-slider-light-bg);border:1px solid var(--switch-slider-light-border-color)}.toggleSwitch_squared .toggleSwitch__slider{border-radius:10px}.toggleSwitch_squared.toggleSwitch_small .toggleSwitch__slider{border-radius:5px}body[data-theme=light]{--grid-line-color: #e0e0e0}body[data-theme=dark]{--grid-line-color: #303030}.linechart-container{position:relative;width:100%;height:100%}.linechart-svg{display:block;width:100%;height:100%}.linechart__grid{stroke:var(--grid-line-color);stroke-width:1}.linechart__path{stroke:var(--corporate-turquoise);stroke-width:2;stroke-linejoin:round;stroke-linecap:round;fill:none}.linechart__label{fill:var(--foreground-color-light);font-size:12px;-webkit-user-select:none;user-select:none}.linechart__empty{fill:#999;font-size:16px;text-anchor:middle}.linechart__description{font-size:14px;font-weight:400;color:var(--foreground-color-light);text-align:center}.linechart__heading{text-align:center;font-size:11px;color:var(--foreground-color-light)}.linechart__footer{display:flex;justify-content:center;font-size:12px;color:var(--foreground-color-light);padding:0 10px}.linechart__date{padding:0 5px}.directionGraphsModal__top{display:flex;flex-direction:column;align-items:center}.directionGraphsModal__controls{width:250px}.directionGraphsModal__media{height:200px;padding-top:15px;display:flex;flex-direction:column;align-items:center}.directionGraphsModal__mediaContent{width:300px;height:130px}.directionGraphsModal__title{text-align:center}.directionGraphsModal__control{padding-top:10px}.directionGraphsModal__tabContent{padding-top:15px;display:flex;flex-direction:column}.directionGraphsModal__values{display:flex;flex-direction:column;align-items:center}.directionGraphsModal__value{font-size:22px;font-weight:600;display:flex;align-items:center}.directionGraphsModal__value svg{width:20px;height:20px}.directionGraphsModal__valueIcon{font-size:22px;font-weight:600;display:flex;align-items:center;padding-left:4px}.directionGraphsModal__valueIcon svg{width:20px;height:20px}.directionGraphsModal__valueTitle{color:var(--foreground-color);font-size:14px;line-height:14px}.directionGraphsModal__valueButton{padding-left:10px}.directionGraphsModal__list{padding-bottom:11.5px}body[data-theme=light]{--priceLabel-stars-color: rgb(172, 126, 0);--priceLabel-credits-color: rgb(0, 114, 97)}body[data-theme=dark]{--priceLabel-stars-color: rgb(243, 191, 50);--priceLabel-credits-color: rgb(0, 174, 148)}.priceLabel{display:inline-flex;justify-content:center;align-items:center;padding:5px 10px;border-radius:30px;height:30px}.priceLabel_xs{height:23px;padding:3px 7px}.priceLabel_stars{background-color:#ffcc4033;color:var(--priceLabel-stars-color)}.priceLabel_credits{background-color:#00c4a733;color:var(--priceLabel-credits-color)}.priceLabel__icon{display:flex}.priceLabel__icon svg{width:20px;height:20px}.priceLabel__value{padding-left:3px;font-weight:600;font-size:15px}.priceLabel_xs .priceLabel__value{font-weight:600;font-size:13px}.priceLabel__value_old{text-decoration:line-through;text-decoration-thickness:2px}body[data-theme=light]{--description-color: #525252}body[data-theme=dark]{--description-color: #d5d5d5}.directionInfoModal__media{padding-bottom:20px;display:flex;justify-content:center}.directionInfoModal__mediaContent{width:180px;height:180px}.directionInfoModal__metadata{display:flex}.directionInfoModal__metadataItem{padding-right:5px;padding-left:5px}.directionInfoModal__description{position:relative;height:150px;overflow-y:scroll;padding-top:20px;padding-bottom:20px;background:transparent;color:var(--description-color);font-size:16px;scrollbar-width:none;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 30px,black calc(100% - 30px),transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,black 30px,black calc(100% - 30px),transparent 100%)}.directionInfoModal__description::-webkit-scrollbar{display:none}.directionInfoModal__control{padding-top:10px}.buyButton__content{display:flex;align-items:center}.buyButton__text{display:flex;align-items:center;font-size:17px;padding-bottom:2px}.buyButton__data{display:flex;align-items:center}.buyButton__icon{padding-left:7px;display:flex;align-items:center}.buyButton__icon svg{width:22px;height:22px}.buyButton__price{display:flex;align-items:center;padding-left:2px;font-weight:700;font-size:15px}.buyButton__price_old{text-decoration:line-through;text-decoration-thickness:1px}body[data-theme=light]{--text-color: #525252}body[data-theme=dark]{--text-color: #e2e2e2}.infoModal__top{text-align:center}.infoModal__media{display:flex;justify-content:center}.infoModal__mediaContent{display:flex;align-items:center;justify-content:center}.infoModal__mediaContent,.infoModal__mediaContent svg{width:180px;height:180px;fill:var(--corporate-blue)}.infoModal__labels{display:flex;justify-content:center;padding-top:15px}.infoModal__labels_underTitle{padding-top:0;padding-bottom:5px}.infoModal__label{padding-right:10px}.infoModal__title{padding-top:20px;text-align:center;font-size:22px}.infoModal__moreLink{font-weight:500;display:flex;justify-content:center;align-items:center}.infoModal__moreLink svg{width:17px;height:17px}.infoModal__description{text-align:center;padding-bottom:5px}.infoModal__text{position:relative;max-height:150px;overflow-y:scroll;padding-top:20px;padding-bottom:20px;background:transparent;color:var(--text-color);font-size:16px;scrollbar-width:none;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 30px,black calc(100% - 30px),transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,black 30px,black calc(100% - 30px),transparent 100%)}.infoModal__text::-webkit-scrollbar{display:none}.infoModal__control{padding-top:10px}body[data-theme=light]{--text-color: #525252;--check-green: rgb(0, 171, 0)}body[data-theme=dark]{--text-color: #e2e2e2;--check-green: rgb(0, 83, 0)}.strategyResultsModal__top{display:flex;flex-direction:column;align-items:center}.strategyResultsModal__controls{width:250px}.strategyResultsModal__media{padding-top:20px;display:flex;flex-direction:column;align-items:center}.strategyResultsModal__mediaContent{width:120px;height:120px}.strategyResultsModal__mediaContent svg{fill:var(--check-green)}.strategyResultsModal__title{padding-top:10px;text-align:center}.strategyResultsModal__when{padding-bottom:10px;text-align:center;font-size:12px;color:var(--foreground-color-light)}.strategyResultsModal__control{padding-top:10px}.strategyResultsModal__results{padding-bottom:10px}.strategyResultsModal__listValue{display:flex;align-items:center;font-size:14px;font-weight:600}.strategyResultsModal__listValueIcon{padding-left:4px;display:flex;align-items:center}.strategyResultsModal__listValueIcon svg{width:18px;height:18px}.strategyResultsModal__listValueIcon_rating svg{fill:var(--corporate-blue)}.userInfoModal__header{text-align:center;padding-top:10px;padding-bottom:20px}.userInfoModal__list{padding-bottom:10px}.userInfoModal__listValue{display:flex;align-items:center;font-size:14px;font-weight:600}.userInfoModal__listValueIcon{padding-left:4px;display:flex;align-items:center}.userInfoModal__listValueIcon svg{width:18px;height:18px}.userInfoModal__listValueIcon_rating svg{fill:var(--corporate-blue)}.modal{z-index:1000}.modal__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0000;display:flex;justify-content:center;align-items:flex-end;transition:background-color .3s ease-out}.modal__overlay_fadeIn{background-color:#00000080}.modal__overlay_fadeOut{background-color:#0000}.modal__window{background:var(--modal-background-color);border-radius:8px;padding:15px 15px 40px;transform:translateY(150%);transition:transform .3s ease;width:100%;max-height:700px}.modal__header{display:flex;justify-content:flex-end}.modal__closeButton{height:30px}.modal__closeButton svg{width:30px;height:30px;fill:var(--tint-color)}.modal_slideUp{transform:translateY(0)}.modal_slideDown{transform:translateY(150%)}body[data-theme=light],body[data-theme=dark]{--lpBadge-basic-color: #2d2d2d;--lpBadge-basic-bg: #cfcfcf}.lpBadge{position:relative;-webkit-user-select:none;user-select:none}.lpBadge__badge{position:relative;padding:3px 7px;border-radius:6px;font-size:18px;font-weight:700;text-align:center;-webkit-user-select:none;user-select:none}.lpBadge__badge_gold{background-image:url(/tma/_badgeGoldBg.svg?v106);background-size:cover;color:#000;border:1px solid #f0d20d}.lpBadge__badge_direction.lpBadge__badge_gold{background-image:url(/tma/badgeDirectionGoldBg.svg?v106)}.lpBadge__badge_silver{background-image:url(/tma/_badgeSilverBg.svg?v106);background-size:cover;color:#000;border:1px solid #c5c5c5}.lpBadge__badge_direction.lpBadge__badge_silver{background-image:url(/tma/badgeDirectionSilverBg.svg?v106)}.lpBadge__badge_bronze{background-image:url(/tma/_badgeBronzeBg.svg?v106);background-size:cover;color:#fff}.lpBadge__badge_direction.lpBadge__badge_bronze{background-image:url(/tma/badgeDirectionBronzeBg.svg?v106)}.lpBadge__badge_turquoise{background-image:url(/tma/_badgeTurquoiseBg.svg?v106);background-size:cover;color:#fff}.lpBadge__badge_direction.lpBadge__badge_turquoise{background-image:url(/tma/badgeDirectionTurquoiseBg.svg?v106)}.lpBadge__badge_blue{background-image:url(/tma/_badgeBlueBg.svg?v106);background-size:cover;color:#fff}.lpBadge__badge_direction.lpBadge__badge_blue{background-image:url(/tma/badgeDirectionBlueBg.svg?v106)}.lpBadge__badge_basic{background-image:url(/tma/_badgeCorporateBlueBg.svg?v106);background-size:cover;color:#fff}.lpBadge__badge_direction.lpBadge__badge_basic{background-image:url(/tma/badgeDirectionCorporateBlueBg.svg?v106)}.lpBadge_animated{animation:swing-bounce-rotate 3s infinite ease-in-out}.lpBadge__badge_direction.lpBadge_animated{animation:swing-bounce-rotate-direction 3s infinite ease-in-out}.lpBadge__badge_direction{font-size:12px;font-weight:700;display:flex;align-items:center}.lpBadge_medium{font-size:16px;padding:2px 6px;border-radius:4.5px}.lpBadge_large{font-size:44px;padding:20px 30px;border-radius:15px}.lpBadge__badge_direction.lpBadge_large{height:auto;font-size:44px;padding:20px 30px;border-radius:15px}@keyframes swing-bounce-rotate-direction{0%,to{transform:translateY(0)}25%{transform:translateY(-2px)}50%{transform:translateY(0)}75%{transform:translateY(-2px)}}@keyframes swing-bounce-rotate{0%,to{transform:translateY(5px)}25%{transform:translateY(10px)}50%{transform:translateY(5px)}75%{transform:translateY(10px)}}.directionLeaderboardListItem{display:flex;padding:2px 0;justify-content:space-between}.directionLeaderboardListItem__left{display:flex;align-items:center}.directionLeaderboardListItem__place{width:50px;display:flex;justify-content:center}.directionLeaderboardListItem__right{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;padding-right:7px}.directionLeaderboardListItem__date{font-size:12px;color:var(--foreground-color-light)}.directionLeaderboardListItem__collectible{padding-left:10px;display:flex;flex-direction:column;justify-content:space-between}.directionLeaderboardListItem__card{display:flex;align-items:center;margin-left:15px;width:80px;height:80px}.directionLeaderboardListItem__xp{font-weight:700;font-size:18px;text-align:right}.directionLeaderboard{position:relative;overflow:hidden}.directionLeaderboard__bg{position:absolute;width:100%;height:250px;z-index:0;top:0;right:0;bottom:0;left:0;pointer-events:none;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 70%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to bottom,#000,#000 70%,#0000)}.directionLeaderboard__bg_basic{background:var(--gradient-palette-direction-basic)}.directionLeaderboard__bg_uncommon{background:var(--gradient-palette-direction-uncommon)}.directionLeaderboard__bg_advanced{background:var(--gradient-palette-direction-advanced)}.directionLeaderboard__bg_innovative{background:var(--gradient-palette-direction-innovative)}.directionLeaderboard__bg_cutting-edge{background:var(--gradient-palette-direction-cutting-edge)}.directionLeaderboard__content{position:relative;z-index:1}.directionLeaderboard__top{z-index:10;display:flex;justify-content:center;align-items:center;flex-direction:column}.directionLeaderboard__labels{display:flex;justify-content:center;align-items:center;width:100%;background-color:#ffffff80}.directionLeaderboard__label{display:flex;align-items:center;padding:6px}.directionLeaderboard__heading.directionLeaderboard__heading_cutting-edge{color:#fff}.directionLeaderboard__heading{display:flex;flex-direction:column;align-items:center;padding:20px}.directionLeaderboard__heading h1{font-weight:700}.directionLeaderboard__lists{padding-top:5px;padding-bottom:20px;z-index:10}.directionLeaderboard__list{padding-bottom:10px}.tabBar__content{display:flex;flex-direction:row;justify-content:space-around;align-items:center;background-color:var(--tabbar-bg);color:var(--tabbar-item-color);padding:5px 0;border-top:1px solid var(--tabbar-topline-color)}.tabBar__item{flex:1;display:flex;align-items:center;justify-content:center;text-decoration:none;outline:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.tabBar__item svg{width:35px;height:35px}.tabBar__item_active svg{color:var(--tabbar-item-color-active)}body[data-theme=light]{--toast-bg: #51778e;--toast-font-color: #fff}body[data-theme=dark]{--toast-bg: #595959;--toast-font-color: #fff}.toast{z-index:1001;position:absolute;display:flex;justify-content:center;width:100%;top:20px}.toast__window{background:var(--toast-bg);color:var(--toast-font-color);border-radius:8px;height:40px;display:flex;align-items:center;opacity:1;transition:opacity .5s ease}.toast__content{display:flex;align-items:center;padding:10px 17px 10px 15px}.toast__icon{display:flex;align-items:center}.toast__icon svg{width:22px;height:22px}.toast__text{font-size:18px;padding-left:5px;font-weight:500}.toast_show{opacity:1}.toast_hide{opacity:0}body[data-theme=light]{--switch-bg-off: #e4e4e4;--switch-bg-handle: #fff}body[data-theme=dark]{--switch-bg-off: #959595;--switch-bg-handle: #e0e0e0}.switch{width:50px;height:30px;border-radius:15px;background-color:var(--switch-bg-off);position:relative;cursor:pointer;transition:background-color .3s ease;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.switch_on{background-color:var(--corporate-turquoise)}.switch__handle{width:26px;height:26px;border-radius:50%;background-color:var(--switch-bg-handle);position:absolute;top:2px;left:2px;transition:transform .3s ease}.switch_on .switch__handle{transform:translate(20px)}.switch_off.switch_currency{background-color:#ffb526}.switch_currency.switch_off .switch__handle{background-color:#fff0c2}.currencySwitch{display:flex;align-items:center}.currencySwitch__label{font-size:14px;padding:0 5px;font-weight:600}.currencySwitch__label_disabled{color:var(--tint-color)}.productListItem__content{display:flex;padding:5px 0;justify-content:space-between}.productListItem__title{font-size:14px;font-weight:600}.productListItem__data,.productListItem__subject{max-width:80%;font-size:12px;color:var(--foreground-color-light);padding-top:5px}.productListItem__date{font-size:10px;color:var(--foreground-color-light);padding-top:5px}.productListItem__right{display:flex;align-items:center;justify-content:center}.productListItem__value{font-weight:600;font-size:15px}.productListItem__value_positive{color:var(--corporate-turquoise)}.productListItem__value_ratingNegative{color:#ff4e4e}.productListItem__icon{display:flex;padding-left:3px}.productListItem__icon svg{width:18px;height:18px}.productListItem__icon_rating svg{fill:var(--corporate-turquoise)}.skeleton{background:linear-gradient(90deg,var(--skeleton-color) 25%,var(--skeleton-shine) 50%,var(--skeleton-color) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite linear}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.speedometer{cursor:pointer;touch-action:manipulation;user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent}.topBar{display:flex;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box;border-bottom:1px solid var(--topLine-border);background-color:var(--topLine-bg);height:45px}.topBar__content{display:flex;align-items:center;justify-content:space-between;width:100%}.topBar__leftContent{display:flex;flex-direction:row;gap:0 5px}.topBar__balances{display:flex;align-items:center}.topBar__balance{padding-left:10px;display:flex;align-items:center}.topBar__balanceIcon{display:flex;align-items:center}.topBar__balanceIcon svg{width:22px;height:22px}.topBar__balanceIcon_ton svg{width:18px;height:18px}.topBar__balanceValue{font-weight:500;font-size:15px;line-height:18px;padding-right:4px}.topBar__balanceValue_ton{padding-right:5px}.buySuWeeklyBoostPage{padding-bottom:20px}.buySuWeeklyBoostPage__suValue{font-size:50px;line-height:50px;font-weight:700;text-align:center}.buySuWeeklyBoostPage__header{padding-top:10px;text-align:center;padding-bottom:20px;line-height:30px}.buySuWeeklyBoostPage__media{padding-top:20px;display:flex;justify-content:center}.buySuWeeklyBoostPage__media svg{width:220px;height:220px}.buySuWeeklyBoostPage__cooldown{display:flex;justify-content:center;align-items:center;height:100px}.buySuWeeklyBoostPage__cooldown h2{text-align:center;color:var(--empty-list-header-color)}.buySuWeeklyBoostPage__currencySwitch{display:flex;justify-content:center;padding-bottom:20px}.createDirectionPage__top{display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:var(--user-content-background-color)}.createDirectionPage__top_select{padding-top:20px;padding-bottom:20px}.createDirectionPage__header{padding-top:10px;text-align:center}.createDirectionPage__description{padding-top:10px;color:var(--foreground-color);text-align:center}.createDirectionPage__tabsDescription{padding-top:5px;display:flex;justify-content:flex-start;width:100%}.createDirectionPage__animation{width:200px;height:200px}.createDirectionPage__list{padding-top:20px}.createDirectionPage__data{padding-top:27px;padding-bottom:20px}.createDirectionPage__collectibleInfo{padding-top:5px}.createDirectionPage__collectibleInfo p{padding:0 10px;font-size:14px;font-weight:400;color:var(--foreground-color);text-align:center;width:100%}.createDirectionPage__currencySwitch{padding-top:10px;padding-bottom:3px;display:flex;justify-content:center}.createDirectionPage__tonButton{display:inline-flex;align-items:center}.createDirectionPage__tonButton .tonBlockchain{padding-right:3px}.createDirectionPage__tonButton svg{width:15px;height:15px;display:inline-flex;align-self:center}.createDirectionPage__data_select{padding-top:10px}.createDirectionPage__listControls{display:flex;justify-content:space-around;padding-bottom:5px}.createDirectionPage__listControl button{font-size:10px}.createDirectionPage__mintOnlyLabel{padding-bottom:10px;display:inline-flex;justify-content:center}.createDirectionPage__listDirections{padding-bottom:20px}.createDirectionPage__directionCard{padding-top:30px;padding-bottom:20px}.createDirectionPage__directionCard svg{width:200px;height:200px}.createDirectionPage__balance{padding-left:10px;display:flex;align-items:center}.createDirectionPage__balanceIcon{display:flex;align-items:center}.createDirectionPage__balanceIcon svg{width:22px;height:22px}.createDirectionPage__balanceValue{font-weight:500;font-size:15px;line-height:18px;padding-right:4px}.createDirectionPage__buyButton{padding-top:10px}.createDirectionPage__walletConnectButton{display:flex;justify-content:center;padding-bottom:10px}.createDirectionPage__walletConnectMessage p{font-size:16px;font-weight:400;color:var(--foreground-color);text-align:center;width:100%}body[data-theme=light]{--button-toggle-bg: #fff;--button-toggle-color: #434343}body[data-theme=dark]{--button-toggle-bg: #272727;--button-toggle-color: #fff}.buttonsToggle{overflow-x:auto;white-space:nowrap}.buttonsToggle__controls{display:flex;gap:8px;padding-top:2px;padding-bottom:10px;overflow-x:auto;white-space:nowrap;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#c5c5c5;-ms-overflow-style:-ms-autohiding-scrollbar}.buttonsToggle__controls::-webkit-scrollbar{height:2px}.buttonsToggle__controls::-webkit-scrollbar-track{background-color:transparent}.buttonsToggle__controls::-webkit-scrollbar-thumb{background-color:#c5c5c5;border-radius:2px}.buttonsToggle__controls::-webkit-scrollbar-thumb:hover{height:2px}.buttonsToggle__control{flex:0 0 auto;padding:5px 8px;background-color:var(--button-toggle-bg);color:var(--button-toggle-color);border:none;border-radius:6px;cursor:pointer;transition:background .3s ease;font-size:15px;font-weight:500}.buttonsToggle__control_selected1{background:var(--gradient-palette-direction-basic)}.buttonsToggle__control_selected2{background:var(--gradient-palette-direction-uncommon)}.buttonsToggle__control_selected3{background:var(--gradient-palette-direction-advanced)}.buttonsToggle__control_selected4{background:var(--gradient-palette-direction-innovative)}.buttonsToggle__control_selected5{background:var(--gradient-palette-direction-cutting-edge);color:#fff}.directionListItem{display:flex;padding:2px 0;justify-content:space-between}.directionListItem__title{display:flex;align-items:center}.directionListItem__titleText{font-size:16px;font-weight:600}.directionListItem__titleLabel{padding-left:5px}.directionListItem__title_unavailable{color:var(--foreground-color-light)}.directionListItem__data{font-size:14px;color:var(--foreground-color-light)}.directionListItem__listIcon{display:flex;align-items:center}.directionListItem__listIcon svg{width:25px;height:25px;opacity:.3}body[data-theme=light]{--bar-bg: #dedede;--lightning-inactive-bg: #d6d6d6;--lightning-active-bg: rgb(255, 0, 0);--gradient-palette-progress-advanced: linear-gradient( 90deg, #53ad92, #88d2c6 );--gradient-palette-progress-innovative: linear-gradient( 90deg, #84add6, #8dbcdb, #85cad3, #85d5d7, #8bd6cf, #8dd7bf );--su-warning-color: #d6c401}body[data-theme=dark]{--bar-bg: #414141;--lightning-inactive-bg: #4f4f4f;--lightning-active-bg: rgb(255, 0, 0);--gradient-palette-progress-advanced: linear-gradient( 90deg, #53ad92, #88d2c6 );--gradient-palette-progress-innovative: linear-gradient( 90deg, #84add6, #8dbcdb, #85cad3, #85d5d7, #8bd6cf, #8dd7bf );--su-warning-color: #f2ea7b}.directionSuProgress{display:flex;justify-content:space-between;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.directionSuProgress__data{width:100%}.directionSuProgress__top{display:flex;justify-content:space-between}.directionSuProgress__title{display:flex;align-items:center;font-style:normal;font-weight:600;font-size:14px}.directionSuProgress__title svg{margin-left:2px;vertical-align:middle;width:17px;height:17px;fill:var(--link-color-light)}.directionSuProgress__values{font-size:13px;font-weight:600;padding-right:14px;display:flex;align-items:center}.directionSuProgress__divider{padding:0 2px}.directionSuProgress__burnedValue{padding:1px 2px;font-size:10px;margin-right:5px;background-color:transparent;border-radius:3px;display:flex;justify-content:center;align-items:center;vertical-align:middle;text-align:center;line-height:normal;border:1px solid #84add6}.directionSuProgress__burnedValue_warning{font-size:9px}.directionSuProgress__values_unavailable,.directionSuProgress__title_unavailable h4{color:var(--tint-color)}.directionSuProgress__bottom{display:flex;align-items:center}.directionSuProgress__icon{height:20px}.directionSuProgress__icon svg{width:15px;height:15px;transition:fill .4s ease-in-out,fill-opacity 1s ease-in;fill:var(--bar-bg)}.directionSuProgress__icon_1_lightning,.directionSuProgress__icon_lightningCondition{position:relative}.directionSuProgress__icon_1_lightning_inProgress svg{fill:var(--corporate-blue);animation:iconSoftBreath 2s cubic-bezier(.1,.8,.3,1) infinite}@keyframes iconSoftBreath{0%{transform:scale(1)}6%{transform:scale(1.2)}12%{transform:scale(1)}18%{transform:scale(1)}24%{transform:scale(1.3)}30%{transform:scale(1)}31%,to{transform:scale(1)}}.directionSuProgress__icon_lightningCondition svg{fill:#fa0;fill-opacity:1;transform-origin:center;animation:iconHeartbeatShake 2s cubic-bezier(.25,.8,.25,1) infinite}.directionSuProgress__icon_lightningCondition:before{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;border-radius:50%;box-shadow:0 0 12px #fa0;opacity:0;z-index:1;animation:auraHeartbeatWaves 2s cubic-bezier(.1,.8,.3,1) infinite}@keyframes auraHeartbeatWaves{0%{transform:translate(-50%,-50%) scale(1);opacity:1;filter:blur(1px)}14%{transform:translate(-50%,-50%) scale(2.2);opacity:0;filter:blur(4px)}18%{transform:translate(-50%,-50%) scale(1);opacity:1;filter:blur(1px)}32%{transform:translate(-50%,-50%) scale(2.6);opacity:0;filter:blur(5px)}33%,to{transform:translate(-50%,-50%) scale(1);opacity:0}}@keyframes iconHeartbeatShake{0%{transform:scale(1) rotate(0)}4%{transform:scale(1.25) rotate(-5deg)}8%{transform:scale(1.1) rotate(4deg)}12%{transform:scale(1) rotate(0)}18%{transform:scale(1) rotate(0)}22%{transform:scale(1.3) rotate(6deg)}26%{transform:scale(1.1) rotate(-3deg)}30%{transform:scale(1) rotate(0)}31%,to{transform:scale(1) rotate(0)}}.directionSuProgress__icon_outOfRange svg{fill:gold}.directionSuProgress__icon_risk svg{fill:#d80000}.directionSuProgress__bottomBars{display:flex;align-items:center;width:100%}.directionSuProgress__bar{position:relative;width:100%;height:8px;background-color:var(--bar-bg);overflow:hidden;display:flex;border-radius:7px}.directionSuProgress__fill{position:relative;overflow:hidden;height:100%;border-radius:7px;opacity:1;transition:opacity .4s ease-in-out,width .4s ease-in-out,background .4s ease-in-out}.directionSuProgress__fill_1{background:var(--corporate-blue-gradient)}.directionSuProgress__fill_2{background:var(--corporate-green-gradient)}.directionSuProgress__fill_3{background:var(--gradient-palette-progress-advanced)}.directionSuProgress__fill_4{background:var(--gradient-palette-progress-innovative)}.directionSuProgress__fill_5{background:var(--gradient-palette-direction-cutting-edge)}.directionSuProgress__fill_executing:before{content:"";position:absolute;top:0;left:0;width:200%;height:100%;background-image:repeating-linear-gradient(-20deg,rgba(255,255,255,.25) 0,rgba(255,255,255,.25) 5px,transparent 5px,transparent 10px);animation:inprogress-fade-stripes 5s ease-in-out infinite;pointer-events:none}@keyframes inprogress-fade-stripes{0%,to{transform:translate(0);opacity:1}50%{transform:translate(-50%);opacity:.5}}@media (prefers-reduced-motion: reduce){.directionSuProgress__fill_executing:before{animation:none}}.directionSuProgress__controls{display:flex;align-items:center;padding-left:1px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.directionSuProgress__control{padding:0 2px}.directionPublicDataTabs__toggle{display:flex;justify-content:center;padding-bottom:10px}.directionIncomeListItem{display:flex;justify-content:space-between;width:100%}.directionIncomeListItem__left{display:flex;justify-content:space-between}.directionIncomeListItem__icon{display:flex;align-items:center}.directionIncomeListItem__icon svg{width:35px;height:35px}.directionIncomeListItem__data{display:flex;flex-direction:column;justify-content:center;padding-left:8px}.directionIncomeListItem__values{display:flex;align-items:flex-start}.directionIncomeListItem__balance{display:flex;align-items:center;font-size:18px;font-weight:600;padding-right:5px}.directionIncomeListItem__todayIncome{display:flex;align-items:center;background-color:green;padding:0 3px;color:#fff;border-radius:4px;font-size:10px}.directionIncomeListItem__todayIncomeTitle{padding-right:3px;padding-bottom:1px}.directionIncomeListItem__todayIncomeValue{font-weight:600;font-size:12px}.directionIncomeListItem__name{font-weight:500;font-size:13px;display:flex;align-items:flex-end;color:var(--foreground-color)}.directionIncomeListItem__chart{width:50px;height:50px}.directionIncomeListItem__arrow{display:flex;align-items:center;justify-content:center}.directionIncomeListItem__arrow svg{width:30px;height:30px;fill:var(--tint-color)}.tonInfoLink{display:inline-flex;align-items:center}.tonInfoLink__text{font-weight:600;padding-right:3px}.tonInfoLink svg{width:15px;height:15px;display:inline-flex;align-self:center}body[data-theme=light]{--direction-control-fill: var(--corporate-blue);--direction-control-fill-disabled: #bfbfbf;--direction-control-disabled: #e8e8e8;--direction-control-disabled-text: #bfbfbf;--direction-status-active-bg: green;--direction-status-active-color: #fff;--direction-status-active-icon: #fff;--direction-status-warning-bg: #ffbdb5;--direction-status-warning-color: #611a15;--direction-status-warning-icon: #d93025;--direction-status-hibernated-bg: rgb(221, 221, 221);--direction-status-hibernated-color: var(--foreground-color);--direction-status-hibernated-icon: var(--foreground-color-light);--direction-notification-bg: #e8e8e8;--direction-tabs-bg: #f2f2f2}body[data-theme=dark]{--direction-control-fill: --direction-control-fill-disabled: #535353;--direction-control-disabled: #222222;--direction-control-disabled-text: #535353;--direction-status-active-bg: green;--direction-status-active-color: #fff;--direction-status-active-icon: #fff;--direction-status-warning-bg: #ff998e;--direction-status-warning-color: #540600;--direction-status-warning-icon: #d93025;--direction-status-hibernated-bg: rgb(65, 65, 65);--direction-status-hibernated-color: var(--foreground-color);--direction-status-hibernated-icon: var(--foreground-color-light);--direction-notification-bg: #363636;--direction-tabs-bg: #111111}.directionPage{padding-bottom:20px}.directionPage__head{display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:var(--user-content-background-color)}.directionPage__warningIcon svg{fill:var(--warning-color)}.directionPage__hibernationButton{display:flex;align-items:center}.directionPage__hibernationButton svg{width:25px;height:25px;fill:var(--corporate-blue)}.directionPage__top{background-color:var(--user-content-background-color);display:flex;justify-content:center;flex-direction:column;align-items:center;width:100%;padding-bottom:10px}.directionPage__topDirectionInfo{padding-top:10px;display:flex;justify-content:center}.directionPage__topDirectionInfoText{padding:0 10px;font-size:14px;font-weight:400;color:var(--foreground-color);text-align:center;width:100%}.directionPage__topDirectionCollectibleBadge{display:inline-flex;padding:0 5px}.directionPage__direction{width:100%}.directionPage__card{padding-top:10px;display:flex;justify-content:center;flex-direction:column;align-items:center}.directionPage__card svg{width:200px;height:200px}.directionPage__labels{display:flex;justify-content:center}.directionPage__labelsContainer{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding-top:5px;max-width:70%}.directionPage__label{display:inline-flex;flex:0 0 auto;padding:5px}.directionPage__notification{padding-top:6px;padding-bottom:5px}.directionPage__notificationContent{display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-color:var(--direction-notification-bg);border-radius:10px;padding:10px}.directionPage__notificationText{font-size:14px;color:var(--foreground-color);line-height:22px;text-align:center}.directionPage__notificationActions{padding-top:5px;padding-bottom:6px}.directionPage__statusContent{display:flex;align-items:center;justify-content:center;padding:2px 2px 2px 5px;border-radius:15px}.directionPage__status_active{background-color:var(--direction-status-active-bg)}.directionPage__status_warning{background-color:var(--direction-status-warning-bg)}.directionPage__status_hibernated{background-color:var(--direction-status-hibernated-bg)}.directionPage__statusTitle{font-size:10px;font-weight:700;display:flex;align-items:center;text-transform:uppercase}.directionPage__status_active .directionPage__statusTitle{color:var(--direction-status-active-color)}.directionPage__status_warning .directionPage__statusTitle{color:var(--direction-status-warning-color);padding-left:2px}.directionPage__status_hibernated .directionPage__statusTitle{color:var(--direction-status-hibernated-color)}.directionPage__statusIcon{display:flex;align-items:center;justify-content:center;padding-left:2px}.directionPage__statusIcon svg{width:18px;height:18px;fill:#fff}.directionPage__status_active .directionPage__statusIcon svg{fill:var(--direction-status-active-icon)}.directionPage__status_warning .directionPage__statusIcon svg{fill:var(--direction-status-warning-icon)}.directionPage__status_hibernated .directionPage__statusIcon svg{fill:var(--direction-status-hibernated-icon)}.directionPage__controls{display:flex;justify-content:center;width:100%;padding-top:10px;padding-bottom:10px}.directionPage__control{width:85px;padding:5px;border-radius:10px;display:flex;justify-content:center;align-items:center}.directionPage__control_disabled{background-color:var(--direction-control-disabled);color:var(--direction-control-disabled-text)}.directionPage__controlInner{flex-direction:column;align-items:center;display:flex}.directionPage__controlIcon{display:flex;align-items:center}.directionPage__controlIcon svg{width:25px;height:25px;fill:var(--corporate-blue)}.directionPage__controlIcon_big svg{width:35px;height:35px}.directionPage__control_disabled .directionPage__controlIcon svg{fill:var(--direction-control-fill-disabled)}.directionPage__controlText{font-size:14px;font-weight:500;padding-top:5px}.directionPage__controlText_center{text-align:center;-webkit-hyphens:none;hyphens:none}.directionPage__income{width:100%}.directionPage__publicData{padding-top:10px}.directionPage__strategy{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;padding-bottom:20px}.directionPage__strategySUHeading{padding-top:10px;display:flex;flex-direction:column;justify-content:center;color:var(--foreground-color);align-items:center}.directionPage__strategySUHeading svg{width:17px;height:17px;fill:var(--tint-color);margin-left:2px}.directionPage__strategySUHeader{display:flex;align-items:center}.directionPage__strategySuExecuting{min-width:250px}.directionPage__strategySuExecutingHeader{font-size:12px;color:var(--foreground-color);padding-bottom:5px}.directionPage__strategyEarnedCredits{padding-top:10px;display:flex;align-items:center;flex-direction:column}.directionPage__strategyEarnedCreditsHeader{font-size:12px;color:var(--foreground-color-light);display:inline-flex}.directionPage__strategyEarnedCreditsHeader span{padding-right:3px}.directionPage__strategyEarnedCreditsValue{display:flex;align-items:center}.directionPage__strategyEarnedCreditsValue h3{font-size:30px;font-weight:600;line-height:30px}.directionPage__strategyEarnedCreditsValue svg{width:25px;height:25px;margin-left:5px}.directionPage__strategySUBottom{display:flex;justify-content:space-between}.directionPage__strategySUInfoButton{display:flex;align-items:center}.directionPage__strategySUInfoButton svg{width:20px;height:20px;fill:var(--tint-color)}.directionPage__suResetButtonDisabled{color:var(--font-disabled-color)!important;cursor:not-allowed;box-shadow:none;transform:none;transition:none}.directionPage__strategySUControls .button{padding-right:5px}.directionPage__strategyValues{padding-top:10px}.directionPage__strategyValue{padding-bottom:15px}.directionPage__suHibernationNote{font-size:13px;color:var(--foreground-color-light);text-align:center;padding-bottom:5px}body[data-theme=light]{--bar-su-execution-bg: #e6e6e6;--bar-su-execution-fill: #b3b3b3}body[data-theme=dark]{--bar-su-execution-bg: #2a2a2a;--bar-su-execution-fill: #5c5c5c}.directionStrategyExecutionProgress{display:flex;justify-content:space-between;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.directionStrategyExecutionProgress__bar{position:relative;width:100%;height:10px;background-color:var(--bar-su-execution-bg);overflow:hidden;display:flex}.directionStrategyExecutionProgress__fill{position:relative;overflow:hidden;height:100%;opacity:1;transition:opacity .4s ease-in-out,width .4s ease-in-out,background .4s ease-in-out}.directionStrategyExecutionProgress__fill:before{content:"";position:absolute;top:50%;left:-16px;width:16px;height:16px;background:linear-gradient(-20deg,to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.6) 50%,rgba(255,255,255,0) 100%);transform:translateY(-50%);animation:move-ball-slow 2s ease-out infinite}@keyframes move-ball-slow{0%{left:-16px}to{left:calc(100% + 16px)}}.directionLeaderboardSectors{padding-top:12px;padding-bottom:10px}.userAvatar{display:flex;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none}.userAvatar__inner{position:relative;display:flex;align-items:center}.userAvatar__img{border-radius:50%;border-color:transparent;border-style:solid}.userAvatar__place{position:absolute;bottom:0;display:flex;justify-content:center;width:100%}.userAvatar__img_corporateTurquoise{background:linear-gradient(90deg,#00bda1,#00bca0,#01c7a9) border-box}.userAvatar__img_lightblue{background:linear-gradient(45deg,#8cb0c7,#9ed0f1) border-box}.userAvatar__img_blue{background:linear-gradient(45deg,#0077b7,#70cdff) border-box}.userAvatar__img_bronze{background:linear-gradient(45deg,#c49857,#f7ce8f) border-box}.userAvatar__img_silver{background:linear-gradient(45deg,#dbdbdb,#a2a2a2) border-box}.userAvatar__img_gold{background:linear-gradient(45deg,#eac803,#ffef91) border-box}body[data-theme=light]{--rating-100-color: #7097b0;--rating-500-color: #0284c7;--rating-1000-color: #00b6c0;--rating-2000-color: #00a28a;--rating-5000-color: #7202c7;--rating-10000-color: #b002c7;--rating-na-color: #a2a2a2}body[data-theme=dark]{--rating-100-color: var(--corporate-blue);--rating-500-color: #00b99d;--rating-1000-color: #00d3de;--rating-2000-color: #00a28a;--rating-5000-color: #a742f5;--rating-10000-color: #d737ed;--rating-na-color: #afafaf}.userRating{display:flex;flex-direction:row;align-items:flex-start}.userRating__value{display:flex;align-items:flex-start;font-weight:700;font-size:15px}.userRating__large .userRating__value{font-size:50px;line-height:50px}.userRating_na .userRating__value{color:var(--rating-na-color)}.userRating_100 .userRating__value{color:var(--rating-100-color)}.userRating_500 .userRating__value{color:var(--rating-500-color)}.userRating_1000 .userRating__value{color:var(--rating-1000-color)}.userRating_2000 .userRating__value{color:var(--rating-2000-color)}.userRating_5000 .userRating__value{color:var(--rating-5000-color)}.userRating_10000 .userRating__value{color:var(--rating-10000-color)}.userRating__icon{padding-left:1px;display:flex;align-items:flex-start}.userRating__icon svg{width:19px;height:19px}.userRating__large .userRating__icon svg{width:50px;height:50px}.userRating_na .userRating__icon svg{fill:var(--rating-na-color)}.userRating_100 .userRating__icon svg{fill:var(--rating-100-color)}.userRating_500 .userRating__icon svg{fill:var(--rating-500-color)}.userRating_1000 .userRating__icon svg{fill:var(--rating-1000-color)}.userRating_2000 .userRating__icon svg{fill:var(--rating-2000-color)}.userRating_5000 .userRating__icon svg{fill:var(--rating-5000-color)}.userRating_10000 .userRating__icon svg{fill:var(--rating-10000-color)}.entrepreneursLeaderboardListItem{display:flex;align-items:center;padding:5px;min-width:0}.entrepreneursLeaderboardListItem__left{display:flex;align-items:center;flex:0 0 auto;min-width:0}.entrepreneursLeaderboardListItem__place{width:50px;display:flex;justify-content:center}.entrepreneursLeaderboardListItem__avatar{display:flex;align-items:center;flex-shrink:0;padding-left:10px}.entrepreneursLeaderboardListItem__right{display:flex;align-items:center;justify-content:space-between;flex:1 1 auto;min-width:0}.entrepreneursLeaderboardListItem__name{padding-left:3px;display:flex;justify-content:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.entrepreneursLeaderboardListItem__name span{font-size:15px;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:3px 5px}.entrepreneursLeaderboardListItem__rating{padding-left:5px;padding-right:5px}body[data-theme=light]{--enterpreneurs-main-leaderboard-bg: #fbfbfb}body[data-theme=dark]{--enterpreneurs-main-leaderboard-bg: #161616}.entrepreneursLeaderboard{padding-bottom:20px}.entrepreneursLeaderboard__topsWrapper{background-color:var(--enterpreneurs-main-leaderboard-bg);height:215px;padding-top:20px}.entrepreneursLeaderboard__tops{display:flex;justify-content:space-around;align-items:flex-end;width:100%}.entrepreneursLeaderboard__top{flex-shrink:0;position:relative}.entrepreneursLeaderboard__1{padding-bottom:10px}.entrepreneursLeaderboard__topUserData{position:absolute;display:flex;flex-direction:column;align-items:center;width:100%}.entrepreneursLeaderboard__topUserName{padding-top:11px;text-align:center;display:flex;justify-content:center;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.entrepreneursLeaderboard__topUserName_me{padding-top:14px;padding-bottom:2px}.entrepreneursLeaderboard__topUserName span{font-size:14px;font-weight:700;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0 3px}.entrepreneursLeaderboard__topUserName_me span{background-color:var(--focus-blue);border-radius:5px;color:#f7f7f7}.entrepreneursLeaderboard__list{padding-bottom:10px;padding-top:10px}.leaderboardMainPage__top{background-color:var(--user-content-background-color)}.leaderboardMainPage__heading{display:flex;flex-direction:column;align-items:center;padding-top:10px}.leaderboardMainPage__controls_pb10{padding-bottom:10px}.leaderboardMainPage__controlsMain{display:flex;justify-content:center;padding:10px 0}.leaderboardMainPage__controlsDirections{padding-bottom:4px}body[data-theme=light],body[data-theme=dark]{--refill-button-bg: linear-gradient( 135deg, #fffb6b 0%, #fff71c 50%, #ffdc2a 100% )}.refillButton{all:unset;border-radius:5px;padding:0 7px;cursor:pointer;height:20px;position:relative;overflow:hidden;background:var(--refill-button-bg);display:inline-flex;align-items:center;justify-content:center;color:#1a237e;font-size:11px;font-weight:700;text-transform:uppercase;box-shadow:0 0 10px #fff71c4d;transition:transform .2s ease}.refillButton:after{content:"";position:absolute;left:4px;top:calc(50% - 1px);width:8px;height:8px;background-color:#fff;clip-path:polygon(50% 0%,65% 35%,100% 50%,65% 65%,50% 100%,35% 65%,0% 50%,35% 35%);filter:drop-shadow(0 0 2px #fff);animation:starBlink 2.5s ease-in-out infinite}@keyframes starBlink{0%,to{transform:scale(0);opacity:0}10%,25%{transform:scale(1);opacity:1}35%{transform:scale(0);opacity:0}}.refillButton:hover{transform:scale(1.05)}.refillButton__content{display:flex;align-items:center}.refillButton__text{display:flex;align-items:center;font-size:11px;font-weight:700;padding-right:3px;padding-left:1px}.refillButton__text svg{width:18px;height:18px;fill:var(--corporate-turquoise)}.refillButton__data{display:flex;align-items:center}.refillButton__icon{display:flex;align-items:center;padding-right:2px}.refillButton__icon svg{width:16px;height:16px}.refillButton__price{display:flex;align-items:center;font-weight:700;font-size:11px}body[data-theme=light]{--user-su-progress-bg: #cdcdcd}body[data-theme=dark]{--user-su-progress-bg: #535353;--user-su-progress-font-color: #fff}.userSU{display:flex;flex-direction:column;align-items:center;text-align:center}.userSU__bar{position:relative;width:100%;height:25px;background-color:var(--user-su-progress-bg);border-radius:5px;overflow:hidden;display:flex;align-items:center}.userSU__barInfo{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.userSU__center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:1px;white-space:nowrap}.userSU__text{font-size:14px;font-weight:700}.userSU__refill{position:absolute;right:5px;top:50%;transform:translateY(-50%);z-index:2;pointer-events:auto;display:flex;align-items:center}.userSU__fill{position:relative;overflow:hidden;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#0196aa,#00c1a4,#00d196);transition:width 2s ease-in-out,background 2s ease-in-out}.userSU__fill_animated:before{content:"";position:absolute;top:0;left:0;width:200%;height:100%;background-image:repeating-linear-gradient(40deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.1) 4px,transparent 5px,transparent 15px);animation:stripes-move 20s linear infinite;pointer-events:none}@keyframes stripes-move{0%{transform:translate(0)}to{transform:translate(-50%)}}.userSU__fill_level1{background:linear-gradient(90deg,#019faa,#00c1a4,#00d196,#008abc)}.userSU__fill_extraMedium{background:linear-gradient(90deg,#018baa,#00c1a4,#00d196,#746ce4,#803ba5)}.userSU__fill_extraHigh{background:linear-gradient(90deg,#018baa,#00c1a4,#00d196,#470d67,#711b9f,#9c57c1)}.userSU__text{font-size:14px;font-weight:700;display:block;color:var(--font-color)}.userSU__icon{display:flex;align-items:center}.userSU__icon svg{width:18px;height:18px;fill:#ffd774;stroke:#3e3e3e;stroke-width:.5px}.userSU__info{display:flex;flex-direction:row;justify-content:space-between;width:100%;padding-top:3px;padding-bottom:5px;align-items:center}.userSU__infoHeader{display:flex;flex-direction:row;align-items:center}.userSU__infoHeader svg{margin-left:3px;cursor:pointer;width:20px;height:20px;fill:var(--tint-color)}.profile__user{background-color:var(--user-content-background-color);position:relative;overflow:hidden}.profile__animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.profile__userContent{padding-bottom:10px;padding-top:15px;position:relative}.profile__userContent_pb{padding-bottom:20px}.profile__userInfo{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:10px}.profile__userSU{padding-top:5px}.profile__userData{padding-bottom:5px}.profile__userFullNameAndRating{display:flex;flex-direction:row;align-items:center;font-weight:700}.profile__userFullName{display:flex;align-items:flex-end;padding-right:5px;font-size:23px}.profile__username{display:flex;justify-content:center;font-weight:500}.profile__directionsHeader{display:flex;justify-content:space-between;padding:10px 0;align-items:center}.profile__directionsTitle{display:flex;flex-direction:row;align-items:center}.profile__directionsTitle svg{margin-left:3px;cursor:pointer;width:20px;height:20px;fill:var(--tint-color)}.profile__directionsList{padding-bottom:10px;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:10px;justify-content:flex-start}.profile__directionsListEmpty{display:flex;justify-content:center;align-items:center;width:100%}.profile__directionsListEmpty h2{width:70%;height:150px;text-align:center;display:flex;justify-content:center;align-items:center;align-content:center;color:var(--empty-list-header-color)}.profile__direction{flex:0 0 calc((100% - 21px) / 3);display:flex}.userPage__top{background-color:var(--topLine-bg)}.transactionListItem__content{display:flex;padding:2px 0;justify-content:space-between}.transactionListItem__title{font-size:14px;font-weight:600}.transactionListItem__subject{max-width:80%;font-size:12px;color:var(--foreground-color-light)}.transactionListItem__date{font-size:10px;color:var(--foreground-color-light)}.transactionListItem__right{display:flex;align-items:center;justify-content:center}.transactionListItem__value{font-weight:600;font-size:15px}.transactionListItem__value_positive{color:var(--corporate-turquoise)}.transactionListItem__value_ratingNegative{color:#ff4e4e}.transactionListItem__icon{display:flex;padding-left:3px}.transactionListItem__icon svg{width:18px;height:18px}.transactionListItem__icon_rating svg{fill:var(--corporate-blue)}.userRatingPage__content{padding-top:20px;padding-bottom:20px}.userRatingPage__top{display:flex;justify-content:center;flex-direction:column;align-items:center}.userRatingPage__media{display:flex;justify-content:center;padding-top:20px;align-items:flex-end;width:180px}.userRatingPage__mediaContent{display:flex;align-items:center;flex-direction:column}.userRatingPage__header{text-align:center}.userRatingPage__fullRatingValue{color:var(--foreground-color-light)}.userRatingPage__meta{padding-top:10px;display:flex;justify-content:center}.userRatingPage__text{position:relative;height:200px;overflow-y:scroll;padding-top:20px;padding-bottom:20px;background:transparent;color:var(--description-color);font-size:16px;scrollbar-width:none;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 30px,black calc(100% - 30px),transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,black 30px,black calc(100% - 30px),transparent 100%)}.userRatingPage__text::-webkit-scrollbar{display:none}.userRatingPage__list{padding-top:10px}.userRatingPage__noDataHeader{display:flex;justify-content:center;align-items:center;width:100%}.userRatingPage__noDataHeader h2{width:70%;height:150px;text-align:center;display:flex;justify-content:center;align-items:center;align-content:center;color:var(--empty-list-header-color)}.listItemSwitch{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.listItemSwitch__left{display:flex;align-items:center}.listItemSwitch__left .listItemSwitch__infoButton{padding-left:3px}body[data-theme=light],body[data-theme=dark]{--config-icon-fill: var(--corporate-blue)}.userSettingsPage__top{padding-top:20px;display:flex;justify-content:center;align-items:center;flex-direction:column}.userSettingsPage__top svg{fill:var(--config-icon-fill);width:150px;height:150px}.userSettingsPage__configs{padding-top:20px}.userSettingsPage__list{padding-bottom:20px}.input{background-color:transparent;padding:10px 15px;font-size:25px;font-weight:700;color:var(--font-color);outline:none;width:300px;box-sizing:border-box;box-shadow:none;text-align:center;width:100%;display:block}.input::placeholder{color:var(--placeholder-color);font-weight:500;opacity:1}.input::-webkit-input-placeholder{color:var(--placeholder-color);font-weight:500}.input:-moz-placeholder{color:var(--placeholder-color);font-weight:500;opacity:1}.input::-moz-placeholder{color:var(--placeholder-color);font-weight:500;opacity:1}.input:-ms-input-placeholder{color:var(--placeholder-color);font-weight:500}.buyCreditsPage{padding-top:40px}.buyCreditsPage__logo svg{width:75px;height:75px}.buyCreditsPage__content{display:flex;justify-content:center;flex-direction:column;align-items:center}.buyCreditsPage__header{font-size:18px}.buyCreditsPage__data{display:flex;flex-direction:column;align-items:center;width:100%}.buyCreditsPage__controls{display:flex;width:100%;flex-direction:column}.buyCreditsPage__input{width:100%;padding-top:10px}.buyCreditsPage__button,.buyCreditsPage_inputHeader,.buyCreditsPage_input{padding-top:20px}.orderListItem__content{display:flex;padding:2px 0;justify-content:space-between}.orderListItem__left{max-width:70%}.orderListItem__title{font-size:14px;font-weight:600}.orderListItem__title_error{color:#ff4848}.orderListItem__data,.orderListItem__subject{max-width:80%;font-size:12px;color:var(--foreground-color-light);padding-top:5px}.orderListItem__date{font-size:10px;color:var(--foreground-color-light);padding-top:5px}.orderListItem__right{display:flex;align-items:center;justify-content:center}.orderListItem__value{font-weight:600;font-size:15px}.orderListItem__value_positive{color:var(--corporate-turquoise)}.orderListItem__value_ratingNegative{color:#ff4e4e}.orderListItem__icon{display:flex;padding-left:3px}.orderListItem__icon svg{width:18px;height:18px}.orderListItem__icon_rating svg{fill:var(--corporate-turquoise)}.ordersPage{padding-top:40px;padding-bottom:20px}.ordersPage__head{display:flex;justify-content:center;padding-bottom:20px}.ordersPage__emptyListHeader{display:flex;justify-content:center;align-items:center;width:100%}.ordersPage__emptyListHeader h2{width:70%;height:150px;text-align:center;display:flex;justify-content:center;align-items:center;align-content:center;color:var(--empty-list-header-color)}body[data-theme=light]{--token-control-bg: #e7e7e7;--token-control-fill: #848484;--token-control-fill-disabled: #bfbfbf;--token-control-disabled: #e8e8e8;--token-control-disabled-text: #bfbfbf}body[data-theme=dark]{--token-control-bg: #333;--token-control-fill: #979797;--token-control-fill-disabled: #535353;--token-control-disabled: #222222;--token-control-disabled-text: #535353}.tokenPage{padding-top:40px;padding-bottom:20px}.tokenPage__top{display:flex;flex-direction:column;align-items:center}.tokenPage__logo svg{width:75px;height:75px}.tokenPage__tokenFullName{padding-bottom:20px;font-size:18px}.tokenPage__balance{display:flex}.tokenPage__balanceValue{font-size:25px;font-weight:500}.tokenPage__balanceTokenName{padding-left:7px;font-size:20px;font-weight:500;display:flex;align-items:center}.tokenPage__controls{padding-top:20px;display:flex;justify-content:center;padding-bottom:20px}.tokenPage__control{background-color:var(--token-control-bg);width:85px;height:85px;padding:5px;border-radius:10px;display:flex;justify-content:center;align-items:center}.tokenPage__control_disabled{background-color:var(--token-control-disabled);color:var(--token-control-disabled-text)}.tokenPage__controlInner{flex-direction:column;align-items:center;display:flex}.tokenPage__controlIcon{display:flex;align-items:center}.tokenPage__controlIcon svg{width:25px;height:25px;fill:var(--token-control-fill)}.tokenPage__control_disabled .tokenPage__controlIcon svg{fill:var(--token-control-fill-disabled)}.tokenPage__controlText{font-size:14px;font-weight:500}.tokenPage__noHistory{display:flex;justify-content:center;align-items:center;width:100%}.tokenPage__noHistory h2{width:70%;height:150px;text-align:center;display:flex;justify-content:center;align-items:center;align-content:center;color:var(--empty-list-header-color)}.walletTokenListItem{display:flex;justify-content:space-between;height:50px}.walletTokenListItem__info{display:flex}.walletTokenListItem__icon{display:flex;align-items:center}.walletTokenListItem__icon svg{width:35px;height:35px}.walletTokenListItem__name{font-weight:500;font-size:16px;padding-left:8px;display:flex;align-items:center}.walletTokenListItem__balance{display:flex;align-items:center;font-size:17px;font-weight:500}.tonConnectBtn *{box-shadow:none!important}.walletPage__content{padding-top:10px}.walletPage__head{display:flex;justify-content:space-between}.walletPage__header{display:flex;justify-content:center;padding:20px}.walletPage__top{display:flex;justify-content:center}.walletPage__switch{width:70%}.walletPage__tabContent{padding-top:20px}*{margin:0;padding:0;box-sizing:border-box}html{line-height:1.5;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:Arimo,sans-serif;line-height:1.5;background-color:#fff;color:#333;text-rendering:optimizeLegibility}a{text-decoration:none;color:inherit}a:focus,a:hover{text-decoration:underline}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}img{max-width:100%;height:auto;border-style:none}table{border-collapse:collapse;border-spacing:0;width:100%}td,th{padding:0;text-align:left}button,input,select,textarea{font:inherit;margin:0}button{background:none;border:none;padding:0;cursor:pointer}button:focus{outline:2px solid #005fcc}textarea{resize:vertical}input[type=search]{-webkit-appearance:none}details{display:block}summary{cursor:pointer}fieldset{border:0;padding:0;margin:0}legend{padding:0}svg{fill:currentColor}dialog{display:block;background-color:#fff;border:solid 1px rgba(0,0,0,.1);padding:1rem;border-radius:.5rem}dialog::backdrop{background:#0003}a:not([href]){color:inherit;text-decoration:none}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:6px}::-webkit-scrollbar-thumb:hover{background-color:#00000080}::-webkit-scrollbar-track{background:#f1f1f1}:root{--corporate-blue: #8cb0c7;--corporate-turquoise: #00a68e;--corporate-violet: #a763cc;--corporate-green: #76b374;--tabbar-item-color-active: #2381cc;--focus-blue: #0076d6;--corporate-turquoise-gradient: linear-gradient( 90deg, #00a68e, #00bca0, #01c7a9 );--corporate-violet-blue-gradient: linear-gradient( 90deg, #4e75a7, #6c8dcb, #95aeeb, #acc3f8 );--corporate-blue-gradient: linear-gradient(90deg, #74a1cc, #8cb0c7, #9bc2db);--corporate-green-gradient: linear-gradient( 90deg, #76b374, #8fc78a, #aed9ac )}body[data-theme=light]{--background-color: #f7f7f7;--background-color-transparent: #f7f7f7be;--modal-background-color: #efeff3;--user-content-background-color: #efeff3;--font-color: #272727;--font-color-basic: #1f577a;--font-color-uncommon: #257448;--font-color-advanced: #158468;--font-color-innovative: #124c87;--font-color-cutting-edge: #581584;--foreground-color: #656565;--foreground-color-light: #8c8c8c;--tint-color: #b7b7b7;--placeholder-color: #b7b7b7;--tabbar-bg: #fff;--tabbar-item-color: #9e9e9e;--tabbar-topline-color: #e3e3e3;--topLine-bg: #ebebec;--topLine-border: #d6d6d6;--ui-buttonInfo-color: #808080;--lpBadge-basic-color: #6d6d6d;--skeleton-color: #e5e5e5;--skeleton-shine: #d7d7d7;--basic-color: #96c7e6;--uncommon-color: #b6e8cc;--gradient-palette-direction-basic: linear-gradient(90deg, #c0ddef, #d9f1fa);--gradient-palette-direction-uncommon: linear-gradient( 90deg, #b6e8cc, #d0f4d0 );--advanced-color: #7ac2b0;--gradient-palette-direction-advanced: linear-gradient( 90deg, #a9f1df, #d8f8e6 );--innovative-color: #65c7b3;--gradient-palette-direction-innovative: linear-gradient( 90deg, #a6ccf3, #aed9f5, #a6e7f3, #a6ebf3, #aef4ed, #aef4e6 );--cutting-edge-color: #7e83ec;--gradient-palette-direction-cutting-edge: linear-gradient( 90deg, #b366e6, #9966e6, #8266e6, #666ce6 );--empty-list-header-color: #979797;--link-color: #278fef;--link-color-light: #4fa8fb;--warning-color: rgb(214, 208, 13);--ton-link-bg: linear-gradient(88.93deg, #278fef 18.91%, #01a5d6 79.91%);--font-disabled-color: #cacaca}body[data-theme=dark]{--background-color: #0c0c0c;--background-color-transparent: #0c0c0cbe;--modal-background-color: #1e1e1e;--user-content-background-color: #1d1d1d;--font-color: #f7f7f7;--font-color-basic: #d2eef9;--font-color-uncommon: #d6f5d6;--font-color-advanced: #d4f7e3;--font-color-innovative: #d2f9f1;--font-color-cutting-edge: #d3d5f8;--foreground-color: #ececec;--foreground-color-light: #a2a2a2;--tint-color: #979797;--placeholder-color: #4a4a4a;--tabbar-bg: #333;--tabbar-item-color: #9e9e9e;--tabbar-topline-color: #3d3d3d;--topLine-bg: #232323;--topLine-border: #343434;--ui-buttonInfo-color: #808080;--lpBadge-basic-color: #d0d0d0;--skeleton-color: #2f2f2f;--skeleton-shine: #3a3a3a;--basic-color: #598cb4;--uncommon-color: #7fc29c;--gradient-palette-direction-basic: linear-gradient(90deg, #598cb4, #9ed2e5);--gradient-palette-direction-uncommon: linear-gradient( 90deg, #569b74, #7fc29c );--advanced-color: #6dae9d;--gradient-palette-direction-advanced: linear-gradient( 90deg, #53ad92, #88d2c6 );--innovative-color: #74c6b5;--gradient-palette-direction-innovative: linear-gradient( 90deg, #84add6, #8dbcdb, #85cad3, #85d5d7, #8bd6cf, #8dd7bf );--cutting-edge-color: #7478c2;--gradient-palette-direction-cutting-edge: linear-gradient( 90deg, #b366e6, #9966e6, #8266e6, #666ce6 );--empty-list-header-color: #c5c5c5;--link-color: #65b4ff;--link-color-light: #75b8f7;--warning-color: yellow;--ton-link-bg: linear-gradient(88.93deg, #65b4ff 18.91%, #1ac8ff 79.91%);--font-disabled-color: #575757}@font-face{font-family:Arimo;src:url(/tma/fonts/Arimo/arimo-400.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Arimo;src:url(/tma/fonts/Arimo/arimo-400-italic.woff2) format("woff2");font-weight:400;font-style:italic}@font-face{font-family:Arimo;src:url(/tma/fonts/Arimo/arimo-500.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:Arimo;src:url(/tma/fonts/Arimo/arimo-500-italic.woff2) format("woff2");font-weight:500;font-style:italic}@font-face{font-family:Arimo;src:url(/tma/fonts/Arimo/arimo-600.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:Arimo;src:url(/tma/fonts/Arimo/arimo-600-italic.woff2) format("woff2");font-weight:600;font-style:italic}@font-face{font-family:Arimo;src:url(/tma/fonts/Arimo/arimo-700.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:Arimo;src:url(/tma/fonts/Arimo/arimo-700-italic.woff2) format("woff2");font-weight:700;font-style:italic}html,body{margin:0 auto;padding:0;width:100%;height:100%;overflow:hidden;overscroll-behavior:none;font-family:Arimo}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;height:100vh;flex-direction:column;background-color:var(--background-color);color:var(--font-color);scrollbar-width:none!important;-ms-overflow-style:none!important}::-webkit-scrollbar *{display:none!important}#tc-widget-root ::-webkit-scrollbar{width:0px!important;height:0px!important;scrollbar-width:none;-ms-overflow-style:none}.container{padding-left:15px;padding-right:15px}h1{font-size:25px;font-weight:500}h2{font-size:21px;font-weight:500}h3{font-size:18px;font-weight:500}p{font-size:15px;font-weight:500}.tonBlockchain{font-weight:550;background:var(--ton-link-bg);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.font-color-basic{color:var(--font-color-basic)}.font-color-uncommon{color:var(--font-color-uncommon)}.font-color-advanced{color:var(--font-color-advanced)}.font-color-innovative{color:var(--font-color-innovative)}.font-color-cutting-edge{color:var(--font-color-cutting-edge)}.timeBadge{font-size:11px;font-weight:600;margin-left:4px}body[data-theme=light]{--button-disabled-bg: #b1b1b1}body[data-theme=dark]{--button-disabled-bg: #595959}.button{all:unset;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:opacity .2s ease,transform .1s ease;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;outline:none!important;font-size:15px;box-sizing:border-box;color:var(--tabbar-item-color-active)}.button_caption{flex-direction:column;justify-content:center}.button .button__caption{font-size:12px}.button:focus{outline:none}.button:active{opacity:.8;transform:scale(.95)}.button svg{width:30px;height:30px;fill:currentColor}.button_tint svg{fill:var(--tint-color)}.button_info{width:20px;height:20px;color:var(--tint-color)}.button_infoXs{width:17px;height:17px}.button_info svg{width:22px!important;height:22px!important;fill:currentColor}.button_turquoise{width:auto;height:auto;background:var(--corporate-turquoise-gradient);border-radius:6px;color:#fff;padding:4px 10px;font-weight:400}.button_outlined{background:transparent;border-radius:6px;padding:4px 10px;font-weight:400}.button_turquoiseOutlined{border:2px solid var(--corporate-turquoise);color:var(--corporate-turquoise)}.button_corporateBlue{background:var(--corporate-blue);color:#fff}.button_corporateBlueGradient{background:var(--corporate-blue-gradient);color:#fff}.button_greenGradient{background:var(--corporate-green-gradient);color:#fff}.button_corporateBlueGradient{background:var(--corporate-blue-gradient)}.button_corporateBlueOutlined{border:3px solid var(--corporate-blue);color:var(--corporate-blue)}.button_greenOutlined{border:3px solid var(--corporate-green);color:var(--corporate-green)}.button_advancedOutlined{border:3px solid var(--advanced-color);color:var(--advanced-color)}.button_innovativeOutlined{border:3px solid var(--innovative-color);color:var(--innovative-color)}.button_cuttingEdgeOutlined{border:3px solid var(--cutting-edge-color);color:var(--cutting-edge-color)}.button_advancedGradient{background:var(--gradient-palette-progress-advanced);color:#fff}.button_innovativeGradient{background:var(--gradient-palette-progress-innovative);color:#fff}.button_cuttingEdgeGradient{background:var(--gradient-palette-direction-cutting-edge);color:#fff}.button_corporateGreen{background:var(--corporate-green-gradient);color:#fff}.button_corporateGreenOutlined{border:3px solid var(--corporate-green);color:var(--corporate-blue)}.button_outlined svg{fill:currentColor}.button_fullWidth{border-radius:8px;width:100%;min-height:50px;font-size:16px;font-weight:500}.button_thin{min-height:20px}.button_bold{font-weight:600}.button_rounded{border-radius:25px}.button_italic{font-style:italic}.button_xs{padding:1px 5px;font-size:13px}.buttonLink{color:var(--link-color);cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none!important}.button_icon{width:35px;height:28px;padding:0}.button_icon svg{width:20px;height:20px}.clickable{cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none!important}.clickable_active:active{opacity:.8;transform:scale(.95)}.button:disabled{cursor:not-allowed;box-shadow:none;transform:none;transition:none;opacity:.8;background:none;background-color:var(--button-disabled-bg)}.button_outlined:disabled{opacity:.4;background-color:transparent;border:3px solid var(--button-disabled-bg);color:var(--button-disabled-bg)}.button_text:disabled{background-color:transparent}.button_animated-1{position:relative;border:none;color:#fff;font-size:16px;cursor:pointer;overflow:hidden}.button_animated-1:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(60deg,transparent 20%,rgba(255,255,255,.3) 50%,transparent 100%);animation:shine-loop 3s ease-out infinite}@keyframes shine-loop{0%{left:-100%;opacity:0}30%{opacity:1}50%{left:100%;opacity:0}to{left:100%;opacity:0}}input{all:unset}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.link{font-weight:700;color:var(--focus-blue)}.bold_600{font-weight:600}.bold_550{font-weight:550}.corporateTurquoiseColor{color:var(--corporate-turquoise)}.app{display:flex;flex-direction:column;width:100%;height:100vh}.app__tabBar{background-color:var(--tabbar-bg)}.app__content{flex:1;-webkit-overflow-scrolling:touch;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;overscroll-behavior:none}.app__content::-webkit-scrollbar{display:none}.app__tabBar{padding-bottom:var(--tg-safe-area-inset-bottom);height:calc(50px + var(--tg-safe-area-inset-bottom));box-sizing:border-box}@supports (-webkit-touch-callout: none){.app__tabBar{height:calc(50px + var(--tg-safe-area-inset-bottom))}}.app__lottieOverlay{position:fixed;top:50%;left:0;width:100vw;height:100vh;transform:scale(2);transform-origin:center;pointer-events:none;z-index:10}
