[data-theme=light] {
    --_0-TWUt: var(--color-white)
}

[data-theme=dark] {
    --_0-TWUt: var(--color-cold-gray-900)
}

body {
    background-color: var(--color-body-bg)
}

body.extension {
    min-width: 0;
    overflow: hidden
}

img {
    border: none
}

textarea {
    resize: none
}

:focus {
    outline: none
}

input,
textarea {
    border-radius: 0
}

.unselectable {
    -webkit-user-select: none;
    user-select: none
}

.selectable,
input,
textarea {
    -webkit-user-select: text;
    user-select: text
}

.text-center {
    text-align: center
}

.loading-indicator {
    background: var(--_0-TWUt);
    height: 100%;
    inset-inline-start: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 150
}

.falling,
.growing {
    color: #fff
}

.growing {
    background: var(--color-legacy-success)
}

.falling {
    background: var(--color-ripe-red-400)
}