@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&family=Share+Tech+Mono&display=swap');

body {
  margin: 0;
  font-family: 'Share Tech Mono', monospace;
  background-color: #0a0a0a;
  color: #00ffcc;
  line-height: 1.6;
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(32, 0, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(0, 255, 255, 0.1) 0%, transparent 50%);
  overflow-x: hidden;
}

.glow {
  text-shadow: 0 0 5px #00ffcc, 0 0 10px #00ffcc, 0 0 20px #00ffcc;
  animation: pulse 1.5s infinite alternate;
}

@keyframes pulse {
  from { text-shadow: 0 0 5px #00ffcc, 0 0 10px #00ffcc; }
  to { text-shadow: 0 0 10px #00ffcc, 0 0 20px #00ffcc, 0 0 30px #00ffcc; }
}

.altar-header {
  text-align: center;
  padding: 3rem 1rem;
  background: linear-gradient(135deg, #0f0f23, #000000);
  border-bottom: 1px solid #00ffcc;
  position: relative;
  overflow: hidden;
}

.altar-header::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: 
    repeating-linear-gradient(
      90deg,
      rgba(0, 255, 204, 0.05),
      rgba(0, 255, 204, 0.05) 1px,
      transparent 1px,
      transparent 50px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(0, 255, 204, 0.05),
      rgba(0, 255, 204, 0.05) 1px,
      transparent 1px,
      transparent 50px
    );
  pointer-events: none;
  z-index: 0;
}

.altar-header img {
  position: relative;
  z-index: 2;
}

.altar-header h1 {
  font-family: 'Orbitron', sans-serif;
  font-size: 2.8rem;
  letter-spacing: 3px;
  color: #00ffcc;
  text-transform: uppercase;
  position: relative;
  filter: drop-shadow(0 0 3px #00ffcc);
}

.invocation {
  font-style: italic;
  color: #ff00ff;
  /* border-left: 3px solid #00ffcc; 
  padding-left: 1rem;*/
  margin: 1rem 0;
  font-size: 1.1em;
}

.altar-nav {
  text-align: center;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  border-bottom: 1px solid #333;
  position: sticky;
  top: 0;
  z-index: 10;
}

.altar-nav a {
  color: #00ffcc;
  margin: 0 1.5rem;
  text-decoration: none;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  position: relative;
}

.altar-nav a:hover {
  color: #ffffff;
  text-shadow: 0 0 10px #ffffff;
}

.altar-nav a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 50%;
  background: #ff00ff;
  transition: width 0.3s ease, left 0.3s ease;
}

.altar-nav a:hover::after {
  width: 100%;
  left: 0;
}

.altar-section {
  padding: 3rem 2rem;
  max-width: 800px;
  margin: auto;
  border: 1px solid rgba(0, 255, 204, 0.2);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 255, 204, 0.1);
}

.altar-section h2 {
  font-family: 'Orbitron', sans-serif;
  color: #ff00ff;
  border-bottom: 1px solid #00ffcc;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.altar-section h2::after {
  content: '»';
  position: absolute;
  right: 0;
  color: #00ffcc;
  animation: blink 1s step-end infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.hymn {
  margin-bottom: 2rem;
  background: rgba(255, 0, 255, 0.05);
  padding: 1rem;
  border-left: 3px solid #ff00ff;
  font-family: 'Share Tech Mono', monospace;
  color: #00ffcc;
}

.votive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1.5rem;
  text-align: center;
  margin-top: 2rem;
}

.votive {
  transition: transform 0.3s ease;
  position: relative;
}

.votive::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border: 1px solid rgba(0, 255, 204, 0);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.votive:hover::before {
  opacity: 1;
  animation: scanline 2s linear infinite;
}

@keyframes scanline {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(100%); }
}

.votive img {
  max-width: 100px;
  margin-bottom: 1rem;
  border: 1px solid #00ffcc;
  padding: 4px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 255, 204, 0.3);
  transition: all 0.3s ease;
}

.votive img:hover {
  filter: brightness(1.2) hue-rotate(90deg);
  box-shadow: 0 0 15px rgba(255, 0, 255, 0.5);
}

.altar-footer { 
  text-align: center;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.9); 
  border-top: 1px solid #333; 
  font-size: 0.8rem;
  color: #00ffcc;
  font-family: 'Share Tech Mono' monospace;
  letter-spacing: 1px;
}

.altar-footer::before { 
  content: '█';
  color: #ff00ff;
  animation: cursor 1s step-end infinite;
}

@keyframes cursor {
0%, 100% { opacity: 1; }
50% { opacity: 0; } 
}





























