/* ==========================================================================
   MIKUHOOD - Frutiger Aero & Y2K Millennium Iridescent Glass
   Vibe & Aesthetic: Matching mikuhood.webp
   - Sunlit Cerulean Blue Sky, Floating Crystal Castles & Prisms
   - Neon Lime Hoodie (#CCFF00), Bright Aqua Twintails (#00E5C9)
   - Iridescent Glass, Translucent Bubbles, Prismatic Rainbow Accents
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=VT323&family=DotGothic16&family=Share+Tech+Mono&family=Comfortaa:wght@700&display=swap');

:root {
  --lime-neon: #CCFF00;
  --lime-glow: rgba(204, 255, 0, 0.7);
  --lime-deep: #7a9900;
  --aqua-main: #00E5C9;
  --aqua-glow: rgba(0, 229, 201, 0.6);
  --pink-prism: #FF40A0;
  --yellow-sun: #FFD200;
  --glass-panel: rgba(255, 255, 255, 0.76);
  --glass-subpanel: rgba(255, 255, 255, 0.62);
  --glass-border: rgba(255, 255, 255, 0.95);
  --glass-shadow: 0 12px 36px rgba(0, 60, 120, 0.22), 0 0 16px rgba(204, 255, 0, 0.35);
  --text-main: #052033;
  --text-dim: #23526e;
  --border-lime: #CCFF00;
}

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

html, body {
  cursor: url('assets/leek-cursor.svg') 3 3, auto;
}

a, button, input, select, textarea, .kaomoji-item, .header-social-btn, .nft-card, .mini-btn, .win-control-btn, .ca-copy-btn, label, [role="button"] {
  cursor: url('assets/leek-pointer.svg') 3 3, pointer !important;
}

.site-bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #70c7ff;
  background-image: url('assets/mikuhood.webp');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -2;
  pointer-events: none;
  transform: translateZ(0);
}

body {
  background-color: #70c7ff;
  background-image: url('assets/mikuhood.webp');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: var(--text-main);
  font-family: 'Share Tech Mono', 'DotGothic16', monospace;
  font-size: 13px;
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

/* ==================== FLOATING IRIDESCENT BUBBLES CANVAS ==================== */
#bubbleCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
}

/* ==================== TOP SITE HEADER (FROSTED GLASS BANNER) ==================== */
.site-header {
  position: relative;
  z-index: 10;
  max-width: 960px;
  margin: 20px auto 14px auto;
  padding: 16px 20px 14px 20px;
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(242, 252, 255, 0.68) 50%, rgba(248, 255, 245, 0.72) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.95) rgba(204, 255, 0, 0.7) rgba(0, 229, 201, 0.65) rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 80, 160, 0.18), 0 0 22px rgba(204, 255, 0, 0.35);
  overflow: hidden;
}

/* Iridescent Prismatic Top Sheen */
.site-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), var(--lime-neon), var(--aqua-main), rgba(255, 255, 255, 0.95), transparent);
  border-radius: 2px;
  pointer-events: none;
}

/* Subtle Cyber Corner Accents */
.header-corner-deco {
  position: absolute;
  width: 9px;
  height: 9px;
  pointer-events: none;
  border-color: rgba(0, 229, 201, 0.75);
  border-style: solid;
}

.header-corner-deco.top-left {
  top: 7px;
  left: 9px;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 4px 0 0 0;
}

.header-corner-deco.top-right {
  top: 7px;
  right: 9px;
  border-width: 1.5px 1.5px 0 0;
  border-radius: 0 4px 0 0;
}

.header-corner-deco.bottom-left {
  bottom: 7px;
  left: 9px;
  border-width: 0 0 1.5px 1.5px;
  border-radius: 0 0 0 4px;
}

.header-corner-deco.bottom-right {
  bottom: 7px;
  right: 9px;
  border-width: 0 1.5px 1.5px 0;
  border-radius: 0 0 4px 0;
}

.site-title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0 6px 0;
}

.site-title {
  font-family: 'Comfortaa', 'DotGothic16', sans-serif;
  font-size: clamp(28px, 5.5vw, 44px);
  font-weight: 900;
  color: #052a3f;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-shadow: 0 2px 0 #fff, 0 0 16px rgba(204, 255, 0, 0.85);
}

.site-title-logo {
  width: clamp(48px, 7vw, 68px);
  height: clamp(48px, 7vw, 68px);
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
  filter: drop-shadow(0 4px 10px rgba(0, 229, 201, 0.45));
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.site-title-logo:hover {
  transform: scale(1.08) rotate(3deg);
}

.site-network-bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(204,255,0,0.25) 0%, rgba(255,255,255,0.7) 50%, rgba(0,229,201,0.25) 100%);
  border: 1.5px solid rgba(255,255,255,0.95);
  border-radius: 20px;
  padding: 5px 14px;
  margin: 8px auto 10px auto;
  box-shadow: 0 4px 14px rgba(0, 80, 160, 0.12), inset 0 0 10px rgba(255, 255, 255, 0.6);
  max-width: 95%;
  flex-wrap: wrap;
  gap: 8px;
}

.ca-container {
  font-family: 'Share Tech Mono', monospace;
}

.ca-label {
  color: #032033;
  font-weight: 900;
  font-size: 12px;
  background: var(--lime-neon);
  padding: 2px 8px;
  border-radius: 12px;
  letter-spacing: 1px;
  box-shadow: 0 0 8px rgba(204, 255, 0, 0.5);
}

.ca-address {
  color: #052033;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.5px;
  word-break: break-all;
  user-select: all;
  background: rgba(255, 255, 255, 0.6);
  padding: 3px 8px;
  border-radius: 6px;
  border: 1px solid rgba(0, 229, 201, 0.4);
}

.ca-copy-btn {
  background: linear-gradient(180deg, #CCFF00 0%, #a6d900 100%);
  border: 1px solid #7ea600;
  border-radius: 8px;
  color: #04243a;
  font-family: 'Share Tech Mono', monospace;
  font-size: 11px;
  font-weight: 900;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  transition: all 0.15s ease;
}

.copy-icon-svg-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.copy-icon-svg-wrapper svg {
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.15s ease;
}

.ca-copy-btn:hover .copy-icon-svg-wrapper svg {
  transform: rotate(-5deg) scale(1.1);
}

.ca-copy-btn:hover {
  background: #00E5C9;
  border-color: #00b39d;
  color: #021a29;
  transform: translateY(-1px) scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 229, 201, 0.5);
}

.ca-copy-btn:active {
  transform: translateY(1px) scale(0.98);
}

.ca-copy-btn.copied {
  background: #ff4088 !important;
  border-color: #e0266e !important;
  color: #ffffff !important;
  box-shadow: 0 0 10px rgba(255, 64, 136, 0.6) !important;
}

/* Header Quick Action Buttons: Telegram, Follow X, Dexscreener */
.header-social-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.header-social-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 5px 13px;
  color: #04243a;
  font-family: 'Share Tech Mono', monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 60, 120, 0.1);
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  user-select: none;
}

.social-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.header-social-svg {
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.2s ease;
}

.social-btn-text {
  line-height: 1;
}

.header-social-btn:hover {
  transform: translateY(-2px) scale(1.04);
}

.header-social-btn:hover .header-social-svg {
  transform: scale(1.18);
}

.header-social-btn:active {
  transform: translateY(0) scale(0.97);
}

/* Telegram Button Hover */
.header-social-btn.btn-tg {
  border-color: rgba(36, 161, 222, 0.5);
}

.header-social-btn.btn-tg:hover {
  background: linear-gradient(135deg, #24a1de 0%, #0088cc 100%);
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 6px 18px rgba(36, 161, 222, 0.45);
}

/* Follow X Button Hover */
.header-social-btn.btn-x {
  border-color: rgba(10, 20, 30, 0.35);
}

.header-social-btn.btn-x:hover {
  background: #000000;
  color: var(--lime-neon);
  border-color: var(--lime-neon);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4), 0 0 10px rgba(204, 255, 0, 0.35);
}

/* ==================== 2-COLUMN SHRINE CONTAINER ==================== */
.shrine-wrapper {
  position: relative;
  z-index: 10;
  max-width: 960px;
  margin: 0 auto 60px auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 18px;
  align-items: start;
}

@media (max-width: 768px) {
  .shrine-wrapper {
    grid-template-columns: 1fr;
  }
}

/* ==================== CRYSTAL GLASS BOX BASE STYLING ==================== */
.cyber-box {
  background: var(--glass-panel);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.95) rgba(204, 255, 0, 0.75) rgba(0, 229, 201, 0.6) rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  box-shadow: var(--glass-shadow), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  margin-bottom: 18px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cyber-box:hover {
  box-shadow: 0 16px 40px rgba(0, 60, 120, 0.28), 0 0 24px rgba(204, 255, 0, 0.5);
}

/* Box Header (Vibrant Lime & Aqua Candy Bar) */
.box-header {
  background: linear-gradient(90deg, #CCFF00 0%, #b8ff00 50%, #00E5C9 100%);
  color: #041c2c;
  font-family: 'DotGothic16', sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 6px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.box-header.window-style {
  background: linear-gradient(90deg, rgba(204, 255, 0, 0.85) 0%, rgba(0, 229, 201, 0.85) 100%);
  color: #032033;
}

.box-header-title {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  line-height: 1;
}

.header-leek-icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(-15deg);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
  transition: transform 0.2s ease;
  user-select: none;
}

.header-leek-icon.right {
  transform: scaleX(-1) rotate(-15deg);
}

.box-header:hover .header-leek-icon {
  transform: rotate(-25deg) scale(1.18);
}

.box-header:hover .header-leek-icon.right {
  transform: scaleX(-1) rotate(-25deg) scale(1.18);
}

.nav-leek-icon {
  width: 13px;
  height: 13px;
  object-fit: contain;
  display: inline-block;
  vertical-align: -1px;
  margin-right: 5px;
  transform: rotate(-15deg);
}

.win-controls-deco {
  display: flex;
  gap: 5px;
}

.win-control-btn {
  width: 15px;
  height: 15px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: #ffffff;
  color: #032033;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 1px 0 #fff;
  transition: all 0.1s;
}

.win-control-btn:hover {
  background: var(--pink-prism);
  color: #fff;
  transform: scale(1.1);
}

.box-body {
  padding: 14px;
  color: var(--text-main);
}

/* ==================== LEFT SIDEBAR COMPONENTS ==================== */
/* 1. Navigation */
.nav-links-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nav-links-list li a {
  display: block;
  padding: 5px 8px;
  color: #06314b;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.15s ease;
}

.nav-links-list li a:hover {
  background: linear-gradient(90deg, #CCFF00 0%, #00E5C9 100%);
  color: #031a28;
  transform: translateX(4px);
  box-shadow: 0 4px 10px rgba(204, 255, 0, 0.4);
}

/* 2. ASCII Miku Box (Glitch Computer Error - Non-clickable) */
.ascii-box-body {
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.ascii-glitch-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.58);
  border: 1.5px dashed rgba(0, 229, 201, 0.65);
  box-shadow: inset 0 0 12px rgba(0, 229, 201, 0.12);
  pointer-events: none; /* Cannot be clicked */
  user-select: none;
  cursor: default;
}

/* Moving CRT Terminal Scanline */
.ascii-scanline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, 
    transparent 0%, 
    rgba(0, 229, 201, 0.14) 48%, 
    rgba(255, 64, 136, 0.22) 50%, 
    rgba(204, 255, 0, 0.12) 52%, 
    transparent 100%
  );
  background-size: 100% 34px;
  animation: scanlineMove 2.8s linear infinite;
  pointer-events: none;
  z-index: 3;
  mix-blend-mode: overlay;
}

@keyframes scanlineMove {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(100%); }
}

.ascii-art-pre {
  font-family: monospace;
  font-size: 11.5px;
  line-height: 1.25;
  color: #053b58;
  font-weight: bold;
  text-align: center;
  background: transparent;
  padding: 10px 4px;
  border: none;
  pointer-events: none; /* Unclickable */
  user-select: none; /* Cannot select/highlight */
  cursor: default;
  margin: 0 auto;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
  animation: mikuErrorGlitch 3s infinite;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), 
              filter 0.2s cubic-bezier(0.4, 0, 0.2, 1), 
              transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
              text-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Smooth Holographic Transition State between frames */
.ascii-art-pre.ascii-transitioning {
  opacity: 0.22;
  filter: blur(0.8px) hue-rotate(35deg);
  transform: scale(1.04) skew(-1.5deg);
  text-shadow: -3.5px 0 #00E5C9, 3.5px 0 #ff4088;
}

/* Continuous Computer Error Glitch & Chromatic Aberration Jitter */
@keyframes mikuErrorGlitch {
  0%, 100% {
    transform: translate(0, 0) skew(0deg);
    text-shadow: -0.6px 0 rgba(0, 229, 201, 0.7), 0.6px 0 rgba(255, 64, 136, 0.7);
    filter: none;
  }
  3% {
    transform: translate(-1.8px, 0.5px) skew(-1deg);
    text-shadow: -2.5px 0 #00E5C9, 2px 0 #ff4088;
    filter: drop-shadow(-1px 0 #00E5C9);
  }
  5% {
    transform: translate(2px, -0.6px) skew(1deg);
    text-shadow: 2px 0 #CCFF00, -2.5px 0 #ff4088;
  }
  7% {
    transform: translate(0, 0) skew(0deg);
    text-shadow: -0.6px 0 rgba(0, 229, 201, 0.6), 0.6px 0 rgba(255, 64, 136, 0.6);
    filter: none;
  }
  31% {
    transform: translate(0, 0);
    text-shadow: -0.6px 0 rgba(0, 229, 201, 0.6), 0.6px 0 rgba(255, 64, 136, 0.6);
  }
  33% {
    transform: translate(2.2px, 0) skew(0.8deg);
    text-shadow: -3px 0 #ff4088, 2.2px 0 #CCFF00;
  }
  34% {
    transform: translate(-1.2px, 1px) skew(-0.6deg);
    text-shadow: 2.5px 0 #00E5C9, -2px 0 #ff4088;
  }
  36% {
    transform: translate(0, 0) skew(0deg);
    text-shadow: -0.6px 0 rgba(0, 229, 201, 0.7), 0.6px 0 rgba(255, 64, 136, 0.7);
  }
  63% {
    transform: translate(0, 0);
    opacity: 1;
  }
  64% {
    transform: translate(-2.5px, -0.8px) skew(-1.5deg);
    opacity: 0.82;
    text-shadow: -3.5px 0 #00E5C9, 3px 0 #ff4088;
  }
  65% {
    transform: translate(2px, 0.5px) skew(1deg);
    opacity: 0.95;
    text-shadow: 2.5px 0 #CCFF00, -2px 0 #00E5C9;
  }
  67% {
    transform: translate(0, 0);
    opacity: 1;
    text-shadow: -0.6px 0 rgba(0, 229, 201, 0.7), 0.6px 0 rgba(255, 64, 136, 0.7);
  }
  85% {
    transform: translate(0, 0);
  }
  86% {
    transform: translate(-1.2px, 0.5px) skew(0.5deg);
    text-shadow: -2.2px 0 #ff4088, 1.8px 0 #00E5C9;
  }
  87% {
    transform: translate(1px, -0.5px);
    text-shadow: none;
  }
  89% {
    transform: translate(0, 0);
    text-shadow: -0.6px 0 rgba(0, 229, 201, 0.7), 0.6px 0 rgba(255, 64, 136, 0.7);
  }
}

/* 3. Eligibility Checker (Not Available Yet) */
.checker-box-body {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 10px;
}

.checker-form {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.checker-input {
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  border: 1.5px dashed rgba(0, 229, 201, 0.65);
  border-radius: 8px;
  padding: 7px 8px;
  font-size: 10.5px;
  text-align: center;
  color: #4b7087;
  font-family: 'Share Tech Mono', monospace;
  cursor: not-allowed;
  outline: none;
}

.checker-btn {
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(180deg, #dbeaf2 0%, #bdd7e7 100%);
  border: 1.5px solid #8fb5cb;
  border-radius: 8px;
  color: #274f68;
  font-family: 'Share Tech Mono', monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
  padding: 7px 10px;
  cursor: not-allowed;
  opacity: 0.92;
  box-shadow: 0 2px 4px rgba(0, 40, 80, 0.08);
  transition: all 0.2s ease;
}

.checker-subtext {
  font-family: 'Share Tech Mono', monospace;
  font-size: 9.5px;
  color: #0c577a;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.35;
  margin-top: 1px;
}

/* 4. Status Box */
.status-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.status-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0;
  border-bottom: 1px dashed rgba(0, 229, 201, 0.22);
}

.status-list li:last-child {
  border-bottom: none;
}

.status-item-left {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10.5px;
  font-weight: bold;
  color: #04293f;
}

.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1px solid #fff;
}

.dot-green {
  background: #a6ff00;
  box-shadow: 0 0 8px #a6ff00;
}

.dot-aqua {
  background: #00E5C9;
  box-shadow: 0 0 8px #00E5C9;
}

.dot-pink {
  background: var(--pink-prism);
  box-shadow: 0 0 8px var(--pink-prism);
  animation: pulseDot 1.5s infinite;
}

.status-badge-val {
  font-family: 'Share Tech Mono', monospace;
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: 0.5px;
  padding: 1px 5px;
  border-radius: 6px;
  flex-shrink: 0;
}

.badge-live {
  background: #eaff80;
  color: #2b7000;
  border: 1px solid #a6ff00;
}

.badge-progress {
  background: #c7fff6;
  color: #007a6a;
  border: 1px solid #00E5C9;
}

.badge-soon {
  background: #ffe0ef;
  color: #c41865;
  border: 1px solid #ff70a6;
}

@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.85); }
}

/* 5. Sidebar Now Playing Media Player */
.mini-player-screen {
  background: rgba(255, 255, 255, 0.7);
  border: 1.5px solid rgba(0, 229, 201, 0.6);
  border-radius: 8px;
  padding: 6px 8px;
  margin-bottom: 8px;
  text-align: center;
}

.mini-song-title {
  display: block;
  font-size: 11.5px;
  color: #06314b;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mini-player-controls {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  margin-bottom: 8px;
}

.mini-btn {
  flex: 1;
  background: rgba(255, 255, 255, 0.8);
  border: 1.5px solid rgba(0, 229, 201, 0.7);
  border-radius: 6px;
  color: #032338;
  font-size: 10px;
  font-weight: bold;
  padding: 5px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.15s;
}

.mini-btn:hover {
  background: var(--lime-neon);
  color: #000;
  transform: translateY(-1px);
}

.mini-visualizer-canvas {
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.55);
  border: 1.5px solid rgba(0, 229, 201, 0.5);
  border-radius: 8px;
  display: block;
}

/* ==================== RIGHT MAIN COLUMN COMPONENTS ==================== */
.story-box-body {
  padding: 16px 20px 14px 20px;
}

.story-text {
  font-size: 13.5px;
  line-height: 1.8;
  color: #062b42;
  margin-bottom: 12px;
}

.story-text:last-of-type {
  margin-bottom: 4px;
}

.story-img-wrap {
  margin: 14px 0 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.story-inline-img {
  max-width: 100%;
  width: auto;
  max-height: 320px;
  border-radius: 6px;
  display: block;
  background: transparent;
  border: none;
  box-shadow: none;
  filter: none;
}

/* Colorful Story Word Enhancements */
.word-cyan {
  color: #008796;
  font-weight: 900;
  background: rgba(0, 229, 201, 0.22);
  padding: 1px 5px;
  border-radius: 4px;
}

.word-pink {
  color: #d60065;
  font-weight: 900;
  background: rgba(255, 64, 136, 0.16);
  padding: 1px 6px;
  border-radius: 4px;
}

.word-aqua {
  color: #007a75;
  font-weight: 900;
  text-decoration: underline wavy var(--aqua-main) 1.5px;
}

.word-yellow {
  color: #8c6800;
  font-weight: 900;
  background: #fff4ba;
  padding: 1px 5px;
  border-radius: 4px;
}

.word-lime {
  color: #2b7000;
  font-weight: 900;
  background: #e9ff80;
  padding: 1px 6px;
  border-radius: 4px;
  border: 1px solid #b8eb00;
}

.word-green {
  color: #177a10;
  font-weight: 900;
  background: rgba(134, 255, 92, 0.25);
  padding: 1px 5px;
  border-radius: 4px;
}

.word-purple {
  color: #551db8;
  font-weight: 900;
  background: rgba(179, 136, 255, 0.25);
  padding: 1px 6px;
  border-radius: 4px;
}

.word-tweet {
  display: inline-block;
  background: #f0f7fc;
  border: 1.5px dashed #00b4d8;
  border-radius: 6px;
  padding: 1px 7px;
  font-family: 'Share Tech Mono', monospace;
  font-weight: bold;
  color: #054060;
}

.word-rose {
  color: #ff0077;
  font-weight: 900;
  background: rgba(255, 64, 136, 0.12);
  padding: 1px 5px;
  border-radius: 4px;
}

/* Elegant neon lime punchline badge for Miku is going onchain */
.onchain-highlight {
  display: inline-block;
  background: var(--lime-neon);
  color: #032033;
  font-weight: 900;
  padding: 2px 8px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  box-shadow: 0 0 10px rgba(204, 255, 0, 0.45);
  margin-left: 2px;
}

/* ==================== ARTISTIC PIXEL FROG POND SCENE ==================== */
.story-frog-scene {
  position: relative;
  margin: 18px auto 6px auto;
  padding: 10px 0 6px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.pond-water-layer {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 48px;
  background: radial-gradient(ellipse at center, rgba(0, 229, 201, 0.25) 0%, rgba(112, 199, 255, 0.15) 55%, transparent 75%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Concentric gentle water ripples */
.pond-ripple {
  position: absolute;
  border: 1.5px solid rgba(0, 229, 201, 0.4);
  border-radius: 50%;
  pointer-events: none;
  animation: rippleSpread 4s infinite linear;
}

.pond-ripple.r1 {
  width: 140px;
  height: 28px;
  animation-delay: 0s;
}

.pond-ripple.r2 {
  width: 220px;
  height: 38px;
  animation-delay: 2s;
}

@keyframes rippleSpread {
  0% { transform: scale(0.6); opacity: 0.8; }
  50% { transform: scale(1); opacity: 0.4; }
  100% { transform: scale(1.3); opacity: 0; }
}

/* Floating Lilypad Island */
.frog-island {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: floatBob 3s ease-in-out infinite;
}

@keyframes floatBob {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-4px); }
}

.lilypad-leaf {
  width: 76px;
  height: 24px;
  background: linear-gradient(180deg, #51cf17 0%, #309405 100%);
  border: 2px solid #206d02;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 60, 20, 0.25), inset 0 2px 4px rgba(204, 255, 0, 0.5);
  margin-top: -8px;
  position: relative;
}

/* Lilypad notch slit */
.lilypad-leaf::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 3px;
  width: 8px;
  height: 10px;
  background: rgba(112, 199, 255, 0.35);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

/* Pink Water Lily Flower beside frog */
.water-lily-flower {
  position: absolute;
  right: -12px;
  top: 14px;
  z-index: 3;
}

.lily-petal {
  position: absolute;
  width: 8px;
  height: 12px;
  background: #ff70a6;
  border: 1px solid #d61868;
  border-radius: 50% 50% 20% 20%;
}

.lily-petal.p1 { transform: rotate(-30deg); left: -4px; }
.lily-petal.p2 { transform: rotate(0deg); left: 2px; }
.lily-petal.p3 { transform: rotate(30deg); left: 8px; }

.lily-center {
  position: absolute;
  left: 3px;
  top: 4px;
  width: 6px;
  height: 6px;
  background: #ffeb3b;
  border-radius: 50%;
  box-shadow: 0 0 4px #ffeb3b;
}

/* Hand-crafted Pixel Frog */
.pixel-frog {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pixel-frog:hover {
  transform: scale(1.15) translateY(-3px);
}

.pixel-frog.jump {
  animation: frogJump 0.45s ease-out;
}

@keyframes frogJump {
  0% { transform: scale(1) translateY(0); }
  40% { transform: scale(1.25, 0.85) translateY(-14px); }
  75% { transform: scale(0.9, 1.15) translateY(-4px); }
  100% { transform: scale(1) translateY(0); }
}

/* Frog Eyes (Big cute Kawaii anime eyes) */
.frog-eyes {
  display: flex;
  gap: 12px;
  margin-bottom: -4px;
  z-index: 2;
}

.frog-eye {
  width: 13px;
  height: 13px;
  background: #84e824;
  border: 1.5px solid #1d6e07;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.frog-pupil {
  width: 6px;
  height: 6px;
  background: #052033;
  border-radius: 50%;
  position: relative;
}

.frog-pupil::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 2px;
  height: 2px;
  background: #ffffff;
  border-radius: 50%;
}

/* Frog Head & Cheeks */
.frog-head {
  width: 32px;
  height: 18px;
  background: #73df1d;
  border: 1.5px solid #1d6e07;
  border-radius: 12px 12px 6px 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
  box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.6);
  z-index: 1;
}

.frog-blush {
  width: 4px;
  height: 3px;
  background: #ff4088;
  border-radius: 50%;
  opacity: 0.8;
}

.frog-mouth {
  width: 10px;
  height: 4px;
  border-bottom: 1.5px solid #0b3d04;
  border-radius: 0 0 8px 8px;
}

/* Frog Body & Soft Yellow/Lime Belly */
.frog-body {
  width: 26px;
  height: 10px;
  background: #65cc14;
  border: 1.5px solid #1d6e07;
  border-top: none;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: center;
  margin-top: -1px;
}

.frog-belly {
  width: 14px;
  height: 7px;
  background: #e4ff85;
  border-radius: 0 0 7px 7px;
}

/* Frog Webbed Feet */
.frog-feet {
  display: flex;
  justify-content: space-between;
  width: 36px;
  margin-top: -3px;
  z-index: 2;
}

.frog-foot {
  width: 9px;
  height: 4px;
  background: #5dbd0f;
  border: 1px solid #1d6e07;
  border-radius: 4px;
}

/* Water sparkles */
.pond-sparkles {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-sparkle {
  position: absolute;
  color: var(--lime-neon);
  text-shadow: 0 0 6px var(--lime-neon);
  font-size: 11px;
  animation: sparkleTwinkle 2.5s infinite alternate ease-in-out;
}

.p-sparkle.s1 { left: 45px; top: 12px; animation-delay: 0.2s; }
.p-sparkle.s2 { right: 55px; top: 8px; color: var(--aqua-main); animation-delay: 1.1s; font-size: 9px; }
.p-sparkle.s3 { left: 110px; bottom: 6px; color: #ff70a6; animation-delay: 1.8s; font-size: 10px; }

@keyframes sparkleTwinkle {
  0% { transform: scale(0.6) rotate(0deg); opacity: 0.3; }
  50% { transform: scale(1.3) rotate(45deg); opacity: 1; }
  100% { transform: scale(0.6) rotate(90deg); opacity: 0.3; }
}

/* Ribbit Speech Bubble */
.frog-ribbit-bubble {
  position: absolute;
  top: -18px;
  background: #ffffff;
  border: 1.5px solid var(--lime-neon);
  border-radius: 12px;
  font-family: 'VT323', monospace;
  font-size: 14px;
  color: #04253a;
  font-weight: bold;
  padding: 1px 9px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  opacity: 0;
  transform: translateY(4px) scale(0.8);
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 10;
}

.frog-ribbit-bubble::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 4px 4px 0;
  border-style: solid;
  border-color: #ffffff transparent;
}

.frog-ribbit-bubble.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* ==================== MIKUHOOD VAULT - ARTISTIC CYBER FLOW ==================== */
.vault-box-body {
  padding: 16px 18px 22px 18px;
  position: relative;
  overflow: hidden;
}

.vault-simple-header {
  text-align: center;
  margin-bottom: 16px;
}

.vault-motto-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(90deg, rgba(204, 255, 0, 0.95) 0%, rgba(0, 229, 201, 0.95) 100%);
  border: 1.5px solid #ffffff;
  border-radius: 20px;
  padding: 4px 16px;
  box-shadow: 0 3px 12px rgba(0, 229, 201, 0.35), 0 0 16px rgba(204, 255, 0, 0.45);
}

.vault-sparkle {
  color: #032033;
  font-size: 11px;
}

.vault-motto-text {
  font-family: 'Share Tech Mono', monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #032033;
}

/* Artistic Flow Chain */
.vault-art-flow {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 390px;
  margin: 0 auto;
}

/* Central glowing circuit spine behind nodes */
.flow-track-line {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, 
    rgba(204, 255, 0, 0.6) 0%, 
    rgba(0, 229, 201, 0.7) 40%, 
    rgba(255, 64, 136, 0.7) 70%, 
    rgba(0, 229, 201, 0.6) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* Flow Node Base */
.flow-node {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 330px;
  box-sizing: border-box;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(244, 253, 255, 0.8) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 14px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 14px rgba(0, 60, 120, 0.08), inset 0 1px 0 #ffffff;
  transition: all 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.flow-node:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 8px 24px rgba(0, 80, 160, 0.16), 0 0 16px rgba(0, 229, 201, 0.4);
  border-color: var(--aqua-main);
}

/* Micro corner accent */
.node-corner-accent {
  position: absolute;
  top: 4px;
  right: 6px;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid var(--aqua-main);
  border-right: 1.5px solid var(--aqua-main);
  opacity: 0.7;
}

/* Icon glyph badge */
.node-icon-wrap {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.node-icon-wrap svg {
  display: block;
}

.icon-lime {
  background: rgba(204, 255, 0, 0.2);
  border: 1px solid #CCFF00;
  color: #5c7800;
}

.icon-aqua {
  background: rgba(0, 229, 201, 0.2);
  border: 1px solid #00E5C9;
  color: #008775;
}

.icon-pink {
  background: rgba(255, 64, 136, 0.18);
  border: 1px solid #ff4088;
  color: #d11e62;
}

.icon-green {
  background: rgba(118, 185, 0, 0.2);
  border: 1px solid #76b900;
  color: #4a7500;
}

.icon-gold {
  background: rgba(255, 210, 0, 0.22);
  border: 1px solid #ffd200;
  color: #a87e00;
}

/* Node Text Body */
.node-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.node-main-title {
  font-family: 'DotGothic16', sans-serif;
  font-size: 13.5px;
  font-weight: 900;
  letter-spacing: 0.8px;
  color: #032033;
}

.node-ja-text {
  font-family: 'DotGothic16', sans-serif;
  font-size: 11px;
  color: #0c577a;
  font-weight: normal;
  margin-left: 2px;
}

.badge-ja {
  font-family: 'DotGothic16', sans-serif;
  font-size: 11px;
  color: #042e47;
  font-weight: 900;
  margin-left: 6px;
  padding-left: 6px;
  border-left: 1px solid rgba(3, 32, 51, 0.35);
}

.node-badge-val {
  font-family: 'Share Tech Mono', monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.5px;
  background: rgba(0, 229, 201, 0.18);
  border: 1px solid rgba(0, 229, 201, 0.5);
  color: #045466;
  padding: 2px 8px;
  border-radius: 8px;
}

.badge-mint {
  background: linear-gradient(90deg, rgba(255, 64, 136, 0.2) 0%, rgba(204, 255, 0, 0.25) 100%);
  border-color: rgba(255, 64, 136, 0.5);
  color: #a30e46;
}

.badge-nvda {
  background: rgba(118, 185, 0, 0.2);
  border-color: #76b900;
  color: #3b5c00;
}

/* Connectors */
.flow-conduit {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 24px;
}

.conduit-arrow {
  color: #00bfa5;
  font-size: 11px;
  line-height: 1;
  text-shadow: 0 0 6px rgba(0, 229, 201, 0.6);
  animation: arrowPulse 1.8s infinite alternate ease-in-out;
}

@keyframes arrowPulse {
  0% { transform: translateY(-1px); opacity: 0.65; }
  100% { transform: translateY(1px); opacity: 1; }
}

/* Action Conduits: STAKE & REWARDS */
.flow-action-conduit {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px 0;
  gap: 2px;
}

.conduit-line-short {
  width: 2px;
  height: 6px;
  background: rgba(0, 229, 201, 0.7);
}

.action-crystal-pill {
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.5px;
  padding: 3px 12px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: transform 0.15s ease;
}

.action-crystal-pill:hover {
  transform: scale(1.08);
}

.pill-svg {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.stake-pill {
  background: linear-gradient(90deg, #CCFF00 0%, #d8ff4d 100%);
  color: #032033;
  border: 1px solid #7ea600;
  box-shadow: 0 0 10px rgba(204, 255, 0, 0.5);
}

.rewards-pill {
  background: linear-gradient(90deg, #ff4088 0%, #ff80bf 100%);
  color: #ffffff;
  border: 1px solid #d41763;
  box-shadow: 0 0 10px rgba(255, 64, 136, 0.5);
}

/* ==================== CORE VAULT PRISMATIC CENTERPIECE ==================== */
.node-vault-core {
  flex-direction: column;
  padding: 12px 16px;
  text-align: center;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.95) 0%, 
    rgba(235, 255, 248, 0.92) 45%, 
    rgba(255, 240, 248, 0.92) 100%
  );
  border: 2px solid;
  border-color: var(--lime-neon) var(--aqua-main) var(--pink-prism) var(--lime-neon);
  border-radius: 16px;
  box-shadow: 0 8px 26px rgba(0, 80, 150, 0.15), 0 0 18px rgba(204, 255, 0, 0.35);
  position: relative;
  overflow: hidden;
}

/* Vocaloid Mini Equalizer Visualizer Graphic */
.vault-eq-graphic {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3.5px;
  height: 16px;
  margin: 2px auto 5px auto;
}

.v-bar {
  width: 4px;
  border-radius: 2px;
  background: var(--aqua-main);
  animation: eqBounce 1.2s infinite ease-in-out alternate;
}

.v-bar.b1 { height: 8px; background: #CCFF00; animation-delay: 0.1s; }
.v-bar.b2 { height: 16px; background: #00E5C9; animation-delay: 0.4s; }
.v-bar.b3 { height: 12px; background: #ff4088; animation-delay: 0.2s; }
.v-bar.b4 { height: 15px; background: #00E5C9; animation-delay: 0.5s; }
.v-bar.b5 { height: 9px; background: #CCFF00; animation-delay: 0.3s; }

@keyframes eqBounce {
  0% { transform: scaleY(0.4); opacity: 0.7; }
  100% { transform: scaleY(1.15); opacity: 1; }
}

.vault-chip-badge {
  font-family: 'Share Tech Mono', monospace;
  font-size: 9.5px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #032033;
  background: linear-gradient(90deg, rgba(204, 255, 0, 0.7) 0%, rgba(0, 229, 201, 0.7) 100%);
  padding: 2px 10px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 4px;
}

.vault-core-title {
  font-family: 'DotGothic16', sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #021a29;
  text-shadow: 0 0 10px rgba(0, 229, 201, 0.3);
  margin-bottom: 5px;
}

.vault-stream-banner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: rgba(3, 32, 51, 0.05);
  border: 1px dashed rgba(0, 229, 201, 0.65);
  border-radius: 8px;
  padding: 4px 10px;
  font-family: 'Share Tech Mono', monospace;
  font-size: 11px;
  font-weight: 900;
}

.stream-token {
  color: #054e70;
}

.stream-arrow {
  color: #ff4088;
  font-size: 12px;
}

.stream-dest {
  color: #007365;
}

/* Profile Panel Layout */
/* ==================== 6-CHARACTER SHOWCASE PREVIEW GALLERY ==================== */
/* Top Status / Supply Bar */
.nft-gallery-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.65);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 8px 14px;
  margin-bottom: 14px;
  box-shadow: 0 2px 8px rgba(0, 60, 120, 0.06);
  flex-wrap: wrap;
  gap: 8px;
}

.nft-gallery-info {
  display: flex;
  align-items: center;
}

.gallery-pill {
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  font-weight: 900;
  color: #04243a;
  background: var(--lime-neon);
  padding: 2px 8px;
  border-radius: 12px;
  letter-spacing: 0.8px;
  box-shadow: 0 0 8px rgba(204, 255, 0, 0.45);
}

.gallery-subtext {
  font-size: 10px;
  color: #007f8c;
  font-weight: bold;
  margin-left: 8px;
  font-family: 'Share Tech Mono', monospace;
  letter-spacing: 0.5px;
}

.nft-gallery-supply {
  display: flex;
  align-items: center;
  gap: 10px;
}

.supply-label {
  font-size: 10px;
  color: #05263d;
  font-weight: bold;
}

.supply-label strong {
  color: #008796;
}

.mint-pill-tag {
  font-family: 'Share Tech Mono', monospace;
  font-size: 9px;
  font-weight: 900;
  color: #fff;
  background: #ff4088;
  padding: 3px 10px;
  border-radius: 12px;
  letter-spacing: 0.5px;
  box-shadow: 0 0 8px rgba(255, 64, 136, 0.5);
  cursor: pointer;
  transition: all 0.2s ease;
}

.mint-pill-tag:hover {
  transform: scale(1.06);
  box-shadow: 0 0 12px rgba(255, 64, 136, 0.8);
}

/* 6-Card Gallery Matrix */
.nft-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

@media (max-width: 680px) {
  .nft-preview-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 440px) {
  .nft-preview-grid {
    grid-template-columns: 1fr;
  }
}

/* Collectible NFT Preview Card */
.nft-card {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 14px;
  padding: 10px 10px 12px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 70, 140, 0.08);
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  user-select: none;
  position: relative;
  overflow: hidden;
}

.nft-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 22px rgba(0, 100, 180, 0.18), 0 0 14px rgba(0, 229, 201, 0.3);
  border-color: rgba(0, 229, 201, 0.75);
  background: rgba(255, 255, 255, 0.92);
}

/* Special 1-of-1 Genesis Card */
.nft-card.genesis-card {
  border-color: rgba(255, 215, 0, 0.75);
  box-shadow: 0 4px 14px rgba(255, 215, 0, 0.15);
}

.nft-card.genesis-card:hover {
  box-shadow: 0 8px 24px rgba(255, 215, 0, 0.35), 0 0 16px rgba(255, 215, 0, 0.5);
  border-color: #ffd700;
}

/* Card Header */
.card-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.card-id {
  font-family: 'Share Tech Mono', monospace;
  font-size: 10.5px;
  font-weight: 900;
  color: #05263d;
  background: rgba(0, 0, 0, 0.06);
  padding: 1px 6px;
  border-radius: 6px;
}

.card-rarity {
  font-family: 'Share Tech Mono', monospace;
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: 0.5px;
  padding: 1.5px 6px;
  border-radius: 10px;
  border: 1px solid;
}

.rarity-legendary {
  color: #2b7000;
  background: #eaff80;
  border-color: #9fd800;
}

.rarity-mythic {
  color: #007a6a;
  background: #c7fff6;
  border-color: #00E5C9;
}

.rarity-rare {
  color: #c41865;
  background: #ffe0ef;
  border-color: #ff70a6;
}

.rarity-epic {
  color: #551db8;
  background: #ede0ff;
  border-color: #b388ff;
}

.rarity-genesis {
  color: #8c6800;
  background: #fff4ba;
  border-color: #ffd700;
  box-shadow: 0 0 6px rgba(255, 215, 0, 0.4);
}

/* Avatar Canvas Wrap */
.card-canvas-wrap {
  width: 100px;
  height: 100px;
  margin: 4px auto 8px auto;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(204, 255, 0, 0.2) 0%, rgba(0, 229, 201, 0.12) 70%);
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.7);
}

.nft-char-canvas {
  width: 92px;
  height: 92px;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  pointer-events: none;
}

/* Card Details */
.card-details {
  width: 100%;
  text-align: center;
}

.card-char-name {
  font-family: 'Comfortaa', 'DotGothic16', sans-serif;
  font-size: 11.5px;
  font-weight: 900;
  color: #04243a;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-char-style {
  font-size: 9.5px;
  color: #1f5475;
  font-weight: bold;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ==================== COMMUNITY-FIRST TOKENOMICS ==================== */
.tokenomics-section {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1.5px dashed rgba(0, 229, 201, 0.4);
}

.tokenomics-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 8px;
}

.tokenomics-title-group {
  display: flex;
  align-items: center;
  gap: 6px;
}

.tokenomics-sparkle {
  color: var(--lime-neon);
  font-size: 11px;
  text-shadow: 0 0 6px var(--lime-neon);
}

.tokenomics-title {
  font-family: 'Share Tech Mono', monospace;
  font-size: 11px;
  font-weight: 900;
  color: #008796;
  letter-spacing: 0.8px;
}

.tokenomics-version-pill {
  font-family: 'Share Tech Mono', monospace;
  font-size: 9px;
  font-weight: 900;
  color: #032033;
  background: var(--lime-neon);
  padding: 1.5px 6px;
  border-radius: 10px;
  letter-spacing: 0.5px;
}

.tokenomics-supply-badge {
  font-size: 10px;
  color: #05263d;
  font-weight: bold;
  font-family: 'Share Tech Mono', monospace;
}

.tokenomics-supply-badge strong {
  color: #d6006a;
}

/* 4 Distribution Cards Grid */
.tokenomics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media (max-width: 680px) {
  .tokenomics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 380px) {
  .tokenomics-grid {
    grid-template-columns: 1fr;
  }
}

.t-card {
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 10px 8px 8px 8px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 70, 140, 0.08);
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}

.t-card:hover {
  transform: translateY(-2px);
  border-color: var(--lime-neon);
  box-shadow: 0 6px 16px rgba(0, 100, 180, 0.16), 0 0 10px var(--lime-glow);
}

.t-card.highlight-t-card {
  background: linear-gradient(135deg, rgba(204, 255, 0, 0.16) 0%, rgba(255, 255, 255, 0.9) 100%);
  border-color: rgba(204, 255, 0, 0.7);
  box-shadow: 0 4px 14px rgba(204, 255, 0, 0.2);
}

.t-card-top {
  display: flex;
  justify-content: center;
  margin-bottom: 2px;
}

.t-percent {
  font-family: 'Share Tech Mono', monospace;
  font-size: 9.5px;
  font-weight: 900;
  color: #008796;
  background: rgba(0, 229, 201, 0.15);
  padding: 1px 6px;
  border-radius: 10px;
  border: 1px solid rgba(0, 229, 201, 0.4);
}

.t-card-num {
  font-family: 'VT323', monospace;
  font-size: 28px;
  color: #04243a;
  text-shadow: 0 0 8px var(--lime-glow);
  line-height: 1.1;
  font-weight: bold;
  margin: 2px 0;
}

.t-card-label {
  font-size: 9px;
  color: #d6006a;
  letter-spacing: 0.8px;
  font-weight: 900;
  font-family: 'Share Tech Mono', monospace;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.t-card-bar {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  margin-top: 6px;
  position: relative;
  overflow: hidden;
}

.t-card-bar::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--bar-w);
  background: var(--bar-c);
  border-radius: 2px;
}

/* Snapshot Criteria Note Banner */
.tokenomics-note-box {
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.72);
  border: 1.5px dashed rgba(0, 229, 201, 0.55);
  border-radius: 10px;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.t-note-tag {
  font-family: 'Share Tech Mono', monospace;
  font-size: 9px;
  font-weight: 900;
  color: #008796;
  letter-spacing: 0.8px;
}

.t-note-text {
  font-size: 11px;
  line-height: 1.5;
  color: #062b42;
  margin: 0;
}

.t-note-text strong {
  color: #032033;
  font-weight: 900;
}

.t-note-text-ja {
  font-family: 'DotGothic16', 'Share Tech Mono', sans-serif;
  font-size: 10.5px;
  line-height: 1.55;
  color: #174863;
  margin: 0;
  padding-top: 5px;
  border-top: 1px dashed rgba(0, 229, 201, 0.35);
}

.t-note-text-ja strong {
  color: #032033;
  font-weight: 900;
}

/* ==================== ART BOARD ==================== */
.art-board-box-body {
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.art-board-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.art-board-img {
  max-width: 100%;
  width: auto;
  max-height: 520px;
  border-radius: 8px;
  display: block;
  object-fit: contain;
}

/* ==================== LINKS & BUTTONS SECTION ==================== */
.links-actions-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 12px;
  flex-wrap: wrap;
}

.links-actions-container .header-social-btn {
  font-size: 13px;
  padding: 8px 20px;
  border-radius: 24px;
}

/* ==================== SPARKLE CURSOR TRAIL ==================== */
.sparkle-dot {
  position: fixed;
  pointer-events: none;
  z-index: 100000;
  animation: sparkleFade 0.65s forwards ease-out;
}

@keyframes sparkleFade {
  0% { transform: scale(0.3) rotate(0deg); opacity: 1; }
  50% { transform: scale(1.3) rotate(90deg); opacity: 0.9; }
  100% { transform: scale(0) rotate(180deg); opacity: 0; }
}

/* ==================== RETRO SCROLLBAR ==================== */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #CCFF00 0%, #00E5C9 100%);
  border: 2px solid #fff;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #CCFF00;
}
