/* share.css — provocation chips, the SAVE button, and the share panel. Mobile-first. */

/* one-tap provocation chips */
.provocations { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; justify-content: center; max-height: 132px; overflow-y: auto; padding: 2px; }
.chip {
  font-family: "VT323", monospace; font-size: 16px; line-height: 1; cursor: pointer;
  padding: 7px 10px; color: #fff; background: rgba(185,103,255,.18);
  border: 1px solid rgba(1,205,254,.55); border-radius: 14px; white-space: nowrap;
}
.chip:hover { background: rgba(1,205,254,.28); border-color: #01cdfe; }
.chip:active { transform: translateY(1px); }

/* the share-moment button */
.save-clip {
  display: block; width: 100%; margin-top: 10px; font-family: "Silkscreen", monospace;
  background: #ff71ce; color: #1a0a20; border: 2px solid #fff;
}
.save-clip.hidden { display: none; }
.save-clip.pulse { animation: save-pulse 1.4s ease-in-out infinite; }
@keyframes save-pulse {
  0%, 100% { box-shadow: 0 0 0 rgba(255,113,206,.0); }
  50% { box-shadow: 0 0 18px rgba(255,113,206,.95); }
}

/* the share panel overlay */
.share-overlay {
  position: fixed; inset: 0; z-index: 900; display: grid; place-items: center;
  background: rgba(4,2,16,.78); backdrop-filter: blur(3px); padding: 16px;
}
.share-card {
  width: min(420px, 96vw); max-height: 92vh; overflow: auto;
  background: linear-gradient(180deg, #20143f, #0c0c20); color: #fff;
  border: 2px solid #b967ff; border-radius: 12px;
  box-shadow: 0 0 40px rgba(185,103,255,.6); padding: 14px;
}
.share-head {
  display: flex; align-items: center; justify-content: space-between;
  font-family: "Silkscreen", monospace; color: #01cdfe; letter-spacing: 1px; margin-bottom: 10px;
}
.share-x { background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; line-height: 1; }
.share-preview {
  aspect-ratio: 9 / 16; max-height: 56vh; margin: 0 auto 12px; display: grid; place-items: center;
  background: #08081a; border: 1px solid rgba(1,205,254,.4); border-radius: 8px; overflow: hidden;
}
.share-video { width: 100%; height: 100%; object-fit: contain; image-rendering: pixelated; }
.share-spin { font-family: "VT323", monospace; font-size: 22px; color: #b967ff; }
.share-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.share-btn {
  font-family: "Silkscreen", monospace; font-size: 13px; cursor: pointer;
  padding: 12px 8px; color: #fff; background: rgba(1,205,254,.16);
  border: 1px solid rgba(1,205,254,.55); border-radius: 6px;
}
.share-btn:hover { background: rgba(1,205,254,.3); }
.share-btn.primary { grid-column: 1 / -1; background: #01cdfe; color: #08081a; border-color: #fff; }
.share-foot { text-align: center; margin-top: 12px; }
.share-foot a { font-family: "Press Start 2P","Silkscreen",monospace; font-size: 10px; color: rgba(255,255,255,.5); text-decoration: none; }
.share-foot a:hover { color: #01cdfe; }

/* Hall of Fame */
.hall-wrap { padding: 6px; }
.hall-title { font-family: "Silkscreen", monospace; color: #fffb96; text-align: center; margin-bottom: 8px; }
.hall-list { display: flex; flex-direction: column; gap: 5px; max-height: 320px; overflow: auto; }
.hall-item {
  display: flex; align-items: center; gap: 8px; text-decoration: none; color: #fff;
  font-family: "VT323", monospace; font-size: 17px; padding: 6px 8px;
  background: rgba(1,205,254,.08); border: 1px solid rgba(1,205,254,.3); border-radius: 5px;
}
.hall-item:hover { background: rgba(255,113,206,.16); border-color: #ff71ce; }
.hall-rank { color: #b967ff; font-family: "Silkscreen", monospace; font-size: 11px; }
.hall-line { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hall-meta { color: #fffb96; white-space: nowrap; }
.hall-empty { color: #b967ff; text-align: center; padding: 18px 8px; font-family: "VT323", monospace; }
.hall-foot { text-align: center; color: rgba(255,255,255,.45); font-size: 12px; margin-top: 8px; }

/* About This System (in-world aethus credit + free audit) */
.about-wrap { padding: 8px; }
.about-specs { font-family: "VT323", monospace; font-size: 15px; color: #01cdfe; background: #08081a; padding: 8px; border-radius: 5px; margin: 0 0 10px; white-space: pre-wrap; }
.about-credit { text-align: center; padding: 8px 6px 12px; border-bottom: 1px dashed rgba(255,255,255,.2); margin-bottom: 12px; }
.about-credit-l { font-family: "VT323", monospace; font-size: 15px; color: rgba(255,255,255,.7); }
.about-aethus { display: inline-block; margin: 4px 0; font-family: "Silkscreen", monospace; font-size: 20px; color: #fffb96; text-decoration: none; text-shadow: 0 0 10px rgba(255,251,150,.6); }
.about-aethus:hover { color: #fff; }
.about-credit-s { font-family: "VT323", monospace; font-size: 13px; color: rgba(255,255,255,.45); }
.about-audit-h { font-family: "Silkscreen", monospace; font-size: 13px; color: #ff71ce; margin-bottom: 6px; }
.about-audit-p { font-family: "VT323", monospace; font-size: 15px; color: rgba(255,255,255,.8); margin-bottom: 8px; }
.about-form { display: flex; gap: 6px; }
.about-email { flex: 1; min-width: 0; font-family: "VT323", monospace; font-size: 16px; padding: 7px; background: #08081a; color: #fff; border: 1px solid rgba(1,205,254,.5); border-radius: 5px; }
.about-msg { font-family: "VT323", monospace; font-size: 14px; color: #fffb96; margin-top: 8px; min-height: 18px; }
