/* mlt08 - 群青 主题 | 米兰体育 站群模板 | 搜狗AI搜索优化 */
:root {
    --mlt-primary: #5B5FD9;
    --mlt-primary-dark: #1E3A8A;
    --mlt-gold: #FFD700;
    --mlt-gold2: #D4AF37;
    --mlt-bg: #03080F;
    --mlt-sub-bg: #0A1322;
    --mlt-card-bg: #10182A;
    --mlt-text: #FFFFFF;
    --mlt-text2: #B0C0D8;
    --mlt-border: rgba(255,215,0,0.25);
    --mlt-grad-gold: linear-gradient(135deg, #FFD700 0%, #D4AF37 50%, #B8860B 100%);
    --mlt-grad-dark: linear-gradient(135deg, #1E3A8A 0%, #5B5FD9 100%);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: "PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",system-ui,-apple-system,sans-serif; color: var(--mlt-text); background: var(--mlt-bg); line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: var(--mlt-gold); text-decoration: none; transition: all .3s; }
a:hover { color: var(--mlt-gold2); }
.mlt-header { background: rgba(0,0,0,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--mlt-border); position: sticky; top: 0; z-index: 999; }
.mlt-header .navbar { padding: 14px 0; }
.mlt-header .logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.mlt-header .logo-icon { width: 42px; height: 42px; background: var(--mlt-grad-gold); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #1a1a1a; font-size: 1.3rem; font-weight: 900; box-shadow: 0 0 20px rgba(255,215,0,0.35); }
.mlt-header .logo-text { font-size: 1.3rem; font-weight: 800; background: var(--mlt-grad-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: 2px; }
.mlt-header .navbar-nav .nav-link { color: rgba(255,255,255,0.85)!important; font-size: .92rem; font-weight: 500; padding: 8px 16px!important; }
.mlt-header .navbar-nav .nav-link:hover { color: var(--mlt-gold)!important; }
.mlt-header .navbar-nav .nav-link.mlt-cta { background: var(--mlt-grad-gold); color: #1a1a1a!important; border-radius: 6px; font-weight: 700; padding: 8px 20px!important; box-shadow: 0 0 15px rgba(255,215,0,0.3); }
.mlt-header .navbar-nav .nav-link.mlt-cta:hover { color: #000!important; transform: translateY(-2px); }
.mlt-breadcrumb { background: var(--mlt-sub-bg); padding: 12px 0; font-size: .85rem; color: var(--mlt-text2); border-bottom: 1px solid var(--mlt-border); }
.mlt-breadcrumb a { color: var(--mlt-text2); } .mlt-breadcrumb a:hover { color: var(--mlt-gold); } .mlt-breadcrumb .sep { margin: 0 8px; opacity: .5; } .mlt-breadcrumb .current { color: var(--mlt-gold); }
.mlt-hero { position: relative; padding: 80px 0 60px; overflow: hidden; background: var(--mlt-grad-dark); }
.mlt-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--mlt-gold), transparent); }
.mlt-hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center top, rgba(255,215,0,0.12) 0%, transparent 60%); }
.mlt-hero-content { position: relative; z-index: 2; }
.mlt-hero h1 { font-size: 2.8rem; font-weight: 900; color: #fff; letter-spacing: 2px; line-height: 1.2; margin-bottom: 16px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
.mlt-hero h1 .mlt-accent { background: var(--mlt-grad-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.mlt-hero .mlt-sub { font-size: 1.1rem; color: rgba(255,255,255,0.85); margin-bottom: 24px; line-height: 1.9; }
.mlt-hero .mlt-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.mlt-hero .mlt-tag { padding: 6px 14px; background: rgba(255,215,0,0.1); border: 1px solid rgba(255,215,0,0.3); color: var(--mlt-gold); font-size: .85rem; font-weight: 600; border-radius: 20px; }
.mlt-btn-hero { display: inline-block; padding: 14px 32px; background: var(--mlt-grad-gold); color: #1a1a1a; font-weight: 800; border-radius: 8px; font-size: 1rem; letter-spacing: 1px; transition: all .3s; box-shadow: 0 0 25px rgba(255,215,0,0.3); margin-right: 12px; }
.mlt-btn-hero:hover { color: #000; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(255,215,0,0.5); }
.mlt-btn-outline { display: inline-block; padding: 14px 32px; background: transparent; color: var(--mlt-gold); font-weight: 700; border-radius: 8px; font-size: 1rem; border: 2px solid var(--mlt-gold); transition: all .3s; }
.mlt-btn-outline:hover { background: var(--mlt-gold); color: #1a1a1a; }
.mlt-section { padding: 70px 0; position: relative; } .mlt-section.alt { background: var(--mlt-sub-bg); }
.mlt-section-title { text-align: center; margin-bottom: 12px; }
.mlt-section-title h2 { font-size: 2.1rem; font-weight: 800; color: #fff; letter-spacing: 2px; margin-bottom: 8px; }
.mlt-section-title h2 .mlt-accent { background: var(--mlt-grad-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.mlt-section-title p { color: var(--mlt-text2); font-size: 1rem; }
.mlt-section::after { content: ''; display: block; width: 60px; height: 3px; background: var(--mlt-grad-gold); margin: 18px auto 0; border-radius: 2px; }
.mlt-marquee { background: linear-gradient(90deg, var(--mlt-primary-dark), var(--mlt-primary), var(--mlt-primary-dark)); border-top: 1px solid var(--mlt-border); border-bottom: 1px solid var(--mlt-border); padding: 14px 0; overflow: hidden; }
.mlt-marquee-track { display: flex; white-space: nowrap; animation: mlt-scroll 20s linear infinite; }
.mlt-marquee-track span { color: var(--mlt-gold); font-size: .95rem; font-weight: 600; letter-spacing: 2px; padding: 0 40px; }
.mlt-marquee-track i { color: #FF6B35; margin-right: 8px; }
@keyframes mlt-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.mlt-definition { padding: 60px 0; background: var(--mlt-sub-bg); border-top: 1px solid var(--mlt-border); border-bottom: 1px solid var(--mlt-border); }
.mlt-definition .container { max-width: 1000px; }
.mlt-definition-content { background: var(--mlt-card-bg); border-left: 4px solid var(--mlt-gold); border-radius: 12px; padding: 32px 36px; }
.mlt-definition-content h3 { color: var(--mlt-gold); font-size: 1.2rem; font-weight: 700; margin-bottom: 14px; letter-spacing: 1px; }
.mlt-definition-content p { color: var(--mlt-text); font-size: 1rem; line-height: 1.9; margin-bottom: 12px; }
.mlt-definition-content strong { color: var(--mlt-gold); font-weight: 700; }
.mlt-faq { padding: 70px 0; } .mlt-faq-list { max-width: 1000px; margin: 32px auto 0; }
.mlt-faq-item { background: var(--mlt-card-bg); border: 1px solid var(--mlt-border); border-radius: 12px; margin-bottom: 14px; overflow: hidden; transition: all .3s; }
.mlt-faq-item:hover { border-color: var(--mlt-gold); box-shadow: 0 8px 24px rgba(255,215,0,0.08); }
.mlt-faq-q { padding: 18px 24px; color: #fff; font-size: 1.05rem; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.mlt-faq-q::before { content: 'Q'; flex: 0 0 32px; width: 32px; height: 32px; background: var(--mlt-grad-gold); color: #1a1a1a; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; }
.mlt-faq-q .mlt-faq-toggle { color: var(--mlt-gold); font-size: 1.1rem; transition: transform .3s; }
.mlt-faq-item.open .mlt-faq-q .mlt-faq-toggle { transform: rotate(180deg); }
.mlt-faq-a { padding: 0 24px 20px 68px; color: var(--mlt-text2); font-size: .95rem; line-height: 1.9; display: none; }
.mlt-faq-item.open .mlt-faq-a { display: block; } .mlt-faq-a strong { color: var(--mlt-gold); }
.mlt-games { padding: 70px 0; background: var(--mlt-sub-bg); } .mlt-game-card { background: var(--mlt-card-bg); border: 1px solid var(--mlt-border); border-radius: 16px; padding: 28px 22px; text-align: center; transition: all .35s; height: 100%; }
.mlt-game-card:hover { transform: translateY(-6px); border-color: var(--mlt-gold); box-shadow: 0 20px 40px rgba(255,215,0,0.12); }
.mlt-game-icon { width: 70px; height: 70px; margin: 0 auto 18px; background: var(--mlt-grad-dark); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: var(--mlt-gold); font-size: 1.9rem; box-shadow: 0 0 20px rgba(255,215,0,0.2); }
.mlt-game-card h4 { color: #fff; font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.mlt-game-card p { color: var(--mlt-text2); font-size: .88rem; margin-bottom: 14px; }
.mlt-game-tag { display: inline-block; padding: 3px 10px; background: rgba(255,215,0,0.1); color: var(--mlt-gold); font-size: .72rem; border-radius: 4px; border: 1px solid rgba(255,215,0,0.2); margin: 2px; }
.mlt-stats { padding: 60px 0; background: var(--mlt-grad-dark); } .mlt-stats-item { text-align: center; padding: 20px; }
.mlt-stats-num { font-size: 2.6rem; font-weight: 900; background: var(--mlt-grad-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 4px; }
.mlt-stats-label { color: var(--mlt-text2); font-size: .9rem; letter-spacing: 2px; }
.mlt-features { padding: 70px 0; } .mlt-feature-card { background: var(--mlt-card-bg); border: 1px solid var(--mlt-border); border-radius: 14px; padding: 26px 22px; transition: all .3s; height: 100%; }
.mlt-feature-card:hover { border-color: var(--mlt-gold); transform: translateY(-4px); }
.mlt-feature-icon { width: 56px; height: 56px; background: var(--mlt-grad-dark); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--mlt-gold); font-size: 1.4rem; margin-bottom: 14px; }
.mlt-feature-card h4 { color: #fff; font-size: 1.02rem; font-weight: 700; margin-bottom: 8px; } .mlt-feature-card p { color: var(--mlt-text2); font-size: .88rem; margin: 0; }
.mlt-steps { padding: 70px 0; background: var(--mlt-sub-bg); } .mlt-step { text-align: center; padding: 20px; }
.mlt-step-num { width: 64px; height: 64px; margin: 0 auto 16px; background: var(--mlt-grad-gold); color: #1a1a1a; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; font-weight: 900; box-shadow: 0 0 25px rgba(255,215,0,0.3); }
.mlt-step h4 { color: #fff; font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; } .mlt-step p { color: var(--mlt-text2); font-size: .88rem; margin: 0; }
.mlt-news { padding: 70px 0; background: var(--mlt-sub-bg); } .mlt-news-list { max-width: 960px; margin: 0 auto; }
.mlt-news-item { display: flex; background: var(--mlt-card-bg); border-radius: 12px; border: 1px solid var(--mlt-border); margin-bottom: 16px; overflow: hidden; transition: all .3s; }
.mlt-news-item:hover { border-color: var(--mlt-gold); transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,0.3); }
.mlt-news-img { flex: 0 0 200px; background: var(--mlt-grad-dark); display: flex; align-items: center; justify-content: center; color: var(--mlt-gold); font-size: 2.5rem; }
.mlt-news-body { flex: 1; padding: 20px 24px; } .mlt-news-body h4 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; }
.mlt-news-body h4 a { color: #fff; } .mlt-news-body h4 a:hover { color: var(--mlt-gold); }
.mlt-news-body p { color: var(--mlt-text2); font-size: .88rem; margin-bottom: 12px; }
.mlt-news-meta { display: flex; gap: 14px; font-size: .78rem; color: var(--mlt-text2); flex-wrap: wrap; }
.mlt-news-meta .mlt-keyword { background: rgba(255,215,0,0.12); color: var(--mlt-gold); padding: 2px 10px; border-radius: 4px; font-weight: 600; }
.mlt-reviews { padding: 70px 0; } .mlt-review-card { background: var(--mlt-card-bg); border: 1px solid var(--mlt-border); border-radius: 14px; padding: 22px; height: 100%; transition: all .3s; }
.mlt-review-card:hover { border-color: var(--mlt-gold); transform: translateY(-4px); }
.mlt-review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.mlt-review-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--mlt-grad-gold); display: flex; align-items: center; justify-content: center; color: #1a1a1a; font-weight: 900; font-size: 1.05rem; }
.mlt-review-name { color: #fff; font-weight: 700; font-size: .92rem; } .mlt-review-from { color: var(--mlt-text2); font-size: .76rem; }
.mlt-review-stars { color: var(--mlt-gold); margin-bottom: 8px; font-size: .9rem; } .mlt-review-text { color: var(--mlt-text2); font-size: .88rem; line-height: 1.7; }
.mlt-download { padding: 80px 0; background: var(--mlt-grad-dark); text-align: center; } .mlt-download h2 { font-size: 2.2rem; font-weight: 900; color: #fff; margin-bottom: 12px; letter-spacing: 2px; }
.mlt-download h2 .mlt-accent { background: var(--mlt-grad-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.mlt-download p { color: var(--mlt-text2); font-size: 1.05rem; margin-bottom: 32px; }
.mlt-download-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.mlt-download-btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; background: var(--mlt-grad-gold); color: #1a1a1a; font-weight: 800; border-radius: 10px; font-size: 1rem; box-shadow: 0 0 25px rgba(255,215,0,0.3); transition: all .3s; }
.mlt-download-btn:hover { color: #000; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(255,215,0,0.5); }
.mlt-footer { background: #000; border-top: 1px solid var(--mlt-border); padding: 50px 0 24px; color: rgba(255,255,255,0.6); }
.mlt-footer .mlt-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 32px; }
.mlt-footer .mlt-brand .mlt-brand-text { font-size: 1.2rem; font-weight: 800; background: var(--mlt-grad-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 12px; letter-spacing: 1px; }
.mlt-footer h5 { color: var(--mlt-gold); font-size: .9rem; font-weight: 700; margin-bottom: 14px; letter-spacing: 1px; }
.mlt-footer ul { list-style: none; padding: 0; margin: 0; } .mlt-footer ul li { margin-bottom: 8px; }
.mlt-footer ul li a { color: rgba(255,255,255,0.6); font-size: .85rem; } .mlt-footer ul li a:hover { color: var(--mlt-gold); }
.mlt-footer .mlt-friendlinks { padding: 18px 0; border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); margin: 18px 0; font-size: .82rem; }
.mlt-footer .mlt-friendlinks a { color: rgba(255,255,255,0.5); margin-right: 12px; } .mlt-footer .mlt-friendlinks a:hover { color: var(--mlt-gold); }
.mlt-footer .mlt-copy { text-align: center; padding-top: 18px; font-size: .8rem; color: rgba(255,255,255,0.4); }
.mlt-footer .mlt-icp { text-align: center; font-size: .76rem; color: rgba(255,255,255,0.35); margin-top: 8px; }
.mlt-article { padding: 50px 0; } .mlt-article-body { background: var(--mlt-card-bg); border: 1px solid var(--mlt-border); border-radius: 14px; padding: 36px 40px; max-width: 900px; margin: 0 auto; }
.mlt-article-body h1 { font-size: 1.8rem; font-weight: 800; color: #fff; margin-bottom: 16px; line-height: 1.4; }
.mlt-article-body .mlt-article-meta { display: flex; gap: 14px; font-size: .85rem; color: var(--mlt-text2); margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--mlt-border); flex-wrap: wrap; }
.mlt-article-body .mlt-article-meta .mlt-keyword { background: rgba(255,215,0,0.12); color: var(--mlt-gold); padding: 2px 10px; border-radius: 4px; font-weight: 600; }
.mlt-article-body .mlt-article-content { line-height: 1.9; font-size: 16px; color: rgba(255,255,255,0.88); }
.mlt-article-body .mlt-article-content p { margin-bottom: 14px; }
.mlt-article-body .mlt-article-content h2 { font-size: 1.4rem; color: var(--mlt-gold); margin: 28px 0 12px; }
.mlt-pagination { text-align: center; margin: 30px 0; }
.mlt-pagination a, .mlt-pagination span { display: inline-block; padding: 8px 14px; margin: 0 4px; background: var(--mlt-card-bg); color: var(--mlt-text); border: 1px solid var(--mlt-border); border-radius: 6px; font-size: .9rem; }
.mlt-pagination a:hover { background: var(--mlt-gold); color: #1a1a1a; border-color: var(--mlt-gold); }
.mlt-tagcloud { display: flex; flex-wrap: wrap; gap: 10px; max-width: 900px; margin: 32px auto 0; justify-content: center; }
.mlt-tagcloud a { padding: 8px 18px; background: var(--mlt-card-bg); color: var(--mlt-gold); border: 1px solid var(--mlt-border); border-radius: 20px; font-size: .88rem; font-weight: 600; }
.mlt-tagcloud a:hover { background: var(--mlt-gold); color: #1a1a1a; border-color: var(--mlt-gold); }
.mlt-search-box { max-width: 700px; margin: 0 auto 32px; display: flex; gap: 8px; }
.mlt-search-box input { flex: 1; padding: 14px 18px; background: var(--mlt-card-bg); color: #fff; border: 1px solid var(--mlt-border); border-radius: 8px; font-size: 1rem; }
.mlt-search-box input:focus { outline: none; border-color: var(--mlt-gold); }
@media (max-width: 768px) {
    .mlt-hero h1 { font-size: 1.9rem; } .mlt-section-title h2 { font-size: 1.5rem; }
    .mlt-section { padding: 50px 0; } .mlt-footer .mlt-footer-grid { grid-template-columns: 1fr 1fr; }
    .mlt-news-item { flex-direction: column; } .mlt-news-img { flex: 0 0 160px; } .mlt-stats-num { font-size: 2rem; }
    .mlt-article-body { padding: 24px 20px; } .mlt-article-body h1 { font-size: 1.4rem; }
}
