/* ==========================================================
   Mamecraft Genesis public launcher download page
   Namespace: downloadhub_
   ========================================================== */

.downloadhub_page {
    position: relative;
    z-index: 1;
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
    padding: 54px 0 84px;
}

.downloadhub_hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.55fr);
    gap: 30px;
    overflow: hidden;
    padding: 52px;
    border: 1px solid rgba(190, 168, 255, 0.19);
    border-radius: 26px;
    background:
        linear-gradient(128deg, rgba(12, 14, 31, 0.98), rgba(7, 8, 19, 0.96)),
        radial-gradient(circle at 10% 0%, rgba(144, 92, 230, 0.18), transparent 45%);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
}

.downloadhub_hero_glow {
    position: absolute;
    top: -210px;
    right: 10%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(154, 103, 242, 0.14);
    filter: blur(80px);
    pointer-events: none;
}

.downloadhub_hero_grid {
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(90deg, #000, transparent 76%);
    pointer-events: none;
}

.downloadhub_hero_content,
.downloadhub_release_card {
    position: relative;
    z-index: 1;
}

.downloadhub_hero_identity {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 26px;
}

.downloadhub_hero_mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(224, 207, 255, 0.25);
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(145deg, rgba(157, 106, 239, 0.25), rgba(255, 255, 255, 0.03));
    font-family: 'Orbitron', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.downloadhub_eyebrow,
.downloadhub_release_card_overline,
.downloadhub_security_overline,
.downloadhub_guide_overline,
.downloadhub_tabpanel_heading > p,
.downloadhub_spec_card_header p {
    margin: 0;
    color: rgba(222, 207, 255, 0.72);
    font-family: 'Orbitron', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.19em;
}

.downloadhub_hero_product {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Orbitron', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.11em;
}

.downloadhub_title {
    max-width: 850px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 500;
    line-height: 1.16;
    letter-spacing: -0.045em;
}

.downloadhub_lead {
    max-width: 780px;
    margin: 24px 0 0;
    color: rgba(244, 241, 255, 0.79);
    font-size: 16px;
    line-height: 1.95;
}

.downloadhub_status {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    max-width: 760px;
    margin-top: 28px;
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.035);
}

.downloadhub_status_dot {
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    margin-top: 6px;
    border-radius: 50%;
    background: #d7bdff;
    box-shadow: 0 0 16px rgba(215, 189, 255, 0.72);
}

.downloadhub_status_public .downloadhub_status_dot {
    background: #7fffc2;
    box-shadow: 0 0 16px rgba(127, 255, 194, 0.7);
}

.downloadhub_status_paused .downloadhub_status_dot,
.downloadhub_status_maintenance .downloadhub_status_dot {
    background: #ffcc83;
    box-shadow: 0 0 16px rgba(255, 204, 131, 0.64);
}

.downloadhub_status strong,
.downloadhub_status p {
    display: block;
    margin: 0;
}

.downloadhub_status strong {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.downloadhub_status p {
    margin-top: 3px;
    color: rgba(238, 235, 248, 0.68);
    font-size: 13px;
    line-height: 1.7;
}

.downloadhub_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 27px;
}

.downloadhub_download_button,
.downloadhub_secondary_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border-radius: 11px;
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.downloadhub_download_button {
    flex-direction: column;
    min-width: min(100%, 340px);
    padding: 11px 25px;
    border: 1px solid rgba(255, 246, 155, 0.64);
    color: #121218;
    background: linear-gradient(135deg, #fff7a8, #e8cf77);
    box-shadow: 0 15px 35px rgba(221, 189, 84, 0.16);
    font-weight: 600;
}

.downloadhub_download_button:hover {
    transform: translateY(-1px);
    box-shadow: 0 19px 42px rgba(221, 189, 84, 0.22);
}

.downloadhub_download_button small {
    margin-top: 2px;
    font-size: 11px;
    font-weight: 500;
    opacity: 0.68;
}

.downloadhub_download_button_disabled {
    border-color: rgba(255, 255, 255, 0.11);
    color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.055);
    box-shadow: none;
    cursor: not-allowed;
}

.downloadhub_download_button_disabled:hover {
    transform: none;
    box-shadow: none;
}

.downloadhub_secondary_button {
    padding: 0 22px;
    border: 1px solid rgba(194, 165, 255, 0.24);
    color: #eee7ff;
    background: rgba(132, 86, 206, 0.08);
    font-size: 14px;
    font-weight: 500;
}

.downloadhub_secondary_button:hover {
    border-color: rgba(220, 204, 255, 0.5);
    background: rgba(145, 96, 226, 0.14);
}

.downloadhub_hero_facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    max-width: 760px;
    margin: 34px 0 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    list-style: none;
    overflow: hidden;
}

.downloadhub_hero_facts li {
    padding: 14px 16px;
    background: rgba(6, 7, 17, 0.82);
}

.downloadhub_hero_facts strong,
.downloadhub_hero_facts span {
    display: block;
}

.downloadhub_hero_facts strong {
    color: rgba(216, 198, 250, 0.68);
    font-family: 'Orbitron', sans-serif;
    font-size: 9px;
    letter-spacing: 0.14em;
}

.downloadhub_hero_facts span {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
}

.downloadhub_release_card {
    align-self: stretch;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    background: linear-gradient(160deg, rgba(3, 4, 13, 0.64), rgba(13, 12, 29, 0.7));
}

.downloadhub_release_card_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.downloadhub_release_card_overline {
    margin-bottom: 11px;
}

.downloadhub_release_card h2 {
    margin: 0;
    color: #ffffff;
    font-family: 'Orbitron', sans-serif;
    font-size: 28px;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.downloadhub_release_badge {
    flex: 0 0 auto;
    padding: 6px 8px;
    border: 1px solid rgba(127, 255, 194, 0.2);
    border-radius: 7px;
    color: rgba(147, 255, 207, 0.9);
    background: rgba(94, 219, 163, 0.07);
    font-family: 'Orbitron', sans-serif;
    font-size: 9px;
    letter-spacing: 0.12em;
}

.downloadhub_release_details {
    display: grid;
    gap: 0;
    margin: 25px 0 0;
}

.downloadhub_release_details div {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.downloadhub_release_details dt,
.downloadhub_release_details dd {
    margin: 0;
}

.downloadhub_release_details dt {
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
}

.downloadhub_release_details dd {
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.downloadhub_hash {
    margin-top: 18px;
    padding: 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.045);
}

.downloadhub_hash span,
.downloadhub_hash code {
    display: block;
}

.downloadhub_hash span {
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.43);
    font-family: 'Orbitron', sans-serif;
    font-size: 9px;
    letter-spacing: 0.12em;
}

.downloadhub_hash code {
    color: rgba(230, 223, 249, 0.78);
    font-size: 10px;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.downloadhub_hash_empty,
.downloadhub_release_card_note {
    color: rgba(255, 255, 255, 0.44);
    font-size: 11px;
    line-height: 1.75;
}

.downloadhub_hash_empty {
    margin: 18px 0 0;
}

.downloadhub_release_card_note {
    margin: 18px 0 0;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.downloadhub_guide {
    margin-top: 28px;
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(12, 14, 30, 0.92), rgba(7, 8, 19, 0.94));
    box-shadow: 0 24px 68px rgba(0, 0, 0, 0.26);
    overflow: hidden;
}

.downloadhub_guide_header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    padding: 30px 34px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.downloadhub_guide_header h2,
.downloadhub_guide_header p {
    margin: 0;
}

.downloadhub_guide_overline {
    margin-bottom: 8px !important;
}

.downloadhub_guide_header h2 {
    color: #ffffff;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 500;
    letter-spacing: -0.035em;
}

.downloadhub_guide_header > p {
    max-width: 420px;
    color: rgba(241, 237, 250, 0.6);
    font-size: 13px;
    line-height: 1.8;
    text-align: right;
}

.downloadhub_tabs {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    background: rgba(255, 255, 255, 0.018);
}

.downloadhub_tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 58px;
    padding: 12px 10px;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.055);
    color: rgba(239, 234, 250, 0.58);
    background: transparent;
    font-family: inherit;
    font-size: 12px;
    cursor: pointer;
    transition: color 150ms ease, background 150ms ease;
}

.downloadhub_tab:first-child {
    border-left: 0;
}

.downloadhub_tab span {
    color: rgba(203, 177, 246, 0.54);
    font-family: 'Orbitron', sans-serif;
    font-size: 9px;
}

.downloadhub_tab::after {
    position: absolute;
    right: 18%;
    bottom: 0;
    left: 18%;
    height: 2px;
    background: transparent;
    content: '';
}

.downloadhub_tab:hover,
.downloadhub_tab:focus-visible {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.035);
}

.downloadhub_tab_active,
.downloadhub_tab[aria-selected='true'] {
    color: #ffffff;
    background: linear-gradient(180deg, rgba(148, 96, 227, 0.12), rgba(148, 96, 227, 0.035));
}

.downloadhub_tab_active::after,
.downloadhub_tab[aria-selected='true']::after {
    background: linear-gradient(90deg, rgba(204, 175, 255, 0.3), #dfc7ff, rgba(204, 175, 255, 0.3));
    box-shadow: 0 0 13px rgba(206, 177, 255, 0.35);
}

.downloadhub_tabpanels {
    min-height: 520px;
}

.downloadhub_tabpanel {
    padding: 38px 36px 40px;
}

.downloadhub_guide[data-downloadhub-tabs-ready='true'] .downloadhub_tabpanel[hidden] {
    display: none;
}

.downloadhub_tabpanel:focus {
    outline: none;
}

.downloadhub_tabpanel_heading {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) minmax(240px, 0.65fr);
    gap: 24px;
    align-items: end;
    margin-bottom: 26px;
}

.downloadhub_tabpanel_heading h3,
.downloadhub_tabpanel_heading span {
    margin: 0;
}

.downloadhub_tabpanel_heading h3 {
    color: #ffffff;
    font-size: clamp(26px, 3.4vw, 38px);
    font-weight: 500;
    letter-spacing: -0.035em;
}

.downloadhub_tabpanel_heading > span {
    color: rgba(240, 236, 249, 0.6);
    font-size: 13px;
    line-height: 1.75;
    text-align: right;
}

.downloadhub_spec_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.downloadhub_spec_card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 17px;
    background: linear-gradient(150deg, rgba(18, 20, 39, 0.96), rgba(9, 10, 23, 0.96));
}

.downloadhub_spec_card_recommended {
    border-color: rgba(221, 194, 255, 0.17);
    box-shadow: inset 0 1px 0 rgba(223, 198, 255, 0.05);
}

.downloadhub_spec_card_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.018);
}

.downloadhub_spec_card_header h4 {
    margin: 6px 0 0;
    color: #ffffff;
    font-size: 21px;
    font-weight: 500;
}

.downloadhub_spec_card_header > span {
    padding: 7px 9px;
    border: 1px solid rgba(202, 174, 248, 0.17);
    border-radius: 7px;
    color: rgba(225, 207, 255, 0.82);
    background: rgba(149, 100, 225, 0.07);
    font-family: 'Orbitron', sans-serif;
    font-size: 9px;
    letter-spacing: 0.1em;
}

.downloadhub_spec_target {
    min-height: 74px;
    margin: 0;
    padding: 18px 24px;
    color: rgba(243, 239, 252, 0.7);
    font-size: 13px;
    line-height: 1.8;
}

.downloadhub_spec_table {
    margin: 0;
    padding: 0 24px 22px;
}

.downloadhub_spec_table > div {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 18px;
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.downloadhub_spec_table dt,
.downloadhub_spec_table dd {
    margin: 0;
}

.downloadhub_spec_table dt {
    color: rgba(206, 181, 246, 0.64);
    font-family: 'Orbitron', sans-serif;
    font-size: 9px;
    letter-spacing: 0.08em;
}

.downloadhub_spec_table dd {
    color: rgba(248, 245, 255, 0.82);
    font-size: 13px;
    line-height: 1.7;
}

.downloadhub_requirements_bottom {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 16px;
    margin-top: 16px;
}

.downloadhub_requirements_bottom > div,
.downloadhub_performance_notice {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.02);
}

.downloadhub_requirements_bottom h4,
.downloadhub_performance_notice strong,
.downloadhub_performance_notice p {
    margin: 0;
}

.downloadhub_requirements_bottom h4,
.downloadhub_performance_notice strong {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

.downloadhub_performance_notice {
    background: linear-gradient(135deg, rgba(94, 73, 31, 0.11), rgba(255, 255, 255, 0.018));
}

.downloadhub_performance_notice p {
    margin-top: 10px;
    color: rgba(242, 237, 249, 0.64);
    font-size: 12px;
    line-height: 1.85;
}

.downloadhub_panel,
.downloadhub_steps,
.downloadhub_trouble_card {
    border: 1px solid rgba(255, 255, 255, 0.085);
    background: linear-gradient(145deg, rgba(14, 16, 34, 0.86), rgba(8, 9, 21, 0.9));
}

.downloadhub_panel {
    padding: 28px;
    border-radius: 16px;
}

.downloadhub_panel p {
    margin: 0;
    color: rgba(240, 236, 250, 0.72);
    font-size: 14px;
    line-height: 1.85;
}

.downloadhub_list {
    display: grid;
    gap: 10px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.downloadhub_panel > .downloadhub_list:first-child {
    margin-top: 0;
}

.downloadhub_list li {
    position: relative;
    padding-left: 20px;
    color: rgba(240, 236, 250, 0.74);
    font-size: 14px;
    line-height: 1.8;
}

.downloadhub_list li::before {
    position: absolute;
    top: 0.7em;
    left: 1px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(210, 184, 255, 0.8);
    content: '';
}

.downloadhub_list_numbered {
    counter-reset: downloadhub-counter;
}

.downloadhub_list_numbered li {
    counter-increment: downloadhub-counter;
    padding-left: 34px;
}

.downloadhub_list_numbered li::before {
    top: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    color: rgba(209, 184, 255, 0.78);
    background: transparent;
    font-family: 'Orbitron', sans-serif;
    font-size: 11px;
    content: counter(downloadhub-counter, decimal-leading-zero);
}

.downloadhub_panel_note {
    margin-top: 20px !important;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    color: rgba(255, 239, 174, 0.72) !important;
    font-size: 12px !important;
}

.downloadhub_steps {
    display: grid;
    margin: 0;
    padding: 0;
    border-radius: 16px;
    list-style: none;
    overflow: hidden;
}

.downloadhub_steps li {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    align-items: center;
    min-height: 82px;
    padding: 14px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.downloadhub_steps li:first-child {
    border-top: 0;
}

.downloadhub_steps span {
    color: rgba(208, 181, 255, 0.7);
    font-family: 'Orbitron', sans-serif;
    font-size: 12px;
}

.downloadhub_steps p {
    margin: 0;
    color: rgba(244, 240, 252, 0.79);
    font-size: 14px;
    line-height: 1.75;
}

.downloadhub_account_panel {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 34px;
    align-items: center;
}

.downloadhub_account_state {
    padding: 22px;
    border: 1px solid rgba(207, 181, 255, 0.15);
    border-radius: 13px;
    background: rgba(143, 91, 228, 0.07);
}

.downloadhub_account_state strong,
.downloadhub_account_state p,
.downloadhub_account_state a {
    display: block;
}

.downloadhub_account_state strong {
    color: #ffffff;
    font-size: 16px;
}

.downloadhub_account_state p {
    margin-top: 8px;
    color: rgba(240, 235, 251, 0.65);
    font-size: 13px;
}

.downloadhub_account_state a {
    width: fit-content;
    margin-top: 14px;
    color: #fff1a7;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.downloadhub_trouble_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.downloadhub_trouble_card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 22px;
    border-radius: 13px;
}

.downloadhub_trouble_card span {
    color: rgba(209, 184, 255, 0.68);
    font-family: 'Orbitron', sans-serif;
    font-size: 11px;
}

.downloadhub_trouble_card p {
    margin: 0;
    color: rgba(240, 236, 249, 0.74);
    font-size: 13px;
    line-height: 1.8;
}

.downloadhub_security {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 28px;
    padding: 28px 30px;
    border: 1px solid rgba(255, 239, 160, 0.16);
    border-radius: 16px;
    background: linear-gradient(130deg, rgba(84, 69, 25, 0.12), rgba(15, 13, 26, 0.92));
}

.downloadhub_security h2,
.downloadhub_security p {
    margin: 0;
}

.downloadhub_security_overline {
    margin-bottom: 8px !important;
}

.downloadhub_security h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}

.downloadhub_security p:not(.downloadhub_security_overline) {
    margin-top: 7px;
    color: rgba(241, 237, 249, 0.64);
    font-size: 13px;
    line-height: 1.7;
}

.downloadhub_security a {
    flex: 0 0 auto;
    padding: 12px 17px;
    border: 1px solid rgba(255, 239, 160, 0.2);
    border-radius: 9px;
    color: #fff1a7;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 1040px) {
    .downloadhub_hero {
        grid-template-columns: 1fr;
    }

    .downloadhub_release_card {
        display: grid;
        grid-template-columns: 1fr 1.25fr;
        gap: 0 26px;
    }

    .downloadhub_release_card_header,
    .downloadhub_hash,
    .downloadhub_hash_empty,
    .downloadhub_release_card_note {
        grid-column: 1;
    }

    .downloadhub_release_details {
        grid-column: 2;
        grid-row: 1 / span 4;
        margin-top: 0;
    }

    .downloadhub_tabs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .downloadhub_tab:nth-child(4) {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.055);
    }

    .downloadhub_tab:nth-child(5),
    .downloadhub_tab:nth-child(6) {
        border-top: 1px solid rgba(255, 255, 255, 0.055);
    }

    .downloadhub_tabpanel_heading {
        grid-template-columns: 150px minmax(0, 1fr);
    }

    .downloadhub_tabpanel_heading > span {
        grid-column: 1 / -1;
        text-align: left;
    }
}

@media (max-width: 820px) {
    .downloadhub_hero {
        padding: 38px;
    }

    .downloadhub_guide_header {
        align-items: flex-start;
        flex-direction: column;
    }

    .downloadhub_guide_header > p {
        text-align: left;
    }

    .downloadhub_spec_grid,
    .downloadhub_requirements_bottom,
    .downloadhub_account_panel {
        grid-template-columns: 1fr;
    }

    .downloadhub_tabpanels {
        min-height: 0;
    }
}

@media (max-width: 640px) {
    .downloadhub_page {
        width: min(100% - 24px, 1240px);
        padding: 28px 0 60px;
    }

    .downloadhub_hero {
        padding: 27px 22px;
        border-radius: 18px;
    }

    .downloadhub_hero_identity {
        margin-bottom: 22px;
    }

    .downloadhub_title {
        font-size: 38px;
    }

    .downloadhub_title br {
        display: none;
    }

    .downloadhub_lead {
        font-size: 14px;
        line-height: 1.85;
    }

    .downloadhub_actions,
    .downloadhub_download_button,
    .downloadhub_secondary_button {
        width: 100%;
    }

    .downloadhub_hero_facts {
        grid-template-columns: 1fr;
    }

    .downloadhub_release_card {
        display: block;
        padding: 22px;
    }

    .downloadhub_release_details {
        margin-top: 22px;
    }

    .downloadhub_guide {
        border-radius: 17px;
    }

    .downloadhub_guide_header {
        padding: 25px 22px 20px;
    }

    .downloadhub_tabs {
        display: flex;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .downloadhub_tab {
        flex: 0 0 auto;
        min-width: 145px;
        border-top: 0 !important;
        border-left: 1px solid rgba(255, 255, 255, 0.055) !important;
    }

    .downloadhub_tab:first-child {
        border-left: 0 !important;
    }

    .downloadhub_tabpanel {
        padding: 28px 20px 30px;
    }

    .downloadhub_tabpanel_heading {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .downloadhub_tabpanel_heading > span {
        grid-column: auto;
    }

    .downloadhub_spec_card_header,
    .downloadhub_spec_target,
    .downloadhub_spec_table,
    .downloadhub_requirements_bottom > div,
    .downloadhub_performance_notice,
    .downloadhub_panel,
    .downloadhub_steps li,
    .downloadhub_trouble_card,
    .downloadhub_security {
        padding-right: 20px;
        padding-left: 20px;
    }

    .downloadhub_spec_card_header {
        align-items: flex-start;
        flex-direction: column;
    }

    .downloadhub_spec_target {
        min-height: 0;
    }

    .downloadhub_spec_table > div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .downloadhub_trouble_grid {
        grid-template-columns: 1fr;
    }

    .downloadhub_security {
        align-items: flex-start;
        flex-direction: column;
    }
}
