.wps-sc-wrap {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
}

.wps-sc-heading {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px;
    padding: 0;
    border: none;
    background: none;
    text-align: center;
}

.wps-sc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.wps-sc-grid > * {
    min-width: 0;
}

.wps-sc-list > * {
    min-width: 0;
}

.wps-sc-hero {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #0f0f0f;
    border-radius: 16px;
    padding: 28px;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    min-height: 240px;
    transition: opacity 0.15s;
}

.wps-sc-hero:hover {
    opacity: 0.92;
}

.wps-sc-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    z-index: 0;
}

.wps-sc-hero-top,
.wps-sc-hero-bottom {
    position: relative;
    z-index: 1;
}

.wps-sc-hero::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    pointer-events: none;
    z-index: 1;
}

.wps-sc-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 4px 11px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 14px;
    width: fit-content;
}

.wps-sc-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ade80;
    flex-shrink: 0;
}

.wps-sc-hero-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin: 0 0 8px;
}

.wps-sc-hero-meta {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.wps-sc-hero-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 20px;
}

.wps-sc-hero-score {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    display: block;
}

.wps-sc-hero-score-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    display: block;
    margin-top: 2px;
}

.wps-sc-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 5px;
    justify-content: flex-end;
}

.wps-sc-star {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #F0A500;
    clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
}

.wps-sc-star-half {
    background: linear-gradient(90deg, #F0A500 50%, rgba(255,255,255,0.2) 50%);
}

.wps-sc-star-e {
    background: rgba(255, 255, 255, 0.2);
}

.wps-sc-hero-maxwin {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    display: block;
    text-align: right;
}

.wps-sc-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wps-sc-mini {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    padding: 14px 16px;
    text-decoration: none;
    transition: border-color 0.15s, background 0.15s;
}

.wps-sc-mini:hover {
    border-color: #bbb;
    background: #fafafa;
}

.wps-sc-mini-initial {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    color: #444;
    flex-shrink: 0;
    letter-spacing: -0.5px;
    overflow: hidden;
}

.wps-sc-mini-thumb img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

.wps-sc-mini-info {
    flex: 1;
    min-width: 0;
}

.wps-sc-mini-title {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 3px;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.wps-sc-mini-meta {
    font-size: 11px;
    color: #888;
}

.wps-sc-mini-right {
    text-align: right;
    flex-shrink: 0;
}

.wps-sc-mini-score {
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
}

.wps-sc-mini-score-label {
    font-size: 10px;
    color: #aaa;
    margin-top: 2px;
}

.wps-sc-all-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    text-decoration: none;
    transition: border-color 0.15s, color 0.15s;
    margin-top: auto;
}

.wps-sc-all-link:hover {
    border-color: #bbb;
    color: #1a1a1a;
}

.wps-sc-all-link span {
    transition: transform 0.15s;
}

.wps-sc-all-link:hover span {
    transform: translateX(3px);
}

@media (max-width: 640px) {
    .wps-sc-wrap {
        padding: 0 16px;
        overflow-x: hidden;
    }
    .wps-sc-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .wps-sc-hero {
        min-height: 200px;
        border-radius: 12px;
    }
    .wps-sc-hero-title {
        font-size: 17px;
    }
    .wps-sc-mini {
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .wps-sc-hero {
        min-height: 180px;
        padding: 20px;
        border-radius: 12px;
    }
    .wps-sc-hero-title {
        font-size: 15px;
    }
    .wps-sc-hero-score {
        font-size: 32px;
    }
    .wps-sc-mini {
        padding: 12px 13px;
    }
    .wps-sc-mini-title {
        font-size: 12px;
    }
}
