

/* =========================================================
   HEROESMU - DESCARGAS
   Dark Fantasy / Season 21
   ========================================================= */

.center-content.hm-downloads {
    width: 622px;
    box-sizing: border-box;
    padding: 10px 43px 73px;
    background: #000;
    line-height: normal;
    color: #d7d7d7;
    font-family: Arial, Helvetica, sans-serif;
}

.hm-download-title {
    text-align: center;
    margin: 4px 0 24px;
}

.hm-download-title h1 {
    margin: 0;
    color: #d8b36a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 29px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 2px 8px #000;
}

.hm-download-title p {
    margin: 8px 0 0;
    color: #8f969a;
    font-size: 11px;
}

.hm-download-section {
    margin-bottom: 26px;
}

.hm-download-heading {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 14px;
    color: #d8b36a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.hm-download-heading:before,
.hm-download-heading:after {
    content: "";
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, transparent, #80632f, transparent);
}

.hm-download-card {
    overflow: hidden;
    border: 1px solid #67502b;
    border-radius: 6px;
    background:
        radial-gradient(circle at 50% 0%, rgba(130,88,25,.14), transparent 45%),
        linear-gradient(145deg, #121b21, #070c10);
    box-shadow:
        inset 0 0 30px rgba(0,0,0,.6),
        0 7px 20px rgba(0,0,0,.28);
}

.hm-download-intro {
    padding: 16px 17px 17px;
}

.hm-download-intro p {
    margin: 0 0 10px;
    color: #c7cbce;
    font-size: 11px;
    line-height: 1.75;
}

.hm-download-intro p:last-child {
    margin-bottom: 0;
}

.hm-download-intro strong {
    color: #d8b36a;
}

.hm-table-wrap {
    overflow-x: auto;
}

.hm-download-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.hm-download-table thead th {
    padding: 11px 8px;
    border: 1px solid rgba(167,127,55,.28);
    background: linear-gradient(180deg, rgba(48,67,77,.9), rgba(16,27,34,.9));
    color: #d8d8d8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.hm-download-table thead th:first-child {
    width: 24%;
}

.hm-download-table thead th:nth-child(2),
.hm-download-table thead th:nth-child(3) {
    width: 38%;
}

.hm-download-table td, .hm-download-table tbody th {
    min-height: 52px;
    padding: 12px 9px;
    border: 1px solid rgba(255,255,255,.065);
    background: rgba(7,13,17,.72);
    color: #c9cdd0;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
}

.hm-download-table th[scope="row"] {
    color: #d8b36a;
    font-weight: bold;
    text-transform: uppercase;
    background:
        linear-gradient(180deg, rgba(27,38,45,.92), rgba(13,20,25,.92));
    border-right: 1px solid rgba(120,105,72,.32);
    text-shadow: 0 1px 3px #000;
    letter-spacing: .2px;
}

.hm-download-table tr:nth-child(even) th[scope="row"] {
    background:
        linear-gradient(180deg, rgba(31,42,49,.92), rgba(15,22,27,.92));
}

.hm-download-table tr:hover th[scope="row"] {
    background:
        linear-gradient(180deg, rgba(39,52,60,.96), rgba(18,27,32,.96));
    color: #e3c17b;
}


.hm-download-table .hm-platform-mega th[scope="row"],
.hm-download-table .hm-platform-mediafire th[scope="row"],
.hm-download-table .hm-platform-drive th[scope="row"],
.hm-download-table .hm-platform-direct th[scope="row"] {
    background: rgba(7,13,17,.72);
    border-right: 1px solid rgba(255,255,255,.065);
}

.hm-download-table tr:hover td {
    background: rgba(45,56,62,.55);
}

.hm-download-link {
    display: inline-block;
    min-width: 125px;
    padding: 10px 14px;
    box-sizing: border-box;
    border: 1px solid #67532e;
    border-radius: 3px;
    background: linear-gradient(180deg, #1c3a50, #08131c);
    color: #e0e0e0;
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    box-shadow: inset 0 0 10px rgba(0,0,0,.55);
}

.hm-download-link:hover {
    border-color: #b88a39;
    color: #d8b36a;
}

.hm-download-link {
    position: relative;
    transition: all .15s ease;
}

.hm-download-link:before {
    content: "\2193";
    margin-right: 5px;
    color: #d8b36a;
}

.hm-download-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 10px rgba(184,138,57,.16), inset 0 0 10px rgba(0,0,0,.55);
}

.hm-download-table th[scope="row"] {
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: .5px;
}

.hm-platform-mega th[scope="row"] {
    color: #d8b36a;
}

.hm-platform-mediafire th[scope="row"] {
    color: #e39a55;
}

.hm-platform-drive th[scope="row"] {
    color: #9dbd9a;
}

.hm-platform-direct th[scope="row"] {
    color: #d8b36a;
}

.hm-component-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 12px;
    padding: 14px;
}

.hm-component-card {
    min-height: 96px;
    padding: 17px 14px;
    border: 1px solid rgba(167,127,55,.38);
    border-radius: 5px;
    background: linear-gradient(145deg, rgba(18,28,34,.9), rgba(6,11,15,.9));
    text-align: center;
}

.hm-component-card h3 {
    margin: 0 0 6px;
    color: #d8b36a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-weight: normal;
}

.hm-component-card:hover {
    border-color: rgba(184,138,57,.62);
    box-shadow: inset 0 0 18px rgba(0,0,0,.45), 0 0 8px rgba(184,138,57,.08);
}

.hm-component-card p {
    margin: 0 0 10px;
    color: #858c90;
    font-size: 9px;
    line-height: 1.5;
}

.hm-component-card .hm-download-link {
    min-width: 105px;
}


.hm-download-link.direct {
    background: linear-gradient(180deg, #3b2912, #110d07);
}

.hm-download-link.direct:hover {
    background: linear-gradient(180deg, #543b18, #160f08);
}

.hm-download-link.microsoft {
    background: linear-gradient(180deg, #183c4e, #07131a);
}

.hm-download-note {
    margin: 0;
    padding: 12px 15px;
    color: #8e9599;
    font-size: 9px;
    line-height: 1.6;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.06);
}

.hm-required {
    border-color: rgba(167,127,55,.55);
}

.hm-required-head {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(167,127,55,.28);
    color: #d8b36a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}

.hm-required-head span {
    color: #d8b36a;
    margin-right: 6px;
}

/* Keep the classic layout compatible with the theme's reset and shared scaling. */
.hm-download-table thead th { box-sizing: content-box; text-align: left; }
.hm-download-table tbody th { font-size: 10px; text-align: center; }
.hm-download-table tbody tr:hover th { background: rgba(45,56,62,.55); }
.hm-client-table tbody th { background: rgba(7,13,17,.72); border-right: 1px solid rgba(255,255,255,.065); }
.hm-download-link { max-width: 100%; text-align: center; }
.hm-download-link:focus-visible { border-color: #b88a39; color: #d8b36a; }
.hm-required-head { margin: 0; }
.hm-component-card { min-height: 132px; }
.hm-download-section:last-child { margin-bottom: 0; }
.hm-download-unavailable { color: #8e9599; }
.hm-components-empty { grid-column: 1 / -1; margin: 0; padding: 20px 0; text-align: center; }
.downloads-page input[name="password"]:placeholder-shown { background-image: none; }
.downloads-page input[name="password"]::placeholder { color: #77716d; font-size: 9px; }
@media (prefers-reduced-motion: reduce) { .hm-download-link:hover { transform: none; } }
