@media (max-width: 767px) {
    .anode_index,
    .explorer_index {
        background: #0b1024;
        color: #dfe5ec;
    }

    .anode_index .container,
    .explorer_index .container {
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .anode_index .bradcam_area {
        min-height: 0;
        padding: 112px 0 30px !important;
        background-position: center bottom;
    }

    .explorer_index .bradcam_area {
        min-height: 0;
        padding: 26px 0 30px !important;
        background-position: center bottom;
    }

    .anode_index .bradcam_text,
    .explorer_index .bradcam_text {
        text-align: left !important;
    }

    .anode_index .bradcam_area h3,
    .explorer_index .bradcam_area h3 {
        margin: 0 0 22px;
        color: #fff;
        font-size: 31px !important;
        font-weight: 650;
        line-height: 1.12 !important;
        letter-spacing: -.035em;
    }

    .anode_index .bradcam_stats,
    .explorer_index .bradcam_stats {
        display: grid;
        width: 100%;
        margin: 0;
        grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
        gap: 8px;
    }

    .anode_index .bradcam_stats p,
    .explorer_index .bradcam_stats p {
        min-width: 0;
        margin: 0 !important;
        padding: 12px 8px;
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 10px;
        background: rgba(11, 16, 36, .68);
        color: #fff;
        font-size: 16px;
        font-weight: 650;
        line-height: 1.15;
        text-align: center;
        backdrop-filter: blur(8px);
    }

    .anode_index .bradcam_stats p span,
    .explorer_index .bradcam_stats p span {
        display: block;
        margin-top: 5px;
        color: #8e9aaa;
        font: 600 9px/1.2 monospace;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .anode_index .bradcam_stats_2 {
        display: grid;
        margin-top: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .anode_index .bradcam_stats_2 p {
        display: flex;
        min-width: 0;
        margin: 0 !important;
        padding: 9px 10px;
        align-items: center;
        gap: 8px;
        border-radius: 9px;
        background: rgba(255, 255, 255, .045);
        color: #cbd5dd;
        font-size: 11px;
        white-space: nowrap;
    }

    .anode_index .bradcam_stats_2 .icon_box {
        display: inline-flex;
        width: 25px;
        height: 25px;
        flex: 0 0 25px;
        align-items: center;
        justify-content: center;
    }

    .anode_index .bradcam_stats_2 .icon_box img {
        width: 21px;
        max-height: 21px;
    }

    .anode_index .team_area,
    .explorer_index .team_area {
        padding: 38px 0 10px !important;
        background: #0b1024;
    }

    .anode_index .team_area + .team_area,
    .explorer_index .team_area + .team_area {
        padding-top: 28px !important;
    }

    .anode_index .section_title,
    .explorer_index .section_title {
        margin-bottom: 20px !important;
        text-align: left !important;
    }

    .anode_index .section_title h3,
    .explorer_index .section_title h3 {
        position: relative;
        margin: 0;
        padding-left: 14px;
        color: #fff;
        font-size: 23px;
        font-weight: 600;
        line-height: 1.2;
    }

    .anode_index .section_title h3::before,
    .explorer_index .section_title h3::before {
        position: absolute;
        left: 0;
        top: 3px;
        bottom: 3px;
        width: 3px;
        border-radius: 3px;
        background: #19d065;
        content: "";
    }

    .anode_index .team_area .row,
    .explorer_index .team_area .row {
        margin-right: -6px;
        margin-left: -6px;
    }

    .anode_index .custom_col,
    .explorer_index .custom_col {
        width: 50%;
        max-width: 50%;
        margin-bottom: 12px;
        padding-right: 6px;
        padding-left: 6px;
        flex: 0 0 50%;
    }

    .anode_index .single_team,
    .explorer_index .single_team {
        display: flex;
        min-height: 100%;
        padding: 15px 10px 11px;
        flex-direction: column;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .075);
        border-radius: 13px;
        background: linear-gradient(150deg, #1a2135 0%, #131a2c 100%);
        box-shadow: 0 9px 24px rgba(0, 0, 0, .2);
    }

    .anode_index .single_team .team_thumb,
    .explorer_index .single_team .team_thumb {
        display: flex;
        width: 74px;
        height: 74px;
        margin: 0 auto 12px;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 13px;
        background: rgba(255, 255, 255, .035);
    }

    .anode_index .single_team .team_thumb img,
    .explorer_index .single_team .team_thumb img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .anode_index .single_team .team_info,
    .explorer_index .single_team .team_info {
        min-width: 0;
    }

    .anode_index .single_team .team_info h3,
    .explorer_index .single_team .team_info h3 {
        overflow: hidden;
        color: #f5f7fa;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.25;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .explorer_index .explorer_chain_meta {
        min-height: 15px;
        margin-top: 4px !important;
        overflow: hidden;
        color: #718091 !important;
        font: 500 9px/1.4 monospace !important;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .anode_index .single_team .social_link,
    .explorer_index .single_team .social_link {
        display: grid;
        margin-top: auto;
        padding: 10px 0 0;
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .anode_index .single_team .social_link a,
    .explorer_index .single_team .social_link a {
        min-height: 34px;
        margin: 0;
        padding: 7px 6px;
        border-radius: 7px;
        font-size: 10px;
        font-weight: 650;
        letter-spacing: .04em;
    }

    .anode_index .single_team .social_link .s_link_3 {
        display: inline !important;
        width: auto;
        min-height: 0;
        padding: 0 2px;
        font-size: 9px;
    }

    .anode_index .footer,
    .explorer_index + .footer {
        background: #080d1d;
    }
}

@media (max-width: 359px) {
    .anode_index .container,
    .explorer_index .container { padding-right: 12px; padding-left: 12px; }
    .anode_index .custom_col,
    .explorer_index .custom_col { width: 100%; max-width: 100%; flex-basis: 100%; }
    .anode_index .single_team,
    .explorer_index .single_team { padding: 18px 15px 13px; }
}
