/* Company website base styles - loaded via layout.js <link> to prevent FOUC */

/* Base loading styles */
@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Prevent layout shift */
body {
  min-height: 100vh;
  background: #f9fafb;
}

/* Header full-width layout */
.company-header {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.company-header > div {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 1rem !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
