
    /* (unused) .banner_led {
        width: 100%;
        aspect-ratio: 2.5/1;
        min-height: 200px;
        background: #f1f1f1;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }*/

    .video-list-container.svelte-w1lwvd {
        margin: 0 auto;
        max-width: 1440px;
        padding: 2rem 1rem;
    }

    .video-grid.svelte-w1lwvd {
        display: grid;
        grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));
        gap: 1.5rem;
        margin-bottom: 2rem;
    }

    .video-card.svelte-w1lwvd {
        display: flex;
        flex-direction: column;
        background: white;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 1rem;
    }

    .thumbnail-wrapper.svelte-w1lwvd {
        position: relative;
        width: 100%;
        aspect-ratio: 3/4;
        background: #f8f8f8;
        overflow: hidden;
    }

    .thumbnail.svelte-w1lwvd {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .duration.svelte-w1lwvd, .views-count.svelte-w1lwvd {
        position: absolute;
        bottom: 8px;
        background: rgba(0, 0, 0, 0.7);
        color: white;
        font-size: 0.75rem;
        padding: 2px 6px;
        border-radius: 3px;
    }

    .duration.svelte-w1lwvd {
        right: 8px;
    }

    .views-count.svelte-w1lwvd {
        left: 8px;
    }

    .video-info.svelte-w1lwvd {
        padding: 1rem;
    }

    .author-info.svelte-w1lwvd {
        display: flex;
        align-items: center;
        margin-bottom: 0.75rem;
        font-size: 0.8em;
        font-weight: bold
    }

    .author-avatar.svelte-w1lwvd {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        margin-right: 8px;
    }

    .video-title.svelte-w1lwvd {
        color: #000;
        font-size: 0.812498rem;
        font-style: normal;
        margin-bottom: 0.75rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .stats.svelte-w1lwvd {
        display: flex;
        gap: 1rem;
        font-size: 0.8rem;
        color: #888;
    }

    .empty-state.svelte-w1lwvd {
        text-align: center;
        padding: 4rem 0;
        color: #999;
    }

    .error-msg.svelte-w1lwvd {
        color: #dc3545;
    }

    .load-more.svelte-w1lwvd {
        text-align: center;
        padding: 2rem 0;
        font-size: 16px;
    }

    .bq.svelte-w1lwvd img:where(.svelte-w1lwvd) {
        width: 160px;
    }

    .default-msg.svelte-w1lwvd {
        font-size: 12px;
    }

    /* 样式完全不变 */
    /* (unused) .live_bar .led {
        height: 480px;
        background-size: cover;
    }*/
    .title_bar.svelte-1qg3qmw {
        margin: 20px;
    }
    /* (unused) .thumb {
        opacity: 1;
        transition: opacity 0.5s;
        width: 200px;
    }*/
    /* (unused) .thumb.fade-in {
        opacity: 1;
    }*/
    /* (unused) .dynamic-item {
        display: block;
        margin: 20px;
        padding: 20px;
        border-radius: 20px;
        background: #f1f1f1;
    }*/
    /* (unused) .user_info {
        display: flex;
    }*/
    /* (unused) .avatar_48 {
        width: 48px;
        height: 48px;
        border-radius: 10%;
    }*/
    /* (unused) .nickname {
        margin: 10px;
    }*/
    /* (unused) .photo {
        display: inline-block;
        margin: 10px;
    }*/
