/* Base styles */
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: #f8f8f8;
  font-family: monospace;
  position: relative;
  overflow-x: hidden;
}

/* Disambiguation styling */
.disambiguation-footnote {
  font-size: 0.85em;
  color: #666;
  margin-top: 1em;
  opacity: 0.8;
  text-align: center;
}

/* Screen reader only - visually hidden but accessible */
.sr-only {
  position: absolute !important;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Fractal background */
.fractal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  opacity: 0.015;
}

.container {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

/* Centered headings */
h1, h2 {
  text-align: center;
}

/* Symbol positioning */
.init-text {
  font-family: Georgia, serif;
  font-size: 42px;
  color: #333;
  letter-spacing: 1px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  margin-top: 200px;
  margin-bottom: 100px;
  text-align: center;
}

body:not(.homepage) .init-text {
  margin-bottom: 60px;
}