/* SolCon Worldwide — clean minimal landing */
:root {
  --void: #0a0b0f;
  --ink: #f4f7ff;
  --muted: rgba(210, 218, 235, 0.78);
  --cyan: #00f5d4;
  --magenta: #dc3cff;
  --blue: #38bdf8;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--void);
  color: var(--ink);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}

#glcanvas,
#inkcanvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

#glcanvas {
  z-index: 0;
}

#inkcanvas {
  z-index: 1;
  mix-blend-mode: screen;
  opacity: 0.88;
}

#vignette {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(
    90% 70% at 50% 42%,
    transparent 0%,
    rgba(10, 11, 15, 0.2) 52%,
    rgba(5, 5, 8, 0.72) 100%
  );
}

#grain {
  position: fixed;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0.04;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

html.no-webgl body {
  background:
    radial-gradient(ellipse 70% 50% at 30% 40%, rgba(0, 245, 212, 0.14), transparent 55%),
    radial-gradient(ellipse 60% 45% at 75% 60%, rgba(220, 60, 255, 0.12), transparent 50%),
    var(--void);
}

html.no-webgl #glcanvas,
html.no-webgl #inkcanvas {
  display: none;
}

/* Header — simple, no glass */
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  animation: fadeIn 0.8s var(--ease) both;
  pointer-events: none;
}

.topbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: auto;
}

.topbar-lore {
  pointer-events: auto;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 10, 16, 0.55);
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}

.topbar-lore:hover {
  color: var(--ink);
  border-color: rgba(0, 245, 212, 0.45);
  background: rgba(0, 245, 212, 0.08);
}

.topbar-brand img {
  width: 40px;
  height: 40px;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 0 12px rgba(0, 245, 212, 0.35));
}

.topbar-brand span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.65);
}

/* Center stage — no card, open over fractal */
.stage {
  position: relative;
  z-index: 10;
  min-height: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 96px 24px 48px;
  text-align: center;
}

.mark {
  width: 96px;
  height: 96px;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
  border: none;
  box-shadow: none;
  animation: markIn 1s var(--ease) both;
}

/* Floating mark — transparent, no square plate */
.mark.logo-float {
  width: min(220px, 48vw);
  height: min(220px, 48vw);
  border-radius: 0;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none;
  filter:
    drop-shadow(0 0 28px rgba(0, 245, 212, 0.35))
    drop-shadow(0 0 56px rgba(220, 60, 255, 0.18))
    drop-shadow(0 18px 36px rgba(0, 0, 0, 0.4));
  margin-bottom: 2px;
}

.kinetic-word {
  font-size: clamp(40px, 9vw, 88px);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 0.95;
  white-space: nowrap;
  filter: drop-shadow(0 12px 48px rgba(0, 0, 0, 0.55));
  transition: filter 0.6s ease, letter-spacing 0.8s ease;
  animation: fadeUp 0.9s var(--ease) both 0.08s;
  margin-top: 2px;
}

.kinetic-word.liquid {
  filter: url(#goo) drop-shadow(0 0 28px rgba(0, 245, 212, 0.35));
  letter-spacing: 0.02em;
}

.kinetic-word.liquid .glyph {
  background: linear-gradient(135deg, #e8fff9 0%, var(--cyan) 35%, #7dd3fc 55%, var(--magenta) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: none;
}

.glyph {
  display: inline-block;
  color: var(--ink);
  will-change: transform, opacity, filter;
  transform: translate3d(0, 0, 0);
  white-space: pre;
  user-select: none;
}

.glyph.accent {
  color: var(--cyan);
  text-shadow: 0 0 32px rgba(0, 245, 212, 0.55);
}

.kinetic-word.liquid .glyph.accent {
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.sub {
  font-size: clamp(13px, 2.2vw, 15px);
  font-weight: 650;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f2f5ff;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 0 20px rgba(0, 0, 0, 0.7);
  animation: fadeUp 0.9s var(--ease) both 0.16s;
}

.year-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(0, 245, 212, 0.4);
  animation: fadeUp 0.9s var(--ease) both 0.2s;
}

.est-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
  animation: fadeUp 0.9s var(--ease) both 0.22s;
}

.est-pill {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #041018;
  background: linear-gradient(135deg, var(--cyan), #7dd3fc);
  padding: 4px 10px;
  border-radius: 999px;
}

.est-sep {
  color: rgba(210, 218, 235, 0.35);
  font-size: 12px;
}

.est-claim {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: rgba(242, 245, 255, 0.85);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.7);
}

.btn-lore-link {
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  margin-top: 10px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
  transition: color 0.15s;
  animation: fadeUp 0.9s var(--ease) both 0.32s;
}

.btn-lore-link:hover {
  color: var(--cyan);
}

/* Contract address bar */
.ca-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: min(92vw, 520px);
  margin-top: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(8, 10, 16, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 0 1px rgba(0, 245, 212, 0.06),
    0 10px 32px rgba(0, 0, 0, 0.35);
  animation: fadeUp 0.9s var(--ease) both 0.36s;
  -webkit-user-select: text;
  user-select: text;
}

.ca-label {
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: rgba(210, 218, 235, 0.5);
}

.ca-addr {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 600;
  color: #e8f0ff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  background: none;
  border: none;
}

.ca-copy {
  flex-shrink: 0;
  appearance: none;
  border: 1px solid rgba(0, 245, 212, 0.35);
  background: rgba(0, 245, 212, 0.1);
  color: var(--cyan);
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.ca-copy:hover {
  background: rgba(0, 245, 212, 0.2);
  border-color: rgba(0, 245, 212, 0.65);
  color: #fff;
}

.ca-bar.copied .ca-copy {
  color: #6ee7a8;
  border-color: rgba(110, 231, 168, 0.55);
  background: rgba(110, 231, 168, 0.12);
}

.btn {
  appearance: none;
  border: none;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #041018;
  padding: 14px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--blue) 48%, #a78bfa);
  box-shadow: 0 12px 40px rgba(0, 245, 212, 0.3);
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: fadeUp 0.9s var(--ease) both 0.26s;
}

.btn:hover {
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 14px 44px rgba(0, 245, 212, 0.38);
}

.btn:active {
  transform: scale(0.98);
}

.x-ico {
  opacity: 0.95;
  flex-shrink: 0;
}

@keyframes markIn {
  from {
    opacity: 0;
    transform: scale(0.88) translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* Bottom-left backing credit */
.backed-by {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 30;
  max-width: min(340px, calc(100vw - 200px));
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 8px;
  font-size: 12px;
  line-height: 1.35;
  color: var(--muted);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.75);
  animation: fadeIn 1s var(--ease) both 0.4s;
  pointer-events: none;
}

.backed-label {
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(200, 210, 230, 0.55);
  width: 100%;
}

.backed-main {
  font-weight: 700;
  font-size: 13px;
  color: #f0f4ff;
  letter-spacing: 0.01em;
}

.backed-sep {
  opacity: 0.4;
}

.backed-founders {
  font-weight: 500;
  font-size: 12px;
  color: rgba(220, 228, 245, 0.78);
}

/* Promo popup cards */
#promo-stack {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 40;
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  pointer-events: none;
  max-width: min(180px, calc(100vw - 28px));
}

.promo-toast {
  pointer-events: auto;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 12px 36px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(0, 245, 212, 0.08);
  background: #0a0b10;
  transform: translateX(120%);
  opacity: 0;
  transition:
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.4s ease;
  cursor: pointer;
}

.promo-toast.show {
  transform: translateX(0);
  opacity: 1;
}

.promo-toast.hide {
  transform: translateX(110%);
  opacity: 0;
}

.promo-toast img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.promo-toast .promo-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  opacity: 0.85;
}

.promo-toast .promo-close:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.75);
}

@media (max-width: 720px) {
  .backed-by {
    left: 12px;
    bottom: 12px;
    max-width: min(220px, calc(100vw - 160px));
  }

  .backed-founders {
    font-size: 11px;
  }
}

@media (max-width: 520px) {
  #promo-stack {
    right: 10px;
    bottom: 10px;
    max-width: min(140px, calc(100vw - 20px));
  }

  .backed-by {
    max-width: min(180px, calc(100vw - 160px));
    font-size: 11px;
  }

  .backed-main {
    font-size: 12px;
  }
}

/* Modal */
.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
}

.modal[hidden] {
  display: none !important;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.modal-card {
  position: relative;
  width: min(380px, 100%);
  padding: 32px 28px;
  border-radius: 20px;
  background: #0e1018;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  animation: modalIn 0.28s var(--ease);
}

.prank-card {
  text-align: center;
  border-color: transparent;
  background:
    linear-gradient(#0e1018, #0e1018) padding-box,
    linear-gradient(135deg, var(--cyan), var(--magenta)) border-box;
  border: 1px solid transparent;
  width: min(420px, 100%);
  max-height: min(92dvh, 720px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 24px 20px 20px;
  -webkit-overflow-scrolling: touch;
}

.prank-card.shake {
  animation: modalIn 0.28s var(--ease), prankShake 0.45s ease;
}

.prank-phase[hidden] {
  display: none !important;
}

/* —— loading phase —— */
.prank-spinner {
  width: 42px;
  height: 42px;
  margin: 8px auto 16px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: var(--cyan);
  border-right-color: var(--magenta);
  animation: spin 0.7s linear infinite;
}

.prank-status {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 14px;
  min-height: 1.4em;
  color: var(--ink);
}

.prank-bar {
  width: 100%;
  height: 8px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
  margin-bottom: 16px;
}

.prank-bar-fill {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--magenta));
  box-shadow: 0 0 12px rgba(0, 245, 212, 0.45);
  transition: width 0.35s var(--ease);
}

.prank-price {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 6px;
}

.prank-price span {
  color: var(--cyan);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.prank-fineprint {
  font-size: 11px;
  color: rgba(210, 218, 235, 0.45);
  letter-spacing: 0.02em;
}

/* —— reveal phase —— */
.prank-confetti {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.prank-confetti span {
  position: absolute;
  top: -12px;
  font-size: 16px;
  animation: confettiFall linear forwards;
  opacity: 0.95;
}

.prank-emoji-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  line-height: 1;
}

.prank-emoji {
  display: inline-block;
}

.prank-emoji.bounce-a {
  animation: bounce 0.5s ease infinite alternate;
}
.prank-emoji.bounce-b {
  animation: bounce 0.5s ease 0.12s infinite alternate;
}
.prank-emoji.bounce-c {
  animation: bounce 0.5s ease 0.24s infinite alternate;
}

.prank-gottem-tag {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.28em;
  color: var(--magenta);
  margin-bottom: 4px;
}

.prank-card h2 {
  font-size: clamp(28px, 7vw, 36px);
  font-weight: 800;
  margin-bottom: 6px;
  line-height: 1.1;
  background: linear-gradient(135deg, var(--cyan), var(--magenta));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.prank-lmao {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--ink);
}

.prank-ticket {
  text-align: left;
  margin: 0 auto 14px;
  width: 100%;
  border-radius: 12px;
  background: #08090e;
  border: 1px dashed rgba(0, 245, 212, 0.35);
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.prank-ticket-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--cyan);
  background: rgba(0, 245, 212, 0.06);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
}

.prank-ticket-badge {
  letter-spacing: 0.08em;
  color: #0a0b0f;
  background: linear-gradient(135deg, var(--cyan), var(--magenta));
  padding: 2px 8px;
  border-radius: 99px;
  font-size: 10px;
}

.prank-ticket-body {
  padding: 12px;
}

.prank-ticket-name {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 4px;
}

.prank-ticket-seat {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 8px;
}

.prank-ticket-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  color: var(--magenta);
  letter-spacing: 0.06em;
}

.prank-ticket-stub {
  padding: 8px 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(210, 218, 235, 0.55);
  background: rgba(255, 255, 255, 0.03);
  border-top: 1px dashed rgba(255, 255, 255, 0.08);
  text-align: center;
}

.prank-sub {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 14px;
  line-height: 1.4;
}

/* —— share card / post to X —— */
.share-block {
  text-align: left;
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.share-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(210, 218, 235, 0.55);
  margin-bottom: 8px;
}

.share-input-row {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.35);
  overflow: hidden;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.share-input-row:focus-within {
  border-color: rgba(0, 245, 212, 0.55);
  box-shadow: 0 0 0 3px rgba(0, 245, 212, 0.12);
}

.share-at {
  padding: 0 0 0 14px;
  font-size: 15px;
  font-weight: 700;
  color: var(--cyan);
  user-select: none;
}

.share-input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 14px 12px 4px;
}

.share-input::placeholder {
  color: rgba(210, 218, 235, 0.35);
  font-weight: 500;
}

.share-input.share-input-error {
  animation: prankShake 0.4s ease;
}

.share-input-row:has(.share-input-error) {
  border-color: var(--magenta);
}

.share-card-preview {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #08090e;
  margin-bottom: 8px;
}

.share-hint {
  font-size: 11px;
  color: rgba(210, 218, 235, 0.45);
  margin-bottom: 12px;
  text-align: center;
  min-height: 1.3em;
}

.prank-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
}

.prank-btn-main {
  width: 100%;
  gap: 8px;
}

.prank-btn-main:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}

.prank-btn-ghost {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--muted);
  box-shadow: none;
}

.prank-btn-ghost:hover {
  border-color: rgba(0, 245, 212, 0.45);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.04);
}

/* —— Lore modal —— */
.lore-card {
  width: min(520px, 100%);
  max-height: min(90dvh, 780px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  padding: 28px 24px 22px;
  border-color: transparent;
  background:
    linear-gradient(#0c0e16, #0c0e16) padding-box,
    linear-gradient(135deg, var(--cyan), var(--magenta)) border-box;
  border: 1px solid transparent;
  position: relative;
}

.lore-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.lore-close:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.12);
}

.lore-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--magenta);
  margin-bottom: 10px;
}

.lore-card h2 {
  font-size: clamp(22px, 5vw, 28px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #f4f7ff 20%, var(--cyan) 70%, var(--magenta));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lore-body {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(220, 226, 240, 0.88);
}

.lore-body p {
  margin-bottom: 12px;
}

.lore-body strong {
  color: var(--ink);
  font-weight: 700;
}

.lore-body em {
  color: var(--cyan);
  font-style: normal;
  font-weight: 600;
}

.lore-proof {
  margin: 16px 0 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lore-proof-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: rgba(210, 218, 235, 0.45);
  margin-bottom: 2px;
}

.lore-proof-link {
  display: block;
  text-decoration: none;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.35);
  transition: border-color 0.15s, background 0.15s;
}

.lore-proof-link:hover {
  border-color: rgba(0, 245, 212, 0.4);
  background: rgba(0, 245, 212, 0.06);
}

.lore-proof-date {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--cyan);
  margin-bottom: 4px;
}

.lore-proof-text {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
  margin-bottom: 6px;
}

.lore-proof-cta {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: rgba(210, 218, 235, 0.5);
}

.lore-proof-link:hover .lore-proof-cta {
  color: var(--cyan);
}

.lore-punch {
  margin: 16px 0 12px !important;
  padding: 14px 16px;
  border-radius: 12px;
  border-left: 3px solid var(--magenta);
  background: rgba(220, 60, 255, 0.08);
  font-size: 14px;
  font-weight: 700;
  color: var(--ink) !important;
  line-height: 1.45;
}

.lore-close-line {
  color: rgba(210, 218, 235, 0.65);
  font-size: 13px;
}

.lore-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
}

.lore-domain-btn {
  text-decoration: none;
  background: linear-gradient(135deg, #f5c542, #e8a317 50%, #c47a0a) !important;
  color: #1a1000 !important;
  box-shadow: 0 10px 32px rgba(245, 197, 66, 0.28) !important;
}

.lore-domain-btn:hover {
  box-shadow: 0 12px 40px rgba(245, 197, 66, 0.4) !important;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-6px) scale(1.05);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes prankShake {
  0%,
  100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-8px) rotate(-1deg);
  }
  40% {
    transform: translateX(8px) rotate(1deg);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
}

@keyframes confettiFall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(280px) rotate(540deg);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mark,
  .kinetic-word,
  .sub,
  .year-tag,
  .btn,
  .topbar,
  .prank-emoji,
  .prank-spinner,
  .prank-card.shake {
    animation: none;
  }

  .prank-confetti span {
    display: none;
  }
}
