.seo-hub-wrap {
    background: #f2f5f8;
    padding: 14px 0 28px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.seo-v2-wrap {
    padding-bottom: 20px;
}

.seo-v2-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 14px;
}

.seo-v2-main,
.seo-v2-side {
    min-width: 0;
}

.clean-breadcrumb {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 14px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.clean-breadcrumb a {
    color: #475569;
    font-weight: 600;
}

.clean-breadcrumb a:hover {
    color: var(--theme-primary);
}

.clean-breadcrumb .sep {
    margin: 0 9px;
    color: #cbd5e1;
    font-size: 12px;
}

.clean-breadcrumb .cur {
    color: #7c8798;
}

.seo-card {
    background: #fff;
    border: 1px solid #e5e9f0;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .03);
    margin-bottom: 14px;
}

.seo-sec-title {
    font-size: 17px;
    font-weight: 900;
    color: #1f2937;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf1f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.seo-sec-title span {
    border-bottom: 2px solid var(--theme-primary);
    padding-bottom: 8px;
    margin-bottom: -10px;
    display: inline-block;
}

.seo-sec-more {
    font-size: 13px;
    font-weight: 700;
    color: var(--theme-primary);
}

.seo-hero {
    display: flex;
    gap: 20px;
    align-items: stretch;
    flex-wrap: wrap;
}

.seo-img-box {
    display: block;
    text-decoration: none;
    flex-shrink: 0;
    width: 400px;
    height: 252px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #111;
    cursor: pointer;
}

.seo-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .88;
    transition: .35s ease;
}

.seo-img-box:hover img {
    opacity: .62;
    transform: scale(1.05);
}

.seo-hero-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, .9);
    font-size: 60px;
    z-index: 2;
    text-shadow: 0 4px 10px rgba(0, 0, 0, .5);
    pointer-events: none;
    transition: .25s ease;
}

.seo-img-box:hover .seo-hero-play {
    color: #fff;
    transform: translate(-50%, -50%) scale(1.08);
}

.seo-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 26px 14px 12px;
    background: linear-gradient(transparent, rgba(0, 0, 0, .82));
    color: #fff;
    font-size: 13px;
    z-index: 3;
}

.seo-info-box {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.seo-h1 {
    font-size: 24px;
    font-weight: 900;
    color: #182234;
    margin-top: 0;
    margin-bottom: 14px;
    line-height: 1.4;
    border-left: 3px solid var(--theme-primary);
    padding-left: 10px;
}

.seo-ai-text {
    font-size: 15px;
    color: #475569;
    line-height: 1.75;
    background: #fdfdfd;
    border: 1px dashed #e8edf4;
    padding: 14px;
    border-radius: 8px;
    flex: 1;
    text-align: justify;
}

.seo-ai-text strong {
    color: var(--theme-primary);
    font-weight: 800;
}

.seo-v2-abcopy {
    margin: 0 0 10px;
    padding: 8px 10px;
    border-left: 3px solid var(--theme-primary, #e11d48);
    background: #f8fafc;
    color: #475569;
    font-size: 13px;
    line-height: 1.7;
}

.seo-meta-line {
    font-size: 12px;
    color: #94a3b8;
    margin-bottom: 10px;
    border-bottom: 1px solid #edf1f5;
    padding-bottom: 8px;
}

.seo-meta-line time {
    color: var(--theme-primary);
    font-weight: 700;
}

.seo-meta-line span {
    margin-left: 15px;
}

.seo-inline-entry {
    color: var(--theme-primary);
    font-weight: 800;
    border-bottom: 1px dashed var(--theme-primary);
    text-decoration: none;
}

.seo-live-actions {
    margin-top: 16px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.seo-jzt-live-btn {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    background: var(--theme-primary);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    padding: 10px 24px;
    border-radius: 999px;
    transition: .25s;
    box-shadow: 0 4px 15px rgba(var(--theme-primary-rgb), .24);
}

.seo-jzt-live-btn:hover {
    background: var(--theme-primary-hover);
    color: #fff;
    transform: translateY(-2px);
}

.seo-match-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
}

.sm-card {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #fafbfc;
    border: 1px solid #e6eaf0;
    border-radius: 8px;
    color: #334155;
    transition: .2s;
}

.sm-card:hover {
    background: #fff;
    border-color: var(--theme-primary);
    box-shadow: 0 5px 14px rgba(15, 23, 42, .08);
    transform: translateY(-2px);
}

.sm-time {
    font-size: 12px;
    color: #7b8797;
    width: 45px;
    text-align: center;
    line-height: 1.2;
    flex-shrink: 0;
}

.sm-vs {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    min-width: 0;
}

.sm-vs-center {
    color: #cbd5e1;
    font-size: 11px;
}

.sm-team {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    gap: 5px;
}

.sm-team img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.sm-status {
    font-size: 11px;
    background: #eef2f7;
    color: #64748b;
    padding: 3px 7px;
    border-radius: 999px;
    font-weight: 700;
}

.sm-status.live {
    background: var(--theme-primary);
    color: #fff;
}

.seo-empty-line {
    width: 100%;
    text-align: center;
    color: #94a3b8;
    padding: 12px 0;
}

.seo-matrix-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-items: start;
}

.seo-media-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.seo-media-card {
    display: block;
    text-decoration: none;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e6eaf0;
    background: #f9fafb;
    transition: .2s;
}

.seo-media-card:hover {
    border-color: var(--theme-primary);
    transform: translateY(-2px);
}

.seo-media-thumb {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    background: #000;
}

.seo-media-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .85;
}

.seo-media-thumb i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
}

.seo-media-title {
    padding: 8px;
    font-size: 12px;
    color: #334155;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}

.matrix-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.matrix-ul-top {
    border-top: 1px dashed #e8edf3;
    padding-top: 10px;
}

.matrix-ul li {
    padding: 9px 0;
    border-bottom: 1px dashed #edf1f5;
}

.matrix-ul li:last-child {
    border-bottom: 0;
}

.matrix-ul li a {
    color: #475569;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.matrix-ul li a:hover {
    color: var(--theme-primary);
}

.guess-like-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.guess-like-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px !important;
    background: #fafbfd !important;
    border-radius: 8px;
    border: 1px solid #edf2f7 !important;
    margin-bottom: 0 !important;
    transition: .2s;
}

.guess-like-list li:hover {
    background: #fff !important;
    border-color: #e6002d !important;
}

.guess-like-list a {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    color: #475569;
    font-size: 14px;
}

.guess-like-list a:hover {
    color: var(--theme-primary);
}

.guess-like-list a i {
    color: var(--theme-primary);
    margin-right: 8px;
    font-size: 15px;
    flex-shrink: 0;
}

.guess-like-list a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.guess-like-list .kw-badge {
    font-size: 11px;
    background: #fff;
    color: var(--theme-primary);
    border: 1px solid var(--theme-primary);
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
    font-weight: 800;
}

.seo-crawl-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.seo-crawl-grid a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
}

.seo-crawl-grid a:hover {
    color: #fff;
    border-color: var(--theme-primary, #e11d48);
    background: var(--theme-primary, #e11d48);
}

.seo-sub-title {
    margin-top: 22px;
}

.tag-cloud-dense {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-cloud-dense a {
    padding: 5px 11px;
    background: #f5f7fa;
    color: #475569;
    font-size: 12px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    transition: .2s;
}

.tag-cloud-dense a:hover {
    background: var(--theme-primary);
    color: #fff;
    border-color: var(--theme-primary);
}

@media (max-width: 768px) {
    html, body {
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .seo-hub-wrap {
        padding: 10px 0;
        overflow: hidden;
        width: 100%;
    }

    .clean-breadcrumb {
        margin-bottom: 8px;
        font-size: 12px;
        padding: 0 8px;
    }

    .seo-card {
        padding: 14px !important;
        margin-bottom: 10px;
        margin-left: 8px;
        margin-right: 8px;
        width: calc(100% - 16px);
        border-radius: 8px;
    }

    .seo-sec-title {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .seo-hero {
        gap: 12px;
    }

    .seo-img-box {
        width: 100%;
        height: 196px;
        border-radius: 8px;
    }

    .seo-hero-play {
        font-size: 48px;
    }

    .seo-img-overlay {
        padding: 18px 10px 10px;
        font-size: 12px;
    }

    .seo-info-box {
        min-width: 100%;
    }

    .seo-h1 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .seo-ai-text {
        font-size: 14px;
        padding: 12px;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .seo-v2-abcopy {
        font-size: 12px;
        padding: 7px 9px;
    }

    .seo-meta-line span {
        margin-left: 10px;
    }

    .seo-jzt-live-btn {
        width: 100%;
        font-size: 14px;
        padding: 10px 0;
    }

    .seo-match-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .sm-card {
        padding: 10px;
        border-radius: 8px;
    }

    .sm-vs {
        padding: 0 5px;
    }

    .sm-team {
        font-size: 12px;
        max-width: 88px;
    }

    .sm-team img {
        width: 18px;
        height: 18px;
    }

    .sm-status {
        font-size: 10px;
        padding: 2px 5px;
    }

    .seo-matrix-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .seo-v2-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .seo-media-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .matrix-ul li a {
        -webkit-line-clamp: 2;
    }

    .guess-like-list {
        gap: 6px;
    }

    .guess-like-list li {
        padding: 8px 10px !important;
    }

    .guess-like-list a {
        font-size: 13px;
    }

    .tag-cloud-dense {
        gap: 6px;
    }

    .tag-cloud-dense a {
        font-size: 12px;
        padding: 4px 9px;
    }

    .jzt-global-spider-net {
        margin: 8px;
        padding: 12px;
        width: calc(100% - 16px);
        box-sizing: border-box;
    }

    .gsn-body a {
        font-size: 12px;
        padding: 4px 8px;
    }
}
