/*! fp-shell.css v454e7059 */
/* Generated: 2026-04-20 04:35:53 */
/* Domain: cn-bot-9yousports.com */
/* Optimized for speed */
/* Enhanced functionality */
/* Improved user interaction */

.css_fc5f63 {
    /* Random class Cd5566982 fingerprint optimization */
    display: none;
}

/**
 * app/template_sportlive_landing — 轻量壳层样式锚点（与 header_body 内联关键规则对齐）
 */
:root {
    --slv-fp-shell: 1;
}

/* CDN 未扫到类名时的网格兜底（与 Tailwind 类叠加） */
.slv-adv-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}
@media (min-width: 640px) {
    .slv-adv-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .slv-adv-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.slv-trust-grid {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .slv-trust-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.slv-hero-h2 {
    background: linear-gradient(165deg, #f6a823 0%, #21ca67 72%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.slv-download-band {
    background: linear-gradient(
        90deg,
        rgba(246, 168, 35, 0.08) 0%,
        #0e1115 34%,
        #0e1115 66%,
        rgba(33, 202, 103, 0.08) 100%
    );
}
.slv-bottom-cta {
    background: linear-gradient(
        90deg,
        rgba(33, 202, 103, 0.08) 0%,
        #0e1115 35%,
        #0e1115 65%,
        rgba(33, 202, 103, 0.08) 100%
    );
}
.slv-adv-icon-tone-1 { background: rgba(33, 202, 103, 0.1) !important; }
.slv-adv-icon-tone-2 { background: rgba(48, 171, 232, 0.1) !important; }
.slv-adv-icon-tone-3 { background: rgba(246, 168, 35, 0.1) !important; }
.slv-adv-icon-tone-4 { background: rgba(33, 202, 103, 0.1) !important; }

/* 友情链接区块（FriendlyLinksHtmlBuilder + footer_body.json） */
.tsl-ft-friends {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.tsl-ft-friends-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(250, 250, 249, 0.9);
    margin: 0 0 0.5rem;
}
.tsl-ft-friends-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
.tsl-ft-friends-list a {
    color: rgba(250, 250, 249, 0.75);
    font-size: 0.8125rem;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.tsl-ft-friends-list a:hover {
    color: #21ca67;
}

/* 文章正文 h2/h3 锚点：固定顶栏下滚动预留 */
.article-prose [id^="article-h-"] {
    scroll-margin-top: 5rem;
}

/* 首页新闻网格（与 header内联样式一致，便于仅引用 fp-shell 的站点） */
.home-news-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}
/* ≥640px：固定三列，6 条新闻为两行三列 */
@media (min-width: 640px) {
    .home-news-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.home-news-grid > article {
    min-width: 0;
}
.home-news-thumb {
    position: relative;
    overflow: hidden;
    background: rgba(12, 10, 9, 0.6);
    aspect-ratio: 16 / 10;
    max-height: 8.5rem;
}
@media (min-width: 640px) {
    .home-news-thumb {
        aspect-ratio: auto;
        height: 6.75rem;
        max-height: 6.75rem;
    }
}
