.page {
  width: 100%;
  min-height: 100vh;
  background-color: var(--white-100);
}

/* Announcement Bar */
.announcement-bar {
  width: 100%;
  background-color: var(--black-50);
  padding: 16px 0;
  overflow: hidden;
}

.announcement-bar__content {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0 var(--container-padding);
}

.announcement-bar__text {
  font-family: var(--font-primary);
  font-weight: var(--fw-medium);
  font-size: 14px;
  color: var(--black-700);
  margin: 0;
  white-space: nowrap;
}

.announcement-bar__dot {
  width: 6px;
  height: 6px;
  background-color: var(--black-800);
  border-radius: 50%;
  flex-shrink: 0;
}

/* Navigation */
.navigation {
  width: 100%;
  background-color: var(--white-100);
  border-bottom: 1px solid var(--black-100);
  position: sticky;
  top: 0;
  z-index: 100;
}

.navigation__container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 16px var(--container-padding);
  display: flex;
  align-items: center;
  gap: 40px;
}

.navigation__logo {
  width: 175px;
  height: 40px;
  object-fit: contain;
}

.navigation__menu {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  justify-content: center;
}

.navigation__link {
  font-family: var(--font-primary);
  font-weight: var(--fw-medium);
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0;
  position: relative;
  transition: color var(--transition-fast);
  border-bottom: 4px solid transparent;
  margin-bottom: -4px;
}

.navigation__link--active {
  color: var(--black-800);
  border-bottom-color: var(--blue-500);
}

.navigation__link--inactive {
  color: var(--black-600);
}

.navigation__link--inactive:hover {
  color: var(--black-800);
}

.navigation__actions {
  display: flex;
  align-items: center;
  gap: 21px;
}

.navigation__icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px;
  height: 40px;
  border-radius: var(--radius-sm);
  font-family: var(--font-montserrat);
  font-weight: var(--fw-medium);
  font-size: 14px;
  line-height: 1;
  transition: all var(--transition-fast);
  cursor: pointer;
  white-space: nowrap;
}

.btn--primary {
  background-color: var(--black-800);
  color: var(--white-100);
}

.btn--primary:hover {
  background-color: var(--black-700);
}

.btn--outline {
  background-color: transparent;
  color: var(--black-700);
  border: 1px solid var(--black-700);
}

.btn--outline:hover {
  background-color: var(--black-50);
}

.btn--dark {
  background-color: var(--black-800);
  color: var(--white-100);
}

.btn--dark:hover {
  background-color: var(--black-700);
}

.btn--blue {
  background-color: var(--blue-600);
  color: var(--white-100);
}

.btn--blue:hover {
  background-color: var(--blue-700);
}

.btn--full {
  width: 100%;
}

/* Main Content */
.main-content {
  margin: 2.44vw 5.25vw 1.5vw 5.25vw;
  height: auto;
  box-sizing: border-box;
}
.container {
}

/* Hero Section */
.hero {
  display: flex;
  width: 59.25vw;
  height: 28.75vw;
  flex-shrink: 0;
  border-radius: 1rem;
  background: #191919;
}

.hero__main {
  width: 61rem;
}

.hero__featured {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 1vw;
  overflow: hidden;
  background-color: var(--black-800);
  display: flex;
  flex-direction: column;
  padding: 1vw 1vw 1.5vw 1vw;
  gap: 1.44rem;
}

.content-layout__sidebar2 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  /*! position: absolute; */
  top: 146rem;
  left: 70rem;
  width: 22rem;
}

.hero__image {
  width: 38vw;
  height: 17vw;
  object-fit: cover;
  border-radius: var(--radius-sm);
  margin-left: auto;
  margin-bottom: auto;
}

.hero__overlay {
  display: none;
}

.hero__content {display: flex;flex-direction: column;gap: .5vw;}

.hero__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero__title {
  font-family: var(--font-serif);
  font-weight: var(--fw-bold);
  font-size: 28px;
  line-height: 36px;
  color: var(--white-100);
  margin: 0;
}

.hero__description {
  font-family: var(--font-primary);
  font-weight: var(--fw-medium);
  font-size: 16px;
  line-height: 24px;
  color: var(--white-100);
  margin: 0;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'liga' off;
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 150% */
}

.hero__sidebar {
  position: relative;
  background-color: #191919;
  border-radius: 1rem;
  padding: 1vw 0 1vw 1vw;
  display: flex;
  flex-direction: column;
  width: 28rem;
}

.progress-bar-timer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #fff;
  border-radius: 0 0 0 9rem;
  transform: scaleX(0);
  transition: transform 0s;
  transform-origin: left;
  z-index: 2;
}
.trending-card--primary .progress-bar-timer {
  transition: transform 5s linear;
}

.hero__sidebar-title {
  margin: 0 0 1rem 0;
  color: #FFF;
  font-feature-settings: 'liga' off;

/* Heading/H5 */
  font-family: Gilroy;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem; /* 121.739% */
}

.hero__trending {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto;
  padding-right: 1rem;
  scrollbar-width: thin;
  scrollbar-color: #8c8c8c #191919;
}

.hero__scroll-indicator {
  position: absolute;
  top: 68px;
  right: 6px;
  width: 4px;
  height: 157px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}

/* Trending Cards */
.trending-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: var(--radius-sm);
  background-color: transparent;
  position: relative;
}

.trending-card--primary {
  background-color: var(--blue-600);
}

/* .trending-card--primary::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: -5px;
  width: 189px;
  height: 2px;
  background-color: var(--white-100);
} */

.trending-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trending-card__title {
  margin: 0;
  color: #FFF;
  font-feature-settings: 'dlig' on;
  font-family: Playfair;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  align-self: stretch;
}

.trending-card__indicator {
  display: none;
}

/* Badges & Meta */
.badge {
  color: var(--Black-800, #191919);
  font-feature-settings: 'liga' off;

/* Captions/C1 */
  font-family: Gilroy;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.0625rem; /* 121.429% */
  text-transform: uppercase;
}

.badge--white {
  color: var(--white-100);
}

.badge--small {
}

.meta-divider {
  width: 1px;
  height: 9px;
  background-color: var(--black-800);
}

.meta-divider--white {
  background-color: var(--white-100);
}

.meta-date {
  font-family: var(--font-primary);
  font-weight: var(--fw-medium);
  font-size: 12px;
  color: var(--black-800);
  color: var(--Black-800, #191919);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'liga' off;

/* Captions/C1 */
  font-family: Gilroy;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.0625rem; /* 121.429% */
  text-transform: uppercase;
}

.meta-date--white {
  color: var(--white-100);
}

/* Content Layout */
.content-layout {
  display: flex;
  grid-template-columns: 948px 300px;
  gap: 24px;
  margin-bottom: 60px;
  margin-top: 1.5rem;
  flex-direction: column;
}

.content-layout__main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.content-layout__sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px;
  /* position: absolute;
  top: 12rem;
  left: 70rem; */
  width: 18rem;
  flex: 30%;
}

/* Section */
.section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #a7adbc;
  width: 59rem;
  margin-right: 3rem;
  flex: 70%;
}

.section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
}

.section__title {
  font-family: var(--font-montserrat);
  font-weight: var(--fw-semibold);
  font-size: 24px;
  color: var(--black-800);
  margin: 0;
  color: #1F1F1F;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'liga' off;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.section__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 28px;
  height: 36px;
  border-radius: 30px;
  border: 1px solid var(--black-800);
  font-family: var(--font-montserrat);
  font-weight: var(--fw-medium);
  font-size: 14px;
  color: var(--black-800);
  transition: all var(--transition-fast);
}

.section__link:hover {
  background-color: var(--black-50);
}

.section__link--white {
  border-color: var(--white-100);
  color: var(--white-100);
}

.section__link--white:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.section__link img {
  width: 9.5px;
  height: 7.36px;
}

.section__divider {
  width: 100%;
  height: 1px;
  background-color: #a7adbc;
  margin: 8px 0;
}

/* Alpha Grid */
.alpha-grid {
  display: flex;
  gap: 24px;
  flex: 70%;
}

.alpha-grid__small {
  display: flex;
  flex-direction: column;
  gap: 24px;
  /*! width: 300px; */
  flex: 30%;
}

/* Article Cards */
article:hover {
  transform: translateY(-4px) scale(1.02);
  transition: all 0.25s cubic-bezier(.4,0,.2,1);
}
.article-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 70%;
}

.article-card--large {
}

.article-card--small {
}

.article-card--medium {
  width: 300px;
}

.article-card__image {
  width: 100%;
  border-radius: var(--radius-md);
  object-fit: cover;
}

.article-card--large .article-card__image {
  height: 332px;
}

.article-card--small .article-card__image {
  height: 160px;
}

.article-card--medium .article-card__image {
  height: 160px;
}

.article-card__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.article-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.article-card__title {
  font-family: var(--font-serif);
  font-weight: var(--fw-bold);
  font-size: 22px;
  line-height: 28px;
  color: var(--black-800);
  margin: 0;
  color: var(--Black-800, #191919);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'dlig' on;

/* Heading/H3 */
  font-family: "Playfair Display";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem; /* 127.273% */
}

.article-card__excerpt {
  margin: 0;
  color: #1F1F1F;
  font-feature-settings: 'liga' off;

/* Body/B1 */
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 125% */
}

.article-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 40px;
}

.article-card__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.article-card__actions img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

/* Author */
.author {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.author__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.author__name {
  font-family: var(--font-primary);
  font-weight: var(--fw-medium);
  font-size: 16px;
  color: var(--black-800);
}

.author__dot {
  width: 4px;
  height: 4px;
  background-color: var(--black-800);
  border-radius: 50%;
}

.author__read-time {
  font-family: var(--font-primary);
  font-weight: var(--fw-medium);
  font-size: 16px;
  color: var(--black-800);
}

/* Article Grid */
.article-grid {
  display: flex;
  /*! flex-wrap: wrap; */
  gap: 24px;
}

/* Index Section */
.index-section {
  background-color: var(--black-800);
  padding: 2.53vw 5.25vw 2.5vw 5.25vw;
  /*! margin-right: -28.19rem; */
  display: flex;
  width: 100%;
  gap: 1.5rem;
}

.span-token-of-the-day {
  color: #fff;
  font-feature-settings: "liga" off;
  font-family: Gilroy;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.index-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .94rem;
  width: 100%;
}

.index-section__title {
  font-family: var(--font-primary);
  font-weight: var(--fw-semibold);
  font-size: 24px;
  color: var(--white-100);
  margin: 0;
}

/* Index Table */
.index-table {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.index-table__header {
  display: flex;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #4c4c4c;
}

.index-table__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #4c4c4c;
}

.index-table__cell {
  display: flex;
  align-items: center;
  padding: 12px;
  flex: 1;
  font-family: var(--font-primary);
  font-weight: var(--fw-medium);
  font-size: 16px;
  color: #FFF;
  text-align: right;
  justify-content: flex-end;
}

.index-table__header .index-table__cell {
  padding: 12px;
  color: #FFF;
  text-align: right;
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem; /* 125% */
}

.index-table__row .index-table__cell {
  padding: 16px 12px;
  color: #fff;
  text-align: right;
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}

.index-table__cell--token {
  width: 240px;
  flex: 0 0 240px;
  justify-content: flex-start;
  text-align: left;
  gap: 8px;
}

.index-table__cell--txns {
  width: 100px;
  flex: 0 0 100px;
}

.index-table__rank {
  width: 20px;
  color: var(--white-100);
  font-family: var(--font-primary);
  font-weight: var(--fw-medium);
  font-size: 16px;
}

.index-table__cell--token img {
  width: auto;
  height: auto;
}

.index-table__token {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 20px;
  flex: 1;
}

.index-table__token strong {
  font-weight: var(--fw-bold);
  color: var(--white-100);
}

.index-table__pair {
  font-weight: var(--fw-medium);
  color: #797979;
}

/* Project Grid */
.project-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 1.5rem;
}

.project-card {
  display: flex;
  gap: 16px;
}

.project-card__image {
  width: 300px;
  height: 160px;
  border-radius: var(--radius-md);
  object-fit: cover;
  flex-shrink: 0;
}

.project-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.project-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.project-card__title {
  font-family: var(--font-dm-serif);
  font-weight: var(--fw-regular);
  font-size: 20px;
  line-height: 24px;
  color: var(--black-800);
  margin: 0;
  color: #1F1F1F;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'dlig' on;

/* Heading/H3 */
  font-family: "Playfair Display";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem; /* 127.273% */
}

.project-card__description {
  margin: 0;
  overflow: hidden;
  color: #1F1F1F;
  font-feature-settings: 'liga' off;
  text-overflow: ellipsis;

/* Body/B1 */
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 125% */
}

/* Widgets */
.widget {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 1.5rem 1.5rem 1.5rem;
  position: relative;
  overflow-y: auto;
  border-radius: 1rem;
}

.widget--latest-news {
  background-color: transparent;
  padding: 0;
  position: relative;
  height: 28.6vw;
}

.widget--crypto-flash {
  background-color: #04629a;
  min-height: 28rem;
  height: 28rem;
  display: flex;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.widget--token {
  background-color: transparent;
}

.widget--twitter {
  background-color: var(--black-200);
  display: flex;
  /* width: 18.75rem; */
  padding: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.widget--newsletter {
  background-color: #cde5f3;
  position: relative;
  overflow: hidden;
  display: flex;
  /* width: 18.75rem; */
  padding: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.widget__title {
  margin: 0;
  z-index: 2;
  font-feature-settings: 'liga' off;

/* Heading/H5 */
  font-family: Gilroy;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem; /* 121.739% */
  color: #191919;
  

/* Heading/H4 */
   /* 141.176% */
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding-left: 1rem;
}

.widget__title--white {
  color: var(--white-100);
}

.widget__title--dark {
  color: #191919;
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'dlig' on;

/* Heading/H4 */
  font-family: "Playfair Display";
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; /* 141.176% */
}

.widget__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  overflow-y: auto;
  padding: 1rem;
  scrollbar-width: thin;
  scrollbar-color: #8c8c8c #fff;
}

.widget__divider {
  width: 100%;
  height: 1px;
  background-color: var(--black-100);
  flex-shrink: 0;
}

.widget__divider--white {
  background-color: rgba(255, 255, 255, 0.3);
}

.widget__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

.widget__fade--blue {
  background: linear-gradient(
    180deg,
    rgba(4, 98, 154, 0) 0%,
    rgba(4, 98, 154, 1) 100%
  );
  height: 119px;
}

.widget__decoration {
  position: absolute;
  top: -10px;
  right: 0;
  width: 76px;
  height: 112px;
  /* background-image: url("https://c.animaapp.com/mh54wtz5D5yH2g/img/rectangle-295.svg"); */
  background-size: contain;
  background-repeat: no-repeat;
  display: none
}

.widget__decoration-vector {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 127px;
  height: 169px;
}

.widget__scroll-track {
  position: absolute;
  top: 65px;
  right: 7px;
  width: 4px;
  height: 124px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}

.widget__description {
  margin: 0;
  z-index: 1;
  color: #191919;
  font-feature-settings: 'liga' off;
  font-family: Gilroy;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  align-self: stretch;
}

.crypto-article-div {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 1.5rem 1rem 1.5rem 0rem;
  border-radius: var(--radius-md);
  position: relative;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #2d88b8 #04629a;
}

/* News Items */
.news-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-item--standalone {
  padding: 24px 0;
  border-top: 1px solid var(--black-100);
}

.news-item__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.news-item__title {
  font-family: var(--font-dm-serif);
  font-weight: var(--fw-regular);
  font-size: 20px;
  line-height: 24px;
  color: var(--black-800);
  margin: 0;
}

.news-item__description {
  margin: 0;
  color: var(--Black-800, #191919);
  font-feature-settings: 'liga' off;

/* Body/B1 */
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 125% */
}

/* Flash Items */
.flash-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  z-index: 2;
}

.flash-item__icon {
  width: 13.67px;
  height: 15.58px;
  flex-shrink: 0;
  margin-top: 2px;
}

.flash-item__text {
  margin: 0;
  color: #fff;
  font-feature-settings: "dlig" on;
  font-family: "Playfair Display";
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}

/* Token Card */
.token-card {
  gap: 24px;
  background-color: #ffff;
  border-radius: 1rem;
  display: flex;
  padding: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
}

.token-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.token-card__icon {
  width: 40px;
  height: 40px;
}

.token-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.token-card__name {
  font-family: var(--font-primary);
  font-weight: var(--fw-bold);
  font-size: 20px;
  line-height: normal;
  color: var(--black-800);
  margin: 0;
}

.token-card__symbol {
  font-family: var(--font-primary);
  font-weight: var(--fw-medium);
  font-size: 16px;
  color: var(--black-600);
}

.token-card__price-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.token-card__price {
  font-family: var(--font-montserrat);
  font-weight: var(--fw-medium);
  font-size: 48px;
  line-height: 24px;
  color: var(--black-800);
}

.token-card__change {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  height: 32px;
  border-radius: var(--radius-sm);
  width: fit-content;
}

.token-card__change--negative {
  background-color: transparent;
}

.token-card__change span {
  font-family: var(--font-primary);
  font-weight: var(--fw-medium);
  font-size: 16px;
  color: #b55151;
}

.token-card__change img {
  width: 7.36px;
  height: 11.5px;
}

.token-card__chart {
  width: 100%;
  height: 80px;
}

/* Tweet Cards */
.tweet-card {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 16px;
  background-color: var(--white-100);
  border-radius: var(--radius-md);
  border: 1px solid #e8e8e8;
}

.tweet-card--expanded {
  min-height: 152px;
}

.tweet-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tweet-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.tweet-card__avatar-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--white-100);
  flex-shrink: 0;
}

.tweet-card__user {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.tweet-card__name {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tweet-card__name span {
  font-family: var(--font-primary);
  font-weight: var(--fw-semibold);
  font-size: 16px;
  line-height: 20px;
  color: var(--black-800);
}

.tweet-card__verified {
  width: 12px;
  height: 12px;
}

.tweet-card__time {
  font-family: var(--font-primary);
  font-weight: var(--fw-medium);
  font-size: 14px;
  color: var(--black-600);
}

.tweet-card__more {
  width: 16px;
  height: 14px;
  cursor: pointer;
}

.tweet-card__text {
  margin: 0;
  color: #1F1F1F;
  font-feature-settings: 'liga' off;
  font-family: Gilroy;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem; /* 114.286% */
}

.tweet-card--expanded .tweet-card__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Newsletter Form */
.newsletter-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0 4px 16px;
  height: 40px;
  background-color: var(--white-100);
  border-radius: var(--radius-sm);
  overflow: hidden;
  z-index: 1;
}

.newsletter-form__input {
  flex: 1;
  border: none;
  outline: none;
  font-family: var(--font-primary);
  font-weight: var(--fw-medium);
  font-size: 14px;
  line-height: 20px;
  color: var(--black-800);
  background: transparent;
}

.newsletter-form__input::placeholder {
  color: var(--black-800);
}

.newsletter-form--footer {
  width: 380px;
}

/* Footer */
.footer {
  width: 100%;
  background-color: var(--black-800);
  padding: 48px 120px;
  position: relative;
  overflow: hidden;
}

.footer__decoration {
  position: absolute;
  top: -213px;
  right: -74px;
  width: 735px;
  height: 980px;
  background-image: url("https://c.animaapp.com/mh54wtz5D5yH2g/img/vector-5.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.footer__glow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1565px;
  height: 260px;
  border-radius: 782.5px/130px;
  filter: blur(100px);
  background: linear-gradient(
    206deg,
    rgba(5, 123, 193, 0.5) 0%,
    rgba(4, 98, 154, 0.5) 100%
  );
  pointer-events: none;
}

.footer__container {
  position: relative;
  z-index: 1;
}

.footer__main {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 163px;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__logo img {
  width: 24px;
  height: 32px;
  flex-shrink: 0;
}

.footer__logo span {
  font-family: var(--font-primary);
  font-weight: var(--fw-medium);
  font-size: 24px;
  letter-spacing: -0.48px;
  color: var(--white-100);
}

.footer__copyright {
  font-family: var(--font-primary);
  font-weight: var(--fw-medium);
  font-size: 12px;
  line-height: 16px;
  color: var(--white-100);
  margin: 0;
}

.footer__social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__social img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.footer__nav {
  display: flex;
  gap: 40px;
}

.footer__nav-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__nav-title {
  font-family: var(--font-primary);
  font-weight: var(--fw-medium);
  font-size: 14px;
  line-height: 20px;
  color: var(--white-100);
}

.footer__nav-link {
  font-family: var(--font-primary);
  font-weight: var(--fw-medium);
  font-size: 14px;
  line-height: 20px;
  color: var(--white-100);
  transition: opacity var(--transition-fast);
}

.footer__nav-link:hover {
  opacity: 0.8;
}

.footer__newsletter {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 474px;
}

.footer__newsletter-title {
  font-family: var(--font-serif);
  font-weight: var(--fw-bold);
  font-size: 17px;
  line-height: 24px;
  color: var(--white-100);
  margin: 0;
}

.footer__newsletter-description {
  font-family: var(--font-primary);
  font-weight: var(--fw-medium);
  font-size: 14px;
  line-height: 20px;
  color: var(--white-100);
  margin: 0;
}

.footer__disclaimer {
  font-family: var(--font-primary);
  font-weight: var(--fw-medium);
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* Responsive Design */
@media (max-width: 1440px) {
  :root {
    --container-padding: 40px;
  }

  .hero {
    grid-template-columns: 1fr 300px;
  }

  .content-layout {
    grid-template-columns: 1fr 300px;
  }

  .index-section {
    padding: 31px 40px 40px;
  }

  .index-table {
    width: 100%;
  }
}

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

  .hero__featured {
    height: auto;
    min-height: 500px;
  }

  .hero__image {
    width: 100%;
    height: 300px;
    margin-left: 0;
  }

  .hero__content {
    padding: 24px;
    padding-left: 0;
  }

  .content-layout {
    grid-template-columns: 1fr;
  }

  .content-layout__sidebar {
    order: -1;
  }

  .alpha-grid {
    flex-direction: column;
  }

  .alpha-grid__small {
    width: 100%;
    flex-direction: row;
    gap: 24px;
  }

  .article-card--small {
    width: calc(50% - 12px);
  }

  .article-grid {
    justify-content: space-between;
  }

  .article-card--medium {
    width: calc(33.333% - 16px);
  }

  .project-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .project-card {
    flex-direction: column;
  }

  .project-card__image {
    width: 100%;
  }
}

@media (max-width: 768px) {
  :root {
    --container-padding: 20px;
  }

  .announcement-bar__content {
    padding: 0 20px;
  }

  .navigation__container {
    padding: 16px 20px;
    flex-wrap: wrap;
  }

  .navigation__menu {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-top: 16px;
  }

  .navigation__logo {
    width: 140px;
    height: 32px;
  }

  .btn {
    padding: 8px 20px;
    font-size: 12px;
  }

  .hero__featured {
    height: auto;
  }

  .hero__title {
    font-size: 24px;
    line-height: 28px;
  }

  .section__title {
    font-size: 20px;
  }

  .alpha-grid__small {
    flex-direction: column;
  }

  .article-card--small {
    width: 100%;
  }

  .article-grid {
    flex-direction: column;
  }

  .article-card--medium {
    width: 100%;
  }

  .index-section {
    padding: 24px 20px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }

  .index-table {
    overflow-x: auto;
  }

  .index-table__cell {
    font-size: 14px;
    padding: 8px;
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

  .widget--latest-news {
    max-height: none;
  }

  .widget__content {
    max-height: none;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer__main {
    flex-direction: column;
  }

  .footer__brand {
    width: 100%;
  }

  .footer__newsletter {
    width: 100%;
  }

  .newsletter-form--footer {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .navigation__actions {
    gap: 12px;
  }

  .btn {
    padding: 8px 16px;
    font-size: 12px;
  }

  .btn--outline {
    display: none;
  }

  .hero__description {
    font-size: 14px;
  }

  .article-card__title {
    font-size: 18px;
    line-height: 24px;
  }

  .index-table__cell {
    font-size: 12px;
    padding: 6px;
  }

  .index-table__cell--token {
    width: 180px;
    flex: 0 0 180px;
  }

  .footer__nav {
    flex-direction: column;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  /* Adjust layout for tablets and mobile */
  .header,
  .section,
  .footer {
    flex-direction: column;
    padding: 10px;
  }
}

img,
svg {
  max-width: 100%;
  /* height: auto; */
}

h1 {
  font-size: clamp(1.5rem, 2vw, 3rem);
}

.container {
  width: 100%;
  margin: 0 auto;
}

.crypto-svg {
  position: absolute;
  right: 1.4375rem;
  top: -0.625rem;
}

#loading-animation {
  display: none;
  margin: 20px auto;
  width: 40px;
  height: 40px;
}

#loading-animation svg {
  animation: spin 1.2s linear infinite;
  width: 100%;
  height: 100%;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Invisible sentinel for intersection observer */
#sentinel {
  height: 1px;
  width: 100%;
}
