@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url('https://nidin.ru/fonts/Montserrat-SemiBold.ttf') format('truetype');
}
body{
    font-family: 'Montserrat', sans-serif;
    color: white;
    margin: 0px;
    font-size: 4vw;
    text-wrap: nowrap;
}
.obs {
    max-width: 100vw;
}
.card {
    background-color: rgb(41, 41, 41);
    position: relative;
    padding: 0.5em 1em;
    border-radius: 1em;
    overflow: hidden;
}
.tournament__info{
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.info{
    font-size: 1.25em;
    color: #c4c4c4;
}
.infoeror{
    font-size: 1.75em;
    text-align: center;
    white-space: normal
}
.info span{
    color: #ffffff;
    font-size: 1.25em;
}
.position-text {
    color: #73c9ed;
}
.green-text span {
    color: rgb(0, 255, 0);
}
.red-text span {
    color: #FF4500;
}
.info > .large-font {
    font-size: 2.5em;
}
.container-top {
    display: flex;
    justify-content: space-between;
}
.container-middle {
    display: flex;
    gap: 1.5em;
    justify-content: center;
}
.container-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.icon {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    margin-left: 0.3em;
    margin-bottom: 0.5em;
}
.record {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}
.record canvas {
    width: 100%;
    height: 100%;
}
table {
    width: 50%;
    border-collapse: separate;
}
tr {
    height: 2.05em;
}
td.number {
    width: 1.45em;
}
table td {
    padding: 0.075em;
}
table td.tank-name {
    color: #c4c4c4;
    font-size: 1.25em;
}
table td.number {
    color: #c4c4c4;
    text-align: center;
}
table td.score {
    color: #ffffff;
    font-size: 1.5em;
    text-align: center;
}
.highlight {
    color: #00ff00 !important;
}