:root {
    --x_ad46ff: #070b15;
    --x_753c9b: #0f172a;
    --x_6895be: #111c30;
    --x_d70c66: #ffffff;
    --x_1e54bc: #00ff87;
    --x_b60be8: #10b981;
    --x_1aafc5: #f8fafc;
    --x_51b462: #64748b;
    --x_031284: #1e293b;
    --x_5f19eb: 6px;
    --x_8b0697: 4px;
    --x_8ea0f8: 0 0 15px rgba(0, 255, 135, 0.02);
    --x_025a9c: 0 0 25px rgba(0, 255, 135, 0.15);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: Inter, system-ui, -apple-system, sans-serif;
    background: var(--x_ad46ff);
    color: var(--x_1aafc5);
    line-height: 1.6;
    background-image: radial-gradient(circle at 50% 0%, #111e36 0%, #070b15 70%);
    -webkit-font-smoothing: antialiased;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

header {
    background: var(--x_6895be);
    color: var(--x_d70c66);
    padding: 16px 0;
    border-bottom: 1px solid var(--x_031284);
}

.x_e62991 { display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 20px; font-weight: 800; display: flex; align-items: center; gap: 10px; letter-spacing: 0.5px; }
.logo i { color: var(--x_1e54bc); text-shadow: 0 0 10px var(--x_1e54bc); }

.x_a11b32 {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid var(--x_031284);
    padding: 24px;
    border-radius: var(--x_5f19eb);
    margin: 25px 0 35px;
    backdrop-filter: blur(10px);
}
.x_7c187e { font-size: 13px; color: #94a3b8; line-height: 1.7; text-align: justify; }

.x_d2a77d {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--x_031284);
}

.x_d2a77d h1, .x_d2a77d h2, .x_d2a77d h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--x_1aafc5);
    display: flex;
    align-items: center;
    gap: 8px;
}
.x_d2a77d h1 i, .x_d2a77d h2 i, .x_d2a77d h3 i { color: var(--x_1e54bc); }

.x_da50cf {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 16px;
}

.x_33ad46 {
    background: var(--x_753c9b);
    border-radius: var(--x_5f19eb);
    padding: 20px;
    box-shadow: var(--x_8ea0f8);
    border: 1px solid var(--x_031284);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.x_33ad46:hover {
    transform: translateY(-3px);
    box-shadow: var(--x_025a9c);
    border-color: var(--x_1e54bc);
}

.x_7456aa {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: var(--x_51b462);
    font-weight: 700;
    margin-bottom: 14px;
}
.hot-badge { color: #f43f5e !important; }

/* 🟢 【赛事核心重组】：转为完美的左中右横向排版布局 */
.x_2345fb { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 8px 0;
}
.x_a5cb41 { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    flex: 1; 
    min-width: 0; 
}
.x_ffa168 { 
    font-size: 13px; 
    font-weight: 600; 
    color: #cbd5e1; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    width: 100%; 
    text-align: center;
}
.x_cff06b { 
    font-size: 22px; 
    font-weight: 800; 
    color: var(--x_1e54bc); 
    margin-top: 6px;
    font-family: monospace;
}
.x_a35df6 { 
    display: block !important; 
    font-size: 14px; 
    font-weight: 700; 
    color: var(--x_51b462); 
    margin: 0 14px; 
    padding-bottom: 24px;
}

.x_1d177f {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--x_031284);
    font-size: 11px;
    color: var(--x_51b462);
}
.x_2b7f1f { background: rgba(16, 185, 129, 0.1); color: var(--x_b60be8); padding: 2px 6px; border-radius: 3px; font-weight: bold; }

.x_c73037 { margin-top: 16px; }
.x_6edc22 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1e293b;
    color: #f8fafc;
    text-decoration: none;
    padding: 10px;
    border-radius: var(--x_8b0697);
    font-size: 13px;
    font-weight: 700;
}
.x_33ad46:hover .x_6edc22 { background: var(--x_b60be8); color: #070b15; }

.x_30a1a3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 16px;
}

/* 🟢 【资讯核心重组】：左边精美缩略图，右边上下双行文字 */
.x_b83f3e {
    background: var(--x_753c9b);
    border-radius: var(--x_5f19eb);
    border: 1px solid var(--x_031284);
    padding: 12px;
    display: flex;
    gap: 14px;
    align-items: center;
    transition: all 0.2s ease;
    cursor: pointer;
}
.x_b83f3e:hover { border-color: var(--x_b60be8); background: #1e293b; }

.x_4a3a93 { 
    display: block !important; 
    width: 100px; 
    height: 68px; 
    flex-shrink: 0; 
    border-radius: 4px; 
    overflow: hidden; 
}
.x_4a3a93 img { width: 100%; height: 100%; object-fit: cover; }

.x_198ce1 { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: space-between; height: 68px; padding: 2px 0; }
.x_67793a { font-size: 13px; font-weight: 600; color: #cbd5e1; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.x_180ad9 { font-size: 11px; color: var(--x_51b462); display: flex; justify-content: space-between; }

.x_912437 { display: flex; flex-wrap: wrap; gap: 10px; }
.x_b1bfa9 {
    background: rgba(15, 23, 42, 0.4);
    border: 1px solid var(--x_031284);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    color: #94a3b8;
    text-decoration: none;
}
.x_b1bfa9:hover { background: rgba(0, 255, 135, 0.1); border-color: var(--x_1e54bc); color: var(--x_1e54bc); }

footer {
    background: #090f1d;
    color: var(--x_51b462);
    text-align: center;
    padding: 35px 20px;
    margin-top: 60px;
    border-top: 1px solid var(--x_031284);
    font-size: 13px;
}
@media (max-width: 768px) { .x_da50cf, .x_30a1a3 { grid-template-columns: 1fr; } }