/* 토너먼트 순위: 마크업 변경 없이 포인트 페이지의 E.F.S.F. 스타일을 적용한다. */
@media (min-width: 1200px) {
    html:has(.w_tournament_ranking) body.gundam-skin .w_tournament_ranking {
        --ranking-brand-gradient: linear-gradient(#159bd5, #086fb4);
        --ranking-brand-panel: #eef8fd;
        --ranking-brand-soft: #e8f6fd;
        --ranking-brand-text: #0877b8;

        min-height: 948px !important;
        padding: 0 0 28px !important;
        color: #173a55 !important;
        background:
            linear-gradient(90deg, rgb(195 205 215 / 35%) 1px, transparent 1px) 0 0 / 72px 100%,
            #f5f7f9 !important;
    }

    html body.gundam-skin #ajax-content.contents > .page.w_tournament_ranking > .page_ttl {
        position: relative !important;
        isolation: isolate !important;
        overflow: hidden !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        height: 171px !important;
        min-height: 171px !important;
        max-height: 171px !important;
        margin: -5px -7px 0 !important;
        border: 1px solid #395b74 !important;
        border-inline: 0 !important;
        background:
            linear-gradient(90deg, transparent 30%, rgb(1 13 24) 43% 61%, transparent 72%),
            #031323 url('/skin/gundam_main/images/page-titles/gundam-point-hangar-v5.webp?v=1') center / 100% 100% no-repeat !important;
        box-shadow: inset 0 4px #0b2135, inset 0 -5px #071522, inset 0 -7px #33c8f3 !important;
    }

    html body.gundam-skin #ajax-content.contents > .page.w_tournament_ranking > .page_ttl > .gundam-page-title-copy {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        z-index: 2 !important;
        display: inline !important;
        color: #fff !important;
        -webkit-text-fill-color: #fff !important;
        font-family: "Malgun Gothic", sans-serif !important;
        font-size: 52px !important;
        font-weight: 900 !important;
        letter-spacing: -.055em !important;
        line-height: 1 !important;
        opacity: 1 !important;
        text-shadow: 0 3px 8px #00101f !important;
        transform: translate(-2px, -13px) !important;
    }

    html body.gundam-skin #ajax-content.contents > .page.w_tournament_ranking > .page_ttl::before {
        position: absolute !important;
        top: 109px !important;
        left: 50% !important;
        z-index: 2 !important;
        display: block !important;
        width: 320px !important;
        height: 13px !important;
        border: 0 !important;
        color: #bcd5e7 !important;
        -webkit-text-fill-color: #bcd5e7 !important;
        background: linear-gradient(90deg, #13bde9 0 70px, transparent 70px 250px, #13bde9 250px 320px) center / 100% 3px no-repeat !important;
        box-shadow: none !important;
        content: "TOURNAMENT RANKING" !important;
        font-family: ChosunGu, "Malgun Gothic", sans-serif !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        letter-spacing: .13em !important;
        line-height: 13px !important;
        opacity: 1 !important;
        text-align: center !important;
        transform: translateX(-50%) !important;
    }

    html body.gundam-skin #ajax-content.contents > .page.w_tournament_ranking > .page_ttl::after {
        display: none !important;
        content: none !important;
    }

    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking .ranking-status-menu {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 6px !important;
        width: auto !important;
        margin: 0 !important;
        padding: 14px 30px !important;
        border-bottom: 1px solid #b9cbd8 !important;
        background: #fbfcfd !important;
        box-shadow: inset 0 -5px #e1e8ed !important;
    }

    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking .ranking-status-menu .ranking-status-tab {
        min-width: 0 !important;
        min-height: 44px !important;
        border: 1px solid #b7cddd !important;
        border-radius: 3px !important;
        color: #244c6b !important;
        -webkit-text-fill-color: #244c6b !important;
        background: #f8fbfd !important;
        box-shadow: none !important;
        font-family: ChosunGu, "Malgun Gothic", sans-serif !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        line-height: 42px !important;
        text-align: center !important;
        text-shadow: none !important;
    }

    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking .ranking-status-menu .ranking-status-tab.on {
        border-color: #0873b8 !important;
        color: #fff !important;
        -webkit-text-fill-color: #fff !important;
        background: linear-gradient(#159bd5, #086fb4) !important;
    }

    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking #ranking-event-list,
    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking #ranking-event-view {
        min-height: 510px !important;
        margin: 10px 30px 0 !important;
        padding: 18px !important;
        border: 1px solid #b9cbd8 !important;
        color: #173a55 !important;
        background: #fff !important;
        box-shadow: none !important;
        box-sizing: border-box !important;
    }

    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking .ranking-count {
        padding: 0 0 12px !important;
        color: #405f76 !important;
        -webkit-text-fill-color: #405f76 !important;
        font-size: 13px !important;
        font-weight: 600 !important;
    }

    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking .ranking-event-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 14px !important;
        padding: 0 !important;
    }

    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking .ranking-event-card {
        overflow: hidden !important;
        border: 1px solid #b6cad9 !important;
        border-radius: 3px !important;
        color: #173a55 !important;
        background: #fff !important;
        box-shadow: 0 3px 10px rgb(28 65 93 / 8%) !important;
    }

    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking .ranking-event-card:hover {
        border-color: #1597cf !important;
        box-shadow: 0 5px 14px rgb(21 120 175 / 14%) !important;
    }

    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking .ranking-event-badge.active {
        color: #fff !important;
        -webkit-text-fill-color: #fff !important;
        background: linear-gradient(#159bd5, #0872b8) !important;
    }

    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking .ranking-event-badge.ended {
        color: #eaf0f4 !important;
        background: #637889 !important;
    }

    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking .ranking-card-img { background: #eaf0f4 !important; }
    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking .ranking-no-img { color: #668095 !important; background: #eef3f6 !important; }
    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking .ranking-card-info {
        min-height: 104px !important;
        border-top: 1px solid #c5d5e0 !important;
        color: #294a63 !important;
        background: #fff !important;
    }

    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking :is(.ranking-card-topline, .ranking-card-period, .ranking-card-desc) {
        color: #45637a !important;
        -webkit-text-fill-color: #45637a !important;
    }

    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking .ranking-card-title {
        color: #123e64 !important;
        -webkit-text-fill-color: #123e64 !important;
        font-size: 14px !important;
        font-weight: 900 !important;
    }

    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking :is(.ranking-view-title, .ranking-section-title) { color: #0c4d7d !important; -webkit-text-fill-color: #0c4d7d !important; }
    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking :is(.ranking-view-info, .ranking-view-content, .ranking-rank-section) { border-color: #b9cbd8 !important; color: #294a63 !important; background: #fff !important; }
    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking :is(.ranking-description, .ranking-total-entries) { color: #3d5d74 !important; -webkit-text-fill-color: #3d5d74 !important; }
    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking :is(.ranking-info-table, .ranking-table) { color: #294a63 !important; background: #fff !important; }
    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking :is(.ranking-info-table th, .ranking-table th) { border-color: #c5d5e0 !important; color: #0d4d7c !important; -webkit-text-fill-color: #0d4d7c !important; background: #edf5f9 !important; }
    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking :is(.ranking-info-table td, .ranking-table td) { border-color: #d5e0e7 !important; color: #294a63 !important; -webkit-text-fill-color: #294a63 !important; background: #fff !important; }
    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking .ranking-type-tab { border-color: #b7cddd !important; color: #244c6b !important; -webkit-text-fill-color: #244c6b !important; background: #f8fbfd !important; }
    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking .ranking-type-tab.on { border-color: #0873b8 !important; color: #fff !important; -webkit-text-fill-color: #fff !important; background: linear-gradient(#159bd5, #086fb4) !important; }
    html body.gundam-skin #ajax-content.contents > .w_tournament_ranking .ranking-back-btn { border-color: #aebfcb !important; color: #244c6b !important; -webkit-text-fill-color: #244c6b !important; background: #f6fafc !important; }
}
