/* Virtex Market — иконки */

.bob-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  vertical-align: middle;
  color: inherit;
  stroke: currentColor;
  fill: none;
}

.icon use {
  width: 100%;
  height: 100%;
}

.icon--sm {
  width: 1rem;
  height: 1rem;
}

.icon--lg {
  width: 1.35rem;
  height: 1.35rem;
}

.icon--xl {
  width: 1.5rem;
  height: 1.5rem;
}

.icon--logo {
  width: 1.35rem;
  height: 1.35rem;
  color: var(--ink, #1a1510);
}

.logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.logo-mark .virtex-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bento-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.65rem;
  border: 2px solid var(--ink, #1a1510);
  border-radius: var(--radius, 3px);
  background: var(--bg-paper-dim, #e6ddd0);
  color: var(--stamp, #c62828);
}

.bento-card--hero .bento-icon {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--ink-on-accent, #f5f5f5);
}

.persona-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 0 0.75rem;
  border: 2px solid var(--virt, #c62828);
  border-radius: var(--radius, 3px);
  color: var(--virt, #c62828);
}

.stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.5rem;
  border: 1px solid var(--border-paper, rgba(26, 21, 16, 0.14));
  border-radius: var(--radius, 3px);
  color: var(--stamp, #c62828);
}

.trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.35rem;
  border: 1px solid var(--stock, #3d8f5c);
  border-radius: var(--radius, 3px);
  color: var(--stock, #3d8f5c);
  vertical-align: -0.15em;
}

.trust-icon .icon {
  width: 0.7rem;
  height: 0.7rem;
}

.icon--filled,
.icon.icon--filled {
  fill: currentColor;
  stroke: none;
}

.icon--filled use {
  fill: currentColor;
}

.eyebrow-icon {
  display: inline-flex;
  color: var(--tg, #3d9fd4);
}

.eyebrow-icon .icon--filled,
.btn .icon--filled {
  color: var(--tg, #2aabee);
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.section-tag .icon {
  width: 0.8rem;
  height: 0.8rem;
  color: var(--virt-bright, #e53935);
}

.btn .icon {
  width: 1rem;
  height: 1rem;
}

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid var(--ink, #1a1510);
  border-radius: var(--radius, 3px);
  background: var(--bg-paper-dim, #e6ddd0);
  color: var(--stamp, #c62828);
  grid-row: span 2;
  align-self: center;
}

.server-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.3rem;
  border: 1px solid var(--border-paper);
  border-radius: var(--radius, 3px);
  color: var(--stamp, #c62828);
  vertical-align: middle;
}

.server-project {
  display: inline-flex;
  align-items: center;
}

.server-card-icon--cta {
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 0 0.5rem;
  border: 2px dashed var(--border);
  color: var(--virt, #e60000);
  background: transparent;
}

.hero-card-title .icon {
  color: var(--stamp, #c62828);
}

[data-icon]:empty {
  display: inline-block;
  min-width: 1.25rem;
  min-height: 1.25rem;
}

.persona-icon svg {
  width: 1.65rem;
  height: 1.65rem;
}
