/* TRON network header & footer — derived from tron.network scrape */

.tron-chrome {
  font-family: Poppins, "PingFang SC", sans-serif;
}

.tron-header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid rgba(17, 17, 17, 0.05);
}

.tron-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 24px);
  height: 80px;
}

.header-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.header-logo img {
  display: block;
  height: 30px;
  width: 96px;
  margin-right: clamp(24px, 8vw, 100px);
}

.headerMenu_headerMenu__yvFW5 {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 80px;
  font-family: Poppins, "PingFang SC", sans-serif;
}

.headerMenu_headerMenu__yvFW5 li {
  position: relative;
  height: 100%;
}

.headerMenu_navItem___MzTd {
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(12px, 2vw, 30px);
  height: 100%;
}

.headerMenu_textBox__XHHW9 {
  display: inline-flex;
  align-items: center;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(17, 17, 17, 0.8);
  background: none;
  border: 0;
  padding: 0;
  cursor: default;
  white-space: nowrap;
  pointer-events: none;
}

.tron-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .headerMenu_headerMenu__yvFW5 { display: none; }
  .header-logo img { margin-right: 0; }
}

/* Footer */

.footerNew_footerWrapper__LwuFq {
  position: relative;
  z-index: 1;
  background: #111;
  margin-top: auto;
}

.menus_footer___R5kb {
  color: #fff;
  padding: clamp(48px, 8vw, 88px) 0 60px;
  border-top: none;
}

.menus_footerContainer__yA33d {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
}

.menus_column__szSeD h5 {
  margin: 0 0 25px;
  color: #fff;
  font-family: Poppins, "PingFang SC", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}

.menus_column__szSeD ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menus_column__szSeD li {
  margin-bottom: 16px;
  font-size: 14px;
  color: hsla(0, 0%, 100%, 0.8);
}

.tron-copyright-bar {
  background: #111;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  padding: 25px clamp(20px, 4vw, 40px);
}

.tron-copyright-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.tron-copyright-inner img {
  height: 30px;
  width: 96px;
}

.tron-copyright-inner p {
  margin: 0;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .menus_footerContainer__yA33d {
    flex-wrap: wrap;
    gap: 24px;
  }

  .menus_column__szSeD {
    width: calc(50% - 12px);
  }
}
