/* Finaforte Access Gate — vergrendelde staat styling */

.ff-access-badge {
  position: fixed;
  bottom: 12px;
  right: 12px;
  background: #00A2AA;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 9999;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  font-family: system-ui, -apple-system, sans-serif;
}

.ff-access-badge.expired {
  background: #c53030;
}
