/* ===== News Skin: alpha-news ===== */

/* 导航配色 */
.uxv-alpha-news .header{background:linear-gradient(90deg,#0B57D0,#06B6D4)}

/* 顶部按钮单行小尺寸 */
.uxv-alpha-news .topbar .auth a,
.uxv-alpha-news .topbar .app-link{
  padding:4px 10px;font-size:12px;line-height:1;white-space:nowrap;border-radius:999px;background:#0B57D0;color:#fff;
}
.uxv-alpha-news .topbar .auth a + a{background:transparent;border:1px solid #0B57D0;color:#0B57D0}
@media (max-width:420px){
  .uxv-alpha-news .topbar .auth a, .uxv-alpha-news .topbar .app-link{padding:3px 8px;font-size:11px}
}

/* 英雄位 + 轮播 */
.uxv-alpha-news .home-hero{margin:22px 0;border-radius:18px;overflow:hidden;position:relative}
.uxv-alpha-news .hero-slider{position:relative;height:48vw;max-height:440px;min-height:260px;background:#e9eef7}
.uxv-alpha-news .hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .5s ease}
.uxv-alpha-news .hero-slide.active{opacity:1}
.uxv-alpha-news .hero-slide img{width:100%;height:100%;object-fit:cover;display:block}
.uxv-alpha-news .hero-caption{position:absolute;left:20px;right:20px;bottom:18px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.55));color:#fff;padding:16px;border-radius:12px}
.uxv-alpha-news .hero-dots{position:absolute;left:0;right:0;bottom:10px;display:flex;gap:8px;justify-content:center}
.uxv-alpha-news .hero-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.6);cursor:pointer}
.uxv-alpha-news .hero-dot.active{background:#fff}

/* 首页与侧栏 */
.uxv-alpha-news .home-grid{display:grid;gap:18px}
.uxv-alpha-news .post-card{display:grid;background:#fff;border:1px solid #e6ecf5;border-radius:16px;overflow:hidden}
.uxv-alpha-news .post-card h3 a{color:#0f172a}
.uxv-alpha-news .post-card h3 a:hover{color:#0B57D0}
.uxv-alpha-news .post-card .meta{color:#6b7280;font-size:12px;padding:0 14px 12px}

.uxv-alpha-news .sidebar-rail{position:sticky;top:84px;align-self:start;display:grid;gap:16px}
.uxv-alpha-news .widget{background:#fff;border:1px solid #e6ecf5;border-radius:14px;padding:12px}
.uxv-alpha-news .widget h3{font-size:16px;margin:0 0 10px}
.uxv-alpha-news .widget--hot li, .uxv-alpha-news .widget--recommend li{display:grid;grid-template-columns:56px 1fr;gap:10px;align-items:center;margin:8px 0}
.uxv-alpha-news .widget--hot .thumb, .uxv-alpha-news .widget--recommend .thumb{width:56px;height:56px;background:#eef2f7;border-radius:8px;display:block}
.uxv-alpha-news .widget a{color:#0f172a}
.uxv-alpha-news .widget a:hover{color:#0B57D0}

/* 卡片比例 */
.uxv-__SLUG__ .post-card .thumb{aspect-ratio:1/1;height:auto}
.uxv-__SLUG__ .post-card .thumb img{width:100%;height:100%;object-fit:cover;display:block}

/* 底部版权居中 + 背景与对比色 */
.uxv-alpha-news .footer-bottom{justify-content:center;text-align:center}
.uxv-alpha-news .site-footer{background:#0F172A;border-top:1px solid rgba(255,255,255,.08);margin-top:32px}
.uxv-alpha-news .footer-columns{display:grid;gap:20px;grid-template-columns:2fr 1fr 1fr;padding:22px 0}
.uxv-alpha-news .footer-columns h3,
.uxv-alpha-news .footer-columns,
.uxv-alpha-news .footer-columns a{color:#fff}
@media(max-width:980px){.uxv-alpha-news .footer-columns{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.uxv-alpha-news .footer-columns{grid-template-columns:1fr}}

/* 首页布局 */
.uxv-__SLUG__ .home-grid{grid-template-columns:2fr 1fr 1fr} .uxv-__SLUG__ .post-card:first-child{grid-column:1/2;grid-row:1/3}