@charset "UTF-8";.dark .icon{fill:var(--white-medium)}.light .icon{fill:var(--text-main)}.icon-btn{background-color:transparent;border:none;padding:0;cursor:pointer}.button{display:flex;align-items:center;gap:8px;padding:16px 32px;border:none;border-radius:26px;cursor:pointer;font-family:Manrope,sans-serif;font-weight:600;background-color:var(--green)}.button__m{padding:12px 32px}.button__s{font-size:14px;line-height:1.71;padding:8px 32px}.button.primary.button__s{font-size:16px;line-height:1.5}.button.primary:active{background-color:var(--green-medium)}.button.secondary{background-color:transparent}.button.secondary:active{border-color:var(--grey-medium);background-color:var(--grey-medium)}.button.ghost{background-color:transparent}.button.ghost:active{background-color:var(--grey-medium)}.button:disabled{cursor:not-allowed}.dark .button{color:var(--white)}.dark .button:disabled{color:var(--white-transp-30)!important;background-color:var(--green-dark)!important}.dark .button.secondary{border:1px solid var(--grey)}.dark .button.secondary:active{border-color:var(--grey-medium);background-color:var(--grey-medium)}.dark .button.secondary:disabled{border-color:var(--green-dark);color:var(--white-transp-30);background-color:var(--green-dark)}.dark .button.ghost:active{background-color:var(--grey-medium)}.dark .button.ghost:disabled{color:var(--white-transp-30);background-color:var(--green-dark)}.light .button{color:var(--text-main)}.light .button.primary{color:var(--white)}.light .button:disabled{color:var(--text-placeholder)!important;background-color:var(--border-grey)!important}.light .button.secondary{border:1px solid var(--border-light)}.light .button.secondary:active{border-color:var(--bg-light-grey);background-color:var(--bg-light-grey)}.light .button.secondary:disabled{border-color:var(--text-placeholder);color:var(--text-placeholder);background-color:var(--text-placeholder)}.light .button.ghost:active{background-color:var(--bg-light-grey)}.light .button.ghost:disabled{color:var(--text-placeholder);background-color:var(--border-grey)}@media (max-width: 1920px){.button{padding:12px 28px;font-size:12px}}@media (max-width: 1590px){.button{padding:12px 20px}}@media (max-width: 1200px){.button{padding:12px}}@media (hover: hover) and (pointer: fine){.button.primary:hover{background-color:var(--green-light)}.dark .button.secondary:hover{border-color:var(--grey);background-color:var(--grey)}.dark .button.ghost:hover{background-color:var(--grey)}.light .button.secondary:hover{border-color:var(--bg-light-green);background-color:var(--bg-light-green)}.light .button.ghost:hover{background-color:var(--bg-light-green)}.all .button.primary:hover{background-color:var(--green-light)}.fun .button.primary:hover{background-color:var(--purple-light)}.work .button.primary:hover{background-color:var(--orange-light)}}.text{font-size:16px;line-height:1.5;word-break:break-word}.text__title{font-size:36px;line-height:1.17}.text__xxs{font-size:10px}.text__xs{font-size:12px}.text__sm{font-size:14px;line-height:1.43}.text__md{font-size:16px;line-height:1.5}.text__l{font-size:20px;line-height:1.4}.text__xl{font-size:24px;line-height:1.33}.text__xxl{font-size:64px;line-height:1.31}.text__bold{font-weight:600}.text>span{font-weight:400}@media (max-width: 1919px){.text{font-size:14px}.text__title{font-size:32px;line-height:1.1}.text__xxs{font-size:10px}.text__xs{font-size:12px}.text__sm{font-size:14px;line-height:1.43}.text__md{font-size:14px}.text__l{font-size:18px;line-height:1}.text__xl{font-size:20px;line-height:1.15}.text__xxl{font-size:58px;line-height:1.2}.text>span{line-height:normal}}.flex{display:flex}.flex.justify__start{justify-content:start}.flex.justify__center{justify-content:center}.flex.justify__end{justify-content:end}.flex.justify__around{justify-content:space-around}.flex.justify__between{justify-content:space-between}.flex.justify__evenly{justify-content:space-evenly}.flex.align__start{align-items:start}.flex.align__center{align-items:center}.flex.align__end{align-items:end}.flex.align__stretch{align-items:stretch}.flex.wrap__wrap{flex-wrap:wrap}.flex.wrap__nowrap{flex-wrap:nowrap}.flex__row{flex-direction:row}.flex__col{flex-direction:column}.checkbox{margin:0;width:20px;height:20px;border:1px solid var(--grey);border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.checkbox:hover{border-color:var(--green-light)}.checkbox:focus{border-color:var(--green-light)}.checkbox:checked{border-color:var(--green);background-color:var(--green);background-image:url(/assets/check-11864bf2.svg)}.checkbox:disabled{cursor:not-allowed;border-color:var(--grey);background-color:var(--grey-medium-light)}.input-wrapper{position:relative}.input-wrapper .error .Select__control,.input-wrapper .error .Select__control:hover{border-color:var(--danger)}.input-wrapper .Select__control{font-size:16px;line-height:1.5;color:var(--white);background-color:var(--green-dark);height:48px;border-radius:8px;border:1px solid var(--dark);box-shadow:none;cursor:pointer}.input-wrapper .Select__control:hover{border-color:var(--dark)}.input-wrapper .Select__value-container{color:var(--white);padding-right:30px}.input-wrapper .Select__single-value{color:var(--white)}.input-wrapper .Select__input-container{padding:0;margin:0}.input-wrapper .Select__placeholder{color:var(--white-transp-50)}.input-wrapper .Select__indicator-separator{display:none}.input-wrapper .Select__dropdown-indicator{color:var(--white)}.input-wrapper .Select__dropdown-indicator:hover{color:var(--white-muted)}.input-wrapper .Select__menu{border-radius:8px}.input-wrapper .Select__menu-list{max-height:120px;padding:0;border-radius:8px;color:var(--white);background-color:var(--green-dark)}.input-wrapper .Select__menu-list::-webkit-scrollbar{width:4px}.input-wrapper .Select__menu-list::-webkit-scrollbar-thumb{height:42px;background:var(--grey);border-radius:8px}.input-wrapper .Select__option{padding:8px 10px 8px 8px;cursor:pointer}.input-wrapper .Select__option:active{background-color:var(--grey-medium)}.input-wrapper .Select__option--is-focused{background-color:var(--grey)}.input-wrapper .Select__option--is-selected{font-weight:700;background-color:var(--green-dark)}.input-wrapper .Select__option--is-selected.Select__option--is-focused{background-color:var(--grey)}.input-wrapper .css-t3ipsp-control{box-shadow:none}@media (max-width: 700px){.error .Select__control,.error .Select__control:hover{border-color:var(--danger)}.Select__dropdown-indicator,.Select__dropdown-indicator:hover{color:var(--white)}.Select__dropdown-indicator:hover{color:var(--white-muted)}}.radio__btn{position:absolute;opacity:0}.radio__btn+label{display:flex;align-items:center;-webkit-user-select:none;user-select:none}.radio__btn+label:before{content:"";border:1px solid var(--grey);border-radius:50%;width:20px;height:20px;position:relative;margin-right:1em;vertical-align:top;transition:all .25s ease}.radio__btn:checked+label:before{border-color:var(--green);background-color:var(--green);box-shadow:inset 0 0 0 3px var(--white)}.radio__btn+label:empty:before{margin-right:0}.textarea{min-height:96px;font-family:Manrope,sans-serif;resize:vertical;outline:none;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#393b3b transparent}.textarea::-webkit-scrollbar{width:8px;background:transparent}.textarea::-webkit-scrollbar-track{background:transparent}.textarea::-webkit-scrollbar-thumb{background-color:#393b3b;border-radius:4px;border-top:2px solid black;border-bottom:2px solid black;box-sizing:border-box}.textarea::-webkit-scrollbar-thumb:hover{background-color:#555}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;background:url(/assets/arrowsUpDown-02ee1e2a.svg) no-repeat center center;position:absolute;top:12px;right:12px;bottom:12px;width:1em;color:var(--white);opacity:1}input[type=date]::-webkit-calendar-picker-indicator{opacity:1;display:block;background:url(/assets/calendar-f4a14f00.svg) no-repeat center;width:24px;height:24px}input[type=time]::-webkit-calendar-picker-indicator{filter:invert(100%) brightness(100%) contrast(100%)}.input{width:100%;padding:12px;border-radius:8px;border:1px solid;font-family:Manrope,sans-serif;font-size:16px;line-height:1.5}.input.error{border:1px solid var(--danger)}.input:disabled{cursor:not-allowed}.input::placeholder{color:var(--white-transp-50)}.input-wrapper{gap:8px}.input-wrapper>.input-wrapper__label{font-size:14px;line-height:1.43;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:block}.input-wrapper>.input-wrapper__info{align-items:center;gap:4px}.input-wrapper>.input-wrapper__info>span{font-size:12px;line-height:1.33}.input-wrapper>.input-wrapper__error{align-items:center;gap:4px}.input-wrapper>.input-wrapper__error>span{font-size:12px;line-height:1.33;color:var(--danger)}.input-wrapper>.input-wrapper__error svg{fill:var(--danger)}.dark .input{color:var(--white);background-color:var(--green-dark)}.dark .input:not(.error){border-color:var(--green-dark)}.dark .input:disabled{color:var(--white-transp-30)}.dark .input::placeholder{color:var(--white-transp-50)}.dark .input-wrapper>.input-wrapper__info>span{color:var(--white-muted)}.light .input{color:var(--text-main);background-color:var(--white-medium-light)}.light .input:not(.error){border-color:var(--border-grey)}.light .input:disabled{color:var(--text-placeholder)}.light .input::placeholder{color:var(--text-placeholder)}.light .input-wrapper>.input-wrapper__info>span{color:var(--grey-light)}.rc-slider{position:relative;width:100%;height:14px;padding:5px 0;border-radius:6px;touch-action:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{position:absolute;width:100%;height:4px;background-color:#e9e9e9;border-radius:6px}.rc-slider-track,.rc-slider-tracks{position:absolute;height:4px;background-color:#abe2fb;border-radius:6px}.rc-slider-track-draggable{z-index:1;box-sizing:content-box;background-clip:content-box;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);transform:translateY(-5px)}.rc-slider-handle{position:absolute;z-index:1;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:solid 2px #96dbfa;border-radius:50%;cursor:pointer;cursor:-webkit-grab;cursor:grab;opacity:.8;touch-action:pan-x}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle:focus{outline:none;box-shadow:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:-webkit-grabbing;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;color:#999;text-align:center;vertical-align:middle;cursor:pointer}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;width:8px;height:8px;vertical-align:middle;background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;cursor:pointer}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-handle,.rc-slider-disabled .rc-slider-dot{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-mark-text,.rc-slider-disabled .rc-slider-dot{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{width:4px;height:100%}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-top:0;border-bottom:0;border-right:5px solid rgba(0,0,0,0);border-left:5px solid rgba(0,0,0,0);transform:translate(-5px)}.rc-slider-vertical .rc-slider-handle{position:absolute;z-index:1;margin-top:0;margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{width:4px;height:100%}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-leave{display:block!important;animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear{transform:scale(0);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{transform:scale(0);transform-origin:50% 100%;opacity:0}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{transform:scale(0);transform-origin:50% 100%;opacity:0}}.rc-slider-tooltip{position:absolute;top:-9999px;left:-9999px;visibility:visible;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{min-width:24px;height:24px;padding:6px 2px;color:#fff;font-size:12px;line-height:1;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}@keyframes filter-drawer-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes filter-sheet-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes filter-backdrop-fade-in{0%{opacity:0}to{opacity:1}}.filter-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none}.filter-modal>*{pointer-events:auto}.filter-wrapper{position:fixed;top:0;right:0;height:100dvh;width:420px;max-width:100vw;padding:0;z-index:1001;overflow:hidden;display:flex;flex-direction:column;animation:filter-drawer-slide-in .28s cubic-bezier(.22,.61,.36,1);will-change:transform}.filter-wrapper>.filter-wrapper__title-block{flex-shrink:0;padding:20px 24px 16px}.filter-wrapper>.filter-wrapper__title-block h3{font-size:20px;line-height:28px}.filter-wrapper>.filters_container{display:flex;flex-direction:column;flex:1;min-height:0;gap:0;padding:4px 24px 100px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}.filter-wrapper>.filters_container::-webkit-scrollbar{width:6px;background:transparent}.filter-wrapper>.filters_container::-webkit-scrollbar-track{background:transparent}.filter-wrapper>.filters_container::-webkit-scrollbar-thumb{background-color:#ffffff26;border-radius:3px}.filter-wrapper>.filters_container::-webkit-scrollbar-thumb:hover{background-color:#ffffff47}.filter-wrapper>.filters_container .filter-wrapper__block{gap:14px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.06);background:transparent;border-radius:0}.filter-wrapper>.filters_container .filter-wrapper__block:last-of-type{border-bottom:none}.filter-wrapper>.filters_container .filter-wrapper__block .filter-block__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:4px 0;margin:0;background:none;border:none;cursor:pointer;color:inherit;text-align:left;transition:opacity .18s ease}.filter-wrapper>.filters_container .filter-wrapper__block .filter-block__header:hover{opacity:.85}.filter-wrapper>.filters_container .filter-wrapper__block .filter-block__header:focus-visible{outline:2px solid var(--green);outline-offset:2px;border-radius:6px}.filter-wrapper>.filters_container .filter-wrapper__block .filter-block__title{font-size:14px;line-height:20px;letter-spacing:.02em;text-transform:uppercase;opacity:.7}.filter-wrapper>.filters_container .filter-wrapper__block>.filter-block__list{display:flex;flex-wrap:wrap;gap:8px;overflow:hidden;transition:max-height .25s ease,opacity .2s ease,margin-top .25s ease;max-height:400px;opacity:1}.filter-wrapper>.filters_container .filter-wrapper__block>.filter-block__list.collapsed{max-height:0;opacity:0;margin-top:-14px;pointer-events:none}.filter-wrapper>.filters_container .filter-wrapper__block>.filter-block__list .filter-item{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:20px;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .12s ease;-webkit-user-select:none;user-select:none;font-size:14px;line-height:20px;white-space:nowrap}.filter-wrapper>.filters_container .filter-wrapper__block>.filter-block__list .filter-item:active{transform:scale(.96)}.filter-wrapper>.filters_container .filter-wrapper__block>.filter-block__list .filter-item>span{font-family:Manrope,sans-serif}.filter-wrapper>.filters_container .filter-wrapper__block .filter-block__icon{transition:transform .25s ease;transform:rotate(90deg)}.filter-wrapper>.filters_container .filter-wrapper__block .filter-block__icon.collapsed{transform:rotate(0)}.filter-wrapper>.filters_container .filter-wrapper__block .filter-block__hidden{display:none}.filter-wrapper>.filters_container .filter-wrapper__block .filter-range{gap:14px;transition:max-height .25s ease,opacity .2s ease;overflow:hidden;max-height:400px;opacity:1}.filter-wrapper>.filters_container .filter-wrapper__block .filter-range.collapsed{max-height:0;opacity:0;pointer-events:none}.filter-wrapper>.filters_container .filter-wrapper__block .filter-range__block{margin-bottom:8px;display:flex;gap:14px}.filter-wrapper>.filters_container .filter-wrapper__block .filter-range__block>div{position:relative;gap:8px;flex:1}.filter-wrapper>.filters_container .filter-wrapper__block .filter-range__block>div>div+span{position:absolute;top:10px;right:10px}.filter-wrapper>.filters_container .filter-wrapper__block .filter-range__block>div>img{width:24px;opacity:.8}.filter-wrapper>.filters_container .filter-wrapper__block .filter-range__block>div>input{flex:1;width:10px;min-width:0}.filter-wrapper>.filters_container .filter-wrapper__block .filter-range__number{width:100%;padding:8px 14px;margin:0;border-radius:10px;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.08);transition:border-color .18s ease,background .18s ease}.filter-wrapper>.filters_container .filter-wrapper__block .filter-range__number:focus,.filter-wrapper>.filters_container .filter-wrapper__block .filter-range__number:focus-within{border-color:var(--green);background-color:#0ba48614}.filter-wrapper>.filters_container .filter-wrapper__block .filter-range__number::-webkit-inner-spin-button,.filter-wrapper>.filters_container .filter-wrapper__block .filter-range__number::-webkit-outer-spin-button{pointer-events:none;opacity:0}.filter-wrapper .filter_controls{position:absolute;left:0;right:0;bottom:0;padding:16px 24px;gap:12px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:3}.filter-wrapper .filter_controls>button{flex:1;padding:12px 16px!important;line-height:22px;font-size:14px;font-weight:600;border-radius:12px}.filter-wrapper .filter_controls>button:first-child{flex:0 0 auto;min-width:110px}.filter-wrapper .close-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin:-8px -8px -8px 0;padding:0;background:transparent;border:none;border-radius:10px;cursor:pointer;transition:background .18s ease;color:inherit}.filter-wrapper .close-icon-wrapper>svg{width:20px;height:20px}.filter-wrapper .close-icon-wrapper:hover{background:rgba(255,255,255,.08)}.filter-wrapper .close-icon-wrapper:focus-visible{outline:2px solid var(--green);outline-offset:2px}.filter-wrapper .light .close-icon-wrapper:hover{background:rgba(0,0,0,.06)}.filter_background{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:rgba(2,20,14,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:filter-backdrop-fade-in .2s ease;cursor:pointer}.dark .filter-wrapper{background:linear-gradient(180deg,#0f1d18 0%,#0a1612 100%);border-left:1px solid rgba(255,255,255,.06);box-shadow:-24px 0 60px #00000080;color:var(--white-medium)}.dark .filter-wrapper>.filter-wrapper__title-block{background:#0f1d18;border-bottom:1px solid rgba(255,255,255,.06)}.dark .filter-wrapper .close-icon{fill:var(--white-medium)}.dark .filter-wrapper .filter-wrapper__block>.filter-block__list .filter-item{color:var(--white-medium);background-color:#ffffff0a;border:1px solid rgba(255,255,255,.1);font-weight:500}.dark .filter-wrapper .filter-wrapper__block>.filter-block__list .filter-item>img{display:none}.dark .filter-wrapper .filter-wrapper__block>.filter-block__list .filter-item:hover{background-color:#0ba4861a;border-color:#0ba48673}.dark .filter-wrapper .filter-wrapper__block>.filter-block__list .filter-item.active{background-color:var(--green);border-color:var(--green);color:#001a14;font-weight:600}.dark .filter-wrapper .filter-wrapper__block>.filter-block__list .filter-item.active>img{display:block;filter:brightness(0) saturate(100%);width:14px;height:14px}.dark .filter-wrapper .filter-wrapper__block svg{fill:var(--grey-light)}.dark .filter-wrapper .filter_controls{background:linear-gradient(180deg,rgba(15,29,24,.6) 0%,rgba(10,22,18,.96) 50%,rgb(10,22,18) 100%);border-top:1px solid rgba(255,255,255,.05)}.light .filter-wrapper{background:var(--white);border-left:1px solid var(--white-medium);box-shadow:-24px 0 60px #00000014;color:var(--text-main)}.light .filter-wrapper>.filter-wrapper__title-block{background:var(--white);border-bottom:1px solid var(--white-medium)}.light .filter-wrapper .close-icon{fill:var(--grey-light)}.light .filter-wrapper .filter-wrapper__block{border-bottom-color:var(--white-medium)}.light .filter-wrapper .filter-wrapper__block>.filter-block__list .filter-item{background-color:var(--bg-light);border:1px solid transparent;color:var(--text-light)}.light .filter-wrapper .filter-wrapper__block>.filter-block__list .filter-item:hover{background-color:var(--bg-light-green);border-color:#0ba48666}.light .filter-wrapper .filter-wrapper__block>.filter-block__list .filter-item.active{background-color:var(--green);border-color:var(--green)}.light .filter-wrapper .filter-wrapper__block>.filter-block__list .filter-item.active>span{color:var(--white);font-weight:600}.light .filter-wrapper .filter-wrapper__block .filter-range__number{background-color:var(--bg-light);color:var(--text-main);border:1px solid transparent}.light .filter-wrapper .filter-wrapper__block .filter-range__number:focus,.light .filter-wrapper .filter-wrapper__block .filter-range__number:focus-within{border-color:var(--green)}.light .filter-wrapper .filter-wrapper__block svg{fill:var(--grey-light)}.light .filter-wrapper .filter_controls{background:linear-gradient(180deg,rgba(255,255,255,.6) 0%,rgba(255,255,255,.98) 50%,var(--white) 100%);border-top:1px solid var(--white-medium)}.rc-slider{margin:8px 6px 4px}.rc-slider .rc-slider-rail{background-color:#ffffff14}.rc-slider .rc-slider-track{background-color:var(--green);cursor:pointer}.rc-slider .rc-slider-handle{width:18px;height:18px;margin-top:-7px;border:2px solid #fff;opacity:1;background-color:var(--green);box-shadow:0 2px 8px #0000004d}.rc-slider .rc-slider-handle:hover,.rc-slider .rc-slider-handle:active,.rc-slider .rc-slider-handle:focus{box-shadow:0 0 0 6px #0ba48633}.all .rc-slider-track,.all .rc-slider-handle{background-color:var(--green)}.fun .rc-slider-track,.fun .rc-slider-handle{background-color:var(--purple)}.work .rc-slider-track,.work .rc-slider-handle{background-color:var(--orange)}@keyframes filter-sheet-handle-pulse{0%,to{opacity:.4}50%{opacity:.7}}@media (max-width: 620px){.filter-wrapper{top:auto;right:0;bottom:0;left:0;width:100%;height:auto;max-height:88dvh;border-radius:20px 20px 0 0;animation:filter-sheet-slide-up .28s cubic-bezier(.22,.61,.36,1)}.filter-wrapper:before{content:"";display:block;position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:4px;border-radius:2px;background:rgba(255,255,255,.25);animation:filter-sheet-handle-pulse 2s ease-in-out infinite;z-index:10}.filter-wrapper>.filter-wrapper__title-block{padding-top:28px}.filter-wrapper>.filters_container{padding-bottom:20px}.filter-wrapper .filter_controls{position:static;flex-shrink:0}.dark .filter-wrapper{border-left:none;border-top:1px solid rgba(255,255,255,.06);box-shadow:0 -20px 60px #00000080}.light .filter-wrapper{border-left:none;border-top:1px solid var(--white-medium);box-shadow:0 -20px 60px #00000014}}.filter-controller{position:relative;display:inline-flex}.filter-controller__btn{position:relative;gap:8px;transition:border-color .18s ease,background .18s ease}.filter-controller__btn.has-active{border-color:var(--green)!important;background-color:#0ba48614!important}.filter-controller__badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;margin-left:4px;border-radius:10px;background:var(--green);color:#001a14;font-size:12px;font-weight:700;line-height:1;font-family:Manrope,sans-serif}.light .filter-controller__badge{color:var(--white)}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden;z-index:1}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}footer{z-index:999;position:fixed;bottom:0;left:0;width:100%;height:48px;background-color:#161616f0;border-top:rgba(84,84,88,.6509803922) 1px solid;display:none;justify-content:space-around;align-items:center}footer>ul{box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr 1fr;justify-content:space-between;max-width:375px;width:100%}footer>ul>li{display:flex;align-items:center;justify-content:space-around}footer>ul>li>a{width:45px;display:flex;flex-direction:column;align-items:center}footer>ul>li>a>svg{height:24px}footer>ul>li>a>span{color:#96969c;font-weight:500;font-size:11px;line-height:14px;letter-spacing:-1.1%}@media (max-width: 1000px){footer{display:flex}}.modalWindow{position:fixed;top:0;left:0;width:100%;height:100dvh;z-index:100;overflow:hidden;overscroll-behavior:none}.modalWindow>.modalWindow_background{position:absolute;width:100%;height:100dvh;background-color:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10000;outline:none;border:none;padding:0;touch-action:none}.modalWindow>.modalWindow_overlay{z-index:10001;position:relative;width:100%;height:100dvh;display:flex;align-items:center;justify-content:space-around;padding:10px;box-sizing:border-box;pointer-events:none}.modalWindow>.modalWindow_overlay>*{pointer-events:all;touch-action:auto;max-height:100%}@media (max-width: 700px){.modalWindow>.modalWindow_overlay{padding:0;align-items:end;bottom:48px}.modalWindow>.modalWindow_overlay.noFooter{bottom:0}}.alert{position:fixed;top:0;left:0;z-index:10000;width:100%;height:100%;min-height:183px}.alert>.alert_background{position:absolute;background-color:#000;z-index:1000;opacity:.5;width:100%;height:100%;outline:none;border:none}.alert>.alert_content{display:flex;gap:16px;flex-direction:column;align-items:center;z-index:100000001;position:absolute;top:10px;left:50%;transform:translate(-50%);background-color:var(--green-dark);max-width:400px;width:100%;border-radius:16px;padding:33px 42px;box-sizing:border-box}.alert>.alert_content>.alert_primary{font-weight:600;font-size:24px;letter-spacing:.5px;color:#fff;text-transform:uppercase;text-align:center}.alert>.alert_content>.alert_secondary{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;color:#ddd}.passwordInput>.passwordInput_explain{display:flex;justify-content:space-between}.passwordInput>.passwordInput_explain>.passwordInput_labbel{font-weight:400;font-size:14px;line-height:20px;letter-spacing:-1.1%}.passwordInput>.passwordInput_explain>.passwordInput_labbel.validation{color:#eb5533}.passwordInput>.passwordInput_explain>.registrationInput_validationText{color:#eb5533;font-weight:400;font-size:14px;line-height:20px;letter-spacing:-1.1%}.passwordInput>.passwordInput_container{margin-top:8px;display:flex;align-items:center;background-color:#192521;border-radius:8px;height:48px;padding:12px;box-sizing:border-box}.passwordInput>.passwordInput_container.validation{border:1px solid #eb5533}.passwordInput>.passwordInput_container>input{flex:1;height:24px;background-color:transparent;outline:none;border:none;font-family:Manrope,monospace;color:#fff;font-size:16px;font-family:Manrope;font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.passwordInput>.passwordInput_container>input::placeholder{font-family:Manrope;color:#ddd;opacity:.5}.passwordInput>.passwordInput_container>button{background-color:transparent;border:none;outline:none;display:flex;align-items:center;justify-content:space-around}.passwordInput>.passwordInput_container>button>img{cursor:pointer}.passwordInput>.passwordInput_validation{margin-top:8px;display:flex;gap:8px;align-items:center}.passwordInput>.passwordInput_validation>span{font-weight:400;font-size:12px;line-height:16px;color:#eb5533}.registrationModal{max-width:600px!important;width:100%;padding:26px 0 26px 16px;background-color:#02140e;border-radius:20px;color:#fff;overflow:hidden;position:relative;display:flex;flex-direction:column;overscroll-behavior:none;-webkit-overflow-scrolling:touch}.registrationModal_sessionExpired{margin:0 16px 12px;padding:10px 14px;background-color:#ffb2321f;border-left:3px solid #ffb232;border-radius:8px;color:#ffd699;font-size:.875rem;line-height:1.4}.registrationModal>.registrationModal_container{position:relative;overflow-y:auto;padding-right:16px;display:flex;flex-direction:column;height:100%;scrollbar-width:thin;scrollbar-color:#393b3b transparent;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.registrationModal>.registrationModal_container>.registrationModal_scroll{position:relative;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.registrationModal>.registrationModal_container>.registrationModal_scroll::-webkit-scrollbar{width:8px;background:transparent}.registrationModal>.registrationModal_container>.registrationModal_scroll::-webkit-scrollbar-track{background:transparent}.registrationModal>.registrationModal_container>.registrationModal_scroll::-webkit-scrollbar-thumb{background-color:#393b3b;border-radius:4px;border-top:2px solid black;border-bottom:2px solid black;box-sizing:border-box}.registrationModal>.registrationModal_container>.registrationModal_scroll::-webkit-scrollbar-thumb:hover{background-color:#555}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_header{position:absolute;top:0;left:0;width:100%;display:grid;grid-template-columns:minmax(24px,1fr) auto minmax(24px,1fr);align-items:center;height:76px;padding-bottom:26px}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_header>span{display:none;grid-column:2;justify-self:center;text-align:center;font-weight:600;font-size:16px;line-height:24px}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_header>button{grid-column:3;justify-self:end;background:transparent;border:none;width:24px;height:24px;padding:0;cursor:pointer}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_header>button>img{width:24px;height:24px}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_logoGroup{margin-top:16px;display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_logoGroup>div{width:48px;height:48px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:space-around}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_logoGroup>span{font-weight:600;font-size:36px;line-height:42px}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_inputs{margin-top:16px;display:flex;flex-direction:column}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_inputs>.passwordInput{margin-top:12px}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_inputs>.registrationModal_forgotPassword{align-self:flex-start;background-color:transparent;color:#0ba486;outline:none;border:none;font-family:Manrope;font-weight:400;font-size:14px;line-height:20px;margin-top:8px;cursor:pointer}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_inputs>.registrationModal_forgotPassword:hover{text-decoration:underline}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_inputs>.password_hint{margin-top:8px;font-size:12px;line-height:26px;font-weight:400;color:#879794}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_controls{margin-top:16px;display:flex;flex-direction:column;align-items:center;gap:16px}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_controls>.registrationModal_countinue{width:100%;display:flex;align-items:center;justify-content:space-around;height:56px;background-color:#0ba486;border:none;outline:none;border-radius:9999px;color:#fff;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0%;cursor:pointer;transition:opacity .3s}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_controls>.registrationModal_countinue:hover:not(:disabled){opacity:.9;transition:opacity .3s}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_controls>.registrationModal_countinue:active:not(:disabled){opacity:.7;transition:opacity .3s}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_controls>.registrationModal_countinue:disabled{opacity:.6;cursor:not-allowed}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_controls>.registration_divider>div{text-align:center}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_controls>.app_auth{width:100%;height:56px;border-radius:9999px;background-color:transparent;border:#525856 1px solid;outline:none;display:flex;align-items:center;justify-content:space-around;transition:.3s background-color}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_controls>.app_auth:hover{background-color:#323636;transition:.3s background-color}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_controls>.app_auth:active{background-color:#292c2c;transition:.3s background-color}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_controls>.app_auth>.app_auth_container{display:flex;align-self:center;gap:8px}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_controls>.app_auth>.app_auth_container>div{height:24px;width:24px;display:flex;align-items:center;justify-content:space-around}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_controls>.app_auth>.app_auth_container>div>img{width:100%;height:100%}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_controls>.app_auth>.app_auth_container>span{color:#f8f8f8;font-weight:600;font-size:16px;line-height:24px;letter-spacing:0%}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_controls>.registrationModal_controls_explain{font-size:14px;line-height:20px;letter-spacing:0%;font-weight:400;text-align:start;color:#879794}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_controls>.registrationModal_controls_explain>.underline{text-decoration:underline}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_controls>.registrationModal_controls_explain>.registrationModal_textLink{background:none;border:none;color:#0ba486;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:600;padding:0}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_controls>.registrationModal_controls_explain>.registrationModal_textLink:hover:not(:disabled){text-decoration:underline}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_controls>.registrationModal_controls_explain>.registrationModal_textLink:disabled{opacity:.6;cursor:not-allowed}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_switch{margin-top:24px;width:100%;height:24px}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_switch>button{width:100%;background-color:transparent;color:#fff;font-family:Manrope;border:none;font-weight:400;font-size:14px;line-height:20px}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_switch>button>span{font-weight:600;color:#0ba486}@media (max-width: 700px){.registrationModal{width:100dvw!important;max-width:none!important;height:100%;bottom:-48px;padding:16px 0 16px 16px;border-radius:0}.registrationModal>.registrationModal_container{height:100dvh;padding-right:16px}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_header{position:static;padding-bottom:16px}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_header>span{display:block}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_logoGroup{margin-top:0;flex-direction:row;align-items:center;justify-content:center;gap:8px}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_logoGroup>span{font-size:24px;line-height:32px}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_logoGroup>div{height:32px;width:32px}.registrationModal>.registrationModal_container>.registrationModal_scroll>.registrationModal_logoGroup>div>img{width:100%;height:100%}}.createBtn{border-radius:999px;display:flex;align-items:center;justify-content:space-between;padding:12px 32px;border:1px solid #2e3836}.createBtn>.createBtn_container{display:flex;gap:10px}.createBtn>.createBtn_container>p{font-size:14px;font-family:Manrope;font-weight:600;line-height:24px}div.app.light .createBtn>.createBtn_container>p{color:var(--text-main)}div.app.dark .createBtn>.createBtn_container>p{color:var(--white-medium)}div.app.light .createBtn>.createBtn_container>.icon{fill:var(--text-main)}.userImg_container{align-items:center;gap:8px}.userIcon_image{border-radius:50%;object-fit:cover;flex-shrink:0}.userIcon_defaultAvatar{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;text-transform:uppercase;-webkit-user-select:none;user-select:none;flex-shrink:0}.notificationItem{padding:4px 8px 8px;background-color:transparent;border-radius:12px;display:flex;flex-direction:column;gap:12px}.notificationItem.unread{background-color:#393b3b}.notificationItem>.notificationItem_content{display:flex;gap:16px}.notificationItem>.notificationItem_content>.notificationItem_image{flex-shrink:0;display:flex;align-items:center;justify-content:space-around;height:40px;width:40px;border-radius:12px;background-color:#393b3b}.notificationItem>.notificationItem_content>.notificationItem_text{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%}.notificationItem>.notificationItem_additional{display:flex;justify-content:space-between;align-items:center}.notificationItem>.notificationItem_additional>.notificationItem_time{color:#ddd;font-weight:400;font-size:12px;line-height:16px;letter-spacing:0%}.notification{position:relative;display:flex;align-items:center}.notification>.notification_active{position:absolute;top:0;right:0;height:9px;width:9px;background-color:#0ba486;border-radius:50%}.notification>.notification_list{position:absolute;width:385px;color:#fff;box-sizing:border-box;z-index:100;right:-20px;top:35px}.notification>.notification_list>.notification_list_container{padding:24px;background-color:var(--green-dark);border-radius:16px}.notification>.notification_list>.notification_list_container>.notification_list_header{display:flex;justify-content:space-between;border-bottom:1px solid #393b3b;padding-bottom:8px}.notification>.notification_list>.notification_list_container>.notification_list_header>.notification_list_heading{font-weight:600;font-size:20px;line-height:28px;margin-bottom:8px}.notification>.notification_list>.notification_list_container>.notification_list_header>.notification_list_cross{display:flex;align-items:center;justify-content:space-around;background-color:transparent;border:none;outline:none;cursor:pointer}.notification>.notification_list>.notification_list_container>ul{margin-top:12px;display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#393b3b transparent}.notification>.notification_list>.notification_list_container>ul::-webkit-scrollbar{width:8px;background:transparent}.notification>.notification_list>.notification_list_container>ul::-webkit-scrollbar-track{background:transparent}.notification>.notification_list>.notification_list_container>ul::-webkit-scrollbar-thumb{background-color:#393b3b;border-radius:4px;border-top:2px solid black;border-bottom:2px solid black;box-sizing:border-box}.notification>.notification_list>.notification_list_container>ul::-webkit-scrollbar-thumb:hover{background-color:#555}.notification>.notification_list>.notification_list_container>.notification_list_readAll{border-top:1px solid #393b3b;padding-top:8px;display:flex;align-items:center;justify-content:end}.notification>.notification_list>.notification_list_container>.notification_list_readAll>button{cursor:pointer;height:40px;display:flex;align-items:center;justify-content:space-around;background-color:transparent;font-size:16px;line-height:24px;letter-spacing:0%;color:#ddd;border:none;font-family:Manrope}.notification>.notification_list>.notification_list_container>.notification_list_empty{height:60px;display:flex;align-items:center;justify-content:space-around}.notification>.notification_list_onBlur{position:fixed;background-color:transparent;outline:none;border:none;width:100%;height:100%;top:0;left:0;z-index:99}@media (max-width: 650px){.notification>.notification_list{width:100dvw;position:fixed;top:63px;padding:5px;right:0}}.adminPortalLink{--portal-from: #0BA486;--portal-to: #0d6efd;display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;text-decoration:none;background:linear-gradient(90deg,rgba(11,164,134,.16),rgba(13,110,253,.16));border:1px solid rgba(11,164,134,.4);color:#fff;font-weight:600;font-size:.85rem;line-height:1;transition:transform .15s ease,border-color .15s ease,box-shadow .2s ease}.adminPortalLink:hover{transform:translateY(-1px);border-color:#0d6efd99;box-shadow:0 6px 18px #0d6efd2e}.adminPortalLink_dot{width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,var(--portal-from),var(--portal-to))}div.app.light .adminPortalLink{color:#1a1f29;background:linear-gradient(90deg,rgba(11,164,134,.12),rgba(13,110,253,.12))}.userPanel_container{display:flex;align-items:center;justify-content:flex-end;gap:20px}.userPanel_container>.userPanel_burger{display:none}.userPanel_container>a{display:flex;align-items:center}@media (max-width: 700px){.userPanel_container>.createBtn{width:106px;height:36px;display:flex;align-items:center;justify-content:space-around;padding:0}.userPanel_container>.createBtn>.createBtn_container{align-items:center}.userPanel_container>.createBtn>.createBtn_container>.icon{height:16.25px;width:16.25px}.userPanel_container>.userLink{display:none}}.header{position:sticky;z-index:50;top:0;background-color:var(--dark)}.header>.header_container{margin:0 auto;max-width:1312px;width:100%;height:72px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.header>.header_container>.header_logoGroup{display:flex;gap:25px;height:100%}.header>.header_container>.header_logoGroup>img{height:100%}.header>.header_container>.header_right{display:flex;align-items:center;gap:12px}.header_login{display:flex;gap:24px}.header_login>button{padding:0 24px;height:48px}.header_registration{justify-self:flex-end;width:fit-content}.header_joinPill{--pill-from: #0BA486;--pill-to: #0d6efd;position:relative;display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:999px;text-decoration:none;background:linear-gradient(90deg,rgba(11,164,134,.18),rgba(13,110,253,.18));border:1px solid rgba(11,164,134,.45);color:#fff;font-weight:600;font-size:.92rem;line-height:1;overflow:hidden;transition:transform .15s ease,box-shadow .2s ease,border-color .15s ease}.header_joinPill:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.18) 50%,transparent 100%);transform:translate(-100%);transition:transform .6s ease}.header_joinPill:hover{transform:translateY(-1px);border-color:#0d6efd99;box-shadow:0 8px 22px #0ba48638}.header_joinPill:hover:before{transform:translate(100%)}.header_joinPill_dot{width:8px;height:8px;border-radius:50%;background:#0BA486;box-shadow:0 0 #0ba48699;animation:header_joinPill_pulse 2s ease-out infinite}.header_joinPill_text{position:relative;z-index:1;display:inline-flex;align-items:center;gap:4px}@keyframes header_joinPill_pulse{0%{box-shadow:0 0 #0ba4868c}70%{box-shadow:0 0 0 8px #0ba48600}to{box-shadow:0 0 #0ba48600}}@media (max-width: 700px){.header>.header_container{height:52px;padding:8px 12px;gap:6px}.header_login{gap:6px}.header_login>button{height:32px;padding:0 12px;font-size:.82rem;font-weight:600}.header_joinPill{padding:6px 10px;font-size:.82rem;gap:6px}.header_joinPill_dot{width:6px;height:6px}}.app.light .header_joinPill{color:#0f172a;background:linear-gradient(90deg,rgba(11,164,134,.12),rgba(13,110,253,.12));border-color:#0ba48680}.mobileHeader{position:fixed;width:100%;top:0;left:0;background-color:#02140e;height:56px;padding:0 16px;display:grid;align-items:center;grid-template-columns:1fr auto 1fr;z-index:50}.mobileHeader>div{display:flex;align-items:center;justify-content:space-around;width:24px;aspect-ratio:1/1}.profileHeader{position:fixed;width:100%;z-index:50;top:0;left:0;background-color:#02140e;height:52px;display:flex}.profileHeader>.header_container{padding:8px 16px;flex:1;display:flex;align-items:center;justify-content:space-between}.profileHeader>.header_container>a{display:flex;align-items:center}.profileHeader>.header_container>a>img{height:36px}.profileHeader>.header_container>div{width:24px;height:24px;display:flex;align-items:center;justify-content:space-around}.navElement{width:72px;height:72px;border-radius:8px;background-color:var(--dark);display:flex;flex-direction:column;align-items:center;justify-content:center}div.app.light .navElement .svg_main{fill:var(--text-light)}div.app.light .navElement .svg_main path{fill:#000}.navElement .svg_filled{display:none}.navElement p{font-family:Manrope,"sans-serif";font-size:14px;font-weight:400;line-height:16px;padding:2px 0}div.app.dark .navElement p{color:var(--white-muted)}div.app.light .navElement p{color:var(--text-light)}div.app.dark .active_navlink{background-color:var(--grey)}.active_navlink .svg_main{display:none}.active_navlink .svg_filled{display:block}div.app.dark .active_navlink .svg_filled{fill:var(--white-medium)}div.app.light .active_navlink .svg_filled{fill:var(--text-main)}div.app.light .active_navlink .svg_filled path{fill:#000}.active_navlink p{font-weight:600}div.app.dark .active_navlink p{color:var(--white-muted)}div.app.light .active_navlink p{color:var(--text-light)}.sidebar{width:86px;height:100%;grid-row:1/3;display:flex;flex-direction:column;align-items:center}.sidebar nav{position:fixed;display:flex;flex-direction:column;align-items:center;gap:24px;padding:20px 7px 0;width:86px;transition:left .3s ease-in-out}.burgerMenu{position:fixed;z-index:4;top:0;display:flex;align-items:center;padding:16px 25px 20px}div.app.dark .burgerMenu svg{fill:var(--white-medium)}div.app.light .burgerMenu svg{fill:var(--text-main)}.dark .sidebar{background-color:var(--dark)}.light .sidebar{background-color:var(--white)}@media (max-width: 1000px){.sidebar{display:none}}.layout{width:100dvw;height:100dvh;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:auto;overflow-x:hidden!important;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;overscroll-behavior:none;background-color:#02140e;scrollbar-width:thin;scrollbar-color:#393b3b transparent}.layout.scroll-locked{overflow-y:hidden;touch-action:none;-webkit-overflow-scrolling:auto}.layout::-webkit-scrollbar{width:8px;background:transparent}.layout::-webkit-scrollbar-track{background:transparent}.layout::-webkit-scrollbar-thumb{background-color:#393b3b;border-radius:4px;border-top:2px solid black;border-bottom:2px solid black;box-sizing:border-box}.layout::-webkit-scrollbar-thumb:hover{background-color:#555}.layout button,.layout a{-webkit-tap-highlight-color:transparent;outline:none}.layout__wrapper{display:flex;flex-direction:column;min-height:100dvh}.layout__content{min-height:calc(100vh - 72px);height:100%;flex:1 0 auto}.layout__footer{flex:0 0 auto}.layout__toggle-theme{position:fixed;bottom:30px;right:40px;width:45px;height:45px;border-radius:50%;box-shadow:0 0 0 1px var(--border);transition:.2s linear all;z-index:10}.layout__toggle-theme.light{background-color:var(--white-medium)}.layout__toggle-theme.dark{background-color:var(--black)}.layout__icon{top:50%;transform:translateY(-50%);display:block;margin-left:auto;margin-right:auto}.layout__navigation-menu{width:100%;background:var(--light);position:sticky;top:0;z-index:10}.layout__navigation-menu_sticky .layout__navigation-menu-btn-wrapper{opacity:1}.layout__navigation-menu-wrapper{display:flex;align-items:center;justify-content:space-between;gap:10px}.layout__navigation-menu-list{display:flex;padding:0;gap:40px}.layout__navigation-menu-item{margin:28px 0}.layout__navigation-menu-btn-wrapper{display:flex;gap:30px;opacity:0;transition:opacity .3s ease-in-out}.layout__navigation-menu-button .icon-button__icon{width:25px;height:25px}.layout__navigation-menu-link{color:var(--text-primary);font-size:14px;padding-bottom:10px;cursor:pointer;text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 2px;transition:background-size .3s ease-in-out}.layout__navigation-menu-link:hover{color:var(--red);background-size:100% 2px}.layout__navigation-menu-link_active{color:var(--dark-red);background-size:100% 2px}.layout__header{padding-top:40px;padding-bottom:40px}.layout__menu-open-btn{display:none;grid-area:menu;border:none;background:transparent}.layout__menu-icon{fill:var(--text-primary);width:30px;height:30px}.layout__header-wrapper{display:grid;width:100%;height:54px;align-items:center;justify-content:space-between;grid-template-columns:20% 50% 20%;grid-template-areas:"title search buttons"}.layout__header-title{grid-area:title;max-width:max-content;margin:0;font-weight:700;white-space:nowrap;color:var(--primary-bg)}.layout__header-search{grid-area:search;justify-self:stretch;padding-right:15px;padding-left:15px}.layout__header-btn-wrapper{grid-area:buttons;justify-self:end;display:flex;align-items:center;max-width:max-content;height:inherit;padding:5px 25px 0;gap:50px;border:1px solid var(--border);border-radius:4px}@media (max-width: 992px){.layout__navigation-menu-btn-wrapper{display:none}}@media (min-width: 768px) and (max-width: 992px){.layout__navigation-menu-link{font-size:12px}.layout__navigation-menu-list{gap:30px}}@media (max-width: 768px){.layout__navigation-menu{position:relative;z-index:0;background:transparent;margin-top:40px}.layout__menu-open-btn{display:block}.layout__navigation-menu-wrapper{height:510px;flex-direction:column;margin-bottom:20px;transition:all .4s}.layout__navigation-menu-wrapper_hide{height:0;opacity:0}.layout__navigation-menu-list{flex-direction:column;gap:25px}.layout__navigation-menu-item{margin:0}.layout__header{padding-top:15px}.layout__header-wrapper{justify-items:start;row-gap:10px;grid-template-columns:20% 40% 40%;grid-template-rows:repeat(2,1fr);grid-template-areas:"title title buttons" "menu search search"}.layout__header-btn-wrapper{padding:5px 10px 0}.layout__header-search{padding:0}}.main_layout{display:grid;grid-template-rows:auto 1fr;grid-template-columns:86px auto}.main_layout--light{background:var(--white-medium-light)}.main_layout--dark{background:var(--black)}.layout__content{grid-row:2/2;grid-column:2/2;background-color:var(--dark)}@media (max-width: 1000px){.main_layout{display:block}}@media (max-width: 700px){.layout__content{min-height:calc(100vh - 100px);height:100%;flex:1 0 auto}}.dropDown{width:100%;flex:1;background-color:var(--green-dark);border-radius:16px;padding-bottom:16px;overflow:hidden}.dropDown>.dropDown_header{-webkit-user-select:none;user-select:none;width:100%;padding:16px 16px 0;border-radius:16px;display:flex;align-items:center;justify-content:space-between}.dropDown>.dropDown_header>.dropDown_header_heading{color:#fff;font-weight:600;font-size:20px;line-height:28px;letter-spacing:0%}.dropDown>.dropDown_header>.dropDown_header_heading>span{color:#879794;font-weight:400}.loader-wrapper{text-align:center;text-align:-webkit-center}.loader-wrapper span{border-color:var(--white)!important}.spinner{position:absolute!important;z-index:50;left:50%;transform:translate(-50%,-50%)!important}.spinner.top{top:0%}.spinner.center{top:50%}.spinner.bottom{bottom:100px}.spinner span{border-color:var(--white)!important}.fun .spinner span{border-color:var(--purple)!important}.work .spinner span{border-color:var(--orange)!important}.rate-wrapper{padding:8px 16px;align-items:center;gap:8px;height:40px}.rate-wrapper__border{border:1px solid;border-radius:26px}.rate-wrapper.mobile{flex-direction:column;gap:0;padding:0}.rate-wrapper.mobile>button{margin-top:20px;display:flex;align-items:center;justify-content:space-around;width:36px}.rate-wrapper.mobile>button>svg{width:28px!important;height:28px!important}.rate-wrapper.mobile>span{margin-top:6px;font-size:12px;font-weight:600;line-height:16px}.rate-wrapper>button{width:20px;height:20px;background-color:transparent;border:none;padding:0;cursor:pointer}.rate-wrapper>span{font-weight:600;line-height:20px;cursor:default;font-family:Manrope,monospace;font-variant-numeric:tabular-nums}.dark .rate-wrapper__border{border:1px solid var(--grey)}.light .rate-wrapper__border{border:1px solid var(--border-light)}.modalReport{background-color:var(--dark);z-index:1;padding:16px 16px 24px;border-radius:24px;max-width:748px;width:100%;display:flex;flex-direction:column;gap:10px}.modalReport>.modalReport_heading{font-size:20px;font-weight:700;line-height:28px;color:#fff}.modalReport>.modalReport_button{display:flex;justify-content:end}.modalReport>.modalReport_button>button{background-color:#0ba486}@media (max-width: 700px){.modalReport{border-radius:24px 24px 0 0}}.comment-action__box{position:absolute;right:28px;padding:8px 0;background-color:#192521;border-radius:8px}.comment-action__box>button{font-family:Manrope;background-color:transparent;color:#fff;font-weight:400;border:none;outline:none;padding:8px 10px;cursor:pointer}.comment-action__box>button:hover{background-color:#393b3b}.commentEl{align-items:start;gap:8px;padding-top:16px;margin-bottom:8px}.commentEl>.commentEl_body{gap:8px;width:100%}.commentEl>.commentEl_body>.commentEl_body_info{position:relative;justify-content:space-between;padding-left:8px}.commentEl>.commentEl_body>.commentEl_body_info>a{color:#fff;display:flex}.commentEl>.commentEl_body>.commentEl_body_info span{padding-left:8px}.commentEl>.commentEl_body>.commentEl_body_info .comment-action__box{position:absolute;z-index:2000;top:0;right:30px;padding:10px 0;border-radius:12px}.commentEl>.commentEl_body>.commentEl_body_info .comment-action__button{padding:8px 10px;border:none;background-color:transparent;cursor:pointer;transition:all ease .3ms;font-family:Manrope}.commentEl>.commentEl_body>.commentEl_body_info .comment-action__box_onBlur{z-index:-1000;content:"";position:fixed;top:0;left:0;width:100%;height:100%}.commentEl>.commentEl_body>.comment-text{padding-left:8px}.commentEl>.commentEl_body>.comment_edit{display:flex;gap:16px}.commentEl>.commentEl_body>.commentEl_body_feedback{gap:24px}.commentEl>.commentEl_body>.commentEl_body_feedback>.button{padding:6px 10px;border-radius:16px}.commentEl>.commentEl_body .comment-reply{gap:8px}.commentEl>.commentEl_body .comment-reply__input-box{position:relative;width:100%;gap:8px}.commentEl>.commentEl_body .comment-reply__input-box>.comments_contest_mobileButton{padding:0;display:block;position:absolute;right:4px;top:50%;transform:translateY(-50%);height:32px;width:32px;aspect-ratio:1/1;background-color:#0ba486;color:#fff;display:flex;align-items:center;justify-content:space-around;border:none;outline:none;border-radius:8px;cursor:pointer}.commentEl>.commentEl_body .comment-reply__input-box>.comments_contest_mobileButton>div{width:20px;height:20px;display:flex;align-items:center;justify-content:space-around}.commentEl>.commentEl_body .comment-reply__input-box>.comments_contest_mobileButton>div>img{width:100%;height:100%}.commentEl.mobile{padding-top:8px}.commentEl.mobile>.commentEl_body{width:100%;overflow:hidden}.commentEl.mobile>.commentEl_body>.commentEl_body_info>a{display:flex;align-items:center;gap:8px;min-width:0;white-space:nowrap}.commentEl.mobile>.commentEl_body>.commentEl_body_info .commentEl_body_username{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;min-width:0}.commentEl.mobile>.commentEl_body>.commentEl_body_info .comment-date{flex-shrink:0;white-space:nowrap;color:#d6d6d6}.commentEl.mobile>.commentEl_body>.commentEl_body_feedback{display:flex;justify-content:space-between}.commentEl.mobile>.commentEl_body>.commentEl_body_feedback>.rate-wrapper{order:2}.commentEl.mobile>.commentEl_body>.commentEl_body_feedback>.rate-wrapper .rate_likes{order:-1}.commentEl.mobile>.commentEl_body .comment-action__box{background-color:#192521}.commentEl.mobile>.commentEl_body .comment-action__box>button{color:#fff;font-family:Manrope}.commentEl.mobile>.commentEl_body .comment-reply input{width:100%;height:40px;border:1px solid #393B3B;border-radius:8px}.commentEl.mobile>.commentEl_body .comment-reply input::placeholder{color:#ffffffb2}.commentEl.mobile>.commentEl_body .comment-reply>.comment-reply_userIcon{display:none}.commentEl.mobile>.commentEl_body .comment-reply .justify__end{display:none}.comment-replies__wrapper{padding-left:48px}.comment-replies__button{width:fit-content;padding:8px}.comment-replies__icon.opened{transform:rotate(90deg)}.comment-replies__icon.closed{transform:rotate(-90deg)}.comments__list .noComments{flex:1;height:100%;display:flex;align-items:center;justify-content:space-around;font-size:14px;line-height:20px;font-weight:400}.comments{position:relative;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;color:#fff;font-family:Manrope}.comments>.comments_input_container{width:100%;display:flex;align-items:center}.comments>.comments_input_container>.comments_intput_box{position:relative;display:flex;align-items:center;gap:16px;width:100%}.comments>.comments_input_container>.comments_intput_box>.mobile{width:100%;height:40px;border:1px solid #393B3B;border-radius:8px}.comments>.comments_input_container>.comments_intput_box>.mobile::placeholder{color:#ffffffb2}.comments>.comments_input_container>.comments_intput_box>.comment_input_avatar{flex-shrink:0;width:40px;height:40px}.comments>.comments_input_container>.comments_intput_box>.comments_contest_buttons{display:flex;gap:10px}.comments>.comments_input_container>.comments_intput_box>.comments_contest_mobileButton{padding:0;display:block;position:absolute;right:4px;top:50%;transform:translateY(-50%);height:32px;width:32px;aspect-ratio:1/1;background-color:#0ba486;color:#fff;display:flex;align-items:center;justify-content:space-around;border:none;outline:none;border-radius:8px;cursor:pointer}.comments>.comments_input_container>.comments_intput_box>.comments_contest_mobileButton>div{width:20px;height:20px;display:flex;align-items:center;justify-content:space-around}.comments>.comments_input_container>.comments_intput_box>.comments_contest_mobileButton>div>img{width:100%;height:100%}.comments>.comments_title{padding-bottom:32px;display:flex;align-items:center;justify-content:space-between}.comments>.comments_title>.comments_title_container{display:flex;align-items:center;gap:8px}.comments>.comments_title>button{background-color:transparent;border:none;outline:none;width:24px;height:24px;display:flex;align-items:center;justify-content:space-around;padding:0}.comments>ul{flex:1;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;margin-bottom:56px;scrollbar-width:none;-ms-overflow-style:none}.comments>ul::-webkit-scrollbar{display:none}.comments.mobile{padding:0}.comments.mobile>.comments_input_container{border-top:1px solid #3B3B3B;position:absolute;bottom:0;left:0;width:100%;max-width:none;padding-top:8px}.comments.mobile>.comments_input_container button{display:none;height:40px}.comments.mobile>.comments_input_container>.comments_intput_box>.comments_contest_buttons{display:none}.image__no-select{display:flex;align-items:center}.mobileCommentsSection{width:100%}.mobileCommentsSection>.mobileCommentsSection_visible{width:100%;background-color:var(--green-dark);border-radius:16px;padding:16px}.mobileCommentsSection>.mobileCommentsSection_visible>.mobileCommentsSection_visible_header{display:flex;gap:8px;align-items:center}.mobileCommentsSection>.mobileCommentsSection_visible>.mobileCommentsSection_visible_header>.mobileCommentsSection_visible_heading{font-weight:600;font-size:20px;line-height:28px;letter-spacing:-1.1%}.mobileCommentsSection>.mobileCommentsSection_visible>.mobileCommentsSection_visible_header>.mobileCommentsSection_visible_num{font-weight:400;font-size:14px;line-height:20px;letter-spacing:-1.1%;color:#c4c4c4}.mobileCommentsSection>.mobileCommentsSection_visible>.mobileCommentsSection_visible_comment{margin-top:8px;display:flex;gap:8px;align-items:center}.mobileCommentsSection>.mobileCommentsSection_visible>.mobileCommentsSection_visible_comment>img{width:40px;height:40px;border-radius:50%;aspect-ratio:1/1;object-fit:cover;background-color:red}.mobileCommentsSection>.mobileCommentsSection_visible>.mobileCommentsSection_visible_comment>.mobileCommentsSection_visible_comment_text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;font-weight:400;font-size:14px;line-height:20px;letter-spacing:1.1%}.mobileCommentsSection>.mobileCommentsSection_comments{position:fixed;bottom:0;left:0;z-index:10000;width:100%;height:100%;background-color:var(--dark);border-radius:16px 16px 0 0;padding:16px;transform:translateY(100%);transition:transform .3s ease-in-out}.mobileCommentsSection>.mobileCommentsSection_comments.mobileCommentsSection_comments--active{transform:translateY(0)}.mobileCommentsSection>.mobileCommentsSection_comments>.contest_mobileComments>.comments_title{border-bottom:1px solid #393B3B;padding-bottom:8px}.mobileCommentsSection>.mobileCommentsSection_background{position:fixed;background-color:#00000080;width:100dvw;height:100dvh;top:0;left:0;z-index:9999}.contestDateClock{flex:1;background-color:var(--green-dark);padding:16px;border-radius:24px;display:flex;align-items:center;justify-content:space-around;position:relative}.contestDateClock>.contestDateClock_container{display:flex;gap:32px;align-items:center;justify-content:space-around}.contestDateClock>.contestDateClock_container>.contestDateClock_info{display:flex;flex-direction:column;gap:8px}.contestDateClock>.contestDateClock_container>.contestDateClock_info>.contestDateClock_info_header{font-weight:600;font-size:16px;line-height:24px;letter-spacing:0;color:#fff}.contestDateClock>.contestDateClock_container>.contestDateClock_info>.contestDateClock_info_timer{display:flex;gap:4px;align-items:center}.contestDateClock>.contestDateClock_container>.contestDateClock_info>.contestDateClock_info_timer>.timerBlock{display:flex;flex-direction:column;justify-content:space-around;align-items:center;background-color:#2e3836;padding:5px 8px;width:40px;height:40px;border-radius:8px}.contestDateClock>.contestDateClock_container>.contestDateClock_info>.contestDateClock_info_timer>.timerBlock>.timerBlock_value{color:#fff;font-weight:600;font-size:16px;line-height:16px}.contestDateClock>.contestDateClock_container>.contestDateClock_info>.contestDateClock_info_timer>.timerBlock>.timerBlock_exp{margin-top:2px;color:#ddd;font-weight:400;font-size:10px;line-height:12px}@media (max-width: 500px){.contestDateClock{justify-content:start}.contestDateClock>.contestDateClock_container{width:100%}}.contestPrizePool{min-width:600px;flex:1;background-color:var(--green-dark);padding:16px;border-radius:24px;display:flex;height:132px;align-items:center;justify-content:space-around}.contestPrizePool>.contestPrizePool_container{align-items:center;display:flex;gap:32px}.contestPrizePool>.contestPrizePool_container>.contestPrizePool_info{display:flex;flex-direction:column;gap:8px;flex-shrink:0;max-width:70%;flex:1}.contestPrizePool>.contestPrizePool_container>.contestPrizePool_info>.contestPrizePool_info_header{text-align:center;font-weight:600;font-size:16px;line-height:24px;letter-spacing:0;color:#fff}.contestPrizePool>.contestPrizePool_container>.contestPrizePool_info>.contestPrizePool_info_value{align-items:center;word-wrap:wrap;text-align:center;max-width:320px;justify-content:space-around;background-color:#2e3836;padding:8px 16px;font-weight:600;font-size:16px;line-height:24px;color:#fff;border-radius:16px}.contestPrizePool>.contestPrizePool_container>.contestPrizePool_info>.contestPrizePool_info_value .green{color:#0ba486;cursor:pointer}.contestPrizePool>.contestPrizePool_container>.contestPrizePool_info>.contestPrizePool_info_value .underline{text-decoration:underline}.contestPrizePool>.contestPrizePool_container>.contestPrizePool_info>.contestPrizePool_info_value>span>.contestPrizePool_othersBtn{background:none;border:none;padding:0;font:inherit;cursor:pointer}.contestPrizePool>.contestPrizePool_container>.cup{flex-shrink:0;display:flex;align-items:center;justify-content:space-around;width:120px;height:96px}.contestPrizePool>.contestPrizePool_container>.cup>img{width:100%;height:100%}@media (max-width: 700px){.contestPrizePool{height:fit-content;min-width:100px;justify-content:center;overflow:hidden}.contestPrizePool .contestPrizePool_info_value{flex-direction:column}}.payPerViewPool{--ppvp-fill: var(--green-light);--ppvp-fill-soft: rgba(11, 164, 134, .15);--ppvp-border: rgba(255, 255, 255, .06);--ppvp-text-muted: rgba(255, 255, 255, .55);--ppvp-stat-bg: rgba(255, 255, 255, .04);flex:1;min-width:0;background:radial-gradient(circle at 100% 0%,rgba(22,179,145,.08),transparent 55%),var(--green-dark);border:1px solid var(--ppvp-border);border-radius:24px;padding:22px 24px;color:#fff;display:flex;flex-direction:column;gap:18px;box-sizing:border-box}.payPerViewPool--near{--ppvp-fill: #f1b955}.payPerViewPool--exhausted{--ppvp-fill: #ff8b8b}.payPerViewPool_head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.payPerViewPool_headLeft{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.payPerViewPool_kicker{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--green-light);margin-bottom:8px}.payPerViewPool_budgetLabel{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;opacity:.55}.payPerViewPool_amount{font-size:36px;line-height:42px;font-weight:700;letter-spacing:-.015em;word-break:break-word;margin-top:2px}.payPerViewPool_rate{font-size:14px;line-height:20px;opacity:.75;margin-top:4px}.payPerViewPool_divider{height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.08),transparent)}.payPerViewPool_badge{flex-shrink:0;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:14px;background:var(--ppvp-fill-soft);color:var(--green-light);max-width:200px}.payPerViewPool_badge--ended{background:rgba(255,255,255,.08);color:#ffffffb3}.payPerViewPool_badge--pending{background:rgba(241,185,85,.13);color:#f1b955}.payPerViewPool_badgeDot{width:7px;height:7px;border-radius:50%;background:var(--ppvp-fill);box-shadow:0 0 0 4px #16b3912e;flex-shrink:0}.payPerViewPool_badgeText{display:flex;flex-direction:column;line-height:1.2;min-width:0}.payPerViewPool_badgeLabel{font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;opacity:.7}.payPerViewPool_badgeValue{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.payPerViewPool_progressLegend{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.payPerViewPool_legendChip{display:inline-flex;align-items:baseline;gap:6px;padding:4px 10px;border-radius:999px;background:var(--ppvp-stat-bg);font-size:13px;line-height:18px}.payPerViewPool_legendLabel{font-size:11px;text-transform:uppercase;letter-spacing:.06em;opacity:.55}.payPerViewPool_legendValue{font-weight:600}.payPerViewPool_stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.payPerViewPool_stat{position:relative;display:flex;flex-direction:column;gap:6px;background:var(--ppvp-stat-bg);padding:14px 16px;border-radius:14px;min-width:0;transition:background .15s ease}.payPerViewPool_stat:hover{background:rgba(255,255,255,.06)}.payPerViewPool_statIcon{position:absolute;top:14px;right:14px;width:18px;height:18px;color:var(--green-light);opacity:.7}.payPerViewPool_statIcon svg{width:100%;height:100%}.payPerViewPool_statLabel{font-size:11px;line-height:14px;text-transform:uppercase;letter-spacing:.06em;opacity:.55;padding-right:26px}.payPerViewPool_statValue{font-size:20px;line-height:26px;font-weight:600;word-break:break-word}.payPerViewPool_banner{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;font-size:13px;line-height:18px}.payPerViewPool_banner--exhausted{background:rgba(255,139,139,.13);color:#ffd5d5;border:1px solid rgba(255,139,139,.3)}.payPerViewPool_banner--near{background:rgba(241,185,85,.13);color:#ffe6b5;border:1px solid rgba(241,185,85,.3)}.payPerViewPool_bannerIcon{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:currentColor;color:var(--green-dark);display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}@media (max-width: 1060px){.payPerViewPool{padding:18px 20px}.payPerViewPool_amount{font-size:30px;line-height:36px}}@media (max-width: 700px){.payPerViewPool{border-radius:20px;padding:16px;gap:14px}.payPerViewPool_head{gap:10px}.payPerViewPool_kicker{font-size:10px;letter-spacing:.09em;margin-bottom:6px}.payPerViewPool_budgetLabel{font-size:10px;letter-spacing:.07em}.payPerViewPool_amount{font-size:26px;line-height:32px}.payPerViewPool_stats{gap:10px}.payPerViewPool_stat{padding:12px 14px;gap:4px}.payPerViewPool_statIcon{width:16px;height:16px;top:12px;right:12px}.payPerViewPool_statValue{font-size:17px;line-height:22px}.payPerViewPool_rate{font-size:13px;line-height:18px}.payPerViewPool_badge{padding:6px 10px;gap:6px;border-radius:12px;max-width:170px}.payPerViewPool_badgeLabel{font-size:9px}.payPerViewPool_badgeValue{font-size:12px;white-space:normal}.payPerViewPool_badgeDot{width:6px;height:6px}.payPerViewPool_stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.payPerViewPool_stat{padding:9px 10px}.payPerViewPool_statValue{font-size:15px;line-height:20px}.payPerViewPool_legendChip{font-size:12px;padding:3px 9px}.payPerViewPool_legendLabel{font-size:10px}}@media (max-width: 380px){.payPerViewPool_progressLegend{flex-direction:column;align-items:stretch;gap:6px}.payPerViewPool_legendChip{justify-content:space-between}}.modalHeader{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;border-bottom:1px #3b3b3b solid}.modalHeader>.modalHeader_container{display:flex;justify-content:start;align-items:center;gap:8px}.modalHeader>.modalHeader_container>.modalHeader_back{width:24px;height:24px;display:flex;align-items:center;justify-content:space-around;cursor:pointer}.modalHeader>.modalHeader_container>.modalHeader_back>img{transform:rotate(180deg)}.modalHeader>.modalHeader_container>.modalHeader_heading{font-weight:600;font-size:20px;line-height:28px;letter-spacing:0%}.modalHeader>button{background-color:transparent;border:none;outline:none;display:flex;align-items:center;justify-content:space-around;cursor:pointer}@media (max-width: 700px){.modalHeader{padding-bottom:16px}}.divider{width:100%;height:1px;background-color:var(--green-dark)}.cropperRoot{position:fixed;top:0;right:0;bottom:0;left:0;background:#02140E;z-index:10000;touch-action:none}.cropperRoot>.cropperNavigation{position:absolute;z-index:1;top:0;width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px}.cropperRoot>.cropperNavigation>.cropperNavigation_back,.cropperRoot>.cropperNavigation .cropperNavigation_close{height:24px;width:24px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:space-around}.cropperRoot>.cropperActions{position:absolute;width:100%;left:0;right:0;bottom:32px;display:flex;justify-content:center}.cropperRoot>.cropperActions>button{justify-content:space-around;width:100%;max-width:200px;background:#0BA486}.elipse .cropperCircleMask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;display:flex;align-items:center;justify-content:center}.elipse .reactEasyCrop_CropArea:before{content:"";width:100%;height:100%;left:0!important;aspect-ratio:1/1;border-radius:50%;box-shadow:0 0 0 9999px #0000008c}.elipse .reactEasyCrop_CropArea:after{display:none}@media (max-width: 768px){.cropperRoot .cropperActions{padding:0 16px}.cropperRoot .cropperActions>button{max-width:none}}.coverItem{position:relative;width:100%;cursor:pointer}.coverItem.CARD{aspect-ratio:2/1}.coverItem.HERO{aspect-ratio:828/190;border-radius:8px}.coverItem>.skeleton{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.coverItem>img{width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .15s ease;border:1px solid transparent;box-sizing:border-box;border-radius:8px}.coverItem>img.loaded{opacity:1}.coverItem>img.active{border:1px solid white}.coverSelectionChoose{margin-top:24px;width:100%;height:100%;display:flex;flex-direction:column}.coverSelectionChoose>.coverSelectionChoose_container{flex:1}.coverSelectionChoose>.coverSelectionChoose_container>.coverSelectionChoose_heading{text-align:center;font-weight:600;font-size:16px;line-height:24px}.coverSelectionChoose>.coverSelectionChoose_container>.coverSelectionChoose_gridCards{margin-top:16px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:16px;padding-bottom:16px;border-bottom:1px solid #3b3b3b}.coverSelectionChoose>.coverSelectionChoose_container>.coverSelectionChoose_gridCards>div>img{width:100%;height:auto;aspect-ratio:2/1;object-fit:cover;cursor:pointer;border-radius:8px;border:1px solid transparent;box-sizing:border-box}.coverSelectionChoose>.coverSelectionChoose_container>.coverSelectionChoose_gridCards>div>img.active{border:1px solid white}.coverSelectionChoose>.coverSelectionChoose_container>.coverSelectionChoose_gridHero{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-bottom:16px;border-bottom:1px solid #3b3b3b}.coverSelectionChoose>.coverSelectionChoose_container>.coverSelectionChoose_gridHero>img{width:100%;height:auto;aspect-ratio:828/190;object-fit:cover;cursor:pointer;border-radius:8px;border:1px solid transparent;box-sizing:border-box}.coverSelectionChoose>.coverSelectionChoose_container>.coverSelectionChoose_gridHero>img.active{border:1px solid white}.coverSelectionChoose>.coverSelectionChoose_container>.coverSelectionChoose_input{-webkit-user-select:none;user-select:none;margin-top:16px;position:relative;height:fit-content;border:1px #393b3b dashed;background-color:var(--green-dark);padding:24px 32px;border-radius:9px;display:flex;flex-direction:column;align-items:center;gap:10px}.coverSelectionChoose>.coverSelectionChoose_container>.coverSelectionChoose_input>.coverSelectionChoose_input_text{text-align:center;display:flex;align-items:center;flex-direction:column;font-size:14px;line-height:20px}.coverSelectionChoose>.coverSelectionChoose_container>.coverSelectionChoose_input>.coverSelectionChoose_input_text>.coverSelectionChoose_input_haeding{color:#fff;font-weight:600}.coverSelectionChoose>.coverSelectionChoose_container>.coverSelectionChoose_input>.coverSelectionChoose_input_text>.coverSelectionChoose_input_explain{font-weight:400;width:70%;color:#ddd}.coverSelectionChoose>.coverSelectionChoose_container>.coverSelectionChoose_input>.coverSelectionChoose_input_button{position:relative;padding:8px 16px;display:flex;align-items:center;gap:11px;border:1px solid #393b3b;width:fit-content;border-radius:9999px}.coverSelectionChoose>.coverSelectionChoose_container>.coverSelectionChoose_input>.coverSelectionChoose_input_button>span{font-weight:600;font-size:16px;line-height:24px}.coverSelectionChoose>.coverSelectionChoose_container>.coverSelectionChoose_input>.coverSelectionChoose_input_button>input{position:absolute;width:100%;height:100%;overflow:hidden;opacity:0}.coverSelectionChoose>.coverSelectionChoose_container>.coverSelectionChoose_input>input{display:block;position:absolute;z-index:1000;cursor:pointer;width:100%;height:100%;opacity:0;top:0;right:0;bottom:0;left:0}.coverSelectionChoose>.coverSelectionChoose_buttons{display:flex;justify-content:flex-end;gap:10px}.coverSelectionChoose>.dragOverlay{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,123,255,.05);border:3px dashed #007bff;pointer-events:none;z-index:9999}@media (max-width: 768px){.coverSelectionChoose>.divider{display:none}.coverSelectionChoose>.coverSelectionChoose_container>.coverSelectionChoose_gridCards{grid-template-columns:1fr 1fr;border:none}.coverSelectionChoose>.coverSelectionChoose_container>.coverSelectionChoose_gridHero{grid-template-columns:1fr 1fr;border:none}.coverSelectionChoose>.coverSelectionChoose_container>.coverSelectionChoose_input{margin:0;border:none;padding:0;background-color:transparent}.coverSelectionChoose>.coverSelectionChoose_container>.coverSelectionChoose_input>.coverSelectionChoose_input_text{display:none}.coverSelectionChoose>.coverSelectionChoose_container>.coverSelectionChoose_input>.coverSelectionChoose_input_explain{display:none}.coverSelectionChoose>.coverSelectionChoose_container>.coverSelectionChoose_input>.coverSelectionChoose_input_button{width:100%;align-items:center;justify-content:center}.coverSelectionChoose>.coverSelectionChoose_buttons>.cancelBtn{display:none}.coverSelectionChoose>.coverSelectionChoose_buttons>.uploadBtn{margin-top:12px;width:100%;justify-content:center}}.coverSelectionConfirm{padding-top:24px;height:100%;display:flex;flex-direction:column;flex:1}.coverSelectionConfirm>.coverSelectionConfirm_heading{font-weight:600;font-size:20px;line-height:24px}.coverSelectionConfirm>.coverSelectionConfirm_image{position:relative;flex:1;min-height:0;padding-top:16px}.coverSelectionConfirm>.coverSelectionConfirm_image>div{width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:contain}.coverSelectionConfirm>.coverSelectionConfirm_buttons{display:flex;align-items:center;justify-content:flex-end;gap:10px}.coverSelectionConfirm>.coverSelectionConfirm_buttons>button{height:43px}@media (max-width: 768px){.coverSelectionConfirm_buttons{width:100%}.coverSelectionConfirm_buttons>button{flex:1;justify-content:space-around}}.contestCovereSelection{max-width:960px;width:100%;height:100%;background-color:var(--dark);padding:24px 16px;border-radius:24px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#393b3b transparent;display:flex;flex-direction:column}.contestCovereSelection::-webkit-scrollbar{width:8px;background:transparent}.contestCovereSelection::-webkit-scrollbar-track{background:transparent}.contestCovereSelection::-webkit-scrollbar-thumb{background-color:#393b3b;border-radius:4px;border-top:2px solid black;border-bottom:2px solid black;box-sizing:border-box}.contestCovereSelection::-webkit-scrollbar-thumb:hover{background-color:#555}.card{max-height:562px!important}.hero{max-height:678px!important}.crop_container{position:fixed;width:100%;height:100%;top:0;left:0}@media (max-width: 700px){.contestCovereSelection{border-radius:16px 16px 0 0;max-height:525px!important;height:100%}.card{max-height:470px!important}.hero{max-height:370px!important}}.adminMediaEditor{display:flex;flex-direction:column;gap:24px;padding:16px}.adminMediaEditor .adminMediaEditor_section{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.adminMediaEditor .adminMediaEditor_section .adminMediaEditor_section_label{font-weight:600;font-size:14px;color:#fff}.adminMediaEditor .adminMediaEditor_preview{max-width:320px;max-height:180px;border-radius:6px;object-fit:cover}.adminMediaEditor .adminMediaEditor_placeholder{width:320px;height:100px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border:1px dashed rgba(255,255,255,.15);border-radius:6px;color:#888;font-size:13px}.adminMediaEditor .adminMediaEditor_examples{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;width:100%;max-width:640px}.adminMediaEditor .adminMediaEditor_examples .adminMediaEditor_examples_item{position:relative;aspect-ratio:1}.adminMediaEditor .adminMediaEditor_examples .adminMediaEditor_examples_item img,.adminMediaEditor .adminMediaEditor_examples .adminMediaEditor_examples_item video{width:100%;height:100%;object-fit:cover;border-radius:6px;background:#000}.adminMediaEditor .adminMediaEditor_examples .adminMediaEditor_examples_item .adminMediaEditor_examples_remove{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;background:rgba(0,0,0,.7);color:#fff;border:none;cursor:pointer;font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center}.adminMediaEditor .adminMediaEditor_examples .adminMediaEditor_examples_item .adminMediaEditor_examples_remove:disabled{cursor:not-allowed;opacity:.5}.adminMediaEditor .adminMediaEditor_examples .adminMediaEditor_examples_item .adminMediaEditor_examples_remove:hover:not(:disabled){background:#eb5533}.adminMediaEditor .adminMediaEditor_error{color:#eb5533;font-size:13px}.howToJoinSteps{display:flex;flex-direction:column;gap:10px;padding:0;margin:0;list-style:none}.howToJoinSteps_step{display:flex;gap:14px;align-items:flex-start;padding:14px;background-color:#0e1b16;border:1px solid #1F2D27;border-radius:14px;transition:border-color .2s ease}.howToJoinSteps_badge{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#0BA486 0%,#0c8e75 100%);color:#fff;font-weight:700;font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0ba48640}.howToJoinSteps_body{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px;padding-top:3px}.howToJoinSteps_title{font-weight:600;font-size:15px;line-height:20px;color:#fff}.howToJoinSteps_content{font-weight:400;font-size:14px;line-height:20px;color:#b8b8b8}.howToJoinSteps_platforms{display:flex;flex-wrap:wrap;gap:6px}.howToJoinSteps_platformChip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background-color:#192521;border:1px solid #2E3836;border-radius:999px;font-size:13px;line-height:18px;font-weight:500;color:#ddd}.howToJoinSteps_platformChip>img{width:16px;height:16px}.howToJoinSteps_hashtag{display:inline-block;padding:6px 12px;background-color:#0ba4861f;border:1px solid rgba(11,164,134,.35);border-radius:999px;color:#0ba486;font-weight:600;font-size:14px;line-height:20px;word-break:break-all}.howToJoinSteps_text{font-weight:400;font-size:14px;line-height:20px;color:#b8b8b8}@media (max-width: 480px){.howToJoinSteps{gap:8px}.howToJoinSteps_step{padding:12px;gap:12px}.howToJoinSteps_badge{width:26px;height:26px;font-size:13px}.howToJoinSteps_title{font-size:14px}}.howToJoin{margin-top:16px;background-color:#2e3836;padding:16px;border-radius:8px;display:flex;flex-direction:column;gap:16px}.howToJoin>.howToJoin_heading{font-size:20px;line-height:28px;font-weight:600;color:#fff}.howToJoin>button{width:fit-content}.howToJoin>button>.button_inner{display:flex;align-items:center;gap:8px}.howToJoin>button>.button_inner>div{height:24px;width:24px;display:flex;align-items:center;justify-content:space-around}.howToJoin>button>.button_inner>span{font-size:16px;font-weight:600;line-height:24px}.videoPreview{width:100%;height:100%;position:relative;overflow:hidden}.videoPreview>.videoPreview_previewImg{width:100%;height:100%;object-fit:cover;border-radius:16px;background-color:#000}.videoPreview>.playButton{position:absolute;z-index:1;top:50%;left:50%;border-radius:50%;transform:translate(-50%) translateY(-50%);width:56px;height:56px;background-color:#0006;display:flex;align-items:center;justify-content:space-around}.unmute-button{position:fixed;bottom:120px;right:16px;z-index:100;display:flex;align-items:center;gap:8px;padding:12px 16px;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:24px;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:14px;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;animation:slideInRight .3s ease-out;transition:all .2s ease}.unmute-button:hover{background:rgba(0,0,0,.85);transform:scale(1.05)}.unmute-button:active{transform:scale(.95)}.unmute-button__icon{width:24px;height:24px;flex-shrink:0}.unmute-button__text{white-space:nowrap}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@media (max-width: 700px){.unmute-button{padding:12px;bottom:100px;right:12px}.unmute-button__text{display:none}}.galeryButton{width:52px;height:52px;aspect-ratio:1/1;border-radius:50%;background-color:var(--green-dark);opacity:.5;border:none;outline:none;box-sizing:border-box}.galeryButton>img{width:38px;height:100%;aspect-ratio:1/1}.galeryNavDots{display:flex;align-items:center;gap:8px;height:28px}.galeryNavDots>.galeryNavDots_dot{padding:0;border:none;outline:none;cursor:pointer;width:6px;aspect-ratio:1/1;opacity:.4;border-radius:50%;transition:.3s background-color;transition:.3s background-color,.3s width,.3s height}.galeryNavDots>.galeryNavDots_dot.active{opacity:.8}.mediaGalery{width:100%;flex:1;height:100%;overflow:hidden;background-color:#000;position:relative;-webkit-user-select:none;user-select:none;contain:layout paint size;overscroll-behavior:contain}.mediaGalery>.mediaGalery_media{width:100%;height:100%;overflow:hidden;cursor:grab;touch-action:pan-y}.mediaGalery>.mediaGalery_media.mediaGalery_media--static{cursor:default;touch-action:manipulation}.mediaGalery>.mediaGalery_media.is-dragging{cursor:grabbing}.mediaGalery>.mediaGalery_media>.mediaGalery_mediaStack{width:100%;height:100%;display:flex}.mediaGalery>.mediaGalery_media .mediaGalery_slide{flex:0 0 100%;height:100%;display:flex;align-items:center;justify-content:center;pointer-events:none;touch-action:none}.mediaGalery>.mediaGalery_media .mediaGalery_slide.active{pointer-events:auto}.mediaGalery>.mediaGalery_media .mediaGalery_slide>img,.mediaGalery>.mediaGalery_media .mediaGalery_slide>video{width:100%;height:100%;object-fit:contain;transform:translateZ(0);backface-visibility:hidden;perspective:1000px;pointer-events:none;-webkit-user-select:none;user-select:none}.mediaGalery>.mediaGalery_navigationButton{position:absolute;z-index:1000;top:50%;transform:translateY(-50%);width:20px;height:100px}.mediaGalery>.mediaGalery_navigationButton:first-child{left:0}.mediaGalery>.mediaGalery_navigationButton:last-child{right:0}.mediaGalery>.mediaGalery_navigationDataInfo{position:absolute;bottom:20%;left:50%;transform:translate(-50%);z-index:100}.mediaGalery>.mediaGalery_navigationDataLeft{position:absolute;top:50%;transform:translateY(-50%);left:13px;z-index:100}.mediaGalery>.mediaGalery_navigationDataRight{position:absolute;top:50%;transform:translateY(-50%);right:13px;z-index:100}@media (max-width: 700px){.mediaGalery{max-width:none!important}.mediaGalery .customVideo_mainVideo{object-fit:cover}}.exampleGaleryModal{position:relative;display:flex;align-items:center;justify-content:space-around;height:100%;max-height:600px!important;max-width:668px;width:100%}.exampleGaleryModal>button{position:absolute;right:8px;top:8px;width:fit-content;height:fit-content;z-index:100000;padding:none;border:none;outline:none;background-color:transparent;height:50px;aspect-ratio:1/1;cursor:pointer}.exampleGaleryModal>button>img{width:100%;height:100%}.exampleGaleryModal_galery{border-radius:24px}@media (max-width: 700px){.exampleGaleryModal{max-height:calc(100dvh - 48px)!important}.exampleGaleryModal_galery{border-radius:0}}.contestDesctiption{padding:16px 16px 0}.contestDesctiption>.contestDesctiption_desc{font-weight:400;font-size:16px;line-height:1.6;letter-spacing:0%;color:#ddd;overflow-wrap:break-word;word-break:break-word;white-space:normal;display:flex;flex-direction:column;gap:2px}.contestDesctiption>.contestDesctiption_desc .ql-size-large{font-size:24px;line-height:30px;font-weight:600}.contestDesctiption>.contestDesctiption_desc .ql-size-small{font-size:12px;line-height:16px}.contestDesctiption>.contestDesctiption_desc .ql-align-center{text-align:center}.contestDesctiption>.contestDesctiption_desc .ql-align-end{text-align:end}.contestDesctiption>.contestDesctiption_desc ul{list-style:inside}.contestDesctiption>.contestDesctiption_desc a{color:#0ba486;text-decoration:underline;word-break:break-all;cursor:pointer}.contestDesctiption>.contestDesctiption_admin_edit_btn{align-self:flex-start;margin-top:12px;padding:6px 12px;font-size:13px;font-weight:500;color:#0ba486;background:transparent;border:1px solid #0BA486;border-radius:6px;cursor:pointer;transition:background .15s ease,color .15s ease}.contestDesctiption>.contestDesctiption_admin_edit_btn:hover{background:#0BA486;color:#fff}.contestDesctiption>.contestDesctiption_edit{display:flex;flex-direction:column;gap:12px}.contestDesctiption>.contestDesctiption_edit .contestDesctiption_edit_actions{display:flex;justify-content:flex-end;gap:8px}.contestDesctiption>.contestDesctiption_edit .contestDesctiption_edit_error{color:#eb5533;font-size:13px}.contestDesctiption>.contestDesctiption_exapmleMedia{margin-top:16px;display:grid;grid-template-columns:repeat(auto-fill,minmax(135px,1fr));gap:8px}.contestDesctiption>.contestDesctiption_exapmleMedia>.exampleMediaItem{position:relative;aspect-ratio:135/132;width:100%}.contestDesctiption>.contestDesctiption_exapmleMedia>.exampleMediaItem>img,.contestDesctiption>.contestDesctiption_exapmleMedia>.exampleMediaItem video{width:100%;height:100%;aspect-ratio:135/132;background-color:#000;border-radius:8px;cursor:pointer;object-fit:contain}.contestParticipants{flex:1;background-color:var(--green-dark);padding:24px;display:flex;align-items:center;justify-content:space-around;border-radius:24px}.contestParticipants>.contestParticipants_container{display:flex;flex-direction:column;gap:8px;align-items:center}.contestParticipants>.contestParticipants_container>.contestParticipants_heading{color:#fff;font-weight:600;font-size:16px;line-height:24px;letter-spacing:0%}.contestParticipants>.contestParticipants_container>.contestParticipants_content{padding:8px 16px;background-color:#2e3836;color:#fff;font-weight:600;font-size:16px;line-height:24px;letter-spacing:0%;border-radius:8px}.contestPrizesSection{padding:16px 16px 8px}.contestPrizesSection>.contestPrizesSection_header{padding:0 16px;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0%;color:#ddd}@media (max-width: 600px){.contestPrizesSection{padding:12px 12px 4px}}.contestStatus{flex:1;background-color:var(--green-dark);padding:24px;display:flex;align-items:center;justify-content:space-around;border-radius:24px}.contestStatus>.contestStatus_container{display:flex;flex-direction:column;gap:8px;align-items:center}.contestStatus>.contestStatus_container>.contestStatus_heading{color:#fff;font-weight:600;font-size:16px;line-height:24px;letter-spacing:0%}.contestStatus>.contestStatus_container>.contestStatus_content{padding:8px 16px;background-color:#2e3836;color:#fff;font-weight:600;font-size:16px;line-height:24px;letter-spacing:0%;border-radius:8px}.payPerViewBreakdown{--ppvb-border: rgba(255, 255, 255, .07);--ppvb-bg: rgba(255, 255, 255, .03);--ppvb-accent: var(--green-light);--ppvb-muted: rgba(255, 255, 255, .55);padding-top:16px}.payPerViewBreakdown_card{background:var(--ppvb-bg);border:1px solid var(--ppvb-border);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:18px}.payPerViewBreakdown_formula{display:grid;grid-template-columns:1fr auto 1fr auto 1.2fr;gap:10px;align-items:center}.payPerViewBreakdown_formulaPart{display:flex;flex-direction:column;gap:2px;padding:12px 14px;background:rgba(255,255,255,.04);border-radius:12px;min-width:0}.payPerViewBreakdown_formulaPart--result{background:rgba(11,164,134,.12);border:1px solid rgba(11,164,134,.32)}.payPerViewBreakdown_formulaLabel{font-size:10px;line-height:14px;text-transform:uppercase;letter-spacing:.06em;opacity:.6}.payPerViewBreakdown_formulaValue{font-size:18px;line-height:24px;font-weight:700;word-break:break-word}.payPerViewBreakdown_formulaValue--accent{color:var(--ppvb-accent)}.payPerViewBreakdown_formulaUnit{font-size:11px;line-height:14px;opacity:.55}.payPerViewBreakdown_formulaSep{font-size:22px;font-weight:300;opacity:.4;text-align:center}.payPerViewBreakdown_rules{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.payPerViewBreakdown_rule{display:flex;gap:12px;align-items:flex-start}.payPerViewBreakdown_ruleIcon{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:rgba(11,164,134,.18);color:var(--ppvb-accent);font-weight:600;font-size:12px;display:inline-flex;align-items:center;justify-content:center;margin-top:1px}.payPerViewBreakdown_ruleText{font-size:14px;line-height:20px;flex:1}.payPerViewBreakdown_meta{display:flex;flex-wrap:wrap;gap:14px 24px;padding-top:14px;border-top:1px solid var(--ppvb-border)}.payPerViewBreakdown_metaItem{display:flex;flex-direction:column;gap:2px}.payPerViewBreakdown_metaLabel{font-size:11px;line-height:14px;text-transform:uppercase;letter-spacing:.05em;opacity:.55}.payPerViewBreakdown_metaValue{font-size:14px;font-weight:500}@media (max-width: 720px){.payPerViewBreakdown_card{padding:16px;gap:16px}.payPerViewBreakdown_formula{grid-template-columns:1fr;gap:8px}.payPerViewBreakdown_formulaPart{padding:11px 12px}.payPerViewBreakdown_formulaSep{display:none}.payPerViewBreakdown_formulaValue{font-size:16px;line-height:22px}.payPerViewBreakdown_ruleText{font-size:13px;line-height:18px}}.tag-list{display:flex;align-items:center;gap:8px;width:100%;margin-top:24px;flex-wrap:wrap}.tag-list>li{display:flex;align-items:center;padding:0 12px;gap:8px;border-radius:8px;height:36px;background-color:#2e3836!important}.tag-list>li>div{width:20px;height:20px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tag-list>li>div>img{max-width:100%;max-height:100%;object-fit:contain}.tag-list>li>span{letter-spacing:-.011em;white-space:nowrap}.tag-list>.platforms_tag{height:36px;display:flex;gap:10px}.tag-list>.platforms_tag>span{display:flex;align-items:center;line-height:20px;font-size:14px}.tag-list>.platforms_tag>div{display:flex;align-items:center;justify-content:space-around}.contest-description{display:flex;flex-direction:column;gap:20px}.contest-description .contest-title{line-height:36px}.contest-description>div>.contest-description_buttons{width:100%;max-width:300px;display:flex;gap:8px}.contest-description>div>.contest-description_buttons .participate-btn{flex:1;display:flex;align-items:center;justify-content:space-around;width:240px;white-space:nowrap}.contest-description>div>.contest-description_buttons>.settings{position:relative}.contest-description>div>.contest-description_buttons>.settings>.settings-btn{display:flex;align-items:center;justify-content:space-around;height:48px;width:48px;flex-shrink:0;padding:0}.contest-description>div>.contest-description_buttons>.settings>.settings-btn>img{align-self:center}.contest-description>div>.contest-description_buttons>.settings>.settings_options{z-index:1001;position:absolute;right:68px;top:0;background-color:#2e3836;width:150px;padding:8px 0;border-radius:8px}.contest-description>div>.contest-description_buttons>.settings>.settings_options>button{width:100%;height:30px;color:#fff;font-family:Manrope;background-color:transparent;border:none;outline:none;flex-shrink:0}.contest-description>div>.contest-description_buttons>.settings>.settings_options>button:hover{background-color:#373b3a}.contest-description>div>.contest-description_buttons>.settings>.settingsBlur{position:fixed;top:0;left:0;width:100%;height:100%;background-color:transparent;opacity:0;z-index:1000}.contest-description>.contest_prizeAndDate{width:100%;display:flex;gap:20px}.contest-description>.contest_prizeAndDate>.contest_prizeAndDate_flexContainer{display:flex;flex:1;gap:20px}@media (max-width: 1060px){.contest-description{gap:16px}.contest-description>.contest_prizeAndDate{gap:16px}.contest-description>.contest_prizeAndDate>.contest_prizeAndDate_flexContainer{gap:16px}.contest-description>.contest-info{display:block}.contest-description>.contest-info>.contest-info__left-block{margin-bottom:24px}.contest-description>.contest-info>.contest-info__right-block{width:100%;max-width:none}.contest-description>.contest_prizeAndDate{flex-direction:column}}@media (max-width: 650px){.contest-description{gap:16px}.contest-description>div{flex-direction:column;gap:16px}.contest-description>div>.contest-description_buttons{max-width:none}.contest-description>div>.contest-description_buttons>.participate-btn{width:100%!important}.contest-description>.contest-info>.contest-info__right-block{gap:20px}}@media (max-width: 380px){.contest-description>.contest_prizeAndDate>.contest_prizeAndDate_flexContainer{flex-direction:column}}.contestDescriptionSkeleton{display:flex;flex-direction:column;gap:20px}.contestDescriptionSkeleton>.contestDescriptionSkeleton_main{display:flex;align-items:start;justify-content:space-between}.contestDescriptionSkeleton>.contestDescriptionSkeleton_main>.contestDescriptionSkeleton_main_left{display:flex;flex-direction:column;gap:24px}.contestDescriptionSkeleton>.contestDescriptionSkeleton_main>.contestDescriptionSkeleton_main_left>.contestDescriptionSkeleton_main_name{height:36px;width:300px;position:relative}.contestDescriptionSkeleton>.contestDescriptionSkeleton_main>.contestDescriptionSkeleton_main_left>.contestDescriptionSkeleton_main_left_container{display:flex;gap:8px}.contestDescriptionSkeleton>.contestDescriptionSkeleton_main>.contestDescriptionSkeleton_main_left>.contestDescriptionSkeleton_main_left_container>span{position:relative;height:36px;width:90px}.contestDescriptionSkeleton>.contestDescriptionSkeleton_main>.contestDescriptionSkeleton_main_right{display:flex;gap:8px}.contestDescriptionSkeleton>.contestDescriptionSkeleton_main>.contestDescriptionSkeleton_main_right>.contestDescriptionSkeleton_main_buttonPart{position:relative;width:244px;height:48px}.contestDescriptionSkeleton>.contestDescriptionSkeleton_main>.contestDescriptionSkeleton_main_right>.contestDescriptionSkeleton_main_buttonPart:last-child{height:48px;width:48px}.contestDescriptionSkeleton>.contestDescriptionSkeleton_blocks{display:flex;flex-direction:column;gap:20px}.contestDescriptionSkeleton>.contestDescriptionSkeleton_blocks>.contestDescriptionSkeleton_blocks_row{display:flex;gap:20px}.contestDescriptionSkeleton>.contestDescriptionSkeleton_blocks>.contestDescriptionSkeleton_blocks_row>.contestDescriptionSkeleton_blocks_block{position:relative;flex:1;height:132px}.contestDescriptionSkeleton>.contestDescriptionSkeleton_blocks>.contestDescriptionSkeleton_blocks_row>.contestDescriptionSkeleton_blocks_block:first-child{min-width:600px}.contestDescriptionSkeleton>.contestDescriptionSkeleton_blocks>.contestDescriptionSkeleton_blocks_big{position:relative;width:100%;height:300px}.contestDescriptionSkeleton .react-loading-skeleton{position:absolute;top:0;left:0;display:block;width:100%;height:100%;height:24px}@media (max-width: 1060px){.contestDescriptionSkeleton>.contestDescriptionSkeleton_main{flex-direction:column;gap:16px}.contestDescriptionSkeleton>.contestDescriptionSkeleton_main>.contestDescriptionSkeleton_main_right{width:100%}.contestDescriptionSkeleton>.contestDescriptionSkeleton_main>.contestDescriptionSkeleton_main_right>.contestDescriptionSkeleton_main_buttonPart{flex:1}.contestDescriptionSkeleton>.contestDescriptionSkeleton_main>.contestDescriptionSkeleton_main_right>.contestDescriptionSkeleton_main_buttonPart:last-child{max-height:48px;max-width:48px}.contestDescriptionSkeleton>.contestDescriptionSkeleton_blocks>.contestDescriptionSkeleton_blocks_row{flex-direction:column;height:253px}.contestDescriptionSkeleton>.contestDescriptionSkeleton_blocks>.contestDescriptionSkeleton_blocks_row>.contestDescriptionSkeleton_blocks_block:first-child{min-width:0}}.contestHero{width:100%;padding:0 0 120px}.contestHero>.contestHero_background{padding:0 16px}.contestHero>.contestHero_background>.contestHero_image{max-width:1700px;margin:0 auto;width:100%;border-radius:8px;aspect-ratio:1704/390;background-position:center;background-repeat:no-repeat;background-size:cover;transition:filter .3s ease-out,opacity .3s ease-out;will-change:filter,opacity}.contestHero>.contestHero_background>.contestHero_image.loading{filter:blur(20px);opacity:.6}.contestHero>.contestHero_background>.contestHero_image.loaded{filter:blur(0);opacity:1}.contestHero>.contestHero_background>.contestHero_image>.contestHero_container{width:100%;max-width:1280px;position:absolute;left:50%;transform:translate(-50%);bottom:-70px}.contestHero>.contestHero_background>.contestHero_image>.contestHero_container>a{max-width:100%;width:fit-content;display:flex;gap:16px}.contestHero>.contestHero_background>.contestHero_image>.contestHero_container>a .contestHero_avatarImage{width:140px;height:140px;border:4px var(--dark) solid;font-size:64px}.contestHero>.contestHero_background>.contestHero_image>.contestHero_container>a>.contestHero_ownerName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;align-self:end;padding-bottom:28px;color:#f8f8f8;text-decoration:none;font-weight:600;font-size:20px;line-height:100%;letter-spacing:0%}@media (max-width: 768px){.contestHero{padding-bottom:77px}.contestHero>.contestHero_background>.contestHero_image>.contestHero_container{bottom:-53px;padding:0 16px}.contestHero>.contestHero_background>.contestHero_image>.contestHero_container>a .contestHero_avatarImage{border:none;height:68px;width:68px;font-size:34px}}.contestHeroSkeleton{width:100%;padding:0 0 120px}.contestHeroSkeleton>.contestHeroSkeleton_background{padding:0 16px}.contestHeroSkeleton>.contestHeroSkeleton_background>.contestHeroSkeleton_image{position:relative;max-width:1700px;margin:0 auto;width:100%;border-radius:8px;aspect-ratio:1704/390}.contestHeroSkeleton>.contestHeroSkeleton_background>.contestHeroSkeleton_image>.contestHeroSkeleton_container{width:100%;max-width:1280px;position:absolute;left:50%;transform:translate(-50%);bottom:-70px}.contestHeroSkeleton>.contestHeroSkeleton_background>.contestHeroSkeleton_image>.contestHeroSkeleton_container>.contestHeroSkeleton_inner{width:fit-content;display:flex;gap:16px}.contestHeroSkeleton>.contestHeroSkeleton_background>.contestHeroSkeleton_image>.contestHeroSkeleton_container>.contestHeroSkeleton_inner>.contestHeroSkeleton_userIcon{position:relative;width:140px;height:140px;border-radius:50%}.contestHeroSkeleton>.contestHeroSkeleton_background>.contestHeroSkeleton_image>.contestHeroSkeleton_container>.contestHeroSkeleton_inner>.contestHeroSkeleton_ownerName{position:relative;width:200px;height:28px;align-self:flex-end;bottom:28px}.contestHero .react-loading-skeleton{position:absolute;top:0;left:0;display:block;width:100%;height:100%;height:24px}@media (max-width: 768px){.contestHeroSkeleton{padding-bottom:77px}.contestHeroSkeleton>.contestHeroSkeleton_background>.contestHeroSkeleton_image>.contestHeroSkeleton_container{bottom:-53px;padding:0 16px}.contestHeroSkeleton>.contestHeroSkeleton_background>.contestHeroSkeleton_image>.contestHeroSkeleton_container>.contestHeroSkeleton_inner .contestHeroSkeleton_userIcon{border:none;height:68px;width:68px}}.image{object-fit:cover}.image__round{border-radius:50%}.image__no-select{-webkit-user-select:none;user-select:none}.image__skeleton{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:inherit}.image__skeleton>.react-loading-skeleton{width:100%;height:100%;display:block;border-radius:inherit;border-radius:8px}.top-prize__wrapper{align-items:center;gap:14px;height:34px;padding:6px 16px 6px 0;border-radius:26px}.top-prize__wrapper img{scale:2}.prize-icon__wrapper{align-self:flex-end;position:relative}.prize-icon__wrapper>span{position:absolute;top:14px;width:100%;font-size:10px;text-align:center}.dark .top-prize__wrapper{background-color:#02140e66}.dark .top-prize__wrapper>.top-prize__1-amount{color:#feee52}.dark .top-prize__wrapper>.top-prize__2-amount{color:var(--white-muted)}.dark .top-prize__wrapper>.top-prize__3-amount{color:#f89141}.light .top-prize__wrapper{background-color:var(--white-muted)}.userProfileData{display:flex;gap:8px;align-items:center;flex:1;max-width:300px;overflow:hidden}.userProfileData>img{border-radius:50%;width:44px;aspect-ratio:1/1;object-fit:cover;object-position:top}.userProfileData>.userProfileData_container{display:flex;flex-direction:column;justify-content:space-between;gap:4px;min-width:0}.userProfileData>.userProfileData_container>.userProfileData_headerGroup{display:flex;align-items:center;gap:4px;min-width:0}.userProfileData>.userProfileData_container>.userProfileData_headerGroup>span{flex:1;font-weight:600;font-size:20px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workCard{position:relative;aspect-ratio:413/551;overflow:hidden;background-color:#000;border-radius:0}.workCard:before{content:"";position:absolute;top:0;left:0;width:100%;height:80px;pointer-events:none;background:linear-gradient(to bottom,rgba(23,23,23,.78),rgba(23,23,23,0))}.workCard:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80px;pointer-events:none;background:linear-gradient(to top,rgba(23,23,23,.6),rgba(23,23,23,0))}.workCard>.workCard_prize{position:absolute;z-index:10;top:13px;left:13px;color:#fff}.workCard>.workCard_prize .place_1{color:#feee52!important}.workCard>.workCard_prize .place_2{color:#ddd!important}.workCard>.workCard_prize .place_3{color:#e0833a!important}.workCard>.workCard_prize>.workCard_prize_value{position:relative;padding:0 12px 0 36px;background-color:#02140e66;color:#feee52;height:32px;border-radius:9999px;display:flex;align-items:center}.workCard>.workCard_prize>.workCard_prize_value>.prize-icon__wrapper{position:absolute;top:-6px;left:-11px}.workCard>img{width:100%;height:100%;object-fit:cover;background-color:#000}.workCard.workCard--text:before{background:linear-gradient(to bottom,rgba(0,0,0,.32),rgba(0,0,0,0))}.workCard.workCard--text:after{background:linear-gradient(to top,rgba(0,0,0,.55),rgba(0,0,0,0))}.workCard>.workCard_textContent{position:absolute;top:0;right:0;bottom:0;left:0;padding:36px 22px 80px;display:flex;flex-direction:column;overflow:hidden;z-index:5}.workCard>.workCard_textContent:before{content:"“";position:absolute;top:-22px;left:14px;font-family:Georgia,Times New Roman,serif;font-size:140px;line-height:1;color:#ffffff1a;pointer-events:none;-webkit-user-select:none;user-select:none}.workCard>.workCard_textContent>.workCard_textContent_text{position:relative;z-index:2;color:#f5f5f5;font-size:15px;font-weight:500;line-height:1.45;letter-spacing:-.005em;white-space:pre-wrap;word-break:break-word;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:11;text-overflow:ellipsis;flex:1}.workCard>.workCard_textContent>.workCard_textContent_text .workCard_hashtag{color:#79d7ff;font-weight:600;letter-spacing:-.005em}.workCard>.workCard_textContent>.workCard_textContent_more{position:absolute;right:16px;bottom:64px;z-index:6;color:#ffffffe6;font-size:11px;font-weight:600;line-height:1;letter-spacing:.03em;pointer-events:none;padding:5px 10px;border-radius:999px;background:rgba(0,0,0,.35);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.workCard>.workCard_mediaType{z-index:10;position:absolute;right:18px;top:18px}.workCard>.workCard_footer{z-index:10;width:100%;display:flex;justify-content:space-between;position:absolute;bottom:0;padding:0 16px 16px}.workCard>.workCard_footer>.userProfileData>img{width:32px}.workCard>.workCard_footer>.userProfileData span{font-size:14px}.workCard>.workCard_footer>.workCard_likesNum{display:flex;align-items:center;gap:5px}.workCard>.workCard_footer>.workCard_likesNum>img{height:14.5px}.workCard>.workCard_footer>.workCard_likesNum>.workCard_likesNum_num{font-weight:600;font-size:14px;line-height:20px;letter-spacing:-1.1%}.workCard .react-loading-skeleton{position:absolute;top:0;left:0;display:block;width:100%;height:100%;height:24px}@media (max-width: 700px){.workCard{border-radius:8px}.workCard>.workCard_mediaType{top:8px;right:8px}.workCard>.workCard_footer{padding:0 8px 8px}.workCard>.workCard_textContent{padding:24px 14px 72px}.workCard>.workCard_textContent:before{font-size:96px;top:-14px;left:6px}.workCard>.workCard_textContent>.workCard_textContent_text{font-size:13px;line-height:1.42;-webkit-line-clamp:10}.workCard>.workCard_textContent>.workCard_textContent_more{right:10px;bottom:56px;font-size:10px;padding:4px 8px}}.workCardSkeleton{position:relative;width:100%;height:100%;aspect-ratio:413/552;overflow:hidden}.workCardSkeleton .react-loading-skeleton{position:absolute;top:0;left:0;display:block;width:100%;height:100%;height:24px}@media (max-width: 700px){.workCardSkeleton{border-radius:8px}}.platform{border-radius:4px;color:#fff;background-color:#ffffff1a;padding:4px;height:24px;width:fit-content;display:flex;align-items:center;gap:4px}.platform>div{display:flex;align-items:center;height:16px}.platform>div>img{height:100%}.platform>span{font-size:12px;line-height:16px;font-weight:600}.workPreviewContest{text-decoration:none;color:#fff;display:inline-flex;align-items:center;max-width:200px;background-color:#ffffff1a;padding:4px;border-radius:2px;height:24px;overflow:hidden;gap:4px}.workPreviewContest>.workPreviewContest_img{flex-shrink:0;background-color:#a65cef;height:16px;width:16px;display:flex;align-items:center;justify-content:space-around;border-radius:2px}.workPreviewContest>.workPreviewContest_img>img{width:14px}.workPreviewContest .workPreviewContest_name{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;box-sizing:border-box;animation:marquee 8s linear infinite}.workPreviewContest>div,.workPreviewContest span{font-weight:600;font-size:12px;line-height:16px;letter-spacing:0%}.workPreviewContest>.workPreviewContest_status{font-weight:400}.mobileWorkPreview_topOverlay{width:100%;padding:0 25px;display:flex;align-items:center;justify-content:space-between;height:45px;position:absolute;top:0;left:0}.mobileWorkPreview_topOverlay>.mobileWorkPreview_topOverlay_back{display:flex;align-items:center;border:none;outline:none;background-color:transparent}.mobileWorkPreview_topOverlay>.mobileWorkPreview_topOverlay_contest{padding:0 10px;font-weight:700;font-size:16px;line-height:24px;letter-spacing:0%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.mobileWorkPreview_topOverlay>.workControls{justify-self:flex;position:relative;display:flex;align-items:center;justify-content:space-around}.mobileWorkPreview_topOverlay>.workControls>.dots{width:24px;height:24px;display:flex;align-items:center;justify-content:space-around;background-color:transparent;border:none;outline:none;padding:0}.mobileWorkPreview_topOverlay>.workControls>.workControls_controls{position:absolute;opacity:1;right:20px;background-color:#192521;padding:4px 0;border-radius:4px}.mobileWorkPreview_topOverlay>.workControls>.workControls_controls>button{color:#fff;background-color:transparent;padding:4px 20px;outline:none;border:none;font-family:Manrope}.mobileWorkPreview{width:100dvw;height:calc(100dvh - 48px);z-index:100000;top:0;left:0;background-color:#000}.mobileWorkPreview>.mobileWorkPreview_container{position:relative;width:100%;height:100%}.mobileWorkPreview>.mobileWorkPreview_container>img{background-color:#000;object-fit:contain;height:100%;width:100%}.mobileWorkPreview>.mobileWorkPreview_container>.mobileWorkPreview_inner{gap:10px;padding:0 16px 24px;align-items:flex-start}.mobileWorkPreview>.mobileWorkPreview_container>.mobileWorkPreview_inner>.mobileWorkPreview_description{position:absolute;bottom:24px;left:16px;display:flex;flex-direction:column;gap:12px;width:calc(100dvw - 68px)}.mobileWorkPreview>.mobileWorkPreview_container>.mobileWorkPreview_inner>.mobileWorkPreview_description>a{text-decoration:none;color:#fff}.mobileWorkPreview>.mobileWorkPreview_container>.mobileWorkPreview_inner>.mobileWorkPreview_description>a>.userProfileData{gap:6px}.mobileWorkPreview>.mobileWorkPreview_container>.mobileWorkPreview_inner>.mobileWorkPreview_description>a>.userProfileData>img{height:32px;width:32px}.mobileWorkPreview>.mobileWorkPreview_container>.mobileWorkPreview_inner>.mobileWorkPreview_description>a>.userProfileData>.userProfileData_container>.userProfileData_headerGroup>span{font-size:14px;line-height:20px}.mobileWorkPreview>.mobileWorkPreview_container>.mobileWorkPreview_inner>.mobileWorkPreview_description>.mobileWorkPreview_description_container{width:100%}.mobileWorkPreview>.mobileWorkPreview_container>.mobileWorkPreview_inner>.mobileWorkPreview_description>.mobileWorkPreview_description_container>.mobileWorkPreview_description_text{width:100%;max-height:150px;overflow-y:auto;word-break:normal;overflow-wrap:break-word;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;color:#fff;font-weight:400px;font-size:14px;line-height:20px}.mobileWorkPreview>.mobileWorkPreview_container>.mobileWorkPreview_inner>.mobileWorkPreview_description>.mobileWorkPreview_description_container>.mobileWorkPreview_description_text.short{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;width:100%}.mobileWorkPreview>.mobileWorkPreview_container>.mobileWorkPreview_inner>.mobileWorkPreview_description>.mobileWorkPreview_description_container>button{background-color:transparent;padding:0;border:none;outline:none;color:#fff;font-family:Manrope;font-weight:600}.mobileWorkPreview>.mobileWorkPreview_container>.mobileWorkPreview_inner>.mobileWorkPreview_description>.mobileWorkPreview_description_links{display:flex;align-items:center;gap:8px}.mobileWorkPreview>.mobileWorkPreview_container>.mobileWorkPreview_inner>.mobileWorkPreview_controls{position:absolute;bottom:0;right:0;width:56px;padding:0 16px 24px 0;box-sizing:border-box;display:flex;flex-direction:column;gap:20px}.mobileWorkPreview>.mobileWorkPreview_container>.mobileWorkPreview_inner>.mobileWorkPreview_controls .rate-wrapper{height:inherit}.mobileWorkPreview>.mobileWorkPreview_container>.mobileWorkPreview_inner>.mobileWorkPreview_controls>li{display:flex;flex-direction:column;width:40px;align-items:center;gap:4px}.mobileWorkPreview>.mobileWorkPreview_container>.mobileWorkPreview_inner>.mobileWorkPreview_controls>li>button{background-color:transparent;border:none;outline:none;padding:none}.mobileWorkPreview>.mobileWorkPreview_container>.mobileWorkPreview_inner>.mobileWorkPreview_controls>li>button>img{height:24px}.mobileWorkPreview>.mobileWorkPreview_container>.mobileWorkPreview_inner>.mobileWorkPreview_controls>li>button>div{color:#fff;font-family:Manrope;font-size:12px;font-weight:600;line-height:16px;letter-spacing:0%}.mobileWorkPreview>.mobileWorkPreview_container>.mobileWorkPreview_shadow{position:absolute;content:"";opacity:.5;bottom:0;left:0;width:100%;height:45%;pointer-events:none;transition:.5s ease;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgb(0,0,0) 100%)}.mobileWorkPreview>.mobileWorkPreview_container>.mobileWorkPreview_shadow.more{transition:.5s ease;opacity:1;height:60%}.mobileWorkPreview_commentsSection{background-color:transparent;position:relative;bottom:0;left:0;height:100dvh;width:100dvw;z-index:100000}.mobileWorkPreview_commentsSection>.mobileWorkPreview_commentsSection_container>.mobileWorkPreview_commentsSection_comments{padding:16px;z-index:2;position:absolute;bottom:0;left:0;width:100%;max-height:70dvh;background-color:var(--dark);height:800px;border-radius:16px 16px 0 0}.mobileWorkPreview_commentsSection>.mobileWorkPreview_commentsSection_container>.mobileWorkPreview_commentsSection_comments>.mobileWorkPreview_commentsSection_header{padding:8px 0;display:flex;align-items:center;justify-content:space-between;border-bottom:#393b3b 1px solid}.mobileWorkPreview_commentsSection>.mobileWorkPreview_commentsSection_container>.mobileWorkPreview_commentsSection_comments>.mobileWorkPreview_commentsSection_header>span{font-weight:700;font-size:16px;line-height:24px;letter-spacing:0%;color:#f8f8f8}.mobileWorkPreview_commentsSection>.mobileWorkPreview_commentsSection_container>.mobileWorkPreview_commentsSection_comments>.mobileWorkPreview_commentsSection_header>button{padding:0;background-color:transparent;border:none;outline:none}.mobileWorkPreview_commentsSection>.mobileWorkPreview_commentsSection_container>.mobileWorkPreview_commentsSection_background{background-color:transparent;position:absolute;height:100dvh;width:100dvw;top:0;left:0;z-index:1;border:none;outline:none}.mobileFeed{position:fixed;height:calc(100dvh - 48px);background-color:#000;width:100%;z-index:1000;top:0;left:0}.vertical-feed{width:100%;height:calc(100dvh - 48px);overflow:hidden;background:#000}.vertical-feed__viewport{width:100%;height:100%;overflow:hidden;touch-action:pan-y;overscroll-behavior-y:contain}.vertical-feed__container{display:flex;flex-direction:column;height:100%}.vertical-feed__slide{flex:0 0 100%;min-height:calc(100dvh - 53px)}.feed-post{position:relative;width:100%;height:100%;background:#000;transition:opacity .2s ease,transform .2s ease}.feed-post.dragging{transition:none}.feed-post-spacer{width:100%;height:100%;min-height:calc(100dvh - 53px);background:transparent;pointer-events:none;contain:strict;content-visibility:auto;contain-intrinsic-size:100vw calc(100dvh - 53px)}.shareModal{max-width:480px;width:100%;background-color:var(--dark);padding:24px;box-sizing:border-box;border-radius:24px}.shareModal .shareModal_heading{font-family:Manrope,sans-serif;font-size:20px;font-weight:600;color:var(--white);margin-bottom:16px}.shareModal .shareModal_urlPreview{background-color:var(--grey-medium-dark);border-radius:12px;padding:12px 16px;margin-bottom:20px;overflow:hidden}.shareModal .shareModal_urlPreview .shareModal_urlPreview_text{font-family:Manrope,sans-serif;font-size:14px;color:var(--grey-placeholder);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.shareModal .shareModal_list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.shareModal .shareModal_list li{width:100%}.shareModal .shareModal_item{display:flex;align-items:center;gap:16px;width:100%;padding:14px 16px;border:none;border-radius:12px;background-color:transparent;color:var(--white);font-family:Manrope,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:background-color .2s ease;box-sizing:border-box}.shareModal .shareModal_item:active{background-color:var(--grey-medium)}.shareModal .shareModal_icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.shareModal .shareModal_icon svg{width:22px;height:22px}.shareModal .shareModal_icon--telegram{background-color:#08c;color:var(--white)}.shareModal .shareModal_icon--twitter{background-color:#000;color:var(--white)}.shareModal .shareModal_icon--whatsapp{background-color:#25d366;color:var(--white)}.shareModal .shareModal_icon--copy{background-color:var(--grey);color:var(--white)}.shareModal .shareModal_icon--more{background-color:var(--green);color:var(--white)}@media (hover: hover) and (pointer: fine){.shareModal .shareModal_item:hover{background-color:var(--grey-medium-dark)}}@media (max-width: 700px){.shareModal{max-width:100%;border-radius:24px 24px 0 0;padding:20px 16px 32px}.shareModal .shareModal_heading{font-size:18px;text-align:center;margin-bottom:12px}.shareModal .shareModal_urlPreview{margin-bottom:16px;padding:10px 14px}.shareModal .shareModal_item{padding:12px 14px;font-size:15px;gap:14px}.shareModal .shareModal_icon{width:36px;height:36px}.shareModal .shareModal_icon svg{width:20px;height:20px}}@media (max-width: 400px){.shareModal{padding:16px 12px 28px}.shareModal .shareModal_heading{font-size:16px}.shareModal .shareModal_urlPreview{padding:8px 12px}.shareModal .shareModal_urlPreview .shareModal_urlPreview_text{font-size:13px}.shareModal .shareModal_item{padding:10px 12px;font-size:14px;gap:12px}.shareModal .shareModal_icon{width:32px;height:32px}.shareModal .shareModal_icon svg{width:18px;height:18px}}.feedback__wrapper{justify-content:space-between}.feedback__wrapper>div{gap:8px}.feedback__wrapper .feedback__button{padding:8px 16px;height:40px}@media (max-width: 1100px){.feedback__wrapper .feedback__button .text__sm{font-size:12px}}@media (max-width: 1115px){.winners__list .text-work:not(.first-place) .feedback__wrapper .feedback__button p{display:none}.participants-works__list .text-work .feedback__wrapper .feedback__button p{display:none}}.workPreview{max-height:792px!important;height:100%;width:fit-content;pointer-events:all}.workPreview>.workPreview_container{background-color:var(--dark);height:100%;width:100%;display:flex}.workPreview>.workPreview_container>.workPreview_left{flex:1;position:relative;height:100%}.workPreview>.workPreview_container>.workPreview_right{box-sizing:border-box;flex:1;height:100%;width:100%;min-width:520px;max-width:520px;display:flex;flex-direction:column}.workPreview>.workPreview_container>.workPreview_right>.workPreview_right_topSection{padding:16px 16px 32px;border-bottom:1px #3b3b3b solid}.workPreview>.workPreview_container>.workPreview_right>.workPreview_right_topSection>div{display:flex;align-items:center;justify-content:space-between}.workPreview>.workPreview_container>.workPreview_right>.workPreview_right_topSection>div>.leftPart{display:flex;align-items:center;gap:12px}.workPreview>.workPreview_container>.workPreview_right>.workPreview_right_topSection>div>.leftPart>a{text-decoration:none;color:#fff}.workPreview>.workPreview_container>.workPreview_right>.workPreview_right_topSection>div>.leftPart>a>.userProfileData>img{width:40px;height:40px}.workPreview>.workPreview_container>.workPreview_right>.workPreview_right_topSection>div>.leftPart>a>.userProfileData>.userProfileData_container>.userProfileData_headerGroup>span{font-size:16px}.workPreview>.workPreview_container>.workPreview_right>.workPreview_right_topSection>div>.leftPart>span{opacity:.5}.workPreview>.workPreview_container>.workPreview_right>.workPreview_right_topSection>div>.rightPart>.rightPart_controller{position:relative;background-color:transparent;outline:none;border:none;cursor:pointer}.workPreview>.workPreview_container>.workPreview_right>.workPreview_right_topSection>div>.rightPart>.rightPart_controller>button{background-color:transparent;border:none;outline:none;cursor:pointer}.workPreview>.workPreview_container>.workPreview_right>.workPreview_right_topSection>div>.rightPart>.rightPart_controller>.rightPart_controls{position:absolute;top:-12px;left:-125px;background-color:var(--green-dark);padding:10px 0;box-sizing:border-box;width:120px;border-radius:13px;z-index:10001}.workPreview>.workPreview_container>.workPreview_right>.workPreview_right_topSection>div>.rightPart>.rightPart_controller>.rightPart_controls>li{width:100%;display:flex;align-items:center;justify-content:space-around}.workPreview>.workPreview_container>.workPreview_right>.workPreview_right_topSection>div>.rightPart>.rightPart_controller>.rightPart_controls>li>button{font-family:Manrope;width:100%;height:30px;background-color:transparent;outline:none;border:none;color:#fff}.workPreview>.workPreview_container>.workPreview_right>.workPreview_right_topSection>div>.rightPart>.rightPart_controller>.rightPart_controls>li>button:hover{background-color:#393b3b}.workPreview>.workPreview_container>.workPreview_right>.workPreview_right_topSection>div>.rightPart>.rightPart_controller>.rightPart_reportBtn_onBlur{content:"";position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000}.workPreview>.workPreview_container>.workPreview_right>.workPreview_right_topSection>.workPreview_workText{margin-top:16px;font-weight:400;line-height:24px;word-break:break-word;overflow-wrap:break-word}.workPreview>.workPreview_container>.workPreview_right>.workPreview_right_topSection>.workPreview_sources{display:flex;justify-content:start;align-items:center;gap:10px}.workPreview>.workPreview_container>.workPreview_right>.workPreview_right_topSection>div{margin-top:16px}.workPreview>.workPreview_container>.workPreview_right>.workPreview_right_topSection>a>div{margin-top:16px}.workPreview>.workPreview_container>.workPreview_right>.workPreview_comments{padding:16px;position:relative;width:100%;flex:1;overflow:hidden}.mobileWorkPreview.feed{position:relative;width:100dvw;height:calc(100dvh - 48px);overflow:hidden;background:black}@media (max-width: 1200px){.workPreview{width:100%}.workPreview>.workPreview_container>.workPreview_left{aspect-ratio:auto!important;width:100%}}@media (max-width: 1000px){.workPreview{width:100%;margin-bottom:48px}.workPreview>.workPreview_container>.workPreview_left{aspect-ratio:auto!important;width:100%}}.worksList{display:flex;flex-direction:column;align-items:center;position:relative;gap:20px}.worksList>ul{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(32%,1fr));gap:4px}.worksList>.worksList_noWorks{height:400px;font-weight:600;font-size:24px;opacity:.5;display:flex;align-items:center;justify-content:space-between}@media (max-width: 700px){.worksList>ul{grid-template-columns:repeat(auto-fill,minmax(49%,1fr))}}.participants-works{display:flex;flex-direction:column;gap:24px}.participants-works__title{display:flex;align-items:center}.participants-works__title>span{padding-left:8px;color:#c4c4c4}.participants-works__types{display:flex;border-bottom:1px solid}.participants-works__types>li>button{position:relative;padding:14px 24px;border:none;background-color:transparent;font-size:24px;line-height:1;cursor:pointer}.participants-works__types>li>button.active{font-weight:600}.participants-works__types>li>button.active:before{content:"";position:absolute;top:50px;left:0;width:100%;border-bottom:3px solid}.participants-works__sort{display:flex;gap:8px}.participants-works__sort>li>button{padding:8px 16px;border:none;border-radius:99999px;font-size:14px;font-weight:600;line-height:20px;letter-spacing:-.011em;background-color:#2e3836;cursor:pointer;color:#fff;font-family:Manrope}.participants-works__sort>li>button.active{background-color:#0ba486}.participants-works__list-wrapper{position:relative;gap:24px}.participants-works__list{width:100%;display:flex;justify-content:start;flex-wrap:wrap;gap:20px 32px}.participants-works__list.text-works{display:inline-block;column-count:3;column-gap:0}.participants-works__list.text-works>li{display:inline-block;margin-bottom:20px}.participants-works__list .participants-works__message{width:100%;height:296px;text-align:center;align-content:center;align-items:center}.participants-works__list .participants-works__message.media-works{height:661px}.participants-works>.contest_noWorks{padding:24px 48px;display:flex;align-items:center;justify-content:space-around}.participants-works>.contest_noWorks>.contest_noWorks_container{display:flex;flex-direction:column;gap:16px;align-items:center}.participants-works>.contest_noWorks>.contest_noWorks_container>span{text-align:center}.participants-works>.contest_noWorks>.contest_noWorks_container>button{padding:12px 48px}.contest{position:relative;box-sizing:border-box}.contest__container{gap:32px;padding:0 10px 26px;box-sizing:border-box;max-width:1300px;width:100%;margin:0 auto}.contest__error-message{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:24px}@media (max-width: 1920px){.contest__container{padding:0 10px 56px}}@media (max-width: 1060px){.contest__container{padding:0 16px 16px}}.work-preview-modal{height:100%;align-self:center}.contestCard{color:#fff;text-decoration:none}.contestCard>.contestCard_image{position:relative;width:100%;aspect-ratio:412/200}.contestCard>.contestCard_image>img{display:block;width:100%;height:100%;object-fit:cover;border-radius:16px}.contestCard>.contestCard_image>.contestCard_status{position:absolute;right:12px;top:12px;padding:4px 12px;background-color:#0009;font-weight:600;font-size:14px;line-height:20px;letter-spacing:-1.1%;border-radius:8px}.contestCard>.contestCard_image>.contestCard_image_skeleton{position:relative;width:100%;height:100%}.contestCard>.contestCard_info{display:flex;gap:12px;margin-top:8px}.contestCard>.contestCard_info>a{width:48px;height:48px}.contestCard>.contestCard_info>a>img{width:48px;height:48px;aspect-ratio:1/1;border-radius:50%;object-fit:cover}.contestCard>.contestCard_info>.contestCard_info_container{display:flex;flex-direction:column;max-width:100%;justify-content:space-between;overflow:hidden}.contestCard>.contestCard_info>.contestCard_info_container>.contestCard_info_main{display:flex;text-decoration:none;color:#939393;font-weight:400;font-size:14px;line-height:20px;letter-spacing:-1.1%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.contestCard>.contestCard_info>.contestCard_info_container>.contestCard_info_main>a{color:#939393}.contestCard>.contestCard_info>.contestCard_info_container>.contestCard_info_main>*{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;min-width:0}.contestCard>.contestCard_info>.contestCard_info_container>.contestCard_info_main>span{flex-shrink:0;display:inline-flex;align-items:center;gap:2px}.contestCard>.contestCard_info>.contestCard_info_container>.contestCard_info_main>span>div{flex-shrink:0;height:20px;width:20px;display:flex;align-items:center;justify-content:space-around}.contestCard>.contestCard_info>.contestCard_info_container>.contestCard_info_main>span>div>img{opacity:.5;width:100%;height:100%}.contestCard>.contestCard_info>.contestCard_info_container>.contestCard_info_contestName{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-weight:600;font-size:16px;line-height:24px;letter-spacing:0%}.contestCard>.contestCard_prize{margin-top:4px;position:relative;left:60px;display:flex;align-items:center;color:#0ba486;gap:4px;max-width:80%}.contestCard>.contestCard_prize>svg{height:15px;width:18.75px}.contestCard>.contestCard_prize>span{max-width:250px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:600;font-size:16px;line-height:24px;letter-spacing:0%}.contestCard .react-loading-skeleton{position:absolute;top:0;left:0;display:block;width:100%;height:100%;height:24px}.contestCardSkeleton>.contestCardSkeleton_img{position:relative;width:100%;aspect-ratio:412/200;object-fit:cover;border-radius:16px}.contestCardSkeleton>.contestCardSkeleton_container{display:flex;gap:12px;margin-top:8px}.contestCardSkeleton>.contestCardSkeleton_container>.contestCardSkeleton_info_avatar{position:relative;width:48px;height:48px;border-radius:50%}.contestCardSkeleton>.contestCardSkeleton_container>.contestCardSkeleton_info{display:flex;justify-content:space-between;flex-direction:column;max-width:48px}.contestCardSkeleton>.contestCardSkeleton_container>.contestCardSkeleton_info>.contestCardSkeleton_info_first{position:relative;height:20px;width:200px}.contestCardSkeleton>.contestCardSkeleton_container>.contestCardSkeleton_info>.contestCardSkeleton_info_second{position:relative;height:24px;width:150px}.contestCardSkeleton>.contestCardSkeleton_prize{position:relative;left:60px;margin-top:4px;width:160px}.contestCardSkeleton .react-loading-skeleton{position:absolute;top:0;left:0;display:block;width:100%;height:100%;height:24px}.button__sort{display:flex;flex-direction:column;gap:2px;cursor:pointer;border:none;background-color:transparent}.button__sort>svg.active{scale:1.5}.contest-gallery__section{display:flex;flex-direction:column;gap:32px}.contest-gallery__head{justify-content:space-between}.contest-gallery__head>div{gap:8px;align-items:baseline}.contest-gallery__head .title__span{font-size:24px;line-height:1;color:#879794;font-weight:600}.contest-gallery__list{position:relative;gap:24px;display:grid;grid-template-columns:repeat(auto-fill,minmax(408px,1fr));justify-content:start}.contest-gallery__list>li{width:100%}.contest-gallery__list:after{content:"";visibility:hidden}.active-filter__block{gap:8px}.active-filter__list{display:flex;flex-wrap:wrap;gap:8px}.active-filter__list>li{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:26px;background-color:#2e3836!important}.active-filter__list>li:last-child{padding:0!important;background-color:transparent!important}.active-filter__clear-btn{padding:6px 8px}.active-filter__clear-btn>span{font-weight:400}@media (max-width: 880px){.contest-gallery__list{grid-template-columns:repeat(auto-fill,minmax(408px,1fr))}.contest-gallery__head{align-items:center}.contest-gallery__head>div{align-items:center}.contest-gallery__head>div .title__span{font-size:16px}.contest-gallery__head>div .text__title{font-size:24px}}@media (max-width: 500px){.contest-gallery__list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width: 700px){.contest-gallery__section{gap:16px}}@keyframes hero-cup-float{0%,to{transform:translate(-50%,-50%) translateY(0) rotate(-2deg)}50%{transform:translate(-50%,-50%) translateY(-14px) rotate(2deg)}}@keyframes hero-cup-glow-pulse{0%,to{opacity:.55;transform:translate(-50%,-50%) scale(1)}50%{opacity:.85;transform:translate(-50%,-50%) scale(1.08)}}@keyframes hero-star-twinkle{0%,to{opacity:.3;transform:scale(.7)}50%{opacity:1;transform:scale(1)}}@keyframes hero-dollar-bob{0%,to{transform:translate(0) rotate(8deg)}50%{transform:translate(6px,-10px) rotate(-4deg)}}@keyframes hero-orb-drift{0%,to{transform:translate(0)}50%{transform:translate(40px,-30px)}}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.heroSection_container{position:relative;width:100%;padding:44px 64px;overflow:hidden;isolation:isolate;border-radius:0 0 24px 24px}.heroSection_container .hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.heroSection_container .hero__orb{position:absolute;width:420px;height:420px;border-radius:50%;filter:blur(70px);pointer-events:none;z-index:-1;animation:hero-orb-drift 14s ease-in-out infinite}.heroSection_container .hero__orb--top{top:-160px;right:-100px;background:radial-gradient(circle,rgba(11,164,134,.45),transparent 70%)}.heroSection_container .hero__orb--bottom{bottom:-180px;left:-80px;background:radial-gradient(circle,rgba(11,164,134,.28),transparent 70%);animation-delay:-7s}.heroSection_container .hero__content{position:relative;display:grid;grid-template-columns:1.15fr 1fr;gap:32px;align-items:center;max-width:1240px;margin:0 auto;min-height:280px}.heroSection_container .hero__text{animation:hero-fade-up .6s ease .05s backwards}.heroSection_container .hero__title{font-size:52px;line-height:1.08;font-weight:700;letter-spacing:-.02em;margin:0;text-wrap:balance;background:linear-gradient(135deg,#ffffff 0%,#b4f0e0 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.heroSection_container .hero__description{font-size:16px;line-height:1.5;margin:14px 0 24px;max-width:440px;color:#ffffffb8}.heroSection_container .hero__cta-row{display:flex;flex-wrap:wrap;gap:12px}.heroSection_container .hero__cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:12px;font-size:15px;font-weight:600;font-family:Manrope,sans-serif;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;cursor:pointer;white-space:nowrap}.heroSection_container .hero__cta:hover{transform:translateY(-2px)}.heroSection_container .hero__cta:active{transform:translateY(0)}.heroSection_container .hero__cta--primary{background:var(--green);color:#001a14;box-shadow:0 8px 24px #0ba48661}.heroSection_container .hero__cta--primary:hover{background:var(--green-light);box-shadow:0 10px 30px #0ba48680}.heroSection_container .hero__cta--secondary{background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.heroSection_container .hero__cta--secondary:hover{background:rgba(255,255,255,.12);border-color:#ffffff59}.heroSection_container .hero__art{position:relative;height:320px;max-width:460px;margin-left:auto;width:100%;animation:hero-fade-up .7s ease .15s backwards}.heroSection_container .hero__art-glow{position:absolute;top:50%;left:50%;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(11,164,134,.5) 0%,rgba(11,164,134,.15) 40%,transparent 70%);filter:blur(20px);transform:translate(-50%,-50%);animation:hero-cup-glow-pulse 5s ease-in-out infinite;pointer-events:none}.heroSection_container .hero__art-cup{position:absolute;top:50%;left:50%;width:280px;height:280px;transform:translate(-50%,-50%);animation:hero-cup-float 5s ease-in-out infinite;filter:drop-shadow(0 24px 40px rgba(0,0,0,.45));z-index:2}.heroSection_container .hero__art-dollar{position:absolute;top:12%;right:6%;width:46px;height:46px;transform:rotate(8deg);animation:hero-dollar-bob 4.2s ease-in-out infinite;filter:drop-shadow(0 6px 14px rgba(11,164,134,.45));opacity:.95}.heroSection_container .hero__art-star{position:absolute;animation:hero-star-twinkle 3s ease-in-out infinite}.heroSection_container .hero__art-star--1{top:6%;left:18%;width:16px;height:16px;animation-delay:0s}.heroSection_container .hero__art-star--2{top:28%;left:6%;width:11px;height:11px;animation-delay:.6s}.heroSection_container .hero__art-star--3{bottom:22%;right:14%;width:19px;height:19px;animation-delay:1.1s}.heroSection_container .hero__art-star--4{bottom:8%;left:22%;width:13px;height:13px;animation-delay:1.6s}.heroSection_container .hero__art-star--5{top:48%;right:4%;width:9px;height:9px;animation-delay:2.2s}.dark .heroSection_container .hero__bg{opacity:.55}.light .heroSection_container .hero__title{background:linear-gradient(135deg,var(--text-main) 0%,#099176 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.light .heroSection_container .hero__description{color:var(--text-main);opacity:.7}.light .heroSection_container .hero__cta--secondary{background:rgba(0,0,0,.04);color:var(--text-main);border-color:#0000001f}.light .heroSection_container .hero__cta--secondary:hover{background:rgba(0,0,0,.08);border-color:#00000038}.light .heroSection_container .hero__bg{opacity:.75}@media (max-width: 1059px){.heroSection_container{padding:32px 28px 36px}.heroSection_container .hero__content{grid-template-columns:1fr;text-align:center;min-height:auto;gap:24px}.heroSection_container .hero__title{font-size:38px}.heroSection_container .hero__description{margin-left:auto;margin-right:auto;margin-bottom:20px}.heroSection_container .hero__cta-row{justify-content:center}.heroSection_container .hero__art{height:220px;order:-1;max-width:360px;margin:0 auto}.heroSection_container .hero__art-cup{width:200px;height:200px}.heroSection_container .hero__art-glow{width:260px;height:260px}.heroSection_container .hero__art-dollar{width:42px;height:42px}}@media (max-width: 700px){.heroSection_container{padding:24px 16px 28px;border-radius:0 0 18px 18px}.heroSection_container .hero__content{gap:18px}.heroSection_container .hero__title{font-size:26px;line-height:1.15;letter-spacing:-.01em}.heroSection_container .hero__description{font-size:14px;margin:8px 0 16px}.heroSection_container .hero__cta{padding:11px 20px;font-size:14px;flex:1 1 auto;min-width:130px;border-radius:11px}.heroSection_container .hero__art{height:180px}.heroSection_container .hero__art-cup{width:160px;height:160px}.heroSection_container .hero__art-glow{width:210px;height:210px}.heroSection_container .hero__art-dollar{top:6%;right:14%;width:30px;height:30px}.heroSection_container .hero__art-star--1{width:12px;height:12px}.heroSection_container .hero__art-star--2{width:9px;height:9px}.heroSection_container .hero__art-star--3{width:14px;height:14px}.heroSection_container .hero__art-star--4{width:10px;height:10px}.heroSection_container .hero__art-star--5{width:8px;height:8px}.heroSection_container .hero__orb{width:260px;height:260px;filter:blur(50px)}}@media (prefers-reduced-motion: reduce){.heroSection_container .hero__art-cup,.heroSection_container .hero__art-dollar,.heroSection_container .hero__art-star,.heroSection_container .hero__art-glow,.heroSection_container .hero__orb,.heroSection_container .hero__text,.heroSection_container .hero__art{animation:none}}.contestsPage_container{display:flex;flex-direction:column}.contest-gallery__container{max-width:1312px;width:100%;margin:0 auto;padding:56px 16px;gap:48px}@media (max-width: 700px){.contestsPage_container .contest-gallery__container{padding-top:24px}}@media (max-width: 650px){.contest-gallery__container{padding:56px 16px 0}}.feedWorkSkeleton{padding-top:10px}.feedWorkSkeleton>.feedWorkSkeleton_header{display:flex;gap:8px;position:relative;align-items:center}.feedWorkSkeleton>.feedWorkSkeleton_header>.feedWorkSkeleton_header_avatar{position:relative;width:44px;height:44px;border-radius:50%}.feedWorkSkeleton>.feedWorkSkeleton_header>.feedWorkSkeleton_header_userName{position:relative;height:24px;width:100px}.feedWorkSkeleton>.feedWorkSkeleton_text{position:relative;height:24px;width:240px}.feedWorkSkeleton>.feedWorkSkeleton_video{margin-top:10px;position:relative;width:460px;aspect-ratio:460/618.72}.feedWorkSkeleton>.feedWorkSkeleton_extra{margin-top:10px;display:flex;width:100%;justify-content:space-between;padding-bottom:10px;border-bottom:1px #363636 solid}.feedWorkSkeleton>.feedWorkSkeleton_extra>.feedWorkSkeleton_extra_left{display:flex;gap:8px}.feedWorkSkeleton>.feedWorkSkeleton_extra>.feedWorkSkeleton_extra_left>.feedWorkSkeleton_extra_likes{position:relative;height:42px;width:82px}.feedWorkSkeleton>.feedWorkSkeleton_extra>.feedWorkSkeleton_extra_left>.feedWorkSkeleton_extra_comments{position:relative;height:42px;width:71px}.feedWorkSkeleton>.feedWorkSkeleton_extra>.feedWorkSkeleton_extra_share{justify-self:flex-end;position:relative;width:105px;height:42px}.feedWorkSkeleton .react-loading-skeleton{position:absolute;top:0;left:0;display:block;width:100%;height:100%;height:24px}.workComponent{max-width:460px;width:100%;display:flex;flex-direction:column;gap:10px;padding:10px 0;border-bottom:1px #363636 solid}.workComponent>.workComponent_info{display:flex;flex-direction:column;gap:10px}.workComponent>.workComponent_info>.workComponent_info_header{display:flex;justify-content:space-between}.workComponent>.workComponent_info>.workComponent_info_header>a{color:#fff}.workComponent>.workComponent_info>.workComponent_info_header>.workComponent_info_dots{position:relative}.workComponent>.workComponent_info>.workComponent_info_header>.workComponent_info_dots>button{background-color:transparent;border:none;outline:none;padding:0;cursor:pointer}.workComponent>.workComponent_info>.workComponent_info_header>.workComponent_info_dots>.workComponent_info_options{position:absolute;right:30px;top:0;padding:8px 0;background-color:var(--green-dark);border-radius:8px;z-index:1001}.workComponent>.workComponent_info>.workComponent_info_header>.workComponent_info_dots>.workComponent_info_options>button{width:100px;height:30px;border:none;outline:none;background-color:transparent;color:#fff;font-family:Manrope;font-weight:600}.workComponent>.workComponent_info>.workComponent_info_header>.workComponent_info_dots>.workComponent_info_options>button:hover{background-color:#2e3836}.workComponent>.workComponent_info>.workComponent_info_header>.workComponent_info_dots>.workComponent_info_options_background{background-color:transparent;position:fixed;width:100%;height:100%;left:0;top:0;z-index:1000}.workComponent>.workComponent_info>.workComponent_info_workText{white-space:normal;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.workComponent>.workComponent_container{width:100%;aspect-ratio:455/612;overflow:hidden;padding:0;background-color:#000!important}.workComponent>.workComponent_container>.plyr{pointer-events:none}.workComponent>.workComponent_container>img{border-radius:24px;width:100%;height:100%;object-fit:cover}.worksSection{display:flex;justify-content:space-around}.worksSection>.worksSection_container{max-width:500px;width:100%;padding:0 20px;position:relative}.worksSection>.worksSection_container>button{margin:10px 0}.worksSection>.worksSection_container>.worksSection_list{display:flex;flex-direction:column;gap:24px;width:100%;max-width:500px}.worksSection>.worksSection_container>.worksSection_list>li{max-width:500px;width:100%}.worksSection>.worksSection_container .worksSection_loader{height:500px;position:absolute;bottom:0}.worksSection>.worksSection_container .worksSection_empty,.worksSection>.worksSection_container .worksSection_end{text-align:center;padding:20px;color:#666}.feed_wrapper{position:fixed;top:0;left:0;width:100dvw;height:100dvh;z-index:100}.feed{position:relative;width:100dvw;height:100dvh;overflow:hidden;background:black}.post{position:absolute;top:0;left:0;width:100%;height:100%;background:black;color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px}.feed-page-wrapper{position:relative;box-sizing:border-box;height:100%}.personalInformationSkeleton{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:16px;row-gap:16px}.personalInformationSkeleton>.personInformationSkeleton_avatar{position:relative;grid-column:1;grid-row:1/3;width:172px;height:172px;aspect-ratio:1/1}.personalInformationSkeleton>.personalInformationSkeleton_right_firstSection>.personalInformationSkeleton_name{position:relative;height:24px;width:120px}.personalInformationSkeleton>.personalInformationSkeleton_right_firstSection>.personalInformationSkeleton_tag{margin-top:4px;position:relative;height:20px;width:100px}.personalInformationSkeleton>.personalInformationSkeleton_right_firstSection>.personalInformationSkeleton_stats{margin-top:12px;position:relative;height:20px;width:240px}.personalInformationSkeleton>.personalInformationSkeleton_right_secondSection>.personalInformationSkeleton_bio{position:relative;height:48px;width:310px}.personalInformationSkeleton>.personalInformationSkeleton_right_secondSection>.personalInformationSkeleton_wallet{position:relative;margin-top:16px;height:56px;width:280px}.personalInformationSkeleton>.personalInformationSkeleton_right_secondSection>.personalInformationSkeleton_actions{margin-top:16px;display:flex;gap:8px}.personalInformationSkeleton>.personalInformationSkeleton_right_secondSection>.personalInformationSkeleton_actions>.personalInformationSkeleton_action{position:relative;height:43px;width:130px}.personalInformationSkeleton>.personalInformationSkeleton_right_secondSection>.personalInformationSkeleton_actions>.personalInformationSkeleton_action:nth-child(2){width:160px}.personalInformationSkeleton .react-loading-skeleton{position:absolute;top:0;left:0;display:block;width:100%;height:100%;height:24px}@media (max-width: 700px){.personalInformationSkeleton .personInformationSkeleton_avatar{grid-row:1;grid-column:1;width:80px;height:80px}.personalInformationSkeleton .personalInformationSkeleton_right_firstSection{grid-row:1;grid-column:2}.personalInformationSkeleton .personalInformationSkeleton_right_secondSection{display:flex;flex-direction:column;grid-row:2;grid-column:1/3}.personalInformationSkeleton .personalInformationSkeleton_right_secondSection>.personalInformationSkeleton_bio{order:1}.personalInformationSkeleton .personalInformationSkeleton_right_secondSection>.personalInformationSkeleton_wallet{order:3;width:100%}.personalInformationSkeleton .personalInformationSkeleton_right_secondSection>.personalInformationSkeleton_actions,.personalInformationSkeleton .personalInformationSkeleton_right_secondSection .personInformation_followerActions{width:100%;order:2;display:flex}.personalInformationSkeleton .personalInformationSkeleton_right_secondSection>.personalInformationSkeleton_actions>div,.personalInformationSkeleton .personalInformationSkeleton_right_secondSection .personInformation_followerActions>div{flex:1;justify-content:space-around}}.arrowButton{cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:14px;background-color:#192521;border-radius:16px}.arrowButton>.arrowButton_container{display:flex;align-items:center;gap:8px}.arrowButton>.arrowButton_container>.danger{color:#eb5533}.arrowButton>.arrowButton_container>.arrowButton_button_img{width:20px;height:20px;display:flex;align-items:center;justify-content:space-around}.arrowButton>.arrowButton_container>img{line-height:24px;font-size:16px;font-weight:400}.arrowButton>.arrowButton_button_arrow{justify-self:flex-end;rotate:180deg;height:20px;width:20px;display:flex;align-items:center;justify-content:space-around}.arrowButtonGroup{display:flex;flex-direction:column}.arrowButtonGroup--separated{gap:16px}.arrowButtonGroup--stacked{gap:0}.arrowButtonGroup--stacked>.arrowButton{border-radius:0;border-bottom:1px solid #2E3836}.arrowButtonGroup--stacked>.arrowButton:first-child{border-radius:16px 16px 0 0}.arrowButtonGroup--stacked>.arrowButton:last-child{border-bottom:none;border-radius:0 0 16px 16px}.profileExtras{width:700px;background-color:var(--dark);padding:24px 16px;border-radius:24px}.profileExtras>.profileExtras_buttons{margin-top:24px;display:flex;flex-direction:column;gap:16px}.profileExtras>.profileExtras_buttons>.profileExtras_buttons_block>div{border-bottom:1px #2E3836 solid;border-radius:0}.profileExtras>.profileExtras_buttons>.profileExtras_buttons_block>div:first-child{border-radius:16px 16px 0 0}.profileExtras>.profileExtras_buttons>.profileExtras_buttons_block>div:last-child{border-bottom:none;border-radius:0 0 16px 16px}@media (max-width: 700px){.profileExtras{border-radius:24px 24px 0 0}}.profileFollow{width:700px;background-color:var(--dark);padding:24px 16px;border-radius:24px}.profileFollow>.profileFollow_buttons{margin-top:24px;display:flex;flex-direction:column;gap:8px}.profileFollow>.profileFollow_buttons>.profileFollowBtn{background-color:transparent;padding:8px 0;color:#fff;font-family:Manrope;border:none;outline:none;display:flex;align-items:start;font-weight:400;font-size:16px;line-height:24px;cursor:pointer}.profileFollow>.profileFollow_buttons>.profileFollowBtn.red{color:#eb5533}@media (max-width: 700px){.profileFollow{border-radius:24px 24px 0 0}}.mainWallet{overflow:auto;margin-top:24px;scrollbar-width:thin;scrollbar-color:#393b3b transparent}.mainWallet::-webkit-scrollbar{width:8px;background:transparent}.mainWallet::-webkit-scrollbar-track{background:transparent}.mainWallet::-webkit-scrollbar-thumb{background-color:#393b3b;border-radius:4px;border-top:2px solid black;border-bottom:2px solid black;box-sizing:border-box}.mainWallet::-webkit-scrollbar-thumb:hover{background-color:#555}.mainWallet>.mainWallet_avalibleBalance{padding:16px;border-radius:16px;background-color:var(--green-dark)}.mainWallet>.mainWallet_avalibleBalance>.mainWallet_avalibleBalance_balance{display:flex;flex-direction:column;gap:3px}.mainWallet>.mainWallet_avalibleBalance>.mainWallet_avalibleBalance_balance>span{font-weight:400;font-size:16px;line-height:24px;color:#fff}.mainWallet>.mainWallet_avalibleBalance>.mainWallet_avalibleBalance_balance>div{font-weight:600;font-size:24px;line-height:32px;color:#fff}.mainWallet>.mainWallet_avalibleBalance>.mainWallet_avalibleBalance_actions{margin-top:16px;display:flex;gap:8px;padding-bottom:16px;border-bottom:#2e3836 solid 1px}.mainWallet>.mainWallet_avalibleBalance>.mainWallet_avalibleBalance_actions>button{width:100%;align-items:center;justify-content:space-around}.mainWallet>.mainWallet_avalibleBalance>.mainWallet_avalibleBalance_coins{margin-top:16px;display:flex;align-items:center;justify-content:space-between}.mainWallet>.mainWallet_avalibleBalance>.mainWallet_avalibleBalance_coins>.mainWallet_avalibleBalance_coins_text{display:flex;align-items:center;gap:6px}.mainWallet>.mainWallet_avalibleBalance>.mainWallet_avalibleBalance_coins>.mainWallet_avalibleBalance_coins_text>span{font-weight:400;font-size:14px;line-height:20px;color:#fff}.mainWallet>.mainWallet_avalibleBalance>.mainWallet_avalibleBalance_coins>.mainWallet_avalibleBalance_coins_num{display:flex;align-items:center;gap:5px}.mainWallet>.mainWallet_promo{cursor:pointer;margin-top:16px;display:flex;align-items:center;padding:12px;justify-content:space-between;background-color:var(--green-dark);border-radius:16px}.mainWallet>.mainWallet_promo>.mainWallet_promo_first{display:flex;flex-direction:column;gap:8px}.mainWallet>.mainWallet_promo>.mainWallet_promo_first>div{font-weight:600;font-size:16px;line-height:20px;color:#fff}.mainWallet>.mainWallet_promo>.mainWallet_promo_first>span{font-weight:600;font-size:16px;line-height:24px;color:#0ba486;display:flex;gap:8px;align-items:center}.mainWallet>.mainWallet_transactions{margin-top:16px}.mainWallet>.mainWallet_additional{margin-top:16px;gap:16px;display:flex;flex-direction:column}.mainWallet .mainWallet_arrowButton{padding:12px}.topUpMethods{margin-top:24px;display:flex;flex-direction:column;gap:20px}.topUpMethods>.topUpMethods_amount{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px;background:#192521;border-radius:12px}.topUpMethods>.topUpMethods_amount>.topUpMethods_amountLabel{color:#9ca3af;font-family:Manrope;font-size:14px}.topUpMethods>.topUpMethods_amount>.topUpMethods_amountValue{color:#fff;font-family:Manrope;font-weight:700;font-size:32px}.topUpMethods>.topUpMethods_error{color:#ef4444;font-size:14px;text-align:center}.topUpMethods>.topUpMethods_methods{display:flex;flex-direction:column;gap:8px}.topUpMethods>.topUpMethods_methods>.topUpMethods_method{display:flex;align-items:center;width:100%;gap:12px;padding:16px;background:#192521;border:1px solid transparent;border-radius:16px;cursor:pointer;transition:border-color .2s ease,opacity .2s ease}.topUpMethods>.topUpMethods_methods>.topUpMethods_method:hover:not(:disabled){border-color:#0ba486}.topUpMethods>.topUpMethods_methods>.topUpMethods_method:disabled{cursor:not-allowed}.topUpMethods>.topUpMethods_methods>.topUpMethods_method.loading{opacity:.7}.topUpMethods>.topUpMethods_methods>.topUpMethods_method>.topUpMethods_methodIcon{height:48px;width:48px;display:flex;align-items:center;justify-content:center;background:#0BA486;border-radius:12px}.topUpMethods>.topUpMethods_methods>.topUpMethods_method>.topUpMethods_methodIcon>img{width:24px;height:24px;filter:brightness(0) invert(1)}.topUpMethods>.topUpMethods_methods>.topUpMethods_method>.topUpMethods_methodText{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.topUpMethods>.topUpMethods_methods>.topUpMethods_method>.topUpMethods_methodText>.topUpMethods_methodName{color:#fff;font-family:Manrope;font-weight:600;font-size:16px;line-height:24px}.topUpMethods>.topUpMethods_methods>.topUpMethods_method>.topUpMethods_methodText>.topUpMethods_methodDesc{color:#9ca3af;font-family:Manrope;font-size:12px;line-height:16px}.topUpWallet{-webkit-user-select:none;user-select:none;height:560px;display:flex;align-items:center;justify-content:space-around}.topUpWallet>.topUpWallet_container{display:flex;flex-direction:column;align-items:center}.topUpWallet>.topUpWallet_container>.topUpWallet_inputSection{display:flex;position:relative}.topUpWallet>.topUpWallet_container>.topUpWallet_inputSection>div{font-size:32px;line-height:40px}.topUpWallet>.topUpWallet_container>.topUpWallet_inputSection>span{font-weight:600;font-size:32px;line-height:40px}.topUpWallet>.topUpWallet_container>.topUpWallet_inputSection>input{position:absolute;width:100%;height:100%;opacity:0;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.topUpWallet>.topUpWallet_container>.topUpWallet_inputSection>input::-webkit-outer-spin-button,.topUpWallet>.topUpWallet_container>.topUpWallet_inputSection>input::-webkit-inner-spin-button{display:none}.topUpWallet>.topUpWallet_container>.topUpWallet_info{margin-top:16px;font-weight:400;font-size:14px;line-height:20px;letter-spacing:-1.1%}.topUpWallet>.topUpWallet_container>.topUpWallet_info.error{color:#eb5533}.topUpWallet>.topUpWallet_container>.topUpWallet_tupUpVariants{margin-top:16px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:8px}.topUpWallet>.topUpWallet_container>.topUpWallet_tupUpVariants>button{height:36px;width:94px;background-color:#2e3836;border-radius:2000px;border:none;outline:none;color:#fff;display:flex;align-items:center;justify-content:space-around;font-weight:600;font-family:Manrope;font-size:16px;line-height:24px}.topUpWallet>.topUpWallet_container>.topUpWallet_tupUpVariants>button:hover{background-color:#394442}.topUpWallet>.topUpWallet_container>button{margin-top:24px;width:100%;align-items:center;justify-content:space-around}@media (max-width: 700px){.topUpWallet .topUpWallet_container .topUpWallet_tupUpVariants{grid-template-columns:1fr 1fr}}.transaction{padding:12px;background-color:var(--green-dark);border-radius:16px;display:flex;align-items:center;justify-content:space-between}.transaction.clickable{cursor:pointer;transition:background-color .2s}.transaction.clickable:hover{background-color:#2e3836}.transaction>.transaction_left{display:flex;align-items:center;gap:12px}.transaction>.transaction_left>.transaction_type{height:40px;width:40px;background-color:#2e3836;display:flex;align-items:center;justify-content:space-around;border-radius:8px}.transaction>.transaction_left>.transaction_type.incoming img{transform:rotate(180deg)}.transaction>.transaction_left>.transaction_type.outgoing img{transform:rotate(0)}.transaction>.transaction_left>.transaction_left_container{display:flex;flex-direction:column}.transaction>.transaction_left>.transaction_left_container>span{font-weight:400;font-size:16px;line-height:24px}.transaction>.transaction_left>.transaction_left_container>div{color:#939393;font-weight:400;font-size:12px;line-height:16px}.transaction>.transactions_right{display:flex;flex-direction:column;text-align:right}.transaction>.transactions_right>span{font-weight:400;font-size:16px;line-height:24px}.transaction>.transactions_right>span.positive{color:#0ba486}.transaction>.transactions_right>span.negative{color:#eb5533}.transaction>.transactions_right>div{font-weight:400;font-size:12px;line-height:16px}.transaction>.transactions_right>div.completed{color:#0ba486}.transaction>.transactions_right>div.pending{color:#efc11b}.transaction>.transactions_right>div.failed{color:#eb5533}.transactions{margin-top:24px;max-height:660px}.transactions>.transactions_switch{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;background-color:var(--green-dark);padding:4px;border-radius:999999px;-webkit-user-select:none;user-select:none}.transactions>.transactions_switch>.transactions_btn{background-color:transparent;border:none;outline:none;color:#fff;font-family:Manrope;height:40px;display:flex;align-items:center;justify-content:space-around;border-radius:999999px;font-weight:600;font-size:16px;line-height:24px}.transactions>.transactions_switch>.transactions_btn.active{background-color:#0ba486}.transactions>.transactions_list{padding-bottom:20px;max-height:480px;margin-top:16px;display:flex;flex-direction:column;gap:8px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#393b3b transparent}.transactions>.transactions_list::-webkit-scrollbar{width:8px;background:transparent}.transactions>.transactions_list::-webkit-scrollbar-track{background:transparent}.transactions>.transactions_list::-webkit-scrollbar-thumb{background-color:#393b3b;border-radius:4px;border-top:2px solid black;border-bottom:2px solid black;box-sizing:border-box}.transactions>.transactions_list::-webkit-scrollbar-thumb:hover{background-color:#555}.transactions>.transactions_list>.transactions_loading,.transactions>.transactions_list>.transactions_error,.transactions>.transactions_list>.transactions_empty{padding:40px 20px;text-align:center;color:#939393;font-size:14px;line-height:20px}.transactions>.transactions_list>.transactions_error{color:#eb5533}.withdrawMethods{display:flex;justify-content:center;padding:1.5rem 0}.withdrawMethods_card{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:22rem;text-align:center}.withdrawMethods_title{font-size:1.125rem;font-weight:600;margin:0}.withdrawMethods_description{font-size:.9375rem;line-height:1.5;margin:0;opacity:.7}.withdrawWaller{-webkit-user-select:none;user-select:none;height:560px;display:flex;align-items:center;justify-content:space-around}.withdrawWaller>.withdrawWaller_container{max-width:400px;width:100%;display:flex;align-items:center;flex-direction:column}.withdrawWaller>.withdrawWaller_container>.withdrawWaller_balance{padding:8px 12px;background-color:var(--green-dark);border-radius:99999px;font-size:400;font-size:14px;line-height:20px;letter-spacing:-1.1%}.withdrawWaller>.withdrawWaller_container>.withdrawWaller_input{margin-top:16px;display:flex;position:relative}.withdrawWaller>.withdrawWaller_container>.withdrawWaller_input>div{font-size:32px;line-height:40px}.withdrawWaller>.withdrawWaller_container>.withdrawWaller_input>span{font-weight:600;font-size:32px;line-height:40px}.withdrawWaller>.withdrawWaller_container>.withdrawWaller_input>input{position:absolute;width:100%;height:100%;opacity:0;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield;width:500px;overflow:hidden;left:-250px}.withdrawWaller>.withdrawWaller_container>.withdrawWaller_input>input::-webkit-outer-spin-button,.withdrawWaller>.withdrawWaller_container>.withdrawWaller_input>input::-webkit-inner-spin-button{display:none}.withdrawWaller>.withdrawWaller_container>.withdrawWaller_rule{color:#939393;font-size:400;font-size:14px;line-height:20px;letter-spacing:-1.1%}.withdrawWaller>.withdrawWaller_container>.withdrawWaller_rule.error{color:#eb5533}.withdrawWaller>.withdrawWaller_container>button{margin-top:24px;width:100%;align-items:center;justify-content:space-around}.wallet{display:flex;flex-direction:column;height:100%}.walletModal{max-width:800px;width:100%;max-height:661px!important;height:100%;background-color:var(--dark);padding:24px 16px 16px;border-radius:24px}@media (max-width: 700px){.walletModal{height:calc(100dvh - 48px);border-radius:0;padding:16px}}.profileWallet{display:inline-block;background-color:var(--green-dark);padding:16px;border-radius:16px;width:max-content;display:flex;cursor:pointer}.profileWallet>.profileWallet_usd{display:flex;align-items:center;gap:16px;padding-right:8px}.profileWallet>.profileWallet_usd>img{display:block}.profileWallet>.profileWallet_coins{border-left:1px solid #2e3836;padding-left:8px;display:flex;align-items:center;gap:16px}.profileWallet>.profileWallet_coins>span{gap:4px;display:flex;align-items:center}.profileWallet>img{margin-left:16px;padding:4px 7px}@media (max-width: 700px){.profileWallet{width:100%}.profileWallet>img{margin-left:auto}}.personInformation{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;column-gap:16px;row-gap:16px}.personInformation>.personInformation_avatar{grid-column:1;grid-row:1/3;position:relative;width:172px;height:172px;aspect-ratio:1/1}.personInformation>.personInformation_avatar .personInformation_avatarImage{width:172px;height:172px;border:4px --dark solid;font-size:80px}.personInformation>.personInformation_right_firstSection{display:flex;flex-direction:column;min-width:0}.personInformation>.personInformation_right_firstSection>.personInformation_userName{display:flex;align-items:center;gap:6px}.personInformation>.personInformation_right_firstSection>.personInformation_userName>span{min-width:0;color:#fff;font-weight:600;font-size:16px;line-height:24px;letter-spacing:0%;overflow:hidden;text-overflow:ellipsis}.personInformation>.personInformation_right_firstSection>.personInformation_userName>.personInformation_userName_extra{flex-shrink:0;width:24px;height:24px;align-items:center;justify-content:space-around;padding:3px;cursor:pointer}.personInformation>.personInformation_right_firstSection>.personInformation_tag{margin-top:4px;color:#939393;font-weight:400;font-size:13px;line-height:20px;letter-spacing:1.1%}.personInformation>.personInformation_right_firstSection>.personInformation_userStats{display:flex;gap:8px;margin-top:12px}.personInformation>.personInformation_right_firstSection>.personInformation_userStats>li{color:#ddd;font-weight:400;font-size:14px;line-height:20px;letter-spacing:-1.1%}.personInformation>.personInformation_right_firstSection>.personInformation_userStats>li>span{font-weight:600}.personInformation>.personInformation_right_secondSection>.personInformation_bio{color:#fff;font-weight:400;font-size:14px;line-height:20px;letter-spacing:1.1%}.personInformation>.personInformation_right_secondSection>.profileWallet{margin-top:16px}.personInformation>.personInformation_right_secondSection>.personInformation_personalActions,.personInformation>.personInformation_right_secondSection .personInformation_followerActions{display:flex;margin-top:16px;gap:8px}.personInformation .react-loading-skeleton{position:absolute;top:0;left:0;display:block;width:100%;height:100%;height:24px}@media (max-width: 700px){.personInformation .personInformation_avatar{grid-row:1;grid-column:1;width:80px;height:80px}.personInformation .personInformation_avatar .personInformation_avatarImage{width:80px;height:80px;font-size:40px}.personInformation .personInformation_right_firstSection{grid-row:1;grid-column:2}.personInformation .personInformation_right_secondSection{display:flex;flex-direction:column;grid-row:2;grid-column:1/3}.personInformation .personInformation_right_secondSection>.personInformation_bio{order:1}.personInformation .personInformation_right_secondSection>.profileWallet{order:3}.personInformation .personInformation_right_secondSection>.personInformation_personalActions,.personInformation .personInformation_right_secondSection .personInformation_followerActions{order:2;display:flex}.personInformation .personInformation_right_secondSection>.personInformation_personalActions>button,.personInformation .personInformation_right_secondSection .personInformation_followerActions>button{flex:1;justify-content:space-around}}.profileContests{position:relative;margin-top:16px;height:100%}.profileContests>.profileContests_grid{margin-top:16px;gap:24px;display:grid;grid-template-columns:repeat(auto-fill,minmax(408px,1fr))}.profileContests>.profileContests_empty{position:absolute;transform:translate(-50%);left:50%;font-weight:600;color:#939393}@media (max-width: 700px){.profileContests>.profileContests_grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}.profileWorks{position:relative;margin-top:16px}.profileWorks>.profileWorks_grid{gap:4px;display:grid;grid-template-columns:repeat(auto-fill,minmax(33%,1fr))}.profileWorks>.profileContests_empty{position:absolute;transform:translate(-50%);left:50%;font-weight:600;color:#939393}@media (max-width: 700px){.profileWorks>.profileWorks_grid{grid-template-columns:repeat(auto-fill,minmax(32%,1fr))}}.profilePage{position:relative;max-width:1320px;margin:0 auto;padding:24px 16px 50px;-webkit-overflow-scrolling:touch;overscroll-behavior:none}.profilePage>.profilePage_switch{margin-top:24px;list-style:none;display:flex;border-bottom:1px #525856 solid;box-sizing:border-box;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.profilePage>.profilePage_switch::-webkit-scrollbar{display:none}.profilePage>.profilePage_switch>li>button{padding:4px 24px;cursor:pointer;box-sizing:border-box;color:#939393;position:relative;background-color:transparent;outline:none;border:none;font-family:Manrope;font-size:16px;line-height:24px;letter-spacing:0%;font-weight:400}.profilePage>.profilePage_switch>li>button.switched{color:#fff}.profilePage>.profilePage_switch>li>button.switched:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background-color:#fff}.profilePage>.profilePage_content{height:200px;position:relative}@media (max-width: 700px){.profilePage{padding-top:68px}.profilePage>.profilePage_switch>li{flex:1}.profilePage>.profilePage_switch>li>button{width:100%}}.protectedRoute_gate{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:2rem 1rem}.protectedRoute_gate_card{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:26rem;text-align:center}.protectedRoute_gate_title{font-size:1.5rem;font-weight:600;margin:0}.protectedRoute_gate_subtitle{font-size:1rem;line-height:1.5;margin:0;opacity:.75}.routeSkeleton{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem clamp(1rem,4vw,2rem);max-width:1280px;margin:0 auto;width:100%}.routeSkeleton_heading{max-width:24rem}.routeSkeleton_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}html.light,.app.light{--white: #ffffff;--white-medium: #e6e6ed;--white-medium-light: #f8f8f8;--white-muted: #dddddd;--text-main: #0b051a;--text-light: #383346;--text-placeholder: #747474;--grey: #393b3b;--grey-light: #413d4d;--green: #0ba486;--green-light: #16b391;--green-medium: #099176;--green-dark: #1b2321;--blue-primary: #4429ff;--golden: #edb800;--magenta: #da5cef;--purple-light: #b05cf2;--purple: #a65cef;--purple-medium: #8438d0;--orange-light: #ff8934;--orange: #f28332;--orange-medium: #e57b2e;--danger: #eb5533;--border-light: #e5e5e5;--border-grey: #d8d8d8;--bg-light: #f1f3f8;--bg-light-green: #e0f1ee;--bg-light-grey: #b0bebb;--drop-shadow: 0 0 40px #aeaeae15}html.dark,.app.dark{--white: #ffffff;--white-medium: #f8f8f8;--white-muted: #dddddd;--white-transp-30: #dddddd30;--white-transp-40: #dddddd40;--white-transp-50: #dddddd50;--dark: #02140e;--dark-light: #383346;--dark-medium: #1f1b2b;--dark-grey: #151515;--dark-bg: #0b051a;--dark-bg-black: #2d2939;--black: #262626;--black-bg: #222222;--grey: #393b3b;--grey-very-light: #e8e8e8;--grey-light: #e5e5e5;--grey-medium-light: #c1c1c1;--grey-medium: #454848;--grey-medium-dark: #3b3b3b;--grey-dark: #363636;--grey-placeholder: #a6a7a7;--grey-border: #525856;--grey-dots: #9d9ba3;--green: #0ba486;--green-light: #16b391;--green-medium: #099176;--green-dark: #192521;--blue-primary: #4429ff;--golden: #edb800;--magenta: #da5cef;--purple-light: #b05cf2;--purple: #a65cef;--purple-medium: #8438d0;--orange-light: #ff8934;--orange: #f28332;--orange-medium: #e57b2e;--danger: #eb5533;--drop-shadow: 0 4px 20px #00000060}.app{height:100%;font-family:Manrope,sans-serif;font-size:16px;line-height:1.5;font-weight:400;font-style:normal;background:var(--dark-bg-black)}.app.dark{background:var(--dark);color:var(--white-medium)}.app.light{background:var(--white-medium-light);color:var(--text-main)}body{background-color:#02140e;font-family:Manrope,sans-serif;line-height:1.5;font-weight:400;margin:0;min-height:100dvh;scroll-behavior:smooth;text-rendering:optimizeSpeed;overflow-x:hidden;overscroll-behavior:none}body,#root{height:100%}._container{max-width:1230px;margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}*,*:before,*:after{box-sizing:border-box}ol,ul{list-style:none;padding:0}body,h1,h2,h3,h4,h5,p,ul,ol,li,figure,figcaption,blockquote,dl,dd{margin:0}h1,h2,h3,h4,h5{font-weight:400}input,button{outline:none}a{text-decoration:none}*{-webkit-tap-highlight-color:transparent}*:focus{outline:none}
