/*! fp-shell.css v17a20cd1 */
/* Generated: 2026-04-21 02:15:07 */
/* Domain: zhs-brand-milansports.com */
/* Cross-browser compatibility */
/* SEO optimized structure */
/* Accessibility compliant */

.css_dee425 {
    /* Random class for 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）：位于 </main> 与 <footer> 之间 */
.tsl-ft-friends-wrap {
    box-sizing: border-box;
    width: 100%;
    background: linear-gradient(to bottom, rgba(14, 17, 21, 0.98), #0e1115);
    border-top: 1px solid rgba(33, 202, 103, 0.22);
    color: #94a3b8;
}
.tsl-ft-friends-wrap *,
.tsl-ft-friends-wrap *::before,
.tsl-ft-friends-wrap *::after {
    box-sizing: border-box;
}
.tsl-ft-friends-inner {
    max-width: 72rem;
    margin: 0 auto;
    padding: 1.35rem 1rem 1.25rem;
}
@media (min-width: 640px) {
    .tsl-ft-friends-inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1.5rem;
        padding-bottom: 1.35rem;
    }
}
.tsl-ft-friends-title {
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(33, 202, 103, 0.95);
    margin: 0 0 0.65rem;
}
@media (min-width: 768px) {
    .tsl-ft-friends-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.5rem 1.25rem;
    }
    .tsl-ft-friends-title {
        margin: 0;
        flex-shrink: 0;
    }
}
.tsl-ft-friends-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    min-width: 0;
}
.tsl-ft-friends-list li {
    margin: 0;
}
.tsl-ft-friends-list a {
    color: #94a3b8;
    font-size: 0.8125rem;
    text-decoration: none;
    transition: color 0.15s ease;
}
.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;
    }
}
