/* AV_PHASE16_FINAL_CORE_POLISH_V1 */
:root{
  --nesture-bg:#020617;
  --nesture-panel:rgba(15,23,42,.92);
  --nesture-panel-2:rgba(2,6,23,.72);
  --nesture-border:rgba(148,163,184,.18);
  --nesture-text:#e5e7eb;
  --nesture-muted:#94a3b8;
  --nesture-blue:#38bdf8;
  --nesture-green:#22c55e;
}
body{
  background:
    radial-gradient(circle at top left, rgba(56,189,248,.12), transparent 28rem),
    radial-gradient(circle at top right, rgba(34,197,94,.09), transparent 24rem),
    var(--nesture-bg) !important;
}
a{transition:.18s ease}
button{transition:.18s ease}
.av-phase16-ribbon{
  max-width:1180px;
  margin:14px auto;
  border:1px solid var(--nesture-border);
  background:linear-gradient(90deg, rgba(14,165,233,.14), rgba(34,197,94,.10));
  color:var(--nesture-text);
  border-radius:18px;
  padding:12px 14px;
  font-family:Inter,system-ui,Segoe UI,sans-serif;
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}
.av-phase16-ribbon strong{font-size:14px}
.av-phase16-ribbon span{color:var(--nesture-muted);font-size:13px}
.av-phase16-pill{
  border:1px solid rgba(34,197,94,.28);
  background:rgba(34,197,94,.10);
  color:#bbf7d0;
  border-radius:999px;
  padding:6px 10px;
  font-size:12px;
  font-weight:800;
}
