body.admire-skin {
  background-color: #010d14;
  color: #66eeff;
  font-family: 'Share Tech Mono', monospace;
  text-shadow: 0 0 6px #66eeffaa;
  padding: 2em;
  max-width: 720px;
  margin: auto;
  border: 2px solid #66eeff55;
  box-shadow: 0 0 30px #00ccff40, inset 0 0 20px #66eeff20;
  animation: flickerBgAdmire 12s infinite alternate;
}

.admire-container h1 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #ffffff;
  text-shadow: 0 0 6px #00ffff, 0 0 12px #66eeff;
}

.intro {
  font-style: italic;
  margin-bottom: 2em;
  color: #99f2ff;
  text-align: center;
}

.admire-entry {
  border-top: 1px dashed #99f2ff88;
  padding-top: 1em;
  margin-bottom: 2em;
  position: relative;
}

.admire-entry h2 {
  font-size: 1.4em;
  color: #ffffff;
  text-shadow: 0 0 4px #00eeff, 0 0 8px #66eeff;
  letter-spacing: 0.05em;
}

.admire-entry p {
  color: #c0f9ff;
  line-height: 1.6;
  margin-top: 0.5em;
}

.glowtalk {
  border-left: 5px solid #00ccff;
  padding-left: 1em;
  background: rgba(0, 200, 255, 0.05);
  animation: pulseGlow 4s infinite alternate;
  font-style: italic;
}

.footer-bless {
  margin-top: 4em;
  text-align: center;
  color: #66eeff;
  font-size: 0.95em;
  border-top: 1px solid #66eeff55;
  padding-top: 1em;
  text-shadow: none;
  font-style: italic;
}

.admire-entry h2:hover::after {
  content: attr(data-note);
  display: block;
  font-size: 0.9em;
  color: #bbfaff;
  text-shadow: 0 0 4px #99f2ff;
  margin-top: 0.3em;
  animation: shimmerFlicker 2s infinite;
}


@keyframes pulseGlow {
  from { box-shadow: inset 0 0 10px #00ccff40; }
  to   { box-shadow: inset 0 0 30px #66eeff80; }
}

@keyframes flickerBgAdmire {
  0% { background-color: #010d14; }
  100% { background-color: #04121c; }
}

@keyframes shimmerFlicker {
  0%   { opacity: 1; }
  50%  { opacity: 0.4; }
  100% { opacity: 1; }
}

.footer-bless a {
  color: #66eeff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.3s ease-in-out;
}

.footer-bless a:hover {
  color: #ffffff;
  text-shadow: 0 0 10px #99f2ff, 0 0 15px #66eeff;
}

.footer-bless a:visited {
  color: #66eeff;
}

a {
  color: #66eeff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  text-shadow: 0 0 4px #66eeff, 0 0 8px #00ccff;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #ffffff;
  text-shadow:
    0 0 6px #99f2ff,
    0 0 12px #00ffff,
    0 0 20px #66eeff;
  border-bottom-color: transparent;
}
