/*
 * Armory PvP CSS
 *
 * Version nettoyée :
 * - contient uniquement les règles .armory-pvp-* ;
 * - les blocs @media mélangés ont été séparés ;
 * - les règles Réputations/Collections/PvE restent dans index.php ou leurs futurs CSS dédiés ;
 * - le scroll mobile spécifique reste dans armory-responsive-mobile.css.
 */

/* ============================================================
   PVP
   ============================================================ */

.armory-pvp-box {
    padding: 24px 22px 42px 22px;
    min-height: 440px;
    background: rgba(8, 8, 8, 0.78);
    border: 1px solid rgba(255, 204, 0, 0.12);
    box-shadow: inset 0 0 85px rgba(0, 0, 0, 0.78);
}

.armory-pvp-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    margin-bottom: 22px;
}

.armory-pvp-card {
    min-height: 340px;
    padding: 22px 18px;
    text-align: center;
    background: rgba(14, 14, 14, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 55px rgba(0, 0, 0, 0.7), 0 0 8px rgba(0, 0, 0, 0.55);
}

.armory-pvp-card-icon {
    display: block;
    width: 112px;
    height: 112px;
    object-fit: contain;
    margin: 0 auto 14px auto;
}

.armory-pvp-card-value {
    color: #ffffff;
    font-size: 34px;
    line-height: 1.1;
    text-shadow: 0 2px 3px #000;
}

.armory-pvp-card-title {
    margin-top: 18px;
    color: #ffffff;
    font-size: 22px;
    text-shadow: 0 2px 3px #000;
}

.armory-pvp-team-name {
    margin-top: 16px;
    color: #ffcc00;
    font-size: 16px;
    text-shadow: 0 2px 3px #000;
}

.armory-pvp-no-team {
    margin-top: 18px;
    color: #ffffff;
    font-size: 16px;
    text-shadow: 0 2px 3px #000;
}

.armory-pvp-arena-table {
    width: 100%;
    margin-top: 14px;
    color: #ffffff;
    font-size: 14px;
}

.armory-pvp-arena-table th {
    color: #ffcc00;
    font-weight: bold;
    padding: 5px 6px;
    text-align: center;
}

.armory-pvp-arena-table td {
    padding: 9px 6px;
    text-align: center;
}

.armory-pvp-positive {
    color: #33ff1e !important;
}

.armory-pvp-negative {
    color: #ff3d3d !important;
}

.armory-pvp-muted {
    color: #9d9d9d !important;
}

.armory-pvp-help-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 14px 0 22px 8px;
    padding: 15px 20px;
    color: #ffffff;
    background: rgba(31, 21, 14, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.armory-pvp-help-toggle:hover {
    color: #ffcc00;
    border-color: rgba(255, 204, 0, 0.35);
}

.armory-pvp-help-icon {
    display: inline-grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
}

.armory-pvp-help-panel {
    display: none;
    padding: 18px 8px 22px 8px;
}

.armory-pvp-help-panel.armory-pvp-help-active {
    display: block;
}

.armory-pvp-table-section {
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 204, 0, 0.16);
}

.armory-pvp-table-title {
    margin: 0 0 22px 0;
    color: #ffffff;
    font-size: 36px;
    font-weight: normal;
    text-shadow: 0 2px 3px #000;
}

.armory-pvp-data-table {
    width: 100%;
    border-collapse: collapse;
    color: #ffffff;
}

.armory-pvp-data-table th {
    color: #ffcc00;
    padding: 10px 8px;
    text-align: left;
    font-weight: bold;
}

.armory-pvp-data-table td {
    padding: 12px 8px;
    border: 0;
}

.armory-pvp-data-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.025);
}

.armory-pvp-grade-icon {
    width: 34px;
    height: 34px;
    object-fit: contain;
    margin-right: 12px;
    vertical-align: middle;
}

.armory-pvp-grade-name {
    font-weight: bold;
}

.armory-pvp-bg-table th,
.armory-pvp-bg-table td {
    text-align: center;
}

.armory-pvp-bg-table th:first-child,
.armory-pvp-bg-table td:first-child {
    text-align: left;
}

@media (max-width: 1150px) {
.armory-pvp-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
.armory-pvp-summary-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
.armory-pvp-box {
    padding: 24px 22px 42px 22px;
    min-height: 440px;
    background: rgba(8, 8, 8, 0.78);
    border: 1px solid rgba(255, 204, 0, 0.12);
    box-shadow: inset 0 0 85px rgba(0, 0, 0, 0.78);
}

.armory-pvp-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    margin-bottom: 22px;
}

.armory-pvp-card {
    min-height: 340px;
    padding: 22px 18px;
    text-align: center;
    background: rgba(14, 14, 14, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 55px rgba(0, 0, 0, 0.7), 0 0 8px rgba(0, 0, 0, 0.55);
}

.armory-pvp-card-icon {
    display: block;
    width: 112px;
    height: 112px;
    object-fit: contain;
    margin: 0 auto 14px auto;
}

.armory-pvp-card-value {
    color: #ffffff;
    font-size: 34px;
    line-height: 1.1;
    text-shadow: 0 2px 3px #000;
}

.armory-pvp-card-title {
    margin-top: 18px;
    color: #ffffff;
    font-size: 22px;
    text-shadow: 0 2px 3px #000;
}

.armory-pvp-team-name {
    margin-top: 16px;
    color: #ffcc00;
    font-size: 16px;
    text-shadow: 0 2px 3px #000;
}

.armory-pvp-no-team {
    margin-top: 18px;
    color: #ffffff;
    font-size: 16px;
    text-shadow: 0 2px 3px #000;
}

.armory-pvp-arena-table {
    width: 100%;
    margin-top: 14px;
    color: #ffffff;
    font-size: 14px;
}

.armory-pvp-arena-table th {
    color: #ffcc00;
    font-weight: bold;
    padding: 5px 6px;
    text-align: center;
}

.armory-pvp-arena-table td {
    padding: 9px 6px;
    text-align: center;
}

.armory-pvp-positive {
    color: #33ff1e !important;
}

.armory-pvp-negative {
    color: #ff3d3d !important;
}

.armory-pvp-muted {
    color: #9d9d9d !important;
}

.armory-pvp-help-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 14px 0 22px 8px;
    padding: 15px 20px;
    color: #ffffff;
    background: rgba(31, 21, 14, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.armory-pvp-help-toggle:hover {
    color: #ffcc00;
    border-color: rgba(255, 204, 0, 0.35);
}

.armory-pvp-help-icon {
    display: inline-grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
}

.armory-pvp-help-panel {
    display: none;
    padding: 18px 8px 22px 8px;
}

.armory-pvp-help-panel.armory-pvp-help-active {
    display: block;
}

.armory-pvp-table-section {
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 204, 0, 0.16);
}

.armory-pvp-table-title {
    margin: 0 0 22px 0;
    color: #ffffff;
    font-size: 36px;
    font-weight: normal;
    text-shadow: 0 2px 3px #000;
}

.armory-pvp-data-table {
    width: 100%;
    border-collapse: collapse;
    color: #ffffff;
}

.armory-pvp-data-table th {
    color: #ffcc00;
    padding: 10px 8px;
    text-align: left;
    font-weight: bold;
}

.armory-pvp-data-table td {
    padding: 12px 8px;
    border: 0;
}

.armory-pvp-data-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.025);
}

.armory-pvp-grade-icon {
    width: 34px;
    height: 34px;
    object-fit: contain;
    margin-right: 12px;
    vertical-align: middle;
}

.armory-pvp-grade-name {
    font-weight: bold;
}

.armory-pvp-bg-table th,
.armory-pvp-bg-table td {
    text-align: center;
}

.armory-pvp-bg-table th:first-child,
.armory-pvp-bg-table td:first-child {
    text-align: left;
}
}

.armory-pvp-card-sub {
    margin-top: 6px;
    color: #ffd100;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
}

/* ============================================================
   END PVP
   ============================================================ */
