.Whitepaper_whitepaperContainer__etQUJ {
  width: 100%;
  margin: 0 auto;
  padding: 120px 2rem 4rem;
  color: var(--color-text);
  min-height: 100vh;
  position: relative;
  background: 
    linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, transparent 20%, transparent 80%, rgba(0, 0, 0, 0.8) 100%),
    radial-gradient(ellipse 80% 50% at 20% 30%, rgba(255, 215, 0, 0.2) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 80% 70%, rgba(255, 193, 7, 0.3) 0%, transparent 50%),
    radial-gradient(ellipse 70% 60% at 50% 20%, rgba(255, 165, 0, 0.2) 0%, transparent 50%),
    radial-gradient(ellipse 90% 30% at 10% 80%, rgba(255, 140, 0, 0.2) 0%, transparent 50%),
    radial-gradient(ellipse 50% 80% at 90% 10%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
    linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(255, 193, 7, 0.2) 100%);
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
}

.Whitepaper_whitepaperHeader__zf_SB {
  margin-bottom: 3rem;
  text-align: center;
}

.Whitepaper_whitepaperHeader__zf_SB h1 {
  font-family: var(--font-secondary);
  font-size: 52px;
  text-transform: uppercase;
  color: var(--color-text);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.Whitepaper_subtitle__l8h0T {
  font-size: 18px;
  color: var(--color-text-secondary);
  max-width: 700px;
  margin: 0 auto;
}

.Whitepaper_whitepaperContent__fScXX {
  display: flex;
  gap: 2rem;
  position: relative;
}

.Whitepaper_tocContainer__AOi5P {
  position: sticky;
  top: 120px;
  height: fit-content;
  width: 300px;
  background: var(--color-bg-secondary);
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.Whitepaper_tocHeader__9NDtG {
  margin-bottom: 1.5rem;
}

.Whitepaper_callout__2DETw {
  display: inline-block;
  padding: .7em 1em;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .125);
  border-radius: 50px;
  border: 1px solid rgba(250, 250, 250, 0.4);
  margin-bottom: 0.5rem;
  font-weight: 900;
  color: var(--primary-color);
  font-size: 12px;
}

.Whitepaper_toc__oK0TG {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.Whitepaper_tocItem__8rU0W {
  font-size: 14px;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  color: var(--color-text-secondary);
  cursor: pointer;
  transition: all 0.3s ease;
  border-left: 2px solid transparent;
}

.Whitepaper_tocItem__8rU0W:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: var(--color-text);
}

.Whitepaper_tocItemActive__RRiiy {
  background-color: rgba(54, 211, 0, 0.1);
  color: var(--primary-color);
  border-left: 2px solid var(--primary-color);
}

.Whitepaper_contentContainer__p77mn {
  flex: 1 1;
  background: var(--color-bg-secondary);
  border-radius: 16px;
  padding: 3rem;
  margin-bottom: 4rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.Whitepaper_section__NUQ5L {
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.Whitepaper_section__NUQ5L:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.Whitepaper_section__NUQ5L h2 {
  font-family: var(--font-secondary);
  font-size: 32px;
  margin-bottom: 1.5rem;
  color: var(--color-text);
  text-transform: uppercase;
  line-height: 1.2;
}

.Whitepaper_section__NUQ5L h3 {
  font-size: 20px;
  margin: 2rem 0 1rem;
  color: var(--primary-color);
}

.Whitepaper_section__NUQ5L h4 {
  font-size: 16px;
  margin-bottom: 0.5rem;
  color: var(--color-text);
}

.Whitepaper_section__NUQ5L p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: var(--color-text-secondary);
}

.Whitepaper_section__NUQ5L p:last-child {
  margin-bottom: 0;
}

.Whitepaper_section__NUQ5L em {
  color: var(--primary-color);
  font-style: normal;
  font-weight: 500;
}

.Whitepaper_challengesList__Xdyfl {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.Whitepaper_challenge__86Jg7 {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 1rem 1.5rem;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  border-left: 3px solid var(--primary-color);
}

.Whitepaper_imageContainer__ZU1K7 {
  margin: 2rem 0;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.Whitepaper_sectionImage__JKgIi {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.5s ease;
}

.Whitepaper_sectionImage__JKgIi:hover {
  transform: scale(1.02);
}

.Whitepaper_featuresList__a1vqT {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.Whitepaper_featureItem__BtQbd {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 1.5rem;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.Whitepaper_featureItem__BtQbd:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(54, 211, 0, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.Whitepaper_featureItem__BtQbd h4 {
  color: var(--primary-color);
  margin-bottom: 0.75rem;
}

.Whitepaper_featureItem__BtQbd p {
  margin-bottom: 0;
  font-size: 14px;
}

.Whitepaper_quoteContainer__qBzpm {
  margin: 2.5rem 0;
  padding: 0 2rem;
}

.Whitepaper_quote__hns_B {
  font-size: 18px;
  line-height: 1.7;
  color: var(--color-text);
  font-style: italic;
  position: relative;
  padding: 1.5rem 2rem;
  border-left: 3px solid var(--primary-color);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0 12px 12px 0;
}

.Whitepaper_TUNITePhases__jtyTf {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0;
}

.Whitepaper_TUNITePhase__Ph7ii {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 1.5rem;
  border-radius: 12px;
  border-left: 3px solid var(--primary-color);
  transition: all 0.3s ease;
}

.Whitepaper_TUNITePhase__Ph7ii:hover {
  background-color: rgba(255, 255, 255, 0.08);
  transform: translateX(5px);
}

.Whitepaper_TUNITePhase__Ph7ii h4 {
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.Whitepaper_TUNITePhase__Ph7ii p {
  margin-bottom: 0;
  font-size: 14px;
}

/* Tokenomics Chart Styles */
.Whitepaper_tokenomicsChart__bekQb {
  margin: 2.5rem 0;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.02);
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.Whitepaper_chartTitle__iXgVR {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
  color: var(--color-text);
}

.Whitepaper_chartContainer__5FSle {
  display: flex;
  height: 50px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.Whitepaper_chartSegment__vC0_f {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}

.Whitepaper_chartSegment__vC0_f span {
  margin-bottom: 5px;
}

.Whitepaper_segmentLabel__afnEQ {
  position: absolute;
  bottom: -25px;
  font-size: 12px;
  font-weight: normal;
  color: var(--color-text-secondary);
}

/* Roadmap Timeline Styles */
.Whitepaper_roadmapTimeline__YxtVP {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 2.5rem 0;
  position: relative;
}

.Whitepaper_roadmapTimeline__YxtVP::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: rgba(54, 211, 0, 0.3);
}

.Whitepaper_roadmapItem__cAlSS {
  position: relative;
  padding-left: 60px;
}

.Whitepaper_roadmapItem__cAlSS::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.Whitepaper_roadmapPhase_____EQ {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 1rem;
  color: var(--primary-color);
}

.Whitepaper_roadmapList__AP0y_ {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.Whitepaper_roadmapList__AP0y_ li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--color-text-secondary);
  font-size: 14px;
}

.Whitepaper_roadmapList__AP0y_ li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-size: 1.2rem;
}

/* Compliance Section Styles */
.Whitepaper_complianceSubsection__MCnMw {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  border-left: 3px solid var(--primary-color);
  transition: all 0.3s ease;
}

.Whitepaper_complianceSubsection__MCnMw:hover {
  background-color: rgba(255, 255, 255, 0.08);
  transform: translateX(3px);
}

.Whitepaper_complianceSubsection__MCnMw h3 {
  font-size: 20px;
  margin: 0 0 1rem 0;
  color: var(--primary-color);
  font-weight: 600;
}

.Whitepaper_complianceSubsection__MCnMw p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 1rem;
  color: var(--color-text-secondary);
}

.Whitepaper_complianceSubsection__MCnMw p:last-child {
  margin-bottom: 0;
}

/* Team Grid Styles */
.Whitepaper_teamGrid__wZyq2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 2.5rem 0;
}

.Whitepaper_teamMember__qqrpR {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.Whitepaper_teamMember__qqrpR:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(54, 211, 0, 0.2);
  transform: translateY(-3px);
}

.Whitepaper_memberRole__zdWwM {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0.75rem;
  color: var(--primary-color);
}

.Whitepaper_teamMember__qqrpR p {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--color-text-secondary);
}

.Whitepaper_ctaContainer__5wA2J {
  margin-top: 3rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.Whitepaper_ctaButton__iUcT1 {
  background: rgba(54, 211, 0, .1);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 16px;
}

.Whitepaper_ctaButton__iUcT1:hover {
  background: #2fb000;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(54, 211, 0, 0.2);
}

.Whitepaper_secondaryButton__YyOH5 {
  background: rgba(255, 255, 255, 0.05);
  color: var(--color-text);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 16px;
}

.Whitepaper_secondaryButton__YyOH5:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Responsive styles */
@media (max-width: 1100px) {
  .Whitepaper_whitepaperContent__fScXX {
    flex-direction: column;
  }
  
  .Whitepaper_tocContainer__AOi5P {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
  
  .Whitepaper_toc__oK0TG {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .Whitepaper_chartContainer__5FSle {
    flex-direction: column;
    height: auto;
  }
  
  .Whitepaper_chartSegment__vC0_f {
    width: 100% !important;
    height: 40px;
    margin-bottom: 1.5rem;
  }
  
  .Whitepaper_segmentLabel__afnEQ {
    position: static;
    margin-top: 0.25rem;
  }
  
  .Whitepaper_roadmapItem__cAlSS {
    padding-left: 40px;
  }
  
  .Whitepaper_roadmapTimeline__YxtVP::before {
    left: 10px;
  }
  
  .Whitepaper_roadmapItem__cAlSS::before {
    left: 5px;
  }
}

@media (max-width: 768px) {
  .Whitepaper_whitepaperContainer__etQUJ {
    padding: 100px 1rem 2rem;
  }

  .Whitepaper_whitepaperHeader__zf_SB h1 {
    font-size: 32px;
  }
  
  .Whitepaper_subtitle__l8h0T {
    font-size: 16px;
  }

  .Whitepaper_contentContainer__p77mn {
    padding: 2rem;
  }

  .Whitepaper_section__NUQ5L h2 {
    font-size: 24px;
  }
  
  .Whitepaper_section__NUQ5L h3 {
    font-size: 18px;
  }
  
  .Whitepaper_section__NUQ5L p {
    font-size: 14px;
  }
  
  .Whitepaper_featuresList__a1vqT {
    grid-template-columns: 1fr;
  }
  
  .Whitepaper_toc__oK0TG {
    grid-template-columns: 1fr;
  }
  
  .Whitepaper_ctaContainer__5wA2J {
    flex-direction: column;
    align-items: center;
  }
  
  .Whitepaper_ctaButton__iUcT1, .Whitepaper_secondaryButton__YyOH5 {
    width: 100%;
    text-align: center;
  }
  
  .Whitepaper_quoteContainer__qBzpm {
    padding: 0;
  }
  
  .Whitepaper_roadmapPhase_____EQ {
    font-size: 16px;
  }
  
  .Whitepaper_teamGrid__wZyq2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .Whitepaper_whitepaperHeader__zf_SB h1 {
    font-size: 28px;
  }
  
  .Whitepaper_contentContainer__p77mn {
    padding: 1.5rem;
  }
  
  .Whitepaper_section__NUQ5L h2 {
    font-size: 22px;
  }
  
  .Whitepaper_quoteContainer__qBzpm {
    padding: 0;
  }
  
  .Whitepaper_quote__hns_B {
    padding: 1rem;
    font-size: 16px;
  }
  
  .Whitepaper_roadmapItem__cAlSS {
    padding-left: 30px;
  }
} 
