/* V70.7 Public Signal Feed */
.v707-shell{
  max-width:1180px;
  margin:28px auto;
  padding:22px;
  border:1px solid #d9e7fb;
  border-radius:26px;
  background:linear-gradient(135deg,#ffffff,#eef6ff);
  box-shadow:0 16px 44px rgba(15,60,120,.10);
  font-family:Inter,Arial,sans-serif;
}
.v707-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
}
.v707-head h2{
  margin:0 0 6px;
  color:#061b49;
  font-size:28px;
  font-weight:950;
  letter-spacing:-.03em;
}
.v707-head p{
  margin:0;
  color:#526b92;
  font-weight:700;
  line-height:1.45;
}
.v707-head a{
  white-space:nowrap;
  text-decoration:none;
  background:#1464f6;
  color:#fff;
  padding:12px 15px;
  border-radius:14px;
  font-weight:950;
}
.v707-cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.v707-card{
  background:#fff;
  border:1px solid #d9e7fb;
  border-radius:20px;
  padding:16px;
}
.v707-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.v707-top strong{
  font-size:24px;
  color:#061b49;
  letter-spacing:-.03em;
}
.v707-pill{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:6px 10px;
  font-size:12px;
  font-weight:950;
}
.v707-buy{background:#e8f8ee;color:#087a3b}
.v707-watch{background:#fff4de;color:#a35a00}
.v707-card p{
  color:#526b92;
  font-weight:700;
  line-height:1.45;
  min-height:42px;
}
.v707-tags{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  margin:10px 0;
}
.v707-tags span{
  background:#eef4ff;
  color:#16315c;
  padding:6px 8px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
}
.v707-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.v707-grid div{
  background:#f7fbff;
  border:1px solid #e1ecfb;
  border-radius:14px;
  padding:9px;
}
.v707-grid span{
  display:block;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#63799d;
  font-weight:900;
}
.v707-grid b{
  color:#061b49;
}
@media(max-width:900px){
  .v707-cards{grid-template-columns:1fr}
  .v707-head{flex-direction:column}
}
