:root{--ink:#0b1020;--brand:#1d4ed8;--brand2:#60a5fa;--radius:14px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,"PingFang SC","Microsoft YaHei",sans-serif;color:#e5e7eb;background:#050816}img{display:block;max-width:100%}a{transition:.2s ease}.hero{background:radial-gradient(circle at 66% 18%,color-mix(in srgb,var(--brand2) 28%,transparent),transparent 30%),linear-gradient(146deg,var(--ink),#020617 84%)}.card{border:1px solid rgba(255,255,255,.09);border-radius:var(--radius);background:#0f172a;box-shadow:0 12px 34px rgba(0,0,0,.22)}.soft{background:#0b1220}.glass{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(14px)}.kicker{font-size:.76rem;font-weight:800;letter-spacing:.14em;color:var(--brand2)}.hero-img{width:100%;height:438px;object-fit:cover;object-position:center;border-radius:28px}.media{width:100%;height:245px;object-fit:cover;border-radius:20px}.thumb{width:100%;height:180px;object-fit:cover;border-radius:18px}.btn{display:inline-flex;padding:.9rem 1.25rem;border-radius:999px;font-weight:800}.btn-main{background:linear-gradient(135deg,var(--brand),var(--brand2));color:white}.score-row{display:grid;grid-template-columns:1.2fr auto 1.2fr;gap:12px;align-items:center}@media(max-width:768px){.hero-img{height:280px}.thumb{height:150px}}