.pf-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pf-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  padding: 8px 16px;
  background: #0066ff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0 0 8px 0;
  text-decoration: none;
}

.pf-skip-link:focus {
  left: 0;
}

#pf-boot {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  gap: 12px;
  font-family: Inter, system-ui, sans-serif;
}

#pf-boot-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #1a2233;
}

#pf-boot-logo svg {
  width: 24px;
  height: 24px;
  color: #0066ff;
}

#pf-boot-spin {
  width: 20px;
  height: 20px;
  border: 3px solid #e2e8f0;
  border-top-color: #0066ff;
  border-radius: 50%;
  animation: pf-spin 0.7s linear infinite;
}

@keyframes pf-spin {
  to { transform: rotate(360deg); }
}
