:root{
  --aa-bg: linear-gradient(135deg,#0f172a,#1e293b);
  --aa-bg-hover: linear-gradient(135deg,#0b1221,#151e2d);
  --aa-ring: 0 0 0 3px rgba(59,130,246,.35);
}
.armory-atlas-cta,
.armoryatlas-cta{
  display:inline-block;
  vertical-align:middle;
}
.armory-atlas-button,
.armoryatlas-link{
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.7rem 1rem; border-radius:.6rem; text-decoration:none;
  font-weight:600; letter-spacing:.2px; transition:all .2s ease;
  background:var(--aa-bg); color:#fff !important; border:0;
  box-shadow: 0 6px 14px rgba(2,6,23,.2), inset 0 1px 0 rgba(255,255,255,.06);
}
.armoryatlas-button-content,
.armory-atlas-button-content{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
}
.armoryatlas-icon-wrap,
.armory-atlas-icon-wrap{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.armory-atlas-button:hover,
.armoryatlas-link:hover{ background:var(--aa-bg-hover); transform: translateY(-1px); box-shadow: 0 8px 18px rgba(2,6,23,.28), inset 0 1px 0 rgba(255,255,255,.08); }
.armory-atlas-button:active,
.armoryatlas-link:active{ transform: translateY(0); }
.armory-atlas-button:focus,
.armoryatlas-link:focus{ outline:none; box-shadow: var(--aa-ring); }
.armory-atlas-icon,
.armoryatlas-icon{
  width:20px;
  height:20px;
  display:block;
  filter: drop-shadow(0 1px 0 rgba(255,255,255,.15));
}
.armory-atlas-text,
.armoryatlas-label{
  line-height:1;
}
.aa-note{ display:block; opacity:.7; margin-top:.35rem; font-size:.875rem; }
