@font-face {
  font-family: 'Kristen ITC';
  src: url('assets/fonts/ITCKRIST.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  font-family: 'Kristen ITC', 'Comic Sans MS', cursive, sans-serif;
  color: white;
  background-image: url('assets/images/wood-texture-background.png');
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.header {
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 1em;
}

.logo-header {
  width: 260px;
  height: auto;
  margin-bottom: 0.5em;
}

.tagline {
  font-size: 1.5em;
  margin: 0.5em 0;
}

.mascot {
  width: 160px;
  margin: 0.5em 0;
}

.subtext {
  margin-top: 0.5em;
  font-size: 1.1em;
}

.tokenomics-button a,
.back-home-button a {
  background-color: #FFD700;
  padding: 0.6em 1.2em;
  color: black;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  display: inline-block;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.tokenomics-button,
.back-home-button {
  text-align: center;
  margin: 1em 0;
}

.button-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}

.cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  background-color: #ffd100;                 
  box-shadow: 0 6px 0 #b48000, 0 10px 16px rgba(0,0,0,.25);
  transition: transform .1s ease, background-color .15s ease, box-shadow .1s ease;
}

.button-row .cta-btn:link,
.button-row .cta-btn:visited {
  color: #000;
  text-decoration: none;
}

.cta-btn:hover {
  transform: scale(1.05);
  background-color: #ffe066;
}

.cta-whitepaper.soon:hover {
  background-color: #9aa0a6;
  box-shadow: 0 6px 0 #6f767d, 0 10px 16px rgba(0,0,0,.25);
  color: transparent;          
  cursor: not-allowed;
}

.cta-whitepaper.soon:hover::after {
  content: attr(data-soon);
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-weight: 700;
}

@media (max-width: 560px) {
  .button-row { gap: 10px; }
  .cta-btn { padding: 10px 16px; }
}

main {
  padding: 2em;
  max-width: 800px;
  margin: auto;
}

.poem .comic-box {
  border: 3px dashed yellow;
  padding: 1.5em;
  background-color: rgba(0,0,0,0.3);
  border-radius: 12px;
  margin-bottom: 2em;
  text-align: center;
}

.poem h3 {
  margin-top: 0;
}

.narrative {
  background-color: rgba(0,0,0,0.6);
  padding: 1.5em;
  border-radius: 12px;
}

.narrative p {
  text-align: left;
  margin-bottom: 1em;
}

.narrative-box {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 1.5rem;
  margin-top: 2rem;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.memes {
  text-align: center;
  margin-top: 2em;
}

.memes img {
  max-width: 100%;
  height: auto;
  margin: 0.5em;
}

.footer {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1em;
  text-align: center;
}

.footer a {
  color: yellow;
  text-decoration: none;
  font-weight: bold;
}

.chart-placeholder {
  text-align: center;
  margin: 3em auto;
}

.chart-box {
  border: 3px dashed yellow;
  display: inline-block;
  padding: 2em;
  border-radius: 12px;
  margin-top: 1em;
  background-color: rgba(0,0,0,0.3);
}

.coming-soon {
  font-style: italic;
  color: white;
  font-size: 1.1em;
}

.bounce {
  animation: bounce 2s infinite;
}

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

.tokenomics .chart-wrapper {
  text-align: center;
  margin-top: 2em;
}

#tokenomicsChart {
  width: 250px !important;
  height: 250px !important;
}

.supply-info {
  text-align: center;
  font-size: 1.1em;
  margin-top: 1em;
}

.tokenomics .supply-box ul,
.tokenomics ul.supply-list {
  list-style: none;      
  padding-left: 0;       
  margin-left: 0;
}

.tokenomics .supply-box ul li::marker,
.tokenomics ul.supply-list li::marker {
  content: "";
}


.chart-wrapper canvas {
  width: 400px;
  height: 400px;
  max-width: 100%;
}

.chart-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

#tokenomicsChart {
  width: 100% !important;
  height: auto !important;
}
.info-card {
  max-width: 900px;
  margin: 1.75rem auto;
  padding: 1.25rem 1.5rem;
  color: #fff;
  background: rgba(0,0,0,0.35);       
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  line-height: 1.55;
}

.info-card h3 {
  margin: 0 0 .75rem 0;
  font-size: 1.5rem;
  color: #ffd100;                      
  text-shadow: 0 2px 0 rgba(0,0,0,0.35);
}

.info-card .dist {
  margin: .5rem 0 1rem;
  padding-left: 1rem;
}

.info-card .dist li {
  margin: .5rem 0;
}

.info-card .note {
  margin-top: .75rem;
  font-style: italic;
  opacity: .95;
}

@media (max-width: 640px) {
  .info-card { padding: 1rem 1rem; }
  .info-card h3 { font-size: 1.25rem; }
}
.tokenomics .supply-box ul,
.tokenomics .supply-box ol,
ul.supply-list, ol.supply-list {
  list-style: none !important;
  list-style-image: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.tokenomics .supply-box li::marker { content: "" !important; }
}

.tokenomics .supply-box {
  max-width: 900px;          
  margin: 0 auto;            
  padding: 24px 28px;
  background: rgba(0,0,0,0.22); 
  border-radius: 12px;
}

.tokenomics .supply-box h2,
.tokenomics .supply-box .total,
.tokenomics .supply-box .note {
  text-align: center;
}

.tokenomics .supply-box ul.supply-list {
  margin: 18px 0 10px;
  padding-left: 0;                 
}

.tokenomics .supply-box li {
  margin: 10px 0;
}

.tokenomics .supply-box {
  max-width: 960px;        
  margin: 24px auto 40px;  
  padding: 24px 28px;
  background: rgba(0,0,0,0.22);
  border-radius: 12px;
}

.tokenomics .supply-box h2,
.tokenomics .supply-box .total,
.tokenomics .supply-box .note {
  text-align: center;
  margin: 10px 0;
}

.tokenomics .supply-box .distribution {
  text-align: left;
}

.tokenomics .supply-box .distribution p {
  margin: 10px 0;
  line-height: 1.55;
}

.tokenomics .supply-info { 
  max-width: unset;
  margin: 0;
  padding: 0;
  background: none;
}
