 

html {
    height: 100svh;
    display: table;
    margin: auto;
    touch-action: manipulation;
}

.tint-body {
    height: 100svh;
    width: 100svw;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.tint-body {
    background-image: url(https://tintgame.tw/wp-content/uploads/2025/06/soul_vertical_center.jpg);
}

@media (min-width: 960px) {
    .tint-body {
        background-image: url(https://tintgame.tw/wp-content/uploads/2025/06/soul_horizonal.jpg);
    }
}

.tint-height-full {
    height: 100svh;
}

.tint-width-full {
    width: 100svw;
}

.tint-dialog-backdrop {
    backdrop-filter: blur(20px);
}

.tint-text-per-line {
    white-space: pre-wrap;
    word-break: break-all;
}

.tint-text-per-line-remove-space {
    white-space: pre-line;
    word-break: break-word;
}

.tint-text-transform-none {
    text-transform: none !important;
}

.tint-disconnect-msg {
    display: none;
    position: fixed !important;
    bottom: 16px;
    left: 16px;
    z-index: 5000;
}

.tint-soul-rank-container {
    max-width: 600px;
    width: 400px;
}

.tint-soul-rank-item-container {
    border: 2px solid #a7bec9;
    backdrop-filter: blur(10px);
    background: rgba(0,0,0, 0.4);
    width: 100%;
}

.tint-soul-text-num {
    font-size: 10vw;
    font-weight: 600;
    -webkit-align-items: inherit;
    text-align: center;
    align-items: inherit;
    font-family: 'Micro5', Helvetica, Arial, sans-serif;
}