.wows-join-game {
    --join-cyan: #11d9f1;
    --join-gold: #e6c24f;
    --join-ink: #061321;
    --join-panel: #0a1a2d;
    position: relative;
    box-sizing: border-box;
    max-width: 1240px;
    min-height: 500px;
    margin: 36px auto;
    padding: 20px 28px 18px;
    overflow: hidden;
    color: #effaff;
    background-color: var(--join-ink);
    border: 1px solid #1c6588;
}

.wows-join-game *,
.wows-join-game *::before,
.wows-join-game *::after {
    box-sizing: border-box;
}

.wows-join-game::before {
    position: absolute;
    inset: 0;
    content: '';
    background-image: url('../images/fondo-tactico.jpg');
    background-position: center;
    background-size: cover;
    opacity: 0.2;
    pointer-events: none;
}

.wows-join-game::after {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    content: '';
    background-color: rgba(3, 12, 23, 0.7);
    pointer-events: none;
}

.wows-join-game__header,
.wows-join-game__stage,
.wows-join-game__supplies,
.wows-join-game__notice {
    position: relative;
    z-index: 1;
}

.wows-join-game__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(91, 185, 220, 0.45);
}

.wows-join-game__header span {
    color: var(--join-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.7px;
}

.wows-join-game__header p {
    margin: 0;
    color: #9fc1d0;
    font-size: 12px;
    font-style: italic;
}

.wows-join-game__stage {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(290px, 0.8fr) minmax(0, 1fr);
    align-items: stretch;
    gap: 0;
    padding: 30px 0 22px;
}

.wows-join-game__ship {
    position: relative;
    min-height: 326px;
    padding: 18px 22px;
    overflow: hidden;
    background-color: rgba(5, 20, 35, 0.87);
    border: 1px solid rgba(28, 140, 184, 0.55);
}

.wows-join-game__ship--warspite {
    border-color: rgba(230, 194, 79, 0.72);
}

.wows-join-game__ship-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #9bb7c6;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.35px;
}

.wows-join-game__ship-meta strong {
    flex: 0 0 auto;
    color: var(--join-cyan);
    font-size: 11px;
}

.wows-join-game__ship--warspite .wows-join-game__ship-meta strong {
    color: var(--join-gold);
}

.wows-join-game__ship img {
    display: block;
    width: 100%;
    height: 148px;
    margin: 10px auto 2px;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 13px 12px rgba(0, 0, 0, 0.65));
}

.wows-join-game__ship h3,
.wows-join-game__command h2 {
    margin: 0;
    color: #fff;
    letter-spacing: 0;
}

.wows-join-game__ship h3 {
    font-size: 23px;
    line-height: 1.15;
}

.wows-join-game__ship p {
    max-width: 260px;
    margin: 7px 0 14px;
    color: #bdd1dc;
    font-size: 13px;
    line-height: 1.38;
}

.wows-join-game__ship-flag {
    position: absolute;
    right: 0;
    bottom: 18px;
    padding: 6px 12px;
    color: #cdf9ff;
    background-color: #0d4c65;
    border-left: 2px solid var(--join-cyan);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.35px;
}

.wows-join-game__ship--warspite .wows-join-game__ship-flag {
    color: #fff2b3;
    background-color: #4b3b0b;
    border-left-color: var(--join-gold);
}

.wows-join-game__command {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 326px;
    padding: 28px 24px;
    text-align: center;
    background-color: #0b1c31;
    border-top: 1px solid rgba(116, 204, 237, 0.7);
    border-bottom: 1px solid rgba(116, 204, 237, 0.7);
}

.wows-join-game__command-mark {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    color: var(--join-ink);
    background-color: var(--join-cyan);
    border: 1px solid #a1f7ff;
    place-items: center;
    font-size: 28px;
    font-weight: 900;
}

.wows-join-game__command h2 {
    max-width: 250px;
    font-size: 30px;
    line-height: 1.05;
}

.wows-join-game__command p {
    margin: 13px 0 18px;
    color: #c4dbe6;
    font-size: 14px;
    line-height: 1.45;
}

.wows-join-game__cta {
    min-width: 190px;
}

.wows-join-game__region-label {
    display: grid;
    gap: 5px;
    width: min(100%, 220px);
    margin: 0 0 12px;
    color: #9fc1d0;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
}

.wows-join-game__region {
    width: 100%;
    padding: 8px 10px;
    color: #effaff;
    background: #061321;
    border: 1px solid rgba(116, 204, 237, 0.7);
    border-radius: 2px;
    font: inherit;
}

.wows-join-game__command small {
    margin-top: 11px;
    color: #8db1c0;
    font-size: 10px;
}

.wows-join-game__supplies {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 7.5%;
    border: 1px solid rgba(53, 132, 169, 0.6);
    background-color: rgba(5, 18, 31, 0.85);
}

.wows-join-game__supplies div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 9px 14px;
    border-right: 1px solid rgba(53, 132, 169, 0.45);
    text-align: center;
}

.wows-join-game__supplies div:last-child {
    border-right: 0;
}

.wows-join-game__supplies strong,
.wows-join-game__supplies span {
    display: block;
}

.wows-join-game__supplies strong {
    margin-right: 9px;
    color: var(--join-gold);
    font-size: 21px;
}

.wows-join-game__supplies span {
    color: #c9e2eb;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.wows-join-game__notice {
    margin: 12px 0 0;
    color: #8da6b4;
    font-size: 10px;
    text-align: center;
}

@media (max-width: 850px) {
    .wows-join-game__stage {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .wows-join-game__command {
        grid-column: 1 / -1;
        grid-row: 1;
        min-height: 245px;
    }

    .wows-join-game__ship {
        min-height: 310px;
    }
}

@media (max-width: 600px) {
    .wows-join-game {
        margin: 20px auto;
        padding: 17px;
    }

    .wows-join-game__header {
        display: block;
    }

    .wows-join-game__header p {
        margin-top: 8px;
    }

    .wows-join-game__stage,
    .wows-join-game__supplies {
        grid-template-columns: 1fr;
    }

    .wows-join-game__ship,
    .wows-join-game__command {
        grid-column: auto;
        grid-row: auto;
    }

    .wows-join-game__supplies {
        margin: 0;
    }

    .wows-join-game__supplies div {
        border-right: 0;
        border-bottom: 1px solid rgba(53, 132, 169, 0.45);
    }

    .wows-join-game__supplies div:last-child {
        border-bottom: 0;
    }
}
