.radiohy-top10 {
    max-width: 720px;
    margin: 0 auto;
    padding: 12px 10px 32px;
    color: #fff;
}

.radiohy-top10-header {
    text-align: center;
    margin-bottom: 16px;
}

.radiohy-top10-header h1 {
    margin: 0 0 6px;
    color: #00e5ff;
    font-size: clamp(1.2rem, 4vw, 1.65rem);
    text-shadow: 0 0 12px rgba(0, 229, 255, 0.3);
}

.radiohy-top10-week {
    margin: 0;
    color: #888;
    font-size: 0.82rem;
}

.radiohy-top10-empty {
    text-align: center;
    color: #666;
    padding: 36px 18px;
    background: #121212;
    border: 1px dashed #333;
    border-radius: 14px;
}

.radiohy-top10-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.radiohy-top10-item {
    display: grid;
    grid-template-columns: 36px 28px 56px 1fr auto;
    grid-template-rows: auto auto;
    gap: 6px 8px;
    align-items: center;
    padding: 10px 10px;
    background: linear-gradient(160deg, #121218 0%, #0d0d12 100%);
    border: 1px solid rgba(0, 229, 255, 0.28);
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 229, 255, 0.05);
}

.radiohy-top10-item.is-new-entry {
    border-color: rgba(102, 255, 153, 0.4);
}

.radiohy-top10-item.is-outgoing {
    border-color: rgba(255, 80, 80, 0.45);
    box-shadow: 0 0 14px rgba(255, 80, 80, 0.08);
}

.radiohy-top10-rank {
    grid-row: 1 / 3;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffcc00;
    text-align: center;
    line-height: 1;
}

.radiohy-top10-move {
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radiohy-top10-arrow {
    font-size: 0.85rem;
    font-weight: bold;
    line-height: 1;
}

.radiohy-top10-arrow-up {
    color: #66ff99;
    text-shadow: 0 0 8px rgba(102, 255, 153, 0.4);
}

.radiohy-top10-arrow-down {
    color: #ff5050;
    text-shadow: 0 0 8px rgba(255, 80, 80, 0.35);
}

.radiohy-top10-arrow-same {
    color: #555;
    font-size: 0.75rem;
}

.radiohy-top10-badge-new {
    display: inline-block;
    background: rgba(102, 255, 153, 0.15);
    color: #66ff99;
    font-size: 0.55rem;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 4px;
    border: 1px solid rgba(102, 255, 153, 0.4);
    letter-spacing: 0.04em;
}

.radiohy-top10-cover-wrap {
    grid-row: 1 / 3;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    overflow: hidden;
}

.radiohy-top10-cover {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.radiohy-top10-cover-fallback {
    font-size: 1.4rem;
    line-height: 56px;
}

.radiohy-top10-info {
    grid-column: 4;
    min-width: 0;
    text-align: left;
}

.radiohy-top10-artist {
    display: block;
    color: #888;
    font-size: 0.68rem;
    margin-bottom: 2px;
}

.radiohy-top10-title {
    display: block;
    color: #00e5ff;
    font-size: 0.82rem;
    line-height: 1.25;
    font-weight: bold;
}

.radiohy-top10-out-label {
    display: inline-block;
    margin-top: 3px;
    font-size: 0.58rem;
    color: #ff7070;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.radiohy-top10-links {
    grid-column: 4;
    grid-row: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.radiohy-top10-link {
    font-size: 0.58rem;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 7px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.radiohy-top10-link-spotify {
    color: #1ed760;
}

.radiohy-top10-link-spotify:hover {
    border-color: #1ed760;
}

.radiohy-top10-link-youtube {
    color: #ff4444;
}

.radiohy-top10-link-youtube:hover {
    border-color: #ff4444;
}

.radiohy-top10-vote-wrap {
    grid-column: 5;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    min-width: 72px;
}

.radiohy-top10-votes {
    font-size: 0.62rem;
    color: #777;
    white-space: nowrap;
}

.radiohy-top10-vote {
    background: rgba(255, 30, 77, 0.15);
    border: 1px solid rgba(255, 30, 77, 0.45);
    color: #ff6b8a;
    font-size: 0.62rem;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 999px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s, border-color 0.15s;
}

.radiohy-top10-vote:hover:not(:disabled) {
    background: rgba(255, 30, 77, 0.28);
    border-color: rgba(255, 30, 77, 0.7);
}

.radiohy-top10-vote.is-voted,
.radiohy-top10-vote:disabled {
    background: rgba(102, 255, 153, 0.12);
    border-color: rgba(102, 255, 153, 0.45);
    color: #66ff99;
    cursor: default;
}

.radiohy-top10-vote.is-locked:disabled {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
    color: #555;
    cursor: not-allowed;
}

.radiohy-top10-login-hint {
    font-size: 0.58rem;
    color: #666;
    text-align: right;
    line-height: 1.3;
}

.radiohy-top10-login-hint a {
    color: #00e5ff;
    text-decoration: none;
}

.radiohy-top10-dropped {
    margin-top: 18px;
    padding: 12px;
    background: rgba(255, 80, 80, 0.06);
    border: 1px dashed rgba(255, 80, 80, 0.25);
    border-radius: 12px;
}

.radiohy-top10-dropped h2 {
    margin: 0 0 8px;
    font-size: 0.78rem;
    color: #ff7070;
}

.radiohy-top10-dropped-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.radiohy-top10-dropped-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    color: #aaa;
    padding: 4px 0;
}

.radiohy-top10-dropped-cover {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
}

.radiohy-top10-dropped-item em {
    color: #666;
    font-style: normal;
    font-size: 0.65rem;
}

@media (max-width: 640px) {
    .radiohy-top10-item {
        grid-template-columns: 32px 24px 48px 1fr;
        grid-template-rows: auto auto auto;
    }

    .radiohy-top10-vote-wrap {
        grid-column: 1 / -1;
        grid-row: 3;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding-top: 4px;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .radiohy-top10-links {
        grid-row: 2;
    }

    .radiohy-top10-cover-wrap {
        width: 48px;
        height: 48px;
    }

    .radiohy-top10-rank {
        font-size: 1.15rem;
    }
}
