/* —— Lucide icons (lucide-static@1.25.0) —— */
.ap-icon {
  display: inline-block;
  flex: 0 0 auto;
  vertical-align: -0.125em;
  color: currentColor;
  pointer-events: none;
}

.ap-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.auth-success-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e8f7ee;
  color: var(--ok);
}

.auth-success-icon .ap-icon {
  width: 22px;
  height: 22px;
}

.proof-item .ap-icon {
  width: 22px;
  height: 22px;
  color: var(--ink-soft);
  flex-shrink: 0;
}

.auth-password-toggle .ap-icon {
  width: 18px;
  height: 18px;
}

.header-actions .ap-icon,
.search-toggle .ap-icon {
  width: 18px;
  height: 18px;
}

.nav-toggle .ap-icon {
  width: 22px;
  height: 22px;
}
