body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #0f172a;
  color: #e2e8f0;
  padding: 2rem;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

header {
  text-align: center;
  margin-bottom: 3rem;
}

header .logo {
  max-width: 200px;
  height: auto;
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease;
}

header .logo:hover {
  transform: scale(1.05);
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

header p {
  font-size: 1.2rem;
  color: #94a3b8;
  margin-bottom: 2rem;
}

#fake-apply {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 9999px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#fake-apply:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(102, 126, 234, 0.4);
}

#fake-apply:active {
  transform: translateY(0);
}

main {
  max-width: 600px;
  text-align: center;
}

section p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #cbd5e1;
}

.hint {
  font-style: italic;
  color: #64748b;
  font-size: 0.95rem;
}

footer {
  margin-top: 4rem;
  text-align: center;
  color: #475569;
  font-size: 0.9rem;
}

footer .footer-logo {
  max-width: 80px;
  height: auto;
  margin-bottom: 0.5rem;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

footer .footer-logo:hover {
  opacity: 1;
}

footer p {
  margin: 0;
}

/* Fragment 01: Decode the string below (tildes are the hint) */
/* This will tell you where to go next */
.entry-hidden::after {
  content: "<~;gB\\=Kq!p&F*WgqC2bC8)C$~>";
  display: none;
}

.entry-hidden {
  color: #667eea;
  font-style: italic;
  font-size: 0.9em;
}

.hidden-rot13 {
  content: "vtab";
}
