:root{
  --bg: #05020a;
  --fg: #e9e6ff;
  --pink: #ff2bdc;
  --violet: #b86bff;
  --cyan: #00f5ff;
  --red: #ff2b2b;
  --panel: rgba(0,0,0,.55);
  --line: rgba(184,107,255,.55);
}

body{
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.7;
}

.artifact{
  max-width: 1100px;
  margin: 120px auto;
  padding: 0 20px;
  z-index: 1;
}

.artifact figure{
  margin: 0;
  position: relative;
  border: 1px solid rgba(0,245,255,.25);
  box-shadow:
    0 0 0 1px rgba(255,43,220,.08),
    0 0 40px rgba(0,245,255,.15);
}

.artifact img{
  width: 100%;
  display: block;
  filter:
    contrast(1.1)
    saturate(1.2);
    z-index: 1;
}

.artifact figcaption{
  padding: 14px 18px;
  background-color: black;
  font-size: 13px;
  letter-spacing: .5px;
  color: #e9e6ff;
  border-top: 1px solid rgba(184,107,255,.35);
}

.artifact .label{
  text-transform: uppercase;
  font-size: 11px;
}

.artifact .credit{
  color: #ff2bdc;
}

.vignette{
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9980;
  background: radial-gradient(circle at center, transparent 55%, rgba(0,0,0,.75) 100%);
}

.indexUp{
  width: 100%;
 margin: 24px auto 0;
 padding: 18px 18px;
background: #07b2f5;
background: radial-gradient(circle, rgba(7, 178, 245, 1) 0%, rgba(237, 83, 216, 1) 93%); border: 1px solid rgba(184,107,255,.35);
 box-shadow: 0 0 0 1px rgba(0,245,255,.08), 0 0 22px rgba(184,107,255,.18);
 backdrop-filter: blur(6px);
}

/* Cyberpunk headings */
h1, .first, .second, .third{
  letter-spacing: 1px;
  text-shadow:
    0 0 10px rgba(184,107,255,.45),
    0 0 22px rgba(255,43,220,.18);
}

.subtitle{
  color: var(--cyan);
  text-transform: uppercase;
}

/* Make the big mantra section consistent and responsive */
.first{
  position: absolute;
  margin-left: 40%;
    z-index: 9998;

}
.second{
  position: absolute;
  margin-left: 45%;
    margin-top:45px;
      z-index: 9998;

}
.third{
    position: absolute;
  margin-left: 50%;
  margin-top:70px;
  z-index: 9998;

}

.tup{
  z-index: 2;
}

.f{
  position: absolute;
  color:red;
  margin-left: 53%;
  margin-top: 99px;
    z-index: 9998;

}


.memo {
  width: min(900px, calc(100% - 32px));
  margin: 64px auto;
  border-radius: 18px;
  border: 1px solid rgba(0, 245, 255, 0.22);
  background: linear-gradient(180deg, rgba(10, 12, 18, 0.78), rgba(10, 12, 18, 0.45));
  box-shadow:
    0 0 0 1px rgba(255, 43, 220, 0.10),
    0 18px 55px rgba(0, 0, 0, 0.55),
    0 0 34px rgba(0, 245, 255, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
}

.memo__header {
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, rgba(0,245,255,.08), rgba(255,43,220,.06));
}

.memo__title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.memo__body {
  padding: 22px 22px 26px;
  line-height: 1.75;
  font-size: 1.02rem;
}

.memo__body p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.86);
}

.memo__divider {
  border: 0;
  height: 1px;
  margin: 18px 0;
  background: linear-gradient(90deg, transparent, rgba(0,245,255,.35), rgba(255,43,220,.25), transparent);
}

.memo__closing {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
}

/* Nice selection color */
.memo ::selection {
  background: rgba(0, 245, 255, 0.22);
}

/* Mobile tweaks */
@media (max-width: 480px) {
  .memo__body { font-size: 1rem; }
  .memo__header, .memo__body { padding-left: 16px; padding-right: 16px; }
}

/* Links */
a{
  color: black;
}
a:hover{
  color: var(--cyan);
}

/* Cyber audio toggle button */
.cyber-button{
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 66px;
  height: 66px;
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
  z-index: 9999;

  background: linear-gradient(180deg, rgba(0,0,0,.75), rgba(0,0,0,.35));
  border: 1px solid rgba(184,107,255,.75);

  box-shadow:
    0 0 10px rgba(184,107,255,.55),
    0 0 26px rgba(255,43,220,.20);

  backdrop-filter: blur(6px);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.cyber-button:hover{
  transform: translateY(-2px);
  border-color: rgba(0,245,255,.85);
  box-shadow:
    0 0 12px rgba(0,245,255,.55),
    0 0 30px rgba(255,43,220,.25);
}

.cyber-button::before{
  content:"";
  position:absolute;
  inset: -2px;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(255,43,220,.25), rgba(0,245,255,.18), rgba(184,107,255,.25));
  filter: blur(10px);
  opacity: .55;
  z-index: -1;
}


.cyber-button[data-on="true"] .dot{
  background: rgba(0,245,255,.95);
  box-shadow: 0 0 14px rgba(0,245,255,.95);
}

.glitch{
  position: relative;
  display: inline-block;
}

.glitch::before,
.glitch::after{
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
  pointer-events: none;
}

.glitch::before{
  transform: translate(2px, 0);
  color: var(--cyan);
  clip-path: inset(0 0 60% 0);
}

.glitch::after{
  transform: translate(-2px, 0);
  color: var(--pink);
  clip-path: inset(55% 0 0 0);
}

.dialogue{
  max-width: 900px;
  margin: 70px auto;
  padding: 18px 18px;
  background: rgba(255,255,255,0.60);
  border: 1px solid rgba(30, 60, 90, 0.20);
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
  border-radius: 10px;
}

.dialogue p{
  margin: 12px 0;
  padding: 10px 12px;
  border-radius: 10px;
  line-height: 1.6;
}

.dialogue .amor{
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 43, 43, 0.25);
  color: #b01212;
}

.dialogue .awareness{
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(20, 70, 120, 0.25);
  color: #143b63;
}

@media (min-width: 700px){
  .dialogue .amor{
    margin-right: 18%;
  }
  .dialogue .awareness{
    margin-left: 18%;
  }
}