@charset "UTF-8";

:root {
    --navy: #0A1E3D;
    --navy-2: #1E1B6E;
    --blue: #4DB8FF;
    --text: #111827;
    --muted: #7d8795;
    --line: #e5e9ee;
    --gray: #6A7282;
    --container: 1200px;
    --shadow: 5px 5px 5px rgba(0, 0, 0, 0.025);
}
/* #wrap:has(.asian-games) #footer {background: var(--navy);}
#wrap:has(.asian-games) #footer .logo {display: none;} */
.side-quick-banner {top:560px}
.asian-games {color:var(--navy)}
.asian-games .container::before, .asian-games .container::after {display: none;}
.asian-games .container {max-width: 1130px}

.hero {
    position: relative;
    overflow: hidden;
    background: var(--navy) url("/img/games/bg_visual.png") center center / cover no-repeat;
    min-height: 550px; margin-top: 104px;
}

.hero__inner {height: 100%;}
.hero__inner p {font-weight: 200; text-transform: uppercase;}
.hero__copy {position: relative;display: flex; height: 100%; justify-content: space-between; flex-direction: column;color: #fff; gap:.5rem; padding: 3rem 0;;}

.hero__title {font-size: 1.25rem; display: flex; justify-content: space-between; font-weight: bold; align-items: center; margin-bottom: 4rem;}
.hero__eyebrow {font-size: clamp(14px, 0.17vw + 12.67px, 16px); color: var(--blue); text-transform: none !important}

.hero h1 {font-size: clamp(40px, 4.86vw + 2.67px, 96px);font-weight: 800;line-height: 1.2;margin: 0;}

.hero__copy strong {display: block; font-size: clamp(20px, 1.39vw + 9.33px, 36px);}

.hero__desc {opacity: .7; font-size: clamp(16px, 0.17vw + 14.67px, 18px);}
.hero__org {opacity: .4; font-size: 10px; letter-spacing: .25em;margin-top: 2rem; }
.hero__org small {opacity: .9;}

/* =========================================================
    SECTION
    ========================================================= */
.section {padding: clamp(30px, 1.74vw + 16.67px, 50px) 0;}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; margin: 0 0 3.75rem; align-items: center;
}

.section-head__eyebrow {12px; color: var(--navy); letter-spacing: .25em;}
.section-head h2 {font-size: clamp(24px, 1.04vw + 16px, 36px); margin: 1rem 0; font-weight: 800;}
.section-head__desc {color: #444;font-size:clamp(14px, 0.17vw + 12.67px, 16px);}

.section-head__signature {margin-left: auto; max-width: 300px;}

.player-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 15px;}

.player-card {
    position: relative;
    overflow: hidden;
    min-width: 0;
    background: #fff;
    border: 1px solid #e7ebef;
    border-radius: 10px;
    box-shadow: 0 2px 7px rgba(11, 24, 48, .025);
    cursor: pointer;
    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.player-card:hover {
    border-color: var(--navy); border-width: 2px; color: #fff;
    box-shadow: 0 9px 22px rgba(11, 24, 48, .08);background-color: var(--navy);
}

.player-card.is-selected {
    border-color: #172e4f;
    box-shadow: 0 5px 16px rgba(11, 24, 48, .07);
}

.player-card__photo {
    aspect-ratio: 1 / 1.25;
    overflow: hidden;
    background: #f4f6f7;
}

.player-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform .3s ease;
}

.player-card:hover .player-card__photo img {
    transform: scale(1.025);
}

.player-card__info {padding: 1rem; position: relative;}
.player-card:hover .player-card__info {color: #fff;}
.player-card:hover .player-card__info span {color: var(--blue);}
.player-card:hover .player-card__info:after {content: "\f105"; position: absolute;right: 1rem; bottom: 1rem; border-radius: 50%; width: 1.875rem; height: 1.875rem; background-color: rgba(255, 255, 255, 0.2); font-family: "FontAwesome"; display: flex; align-items: center; justify-content: center; 12px;}

.player-card__info strong,
.player-card__info span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.player-card__link a {font-size:0;position: absolute;left:0;top:0;width: 100%;height: 100%;}

.player-card__info strong {display: block;}

.player-card__info span {12px; color: var(--gray); padding-right: 3rem;}

.player-card__more {
    position: absolute;
    right: 7px;
    bottom: 8px;
    width: 21px;
    height: 21px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: #152b4b;
    font-size: 16px;
    line-height: 18px;
}

.line-title {margin: 3rem 0 1rem; padding-top: 1rem; font-size: .625rem; color: #bbb; position: relative; border-top: 1px solid #E2E8F0; text-transform: uppercase; text-align: right;; letter-spacing: .25em;}
.line-title:after {content: ""; width: 8px ;height: 8px; border-radius: 50%;background-color: #C8973F; position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%); outline: 5px solid #fff;}
.line-title {margin: 3rem 0 1rem; padding-top: 1rem; font-size: .625rem; color: #bbb; position: relative;}
.social-banners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 54px;
}

.social-banner {
    display: block;
    overflow: hidden;
    border-radius: 1.25rem;
}

.social-banner img {
    display: block;
    width: 100%;
    transition: transform .35s ease;
}

.social-banner:hover img {
    transform: scale(1.02);
}

/* =========================================================
    SCHEDULE
    ========================================================= */
.section--schedule {
    padding: 0 0 70px;
}

.schedule-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.schedule-head h2 {font-size: clamp(24px, 1.04vw + 16px, 36px); font-weight: 800; margin: 15px 0;}
.schedule-note {color: #FF2056}

.schedule-slogan {
    margin: 0;
    color: #27384e;
    font-size: 10px;
    font-weight: 700;
    text-align: right;
}

.schedule-table-wrap {
    overflow-x: auto;
    border: 1px solid #e1e5ea; border-radius: 1rem;;
}

.schedule-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse; word-break: keep-all;
}
.schedule-table thead th {
    color: #fff;
    background: #0a1d39;}

.schedule-table th {
    padding: 1rem;
    font-weight: 500;
    text-align: center;
}
.schedule-table tbody th {background-color: #f8f8f8;}
.schedule-table tbody th,
.schedule-table td {
    padding: 1rem; border-top: 1px solid #e5e5e5;
    text-align: center; 
}
.schedule-table tbody tr:first-child th,
.schedule-table tbody tr:first-child td {
    border-top: 0;
}

/* .schedule-table td.time {font-weight: bold;} */
.result-links {
    display: flex;
    justify-content: center;
    gap: 4px;
}
.schedule-table td.player a {margin-left: 5px;margin-right: 5px;}
.schedule-table td:last-child span {
    display: inline-flex; gap:5px; align-items:center;
    padding: .25rem .5rem; margin: 1px 0;;
    color: #7e8792;
    border: 1px solid #e5e5e5; border-radius: .25rem; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
    background: #fff;
    white-space: nowrap; 12px;
}
.schedule-table td:last-child a span {border-color: #152b4b;background: #152b4b; color:#fff;}
/* 2026-09-16.schedule-table td:last-child a:hover span {
    color: #152b4b;
    border-color: #152b4b;
} */

/* =========================================================
    FOOTER
    ========================================================= */
.footer {
    padding: 3rem 0;
    background: #061326; color: #fff;
}

.footer__inner {
    display: flex;
    justify-content: space-between; gap: 2rem;
}
.footer strong {display: block;}
.footer strong span {opacity: .4; font-size: .625rem; display: block; font-weight: 300;}

.footer p {font-size: .8125rem; opacity: 0.5; margin-bottom: 5px;}
.footer p:first-child {margin-bottom: 10px;}
.footer p a {color: #fff; opacity: ;}
.footer p a+a {margin-left: 1rem;}

.footer small {
    display: block;
    12px; opacity: .3;;
}

.footer__sns {
    display: flex; margin-left: auto;
    gap: 10px;
}

.footer__sns a {
    display: flex;
    width: clamp(24px, 1.04vw + 16px, 36px);
    height: clamp(24px, 1.04vw + 16px, 36px);
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .6);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%; line-height: 1;
}

/* =========================================================
    TABLET
    ========================================================= */
@media (max-width: 991px) {
    .player-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* =========================================================
    MOBILE
    ========================================================= */
@media (max-width: 768px) {
    .container {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
	
    .hero {
        min-height: 520px;
        background-position: 67% center;
        width: 100%; margin-top: 0;
    }
    .hero__title {margin-bottom: auto; font-size: clamp(14px, 0.17vw + 12.67px, 16px); flex-direction: column; align-items: flex-start; gap: 1rem;}

    .hero:after {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(90deg,
                rgba(5, 20, 43, .92) 0%,
                rgba(5, 20, 43, .63) 52%,
                rgba(5, 20, 43, .08) 100%);
    }

    .hero__inner {
        min-height: 520px;
        align-items: flex-end;
        height: 520px; position: relative; z-index: 2;
    }

    .hero__copy {
        width: 100%;
        justify-content: flex-end;
        gap: 1rem;
    }


    .hero__desc {
        font-size: 12px;
    }

    .hero__org {
        margin-top: 24px;
    }

    .section-head {
        display: block;
        margin-bottom: 30px;
    }

    .section-head__desc {
    }

    .section-head__signature {
        display: none;
    }

    .player-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 10px;
    }

    .player-card {
        border-radius: 8px;
    }

    .player-card__info {
        /* min-height: 44px; */
    }

    .player-card__info strong {
    font-size: clamp(16px, 0.17vw + 14.67px, 18px);
    }

    .player-card__info span {
    font-size: clamp(14px, 0.17vw + 12.67px, 16px);
    }

    .player-card__more {
        right: 6px;
        bottom: 6px;
        width: 18px;
        height: 18px;
        font-size: 13px;
        line-height: 15px;
    }

    .social-banners {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 36px;
    }

    .section--schedule {
        padding-top: 100px;
    }

    .schedule-head {
    position: relative;
    }

    .schedule-slogan {
        position: absolute;
        right: 0;top: -80px;
    }
    .schedule-table-wrap {
        border-right: 0;
        border-left: 0;
    }

    .footer__inner {
        align-items: flex-start;
    }

    .footer__sns {
        display: none;
    }
}
