.card {
    background: #ffffff;
    border: 1px solid #e8e8e6;
    border-radius: 20px;
    overflow: hidden;
}

.card-top {
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fafafa;
    border-bottom: 1px solid #ebebeb;
}

.card-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.num-badge {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: #1a1a1a;
}

.card-title {
    font-size: 12px !important;
    font-weight: 500;
    color: #1a1a1a !important;
}

.live-dot {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: #aaa;
}

.pulse {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
}

.video-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #f0f0ee;
}

.video-wrap iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: none;
}

.card-footer {
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tag {
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 20px;
    background: #ad1f26;
    border: 1px solid #e8e8e6;
    color: #ffffff;
    font-weight: 400;
}

.image-wrap {
    width: 100%;
    background: #f0f0ee;
    position: relative;
}

@media (max-width: 640px) {
    .grid { grid-template-columns: 1fr; }
}
