:root {
    --color-graybase-100: #bbb9c7;
    --color-graybase-200: #747180;
    --color-graybase-300: #555261;
    --color-graybase-400: rgba(25, 27, 31, 1);
    --color-graybase-500: #312f3d !important;
    --color-graybase-600: #282633;
    --color-graybase-700: #1c1a24;
    --color-graybase-800: #100f14;
    --color-graybase-700-opacity-60: rgba(28, 26, 36, 0.6);
    --color-graybase-900-opacity-40: rgba(0, 0, 0, 0.4);
    --color-graybase-900-opacity-60: rgba(0, 0, 0, 0.6);
    --color-purple-100: #edeeff;
    --color-purple-200: #ccd2ff;
    --color-purple-200-opacity-8: rgba(204, 210, 255, 0.08);
    --color-purple-300: #b7a7ff;
    --color-purple-400: #9f8fff;
    --color-purple-400-opacity-10: rgba(159, 143, 255, 0.102);
    --color-purple-400-opacity-20: rgba(159, 143, 255, 0.2);
    --color-purple-500: #806cf5;
    --color-purple-500-opacity-50: rgba(128, 108, 245, 0.5);
    --color-white-100: #fff;
    --color-white-100-opacity-50: rgb(255 255 255/50%);
    --color-white-100-opacity-30: rgb(255 255 255/30%);
    --color-white-100-opacity-10: rgb(255 255 255/10%);
    --color-pink-100: var(--color-pink-500);
    --color-pink-200: #e5d0e7;
    --color-pink-300: #d9b4dc;
    --color-pink-400: #cf7ed6;
    --color-pink-400-opacity-10: rgba(207, 126, 214, 0.102);
    --color-pink-400-opacity-20: rgba(207, 126, 214, 0.2);
    --color-pink-500: #c85cd1;
    --color-pink-bright: #ff3ec6;
    --color-accent-red-100: var(--color-accent-red-400);
    --color-accent-red-200: var(--color-accent-red-500);
    --color-accent-red-400: #ff8095;
    --color-accent-red-400-opacity-10: rgba(255, 128, 149, 0.102);
    --color-accent-red-500: #f05f75;
    --color-accent-yellow-100: var(--color-accent-yellow-400);
    --color-accent-yellow-400: #fac343;
    --color-accent-yellow-400-opacity-10: rgba(250, 195, 67, 0.102);
    --color-accent-yellow-500: #faa643;
    --color-accent-green-100: var(--color-accent-green-400);
    --color-accent-green-200: var(--color-accent-green-500);
    --color-accent-green-400: #5bc27a;
    --color-accent-green-400-opacity-10: rgba(91, 194, 122, 0.102);
    --color-accent-green-400-opacity-40: #2a533b;
    --color-accent-green-500: #47ae66;
    --color-accent-blue-100: var(--color-accent-blue-500);
    --color-accent-blue-500: #5ac3c5;
    --color-accent-blue-500-opacity-10: rgba(90, 195, 197, 0.102);
    --color-functional-yellow: #4a443d;
    --color-functional-green: #3d4442;
    --color-tag-green: var(--color-functional-green);
    --color-tag-yellow: var(--color-functional-yellow);
    --color-shape-red-200-opacity-10: rgb(220 110 111/10%);
    --color-shape-yellow-100-opacity-10: rgb(255 193 68/10%);
    --color-shape-green-100-opacity-10: rgb(123 195 119/10%);
    --color-shape-blue-100-opacity-10: rgb(90 195 197/10%);
    --color-shape-purple-400-opacity-10: rgb(142 121 255/10%);
    --color-shape-pink-100-opacity-10: rgb(212 95 147/10%);
    --color-steam-stattrak: #e5864e;
    --color-steam-star-stattrak: #9f6cd1;
    --color-steam-souvenir: gold;
    --color-float-factory-new: #3d818f;
    --color-float-minimal-wear: #83b135;
    --color-float-field-tested: #dfc04a;
    --color-float-wellworn: #ef8641;
    --color-float-battle-scarred: #eb5757;
    --color-rarity-common: #b0c3d9;
    --color-rarity-uncommon: #5e98d9;
    --color-rarity-mythical: #a574ff;
    --color-rarity-rare: #5169f7;
    --color-rarity-immortal: #e4ae39;
    --color-rarity-legendary: #e050f0;
    --color-rarity-arcana: #ade55c;
    --color-rarity-ancient: #f26767;
    --color-quality-standart: #d2d2d2;
    --color-quality-inscribed: #cf6a32;
    --color-quality-auspicious: #32cd32;
    --color-quality-genuine: #4d7455;
    --color-quality-heroic: #8650ac;
    --color-quality-autographed: #ade55c;
    --color-quality-frozen: #4682b4;
    --color-quality-cursed: #8650ac;
    --color-quality-base: #b2b2b2;
    --color-quality-corrupted: brown;
    --color-quality-infused: #8847ff;
    --color-bright-mint: #26ff85;
}

.DropdownElement_element__2kUVQ {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.02em;
}
.DropdownElement_element__2kUVQ {
    display: flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 100%;
    color: var(--color-graybase-100);
    white-space: nowrap;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.DropdownElement_active__1BtuD {
    color: #fff;
}
.DropdownElement_element__2kUVQ:hover {
    color: #fff;
    background: var(--color-graybase-300);
}
.Dropdown_wrapper__1MEb2 {
    position: relative;
    z-index: 2;
    user-select: none;
}
.Dropdown_label__XSjlS {
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}
.Dropdown_label__center__2_0Ri {
    align-items: center;
}
.Dropdown_text__OXWA7 {
    color: var(--color-graybase-100);
    width: 20px;
    height: 20px;
}
.Dropdown_icon__3jbAt,
.Dropdown_text__OXWA7 {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.Dropdown_icon__3jbAt {
    top: 2px;
    right: -1px;
    width: 12px;
    height: 20px;
    margin-left: 6px;
    fill: var(--color-graybase-100);
}
.Dropdown_opened__1i5al .Dropdown_text__OXWA7 {
    color: #fff;
}
.Dropdown_opened__1i5al .Dropdown_icon__3jbAt {
    fill: #fff;
    transform: rotate(180deg);
}
.Dropdown_label__XSjlS:hover .Dropdown_text__OXWA7 {
    color: #fff;
}
.Dropdown_label__XSjlS:hover .Dropdown_icon__3jbAt {
    fill: #fff;
}
.Dropdown_content__3Fq8j {
    position: absolute;
    top: 28px;
    left: -14px;
    display: block;
    padding: 5px;
    overflow-x: hidden;
    overflow-y: hidden;
    visibility: hidden;
    background: var(--color-graybase-400);
    border-radius: 4px;
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0.9) translateY(-10px);
}
.Dropdown_scrollview__ZoBOc {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
}
.Dropdown_opened__1i5al .Dropdown_content__3Fq8j {
    visibility: visible;
    opacity: 1;
    transform: scale(1.000001) translateY(0);
}
.Dropdown_shadow__oRVrL {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: calc(100% - 10px);
    height: 25px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(68, 68, 75, 0), --color-graybase-400 68%);
}
.Dropdown_shadow_item__1h5FA {
    width: 100%;
    height: 17px;
}
.LanguageCurrencyButton_container__3-Vmf {
    z-index: 10;
    cursor: pointer;
}
.LanguageCurrencyButton_language_img__1vPjP {
    box-sizing: border-box;
    display: block;
    width: 24px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: border-color var(--default-animation-props);
}
.LanguageCurrencyButton_language_img__1vPjP:hover {
    border-color: var(--color-white-100-opacity-10);
}
.LanguageCurrencyButton_option__13cbj {
    align-items: center;
}
.LanguageCurrencyButton_option__13cbj {
    display: flex;
    width: 100%;
}
.LanguageCurrencyButton_option_image__2Ol4P {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
    box-sizing: border-box;
}
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7.2px;
    height: 7.2px;
    border-radius: 50%;
    background: currentColor;
    margin: -3.6px 0 0 -3.6px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 62.62742px;
    left: 62.62742px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 67.71281px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 70.90963px;
    left: 48.28221px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 70.90963px;
    left: 31.71779px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 67.71281px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 62.62742px;
    left: 17.37258px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12.28719px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.success {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: rgba(0, 0, 0, 0.85);
    z-index: 10000;
}

.success .container {
    max-width: 600px;
    background-color: rgb(36, 39, 44);
    padding: 2rem;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.success .container .title {
    font-size: 2rem;
}

.subtext {
    font-size: 1rem;
    padding: 1rem 0 0;
}

#video-holder > div::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.44);
}
@media (min-width: 1024px) {
    .mobile-column[data-v-3e774179] {
        display: grid !important;
    }
}
.category-tag-component[data-v-40820088] {
    height: 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(23 28 30 / var(--tw-bg-opacity));
    padding: 0.125rem 0.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(168 177 184 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
    .category-tag-component[data-v-40820088]:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(34 41 44 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(209 213 219 / var(--tw-text-opacity));
    }
}
.category-tag-component[data-v-40820088] {
    display: block;
    flex-shrink: 0;
    cursor: default;
    border-radius: 9999px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
.live-tag-component[data-v-f30dd0a0] {
    z-index: 10;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(15 18 20 / var(--tw-bg-opacity));
    padding: 0.25rem 0.375rem;
    font-weight: 600;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(83 252 24 / var(--tw-text-opacity));
    font-size: 13px;
    line-height: 13px;
}
.bottom-corner[data-v-f3edad2a] {
    position: absolute;
    bottom: 0px;
    height: 0.75rem;
    width: 0.75rem;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
.card-content[data-v-f3edad2a] {
    --card-bg-hover-color: #232628;
    position: relative;
    margin-bottom: 0;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    flex-shrink: 0;
    flex-direction: column;
    overflow: hidden;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent;
    padding: 0;
}
@media (min-width: 640px) {
    .card-content[data-v-f3edad2a]:hover {
        background-color: var(--card-bg-hover-color);
    }
}
.card-content[data-v-f3edad2a] {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0, 0, 0, 1);
    max-width: 228px;
}
.card-content:hover .bottom-corner[data-v-f3edad2a] {
    opacity: 1 !important;
}
.card-content:hover .card-thumbnail-holder[data-v-f3edad2a] {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.card-content:hover .card-thumbnail-image[data-v-f3edad2a] {
    transform-origin: center;
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.card-thumbnail-holder[data-v-f3edad2a] {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
    border-radius: 0.375rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
.card-thumbnail-image[data-v-f3edad2a] {
    aspect-ratio: 16 / 9;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
.card-viewers[data-v-f3edad2a] {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    z-index: 10;
    border-radius: 4px;
    background-color: #000c;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.card-profile-picture[data-v-f3edad2a] {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    flex-direction: column;
    align-content: flex-start;
    align-items: center;
}
.card-user-name[data-v-f3edad2a] {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(146 158 166 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
@media (min-width: 640px) {
    .card-user-name[data-v-f3edad2a]:hover {
        --tw-text-opacity: 1;
        color: rgb(58 211 5 / var(--tw-text-opacity));
    }
}
.card-session-name[data-v-f3edad2a] {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
@media (min-width: 640px) {
    .card-session-name[data-v-f3edad2a]:hover {
        --tw-text-opacity: 1;
        color: rgb(83 252 24 / var(--tw-text-opacity));
    }
}
.card-session-name[data-v-f3edad2a] {
    line-height: 20px;
}
.card-category[data-v-f3edad2a] {
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.card-category-name[data-v-f3edad2a] {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(146 158 166 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
@media (min-width: 640px) {
    .card-category-name[data-v-f3edad2a]:hover {
        --tw-text-opacity: 1;
        color: rgb(83 252 24 / var(--tw-text-opacity));
    }
}
.card-category-tags[data-v-f3edad2a] {
    margin-top: 0.5rem;
    display: flex;
    height: 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.25rem;
    overflow: hidden;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
}
.green-dot[data-v-f3edad2a] {
    margin-right: 0.25rem;
    margin-bottom: 0.125rem;
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(83 252 24 / var(--tw-bg-opacity));
    vertical-align: middle;
}

.card-category-name[data-v-f3edad2a] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#chat-wrap {
    background: url(/static/img/chat_pc.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.overflow-x-hidden.overflow-y-scroll.py-3,
.text {
    z-index: 1;
    position: relative;
}

#video {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#video img {
    position: absolute;
    top: 50%!important;
    left: 50%!important;
    width: auto!important;
    height: auto!important;
    aspect-ratio: 3 / 1!important;
    transform: translate(-50%, -50%)!important;
}
#confirm-modal > div {
    max-width: 900px;
    margin: 0 2rem;
}
#confirm-modal > div > div {
    display: flex;
    flex-direction: column;
}
#confirm-modal .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#confirm-modal h1 {
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    margin: 2rem 0;
}
.signup-button-inner {
    align-self: center;
}

@media screen {
    .relative.hidden.h-full.grow .absolute .text-\[32px\] {
        font-size: 24px;
    }

    .relative.hidden.h-full.grow .absolute .text-xl {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    #chat-wrap {
        background-image: url(/static/img/chat_mob.gif);
    }
}
.emoji-panel {
    position: absolute;
    bottom: 50px;
    left: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(25 27 31 / var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgb(168 177 184 / var(--tw-border-opacity));
    border: 1px solid;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    max-width: 190px;
    z-index: 10;
}

.emoji {
    cursor: pointer;
    font-size: 20px;
}

.emoji:hover {
    background-color: var(--color-graybase-300);
    border-radius: 4px;
}

.w-\[320px\] {
    width: 320px;
}

#desc {
    margin-bottom: 50px;
}

#chatroom-bottom {
    min-height: 350px;
}

@media screen and (max-width: 768px) {
    .emoji-panel {
        left: 0;
        width: 100%;
        max-width: none;
        border-radius: 0;
        padding: 16px;
    }
    .emoji-panel .emoji {
        font-size: 24px;
    }
    #desc {
        margin: 20px 0;
    }
}