.gh-header.is-classic {
  padding-block: 104px 200px;
}

.gh-header.is-classic.has-image .gh-header-inner {
  gap: 12px;
}

.gh-header.is-classic .gh-header-title {
  font-size: 58px;

  @media (max-width: 900px) {
    font-size: 38px;
  }
}

.gh-header.is-classic.has-image .gh-header-inner h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.35;
}

.tr-tag-wrapper {
  width: 100%;
  display: flex;
  gap: 4px;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 16px;
}


.tr-tag-link,
.tr-tag-link:hover {
  text-decoration: none;
  width: 50%;
  background-color: transparent;
}

@media (max-width: 767px) {
  .tr-tag-wrapper {
    flex-direction: column;
  }

  .tr-tag-link,
  .tr-tag-link:hover {
    width: 100%;
  }
}

.tr-tag-card {
  height: 100%;
  text-align: left;
  padding: 32px 20px;
  border-radius: 12px;
  background-color: #141619;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  transition: transform 0.2s ease-in-out;
}

.tr-tag-card img {
  width: 32px;
  height: 32px;
  margin-bottom: 0px;
}

.tr-tag-card .tr-tag-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 4px;
}

.tr-tag-card .tr-tag-sub {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
  line-height: 1.5;
  word-break: keep-all;
}

.tr-tag-card.articles,
.tr-tag-card.article:hover {
  /*background: linear-gradient(76deg, #191A23 0.05%, #19243D 97.41%);*/
  background: url('https://storage.googleapis.com/library-assets-trendier/static/20260205__blog-btn1.jpg');
  background-size: cover;

}

.tr-tag-card.global,
.tr-tag-card.global:hover {
  /*background: linear-gradient(76deg, #000529 0.05%, #002753 97.41%);*/
  background: url('https://storage.googleapis.com/library-assets-trendier/static/20260205__blog-btn2.jpg');
  background-size: cover;
}

.tr-tag-card.korean,
.tr-tag-card.korean:hover {
  /*background: linear-gradient(76deg, #290500 0.05%, #532400 97.41%);*/
}

.tr-lang-link {
  color: #131313;
  text-decoration: none;
  background-color: #131313;
  padding: 8px 22px;
  border-radius: 999px;
}

.tr-lang-btn {
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(232deg, #9BCBFF 5%, #B09DFF 101.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.topnav-cont {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-left: 24px;
  padding-right: 24px;

  @media (max-width: 900px) {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.container {
  width: 100%;
  max-width: 1480px;
  padding-left: 24px;
  padding-right: 24px;

  @media (max-width: 900px) {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.topnav {
  display: flex;
  width: 100%;

  height: 54px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  background-color: #1D1D1E;

  border-radius: 18px;
  padding: 16px 32px;
  color: #fff;

  @media (max-width: 900px) {
    padding: 16px 20px;
  }
}

.topnav a.logo {
  color: #fff;
  padding: 0;
}

.topnav .logo svg {
  width: auto;
  height: 24px;
  margin-bottom: 4px;
}

/* Three-column layout: Logo (left) | Nav (center) | CTA (right) */
.topnav-left {
  flex: 1;
  display: flex;
  align-items: center;

  @media (max-width: 900px) {
    flex: 0;
  }
}

.topnav-center {
  display: flex;
  align-items: center;
  gap: 12px;

  @media (max-width: 900px) {
    display: none;
  }
}

.topnav-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;

  @media (max-width: 900px) {
    display: none;
  }
}

/* Mobile logo - only visible on small screens */
.topnav .mobile-logo {
  display: none;

  @media (max-width: 900px) {
    display: flex;
  }
}

/* Mobile spacer - pushes hamburger to the right */
.mobile-spacer {
  display: none;

  @media (max-width: 900px) {
    display: block;
    flex-grow: 1;
  }
}

.topnav .links-cont {
  display: flex;
  align-items: center;

  @media (max-width: 900px) {
    display: none;
  }
}

.topnav a {
  display: inline-flex;
  align-items: center;
  height: 54px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  padding-left: 8px;
  padding-right: 8px;
  letter-spacing: -0.02em;
}

.topnav a.cta {
  font-weight: 700;
  color: #99C1FE;
}

.links-cont>:not(style)~ :not(style) {
  margin-left: 12px;
}

/* Dropdown menu styles */
.topnav-dropdown {
  position: relative;
  display: inline-flex;
  height: 54px;
  align-items: center;
}

.topnav-dropdown .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  height: 100%;
  gap: 6px;
  cursor: pointer;
}

.topnav-dropdown .dropdown-toggle svg {
  transition: transform 0.2s ease;
}

.topnav-dropdown:hover .dropdown-toggle svg {
  transform: rotate(180deg);
}

.topnav-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: -8px;
  min-width: 280px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 1000;
}

.topnav-dropdown .dropdown-menu-inner {
  padding: 8px;
  background-color: #18181b;
  border: 1px solid #3f3f46;
  border-radius: 12px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  text-align: left;
}

.topnav-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.topnav-dropdown .dropdown-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.topnav-dropdown .dropdown-item:hover {
  background-color: #27272a;
}

.topnav-dropdown .dropdown-item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 6px;
}

.topnav-dropdown .dropdown-item-title .arrow-icon {
  color: #a1a1aa;
  font-weight: 400;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.topnav-dropdown .dropdown-item-desc {
  color: #a1a1aa;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

button.xs-menu {
  display: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-right: -10px;

  @media (max-width: 900px) {
    display: flex;
  }
}

.MenuIcon {
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: transparent;
}

.c6 {
  display: none;
}

.c6.visible {
  display: block;
}

/* Mobile menu logo */
.c-logo {
  display: flex;
  align-items: center;
  padding: 6px 16px;
  height: 44px;
  box-sizing: border-box;
}

.c-logo svg {
  width: auto;
  height: 20px;
  color: #fff;
}

.c1,
.c11 {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 12px;
  width: 300px;
  height: 44px;
  padding: 6px 16px;
  box-sizing: border-box;

  color: #fff;
  font: 500 18px/27px Pretendard, -apple-system, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;

  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease;
}

.c1:hover {
  background-color: #27272a;
}

.c11 {
  cursor: default;
}

/* row item (section header) */
.c2 {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 300px;
  height: 44px;
  padding: 6px 16px;
  box-sizing: border-box;

  color: #a1a1aa;
  font: 700 18px/27px Pretendard, -apple-system, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;

  text-decoration: none;
  cursor: default;
}

/* divider */
.c3 {
  align-self: stretch;
  width: 300px;
  height: 1px;
  margin: 8px 0;
  background: #3f3f46;
}

.c5 {
  margin: 0;
}

/* fixed container (right side) */
.c6 {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 1300;
}

/* backdrop layer */
.c7 {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(68, 71, 80, .25);
  backdrop-filter: blur(8px);
  transition: opacity .3s ease-in-out;
  z-index: -1;
}

/* panel */
.c8 {
  position: fixed;
  top: 0;
  right: 0px;
  width: 300px;
  height: 100vh;

  display: flex;
  flex-direction: column;
  overflow: auto;

  background: #18181b;
  box-shadow: 0 0 0 0 #000, 0 2px 8px -2px rgba(0, 0, 0, .3), 0 6px 12px -2px rgba(0, 0, 0, .3);
  transition: transform .3s ease;
  transform: translate3d(0, 0, 0);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

/* content sizing blocks */
.c9 {
  width: 300px;
  height: 100vh;
}

.c10 {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 100vh;
  padding: 8px 0;
  position: relative;
  font: 18px/27px Pretendard, -apple-system, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: #fff;
}

/* .c4 looked like an inert wrapper (width:500px;height:0) in your dump.
          If the element actually affects layout, keep this; otherwise you can delete it. */
.c4 {
  width: 100%;
}

.pagination {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  font-size: 20px;

  @media (max-width: 900px) {
    font-size: 15px;
  }
}

.pagination .newer-posts {
  font-weight: 600;
  margin-right: 20px;
}

.pagination .older-posts {
  font-weight: 600;
  margin-left: 20px;
}

.pagination .page-number {
  color: #77777F;
}

.gh-article-header {
  margin: clamp(80px, 3.64vw + 25.45px, 72px) 0 40px;
}

.tr-tag-filter {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 500;
  color: #77777F;
}

.tr-tag-filter a {
  color: #77777F;
  transition: color 0.3s;
}

.tr-tag-filter a.current {
  font-weight: 700;
  color: #15171a;
}

.tr-tag-filter a:hover {
  color: #15171a;
  text-decoration: underline;
}

.gh-archive {
  margin-top: 100px;
}


.gh-footer-inner {
  max-width: 1480px;
  padding: 0 24px;
}

.gh-footer {
  padding: 24px 0px;
  margin-top: 6vw;
}

.app-footer {
  /* Container maxWidth="xl" equivalent-ish */
  max-width: 1536px;
  margin: 0 auto;
  padding: 32px 0px;
  /* py:8 (64px), px:2 (16px) */
  box-sizing: border-box;
}

.app-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  /* spacing={4} -> 32px */
}

/* md breakpoint (MUI default ~900px) */
@media (min-width: 900px) {
  .app-footer__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer-col {
  border-top: 1px dashed #B2BADA;
  padding: 16px 0;
  /* py:2 (16px) */
  box-sizing: border-box;
}

.footer-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  /* spacing={0} */
  align-items: flex-start;
}

.footer-stack--links {
  padding: 16px 0;
  /* py:2 */
  gap: 4px;
  /* spacing={0.5} -> 4px */
  align-items: flex-start;
  /* to mimic textAlign right feel */
}

.footer-logo {
  height: 25px;
  width: auto;
  margin-top: 20px;
  /* mt:2.5 -> 20px */
  margin-bottom: 12px;
  /* mb:1.5 -> 12px */
  display: block;
}

.footer-text {
  color: rgba(0, 0, 0, 0.6);
  /* close to "text.secondary" */
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.footer-text--mb {
  margin-bottom: 4px;
  /* mb:0.5 -> 4px */
}

.footer-link {
  color: rgba(0, 0, 0, 0.9);
  /* close to "text.primary" */
  font-weight: 400;
  letter-spacing: -0.32px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: underline;
  text-decoration-color: #999;
  text-underline-offset: 2px;
}

.footer-link:hover {
  text-decoration-color: currentColor;
}


.gh-footer-signup {
  padding-bottom: 24px;
}