@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    background-color: #0F0F0F;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 10vw;
    margin: 0vw;
    box-sizing: border-box;
    overflow-x: hidden;
}

:root {
    --block-color: #131313;
    --light-color: #212121;
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

* {
    -webkit-user-drag: none;
    user-drag: none;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0F0F0F;
    opacity: 1;
    z-index: 500;
    display: block;
}

.loader.off {
    display: none;
}
 
.darts-logo-cont {
    position: fixed;
    aspect-ratio: 1 / 1;
    width: 18.75vw;
    opacity: 0;
    z-index: 500;
    display: none;
    left: 40.58vw;
    top: calc(50vh - 9.375vw);
}

.darts-logo-cont.on {
    display: block;
}

.dice-logo-cont {
    position: fixed;
    aspect-ratio: 1 / 1;
    width: 18.75vw;
    opacity: 0;
    z-index: 500;
    display: block;
    left: 40.58vw;
    top: calc(50vh - 9.375vw);
}

.dice-logo-cont.on {
    display: block;
}

.game-logo {
    position: relative;
    aspect-ratio: 1 / 1;
    width: 100%;
}



.user-header {
    height: auto;
    width: 94vw;
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
}




.header-block {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 2vw;
    align-items: center;
}

.label-logo {
    position: relative;
    width: 5.7vw;
    aspect-ratio: 40 / 42;
    margin-left: 1vw;
}

.label-text {
    font-family: 'Inter';
    font-size: 5vw;
    font-weight: 700;
    color: #d9d9d9;
}





.balance-bar {
    height: 8.3vw;
    padding: 0vw 3.5vw;
    background-color: #171717;
    border-radius: 2.6vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hider-balance {
    height: 100%;
    width: 100%;
    border-radius: 2.6vw;
    background-color: var(--block-color);
    position: absolute;
    overflow: hidden;
}


.tether-purple {
    aspect-ratio: 50 / 44;
    width: 4vw;
    position: relative;
}

.user-balance-cont {
    width: auto;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    gap: 2vw;
    flex-direction: row;
    transform: translateX(-2%);
}

.user-balance {
    font-family: 'Roboto';
    font-size: 4.5vw;
    font-weight: 500;
    color: #fff;
    position: relative;
}

.wallet-icon {
    aspect-ratio: 1 / 1;
    width: 8.3vw;
    position: relative;
}


.slider-container {
    position: relative;
    width: 94vw;
    aspect-ratio: 1120 / 550;
    margin-top: 9vw;
    overflow: hidden;
    left: 0vw;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    flex-shrink: 0;
    width: 94vw;
    aspect-ratio: 1120 / 550;
    margin-right: 3vw;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 4vw;
}

.image-content-wrapper {
    position: relative;
    border-radius: 4vw;
    width: 94vw;
    aspect-ratio: 1120 / 550;
}


.slide img {
    border-radius: 4vw;
    width: 94vw;
    aspect-ratio: 1120 / 550;
    display: block;
}

.dots-container {
    position: absolute;
    display: flex;
    padding: 1.3vw 1.75vw;
    bottom: 2.5vw;
    left: 50%;
    transform: translateX(-50%);
    gap: 1vw;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10vw;
}

.dot {
    width: 3.4vw;
    height: 0.9vw;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10vw;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.dot.active {
    background-color: rgb(255, 255, 255);
}

.drag-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: grab;
}
.drag-overlay:active {
    cursor: grabbing;
}

.bottom-banner-cont {
    position: relative;
    width: 100%;
    aspect-ratio: 1130 / 215;
    display: flex;
    flex-direction: column;
    gap: 2.5vw;
    justify-content: center;
    margin-top: 5vw;
}

.bottom-banner {
    position: absolute;
    width: 100%;
    aspect-ratio: 1130 / 215;
}

.bottom-banner-text-cont {
    position: relative;
    height: auto;
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2vw;
    left: 3.5vw;
}

.bottom-banner-text {
    position: relative;
    font-family: 'Roboto';
    font-size: 4.1vw;
    font-weight: 500;
    color: #f0f0f0;
}



.page-block {
    position: relative;
    width: 94vw;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 7vw;
    margin-top: 10.8vw;
    left: 0vw;
}

.selection {
    position: relative;
    width: auto;
    display: flex;
    gap: 3vw;   
    align-items: center;
}

.selection-icon {
    aspect-ratio: 1 / 1;
    width: 6.5vw;
    position: relative;
}

.selection-text {
    font-family: 'Roboto';
    font-size: 4.3vw;
    font-weight: 500;
    color: #f0f0f0;
}

.selection-holder {
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.question-cont {
    width: 36vw;
    height: 9vw;
    position: relative;
    background-color: #191919;
    border-radius: 2.6vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2vw;
}

.question-text {
    font-family: 'Roboto';
    font-size: 3.5vw;
    font-weight: 500;
    color: #f0f0f0;
    position: relative;
}

.question {
    width: 5.3vw;
    aspect-ratio: 1 / 1;
    position: relative;
}

.game-cont {
    width: 94vw;
    height: auto;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 2.5vw;
}

.game-panel {
    width: 45.75vw;
    aspect-ratio: 1 / 1;
    position: relative;
    background-color: #191919;
    border-radius: 4vw;
}

.game {
    width: 100%;
    aspect-ratio: 11 / 12;
}

.darts {
    position: absolute;
    aspect-ratio: 1 / 1;
    left: 6.25vw;
    top: 5.83vw;
    height: 35.83vw;
}

.dice {
    aspect-ratio: 27 / 25;
    height: 25vw;
    position: absolute;
    left: 9.4vw;
    top: 13vw;
}

.online-holder {
    position: absolute;
    width: 13vw;
    height: 6vw;
    right: 2.5vw;
    top: 2vw;
    border-radius: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.online-blur {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #d9d9d9;
    opacity: 7%;
    filter: blur(0.3vw);
}

.mod-text {
    font-family: 'Roboto';
    font-size: 2.66vw;
    font-weight: 500;
    color: #a1a1a1;
    position: absolute;
}

.mod-cont {
    height: 5.1vw;
    overflow: hidden;
    position: absolute;
    bottom: 3.5vw;
    border-radius: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15vw;
}

.mod-cont.evenodd {
    width: 20vw;
}

.mod-cont.sector {
    width: 15vw;
}

.mod-cont.highlow {
    width: 28vw;
}


.players-cont {
    position: absolute;
    display: flex;
    flex-direction: row;
    gap: 1.2vw;
}

.players {
    aspect-ratio: 5 / 4;
    width: 3.5vw;
    position: relative;
    opacity: 50%;
}

.players-amount {
    font-family: 'Roboto';
    font-size: 3vw;
    font-weight: 700;
    color: #f0f0f0;
    position: relative;
    opacity: 1;
}

.game-panel-inside{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0vw;
    left: 0vw;
}

.game-panel-dice {
    position: absolute;
    width: 35vw;
    aspect-ratio: 1 / 1;
    bottom: 18vw;
}

.game-panel-darts {
    position: absolute;
    width: 30vw;
    aspect-ratio: 1 / 1;
    bottom: 15vw;
}

.game-panel-name {
    font-family: 'Inter';
    font-size: 5.3vw;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: 10.5vw;
}

.last-games-cont {
    aspect-ratio: 1130 / 582;
    width: 94vw;
    overflow: hidden;
    display: grid;
    position: relative;
    gap: 2.5vw;
}

.last-game-header {
    aspect-ratio: 1130 / 78;
    width: 94vw;
    border-top-left-radius: 2.08vw;
    border-top-right-radius: 2.08vw;
    display: flex;
    align-items: center;
    background-color: #131313;
    position: relative;
}

.last-game-text {
    font-family: 'Roboto';
    font-size: 3vw;
    font-weight: 500;
    color: #a1a1a1;
    position: absolute;
}

.last-game-text.header-game {
    left: 8vw;
}

.last-game-text.header-username {
    left: 36vw;
}

.last-game-text.header-win {
    left: 70.8vw;
}

.last-game {
    aspect-ratio: 1130 / 96;
    border-radius: 2.09vw;
    width: 94vw;
    background-color: var(--block-color);
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
}

.light-strip {
    width: 80%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, var(--light-color) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: -20%;
    animation: moveStrip 2s linear infinite;

}

@keyframes moveStrip {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.game-name {
    font-family: 'Roboto';
    font-size: 3.66vw;
    font-weight: 500;
    color: #f0f0f0;
    position: absolute;
    left: 8.75vw;
    z-index: 100;
}

.game-info {
    font-family: 'Roboto';
    font-size: 3.66vw;
    font-weight: 500;
    color: #f0f0f0;
    position: absolute;
    left: 43vw;
    z-index: 100;
    transform: translateX(-50%);
}

.game-profit {
    font-family: 'Roboto';
    font-size: 3.66vw;
    font-weight: 500;
    color: #f0f0f0;
    position: absolute;
    right: 13.08vw;
    z-index: 100;
}

.game-plate {
    aspect-ratio: 1130 / 96;
    border-radius: 2.09vw;
    width: 94vw;
    background-color: #131313;
    top: 0%;
    right: 0%;
    position: absolute;
}

.game-icon {
    aspect-ratio: 1 / 1;
    width: 5vw;
    position: absolute;
    left: 2.09vw;
    z-index: 100;
}

.last-game-tether {
    width: 3.8vw;
    aspect-ratio: 25 / 22;
    position: absolute;
    right: 8.3vw;
}

.supplementary {
    width: 94vw;
    position: relative;
    display: flex;
    gap: 2.2vw;
    aspect-ratio: 1130 / 268;
    background-color: #191919;
    border-radius: 3.25vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.support-banner-cont {
    position: relative;
    aspect-ratio: 1130 / 258;
    width: 94vw;
    display: flex;
    align-items: center;
}

.support-banner {
    position: absolute;
    aspect-ratio: 1130 / 258;
    width: 100%;
}

.support-text-block {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4vw;
}

.support-text-cont {
    position: relative;
    left: 3.5vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2vw;
}

.support-text {
    position: relative;
    font-family: 'Roboto';
    font-size: 3.75vw;
    font-weight: 700;
    color: #f0f0f0;
    position: relative;
}

.write-text-cont {
    position: relative;
    left: 3.5vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5vw;
}

.write-text {
    position: relative;
    font-family: 'Roboto';
    font-size: 3.2vw;
    font-weight: 500;
    color: #a1a1a1;
    position: relative;
}

.support-arrow {
    position: relative;
    aspect-ratio: 2 / 3;
    width: 1.4vw;
}







.supplementary-panel-cont {
    width: 88vw;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 2.5vw;
}

.supplementary-icon {
    aspect-ratio: 1 / 1;
    width: 6vw;
    position: relative;

}

.supplementary-text {
    font-family: 'Roboto';
    font-size: 3.33vw;
    font-weight: 500;
    color: #f0f0f0;
    position: relative;

}

.supplementary-line {
    width: 88vw;
    height: 0.35vw;
    background-color: #d9d9d9;
    opacity: 10%;
    position: relative;
    border-radius: 1vw;
}

.supplementary-arrow {
    aspect-ratio: 2 / 3;
    width: 2vw;
    position: absolute;
    right: 0vw;
}

.extra-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1vw 1.7vw;
}

.extra-background {
    position: absolute;
    background-color: #d9d9d9;
    opacity: 10%;
    border-radius: 1.5vw;
    width: 100%;
    height: 100%;
}

.extra-text {
    position: relative;
    font-family: 'Roboto';
    font-size: 2.9vw;
    font-weight: 600;
    color: #f0f0f0;
}

.bottom-banner-extra-text {
    position: relative;
    font-family: 'Roboto';
    font-size: 2.9vw;
    font-weight: 500;
    color: #f0f0f0;
    opacity: 75%;
}

.black-block {
    position: relative;
    height: 5vw;
    width: 100%;
}

.error {
    position: fixed;
    left: 3.333vw;
    top: 5vw;
    width: 93.333vw;
    aspect-ratio: 1120 / 132;
    height: 11vw;
    background-color: #131313;
    border-radius: 2vw;
    display: flex;
    align-items: center;
    z-index: 100;
    opacity: 0;
    transform: translateY(-20vw);
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    pointer-events: none;
}

.error.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.error .znak {
    position: absolute;
    aspect-ratio: 1 / 1;
    width: 5.5vw;
    left: 3.2vw;
}

.error-text {
    position: absolute;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.25vw;
    left: 11.5vw;
}

.error-name {
    position: relative;
    font-family: 'Roboto';
    font-size: 2.8vw;
    font-weight: 500;
    color: #f0f0f0;
}

.error-hint {
    position: relative;
    font-family: 'Roboto';
    font-size: 2.8vw;
    font-weight: 400;
    color: #8e8e8e;
}