.top10-live-notice {
    min-height: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto 10px;
    border: 1px solid #d8d8d8;
    background: #ffffff;
}

.top10-live-notice-panel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 3px 0 4px;
    color: #1f3c44;
    font-family: "Malgun Gothic", "Apple SD Gothic Neo", Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0;
    white-space: nowrap;
}

.top10-live-notice-rank {
    color: #245f8f;
}

.top10-live-notice-live {
    color: #b23886;
}

@supports ((background-clip: text) or (-webkit-background-clip: text)) and (-webkit-text-fill-color: transparent) {
    .top10-live-notice-rank {
        background-image: linear-gradient(90deg, #5741d9 0%, #006f9e 48%, #16783d 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .top10-live-notice-live {
        background-image: linear-gradient(90deg, #d3206e 0%, #bf4b12 34%, #1e7e3f 68%, #006f9e 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

@media (forced-colors: active) {
    .top10-live-notice-rank,
    .top10-live-notice-live {
        background-image: none;
        -webkit-text-fill-color: currentColor;
    }
}

.top10-section {
    padding-top: 0;
}

.top10-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
}

.top10-box {
    min-height: 440px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    background: #ffffff;
}

.top10-box-header {
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 18px;
    border-bottom: 1px solid #ededed;
    background: #ffffff;
}

.top10-icon {
    position: relative;
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 31px;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
    color: #222222;
    font-family: "Malgun Gothic", "Apple SD Gothic Neo", "Apple Color Emoji", sans-serif;
    font-size: 0;
    font-weight: 900;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .08);
}

.top10-icon::before,
.top10-icon::after {
    position: absolute;
    display: block;
    box-sizing: border-box;
    line-height: 1;
    letter-spacing: 0;
}

.top10-icon-1 {
    border-radius: 50%;
    background: radial-gradient(circle at 36% 28%, #ffe082 0, #f6b83d 21%, #2f7dbe 23%, #1c5d9d 68%, #16477d 100%);
}

.top10-icon-1::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 226, 116, .95);
    border-radius: 50%;
}

.top10-icon-1::after {
    content: "♦";
    color: #ffe37a;
    font-size: 13px;
    transform: translateY(-1px);
}

.top10-icon-2 {
    background: linear-gradient(180deg, #ffffff 0, #f7f7f7 100%);
}

.top10-icon-2::before {
    content: "";
    top: 5px;
    left: 4px;
    width: 23px;
    height: 7px;
    border-radius: 2px;
    background: repeating-linear-gradient(135deg, #888888 0 4px, #ffffff 4px 7px);
    box-shadow: 0 7px 0 #f04a3f;
}

.top10-icon-2::after {
    content: "19";
    right: 5px;
    bottom: 4px;
    color: #e2211c;
    font-size: 9px;
    font-weight: 900;
}

.top10-icon-3 {
    background: linear-gradient(135deg, #ff5b47 0, #ff243f 100%);
    color: #fff34a;
}

.top10-icon-3::after {
    content: "OP";
    color: #fff34a;
    font-size: 13px;
    font-weight: 900;
}

.top10-icon-4,
.top10-icon-5 {
    background: linear-gradient(135deg, #9be24a 0, #4abf18 100%);
}

.top10-icon-4::before {
    content: "";
    width: 17px;
    height: 9px;
    border-left: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    transform: rotate(-45deg) translate(1px, -1px);
}

.top10-icon-5::before {
    content: "WEB";
    top: 7px;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-size: 8px;
    font-weight: 900;
    text-align: center;
}

.top10-icon-5::after {
    content: "TOON";
    left: 0;
    bottom: 6px;
    width: 100%;
    color: #ffffff;
    font-size: 7px;
    font-weight: 900;
    text-align: center;
}

.top10-icon-6 {
    background: linear-gradient(135deg, #2f6ea8 0, #153d72 100%);
}

.top10-icon-6::before {
    content: "";
    top: 6px;
    left: 5px;
    width: 21px;
    height: 7px;
    border-radius: 2px;
    background: repeating-linear-gradient(135deg, #b8d9ff 0 4px, #1d497a 4px 7px);
}

.top10-icon-6::after {
    content: "TV";
    left: 0;
    bottom: 6px;
    width: 100%;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
}

.top10-icon-7 {
    background: linear-gradient(135deg, #e94f56 0, #b92831 100%);
}

.top10-icon-7::before {
    content: "⚽";
    top: 6px;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
    font-size: 17px;
    text-align: center;
}

.top10-icon-8 {
    background: linear-gradient(135deg, #ffd954 0, #ffb51f 100%);
}

.top10-icon-8::before {
    content: "⬇";
    top: 6px;
    left: 0;
    width: 100%;
    color: #c7322c;
    font-size: 17px;
    font-weight: 900;
    text-align: center;
}

.top10-icon-9 {
    background: linear-gradient(135deg, #21b873 0, #147c9a 100%);
}

.top10-icon-9::before,
.top10-icon-9::after {
    content: "";
    border-radius: 8px;
    background: #ffffff;
}

.top10-icon-9::before {
    top: 8px;
    left: 7px;
    width: 15px;
    height: 10px;
}

.top10-icon-9::after {
    right: 6px;
    bottom: 8px;
    width: 11px;
    height: 8px;
    opacity: .75;
}

.top10-icon-10 {
    background: linear-gradient(135deg, #ff6f70 0, #db2440 100%);
}

.top10-icon-10::before {
    content: "";
    width: 7px;
    height: 18px;
    border-radius: 4px 4px 2px 2px;
    background: #ffffff;
    transform: rotate(8deg);
}

.top10-icon-10::after {
    content: "";
    bottom: 6px;
    width: 15px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7);
}

.top10-icon-11 {
    background: linear-gradient(135deg, #ffc64b 0, #f04446 100%);
}

.top10-icon-11::after {
    content: "18+";
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
}

.top10-title {
    min-width: 0;
    color: #111111;
    font-size: 21px;
    font-weight: 700;
    font-family: "Malgun Gothic", "Apple SD Gothic Neo", "Noto Sans KR", Arial, sans-serif;
    line-height: 1.16;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: keep-all;
}

.top10-more {
    margin-left: auto;
    color: #9a9a9a;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.top10-list {
    display: grid;
    gap: 5px;
    margin: 18px 0 20px;
    padding: 0 18px;
    list-style: none;
}

.top10-entry {
    min-height: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
}

a.top10-box-header:hover .top10-title,
a.top10-box-header:focus .top10-title,
a.top10-entry:hover .top10-name,
a.top10-entry:focus .top10-name {
    color: #f37021;
    text-decoration: none;
}

a.top10-box-header:hover .top10-more,
a.top10-box-header:focus .top10-more {
    color: #f37021;
}

.top10-link-pending,
.top10-entry-pending {
    cursor: default;
}

.top10-entry-pending:hover .top10-name {
    text-decoration: none;
}

.top10-rank {
    width: 24px;
    min-width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Malgun Gothic", "Apple SD Gothic Neo", "Apple Color Emoji", sans-serif;
}

.top10-rank-medal {
    position: relative;
    width: 23px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Malgun Gothic", sans-serif;
    font-size: 19px;
    line-height: 1;
    transform: translateY(1px);
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, .16));
}

.top10-rank-number {
    width: 19px;
    height: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px dotted #ff8d25;
    border-radius: 50%;
    background: #fffdfa;
    color: #ff4f14;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.top10-name {
    min-width: 0;
    color: #111111;
    display: block;
    max-width: 100%;
    font-size: 16px;
    font-weight: 700;
    font-family: "Malgun Gothic", "Apple SD Gothic Neo", "Noto Sans KR", Arial, sans-serif;
    line-height: 1.22;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: keep-all;
}

.top10-tone-hotpink {
    color: #ff3f93;
}

.top10-tone-pink {
    color: #de4aa8;
}

.top10-tone-orange {
    color: #ff6b2d;
}

.top10-tone-brown {
    color: #b85eea;
}

.top10-tone-violet {
    color: #9346d8;
}

.top10-tone-purple {
    color: #662cc6;
}

.top10-tone-indigo {
    color: #2556d6;
}

.top10-tone-green {
    color: #35ad42;
}

.top10-tone-olive {
    color: #77b83f;
}

.top10-tone-blue {
    color: #0874d9;
}

.top10-tone-teal {
    color: #0088b5;
}

.top10-tone-black {
    color: #17233f;
}

@keyframes top10AuroraRankText {
    0% {
        background-position: 0% 50%;
        transform: translateY(0);
    }

    50% {
        background-position: 100% 50%;
        transform: translateY(-1px);
    }

    100% {
        background-position: 0% 50%;
        transform: translateY(0);
    }
}

.top10-rank-1 + .top10-name,
.top10-rank-2 + .top10-name,
.top10-rank-3 + .top10-name {
    display: inline-block;
}

@supports ((background-clip: text) or (-webkit-background-clip: text)) and (-webkit-text-fill-color: transparent) {
    .top10-title,
    .top10-rank-1 + .top10-name,
    .top10-rank-2 + .top10-name,
    .top10-rank-3 + .top10-name {
        background-image: linear-gradient(90deg, #ff2f75 0%, #f37021 28%, #19a95c 54%, #1178d4 78%, #ff2f75 100%);
        background-size: 220% 100%;
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
        animation: top10AuroraRankText 2.8s linear infinite;
        will-change: background-position, transform;
    }

    a.top10-box-header:hover .top10-title,
    a.top10-box-header:focus .top10-title {
        background-image: none;
        color: #f37021;
        -webkit-text-fill-color: #f37021;
        animation: none;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .top10-title,
    .top10-rank-1 + .top10-name,
    .top10-rank-2 + .top10-name,
    .top10-rank-3 + .top10-name {
        animation: none;
        transform: none;
    }
}

@media (forced-colors: active) {
    .top10-title,
    .top10-rank-1 + .top10-name,
    .top10-rank-2 + .top10-name,
    .top10-rank-3 + .top10-name {
        background-image: none;
        color: CanvasText;
        -webkit-text-fill-color: CanvasText;
    }
}

@media (max-width: 820px) {
    .top10-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .top10-live-notice {
        min-height: 58px;
        height: 58px;
        margin-top: 5px;
        margin-bottom: 8px;
    }

    .top10-live-notice-panel {
        font-size: 19px;
    }
}

@media (max-width: 620px) {
    .top10-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .top10-live-notice {
        min-height: 54px;
        height: 54px;
    }

    .top10-live-notice-panel {
        font-size: 17px;
    }

    .top10-title {
        font-size: 15px;
        line-height: 1.18;
    }

    .top10-box-header {
        min-height: 52px;
        gap: 7px;
        padding: 6px 8px;
    }

    .top10-icon {
        width: 31px;
        height: 31px;
        flex-basis: 31px;
        font-size: 0;
    }

    .top10-list {
        padding: 0 8px;
        gap: 6px;
    }

    .top10-entry {
        gap: 6px;
    }

    .top10-name {
        font-size: 14px;
        line-height: 1.24;
    }

    .top10-more {
        font-size: 26px;
    }
}
