:root {
  --ansor-green: #3f7d58;
  --ansor-green-dark: #23543b;
  --ansor-orange: #ef9651;
  --ansor-soft: #fafafa;
  --ansor-card: #fcfcfc;
  --ansor-border: #f5f5f5;
  --ansor-ink: #333333;
  --ansor-muted: #777777;
  --fixed-header-offset: 136px;
  --headline-height: clamp(430px, 42vw, 560px);
  --site-shell-width: 1120px;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  color: var(--ansor-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--ansor-soft);
  padding-top: var(--fixed-header-offset);
}

.container {
  max-width: var(--site-shell-width);
}

body .main-navbar,
body .top-strip,
body .home-shell,
body .hot-topic-shell,
body .content-shell,
body .featured-section,
body .archive-hero,
body .archive-shell,
body .article-shell,
body .site-footer,
body .copyright {
  width: min(var(--site-shell-width), calc(100% - 30px));
  max-width: var(--site-shell-width);
  margin-right: auto;
  margin-left: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--ansor-green);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1040;
  animation: headerDrop .55s cubic-bezier(.2, .8, .2, 1) both;
}

.site-header.is-scrolled .main-navbar {
  min-height: 72px;
  padding: 10px 0;
  box-shadow: 0 14px 34px rgba(29, 48, 37, .14) !important;
}

.site-header.is-scrolled .site-logo {
  width: min(205px, 52vw);
}

.top-strip {
  width: min(1180px, calc(100% - 30px));
  margin: 0 auto;
  color: #fff;
  background: var(--ansor-green);
}

.top-strip a {
  color: #fff;
}

.ticker-wrap {
  min-width: 0;
  flex: 1;
  overflow: hidden;
}

.ticker-window {
  min-width: 0;
  overflow: hidden;
  flex: 1;
}

.ticker-marquee {
  display: inline-flex;
  gap: 2.4rem;
  width: max-content;
  min-width: 0;
  white-space: nowrap;
  will-change: transform;
  animation: tickerMove 30s linear infinite;
}

.ticker-wrap:hover .ticker-marquee {
  animation-play-state: paused;
}

.breaking-label,
.tag-title {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: .35rem .75rem;
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
  background: var(--ansor-orange);
}

.search-form {
  width: min(100%, 360px);
}

.search-form .form-control {
  border: 0;
  border-radius: 0;
}

.search-form .btn {
  border-radius: 0;
}

.main-navbar {
  width: min(1180px, calc(100% - 30px));
  max-width: 1180px;
  min-height: 88px;
  padding: 20px 0;
  margin: 0 auto;
  border-bottom: 1px solid var(--ansor-border);
  box-shadow: 0 8px 22px rgba(29, 48, 37, .08) !important;
  transition: min-height .28s ease, padding .28s ease, box-shadow .28s ease;
}

.site-logo {
  width: min(245px, 58vw);
  height: auto;
  transition: width .28s ease;
}

.navbar {
  --bs-navbar-color: var(--ansor-ink);
  --bs-navbar-hover-color: var(--ansor-green);
  --bs-navbar-active-color: var(--ansor-green);
  z-index: 1020;
}

.navbar .nav-link {
  position: relative;
  padding: .65rem .55rem;
  font-size: .86rem;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar .nav-link::after {
  position: absolute;
  right: .55rem;
  bottom: .35rem;
  left: .55rem;
  height: 2px;
  content: "";
  background: var(--ansor-orange);
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .2s ease, transform .2s ease;
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.navbar .dropdown-toggle::after {
  position: static;
  width: auto;
  height: auto;
  margin-left: .35rem;
  vertical-align: .12em;
  background: none;
  opacity: 1;
  transform: none;
  transition: none;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--ansor-green);
  --bs-dropdown-bg: var(--ansor-green);
  --bs-dropdown-link-color: #ffffff;
  --bs-dropdown-link-hover-color: rgba(255, 255, 255, .76);
  --bs-dropdown-link-hover-bg: transparent;
  border: 0;
  border-radius: 0;
  border-top: 4px solid var(--ansor-orange);
  box-shadow: none;
}

.home-shell,
.hot-topic-shell,
.content-shell {
  background: #fff;
}

.home-shell {
  padding-top: 1.65rem !important;
}

.archive-hero,
.archive-shell,
.article-shell {
  box-sizing: border-box;
}

.archive-hero {
  margin-top: 1.5rem;
  padding: 1.65rem;
  background:
    radial-gradient(circle at 100% 0, rgba(239, 150, 81, .16), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #edf7f0 100%);
  border-left: 6px solid var(--ansor-green);
}

.archive-hero h1,
.article-header h1 {
  margin: 0;
  color: #16231b;
  font-weight: 800;
  line-height: 1.18;
}

.archive-hero h1 {
  font-size: clamp(1.8rem, 3.4vw, 3rem);
}

.archive-hero p {
  max-width: 760px;
  margin: .7rem 0 0;
  color: #5f6661;
  line-height: 1.7;
}

.breadcrumb-lite {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  margin-bottom: .85rem;
  color: var(--ansor-muted);
  font-size: .84rem;
  font-weight: 700;
}

.breadcrumb-lite a {
  color: var(--ansor-green);
}

.archive-shell,
.article-shell {
  background: #fff;
}

.article-shell {
  margin-top: 3rem;
}

.archive-shell {
  padding-top: 1.35rem !important;
}

.archive-summary {
  color: var(--ansor-muted);
  font-size: .9rem;
  font-weight: 700;
}

.article-shell {
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  padding-top: 1.35rem;
  padding-bottom: 2rem;
}

.article-main {
  padding: 1.35rem;
  background: #fff;
  border: 1px solid var(--ansor-border);
}

.article-header {
  display: grid;
  gap: .85rem;
  margin-bottom: 1.2rem;
}

.article-header h1 {
  font-size: clamp(2rem, 4.4vw, 3.25rem);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1rem;
  color: #64716c;
  font-size: .9rem;
  font-weight: 700;
}

.article-cover {
  overflow: hidden;
  margin: 1.15rem 0;
  background: #edf4ee;
}

.article-cover img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.article-caption {
  margin-top: -.65rem;
  color: var(--ansor-muted);
  font-size: .84rem;
}

.article-content {
  color: #333;
  font-size: 1.03rem;
  line-height: 1.85;
}

.article-content p {
  margin-bottom: 1.15rem;
}

.article-content blockquote {
  margin: 1.35rem 0;
  padding: 1rem 1.2rem;
  color: var(--ansor-green-dark);
  font-size: 1.1rem;
  font-weight: 800;
  background: #edf7f0;
  border-left: 5px solid var(--ansor-orange);
}

.share-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 1.2rem 0;
}

.share-pills a {
  display: inline-flex;
  gap: .35rem;
  align-items: center;
  padding: .45rem .75rem;
  color: #fff;
  font-size: .84rem;
  font-weight: 800;
  background: var(--ansor-green);
  transition: background .2s ease, transform .2s ease;
}

.share-pills a:hover {
  color: #fff;
  background: var(--ansor-orange);
  transform: translateY(-2px);
}

.author-box {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1.4rem;
  padding: 1rem;
  background: #edf7f0;
}

.author-box i {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  color: #fff;
  font-size: 1.35rem;
  background: var(--ansor-green);
  border-radius: 50%;
}

.related-grid {
  margin-top: 1.6rem;
}

.headline-grid {
  margin-top: .35rem;
}

.tag-strip {
  white-space: nowrap;
}

.tag-strip a {
  padding: 3px 8px;
  color: var(--ansor-green-dark);
  font-size: .85rem;
  font-weight: 700;
  background: #fff;
  border: 1px solid var(--ansor-border);
}

.download-list {
  display: grid;
  gap: .95rem;
}

.download-card {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  background: #fff;
  border: 1px solid #dcebe1;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(29, 48, 37, .06);
}

.download-icon {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  place-items: center;
  color: #fff;
  font-size: 1.45rem;
  background: var(--ansor-green);
  border-radius: 8px;
}

.download-body h2 {
  margin: 0 0 .35rem;
  color: #16231b;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.download-body p {
  margin: 0 0 .55rem;
  color: #64716c;
  line-height: 1.65;
}

.download-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .8rem;
  color: var(--ansor-muted);
  font-size: .82rem;
  font-weight: 700;
}

.download-action {
  display: inline-flex;
  gap: .45rem;
  align-items: center;
  justify-content: center;
  min-width: 6.75rem;
  padding: .7rem .95rem;
  color: #fff;
  font-weight: 800;
  background: var(--ansor-orange);
  border-radius: 8px;
  transition: background .2s ease, transform .2s ease;
}

.download-action:hover {
  color: #fff;
  background: var(--ansor-green);
  transform: translateY(-2px);
}

.headline-carousel {
  position: relative;
  height: var(--headline-height);
  overflow: hidden;
  background: #102018;
  border-radius: 14px;
  box-shadow: 0 18px 36px rgba(20, 42, 29, .12);
}

.headline-carousel .carousel-inner,
.headline-carousel .carousel-item {
  height: 100%;
}

.headline-card {
  display: block;
  position: relative;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  color: #fff;
  background: #102018;
}

.headline-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 4.5s ease;
}

.carousel-item.active .headline-card img {
  transform: scale(1.08);
}

.headline-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(10, 20, 14, .1), rgba(10, 20, 14, .86));
}

.headline-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: grid;
  justify-items: start;
  gap: .65rem;
  max-width: 720px;
  padding: 20px 120px 34px 44px;
  margin: 0;
  text-align: left;
  animation: contentLift .7s cubic-bezier(.2, .8, .2, 1) both;
}

.headline-overlay strong {
  font-size: 1.85rem;
  line-height: 1.25;
}

.headline-overlay small {
  color: rgba(255, 255, 255, .78);
  font-weight: 600;
}

.headline-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  padding: .55rem 1rem;
  color: #fff;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(18, 20, 21, .94);
  border-radius: 0 0 10px 0;
  animation: badgePop .55s .18s cubic-bezier(.2, .8, .2, 1) both;
}

.headline-indicators {
  right: 28px;
  bottom: 24px;
  left: auto;
  z-index: 3;
  gap: .45rem;
  justify-content: flex-end;
  width: auto;
  margin: 0;
}

.headline-indicators [data-bs-target] {
  width: .82rem;
  height: .82rem;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, .82);
  border: 0;
  border-radius: 50%;
  opacity: .9;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.headline-indicators .active {
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(63, 125, 88, .35);
  transform: scale(1.08);
}

.headline-trending {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: .65rem;
  height: var(--headline-height);
  overflow: hidden;
  padding: 1.45rem 1.35rem;
  background: #fff;
}

.headline-trending h2 {
  margin: 0;
  color: #111;
  font-size: clamp(1.45rem, 2.2vw, 1.8rem);
  font-weight: 800;
}

.trending-news {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  gap: .9rem;
  align-items: center;
  animation: contentLift .65s cubic-bezier(.2, .8, .2, 1) both;
}

.trending-news:nth-of-type(2) {
  animation-delay: .08s;
}

.trending-news:nth-of-type(3) {
  animation-delay: .16s;
}

.trending-news:nth-of-type(4) {
  animation-delay: .24s;
}

.trending-news:nth-of-type(5) {
  animation-delay: .32s;
}

.trending-news img {
  width: 88px;
  height: 68px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform .22s ease, box-shadow .22s ease;
}

.trending-news:hover img {
  box-shadow: 0 10px 20px rgba(29, 48, 37, .14);
  transform: translateY(-2px) scale(1.03);
}

.trending-news small {
  display: flex;
  align-items: center;
  gap: .35rem;
  margin-bottom: .35rem;
  color: #5f6661;
  font-size: .86rem;
}

.trend-dot {
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
}

.trending-news h3 {
  margin: 0 0 .45rem;
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(.9rem, 1.15vw, 1rem);
  font-weight: 800;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.trend-meta {
  color: #64716c;
  font-size: .82rem;
}

.trend-meta i:first-child {
  color: #ff2626;
}

.trend-meta i:last-child {
  color: #178fa8;
}

.featured-section {
  width: min(1180px, calc(100% - 30px));
  max-width: 1180px;
  margin: 1.8rem auto 0;
  padding: 1.7rem 1.2rem 2rem;
  color: #fff;
  background:
    radial-gradient(circle at 12% 110%, rgba(255, 255, 255, .16), transparent 32%),
    repeating-radial-gradient(circle at 9% 100%, rgba(255, 255, 255, .08) 0 2px, transparent 2px 16px),
    linear-gradient(135deg, #0a8f48 0%, #096b38 48%, #064426 100%);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(6, 68, 38, .14);
}

.featured-section .container {
  padding: 0;
  background: transparent;
}

.editor-carousel .carousel-inner {
  overflow: hidden;
}

.editor-carousel .carousel-item {
  transition: transform .65s ease-in-out;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid var(--ansor-green);
}

.section-title h2 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  padding-bottom: 5px;
  color: var(--ansor-green);
  text-transform: uppercase;
  border-bottom: 4px solid var(--ansor-orange);
  transform: translateY(4px);
}

.section-title h2::before {
  display: none;
}

.section-title a {
  color: var(--ansor-green);
  font-size: .85rem;
  font-weight: 700;
}

.section-title-light a,
.section-title-light h2 {
  color: #fff;
}

.section-title-light {
  border-bottom-color: rgba(255, 255, 255, .45);
}

.editor-title {
  justify-content: center;
  border-bottom: 0;
}

.editor-title h2 {
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  border-bottom: 0;
  transform: none;
  text-transform: none;
}

.section-title-tabs {
  align-items: flex-start;
}

.topic-tabs {
  gap: .75rem;
  margin-bottom: .2rem;
  overflow-x: auto;
  flex-wrap: nowrap;
}

.topic-tabs .nav-link {
  padding: 0;
  color: var(--ansor-green);
  font-weight: 700;
  white-space: nowrap;
  background: none;
  border-radius: 0;
}

.topic-tabs .nav-link.active,
.topic-tabs .nav-link:hover {
  color: var(--ansor-orange);
  background: none;
}

.mini-card,
.list-post {
  display: flex;
  gap: .9rem;
  padding: .9rem;
  background: var(--ansor-card);
  border: 1px solid var(--ansor-border);
}

.mini-card-light {
  color: #fff;
  align-items: center;
  min-height: 120px;
  padding: 1rem;
  background: transparent;
  border: 0;
  backdrop-filter: none;
}

.mini-card img,
.list-post img {
  flex: 0 0 96px;
  width: 96px;
  height: 78px;
  object-fit: cover;
}

.mini-card-light img {
  position: relative;
  flex-basis: 96px;
  width: 96px;
  height: 96px;
  border: 3px solid rgba(255, 255, 255, .78);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(2, 50, 25, .26);
}

.mini-card span,
.post-category {
  display: inline-block;
  margin-bottom: .45rem;
  color: var(--ansor-green);
  font-size: .75rem;
  font-weight: 800;
}

.mini-card-light span {
  color: #fbd6a7;
}

.mini-card h3,
.list-post h3 {
  margin: 0;
  font-size: .96rem;
  font-weight: 800;
  line-height: 1.35;
}

.mini-card-light h3 {
  color: #fff;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.mini-card-light small {
  display: block;
  margin-top: .55rem;
  color: rgba(255, 255, 255, .82);
  font-weight: 700;
}

.editor-dots {
  position: static;
  display: flex;
  justify-content: center;
  gap: .65rem;
  margin-top: 1.55rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.editor-dots [data-bs-target] {
  width: .55rem;
  height: .55rem;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, .62);
  border: 0;
  border-radius: 999px;
  opacity: 1;
  transition: width .2s ease, background-color .2s ease, transform .2s ease;
}

.editor-dots .active {
  width: 2.1rem;
  background: #fff;
  transform: none;
}

.post-card {
  overflow: hidden;
  background: linear-gradient(to bottom, var(--ansor-card), #fefefe);
  border: 1px solid var(--ansor-border);
  border-radius: 0;
  box-shadow: none;
  transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.post-card:hover {
  border-color: rgba(63, 125, 88, .22);
  box-shadow: 0 12px 30px rgba(29, 48, 37, .08);
  transform: translateY(-3px);
}

.post-card .card-img-top {
  height: 160px;
  object-fit: cover;
  border-radius: 0;
  transition: transform .28s ease;
}

.post-card:hover .card-img-top {
  transform: scale(1.05);
}

.post-card .card-title {
  margin-bottom: .7rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.post-card .card-text {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ansor-muted);
  font-size: .9rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.post-card .card-footer {
  color: var(--ansor-muted);
  font-size: .82rem;
  font-weight: 600;
  background: #fff;
  border-top: 0;
}

.post-card-wide {
  flex-direction: row;
}

.post-card-wide .card-img-top {
  width: 280px;
  height: auto;
  min-height: 210px;
  flex-shrink: 0;
}

.more-link {
  display: inline-block;
  margin-top: .75rem;
  color: var(--ansor-green);
  font-size: .9rem;
  font-weight: 700;
}

.sidebar-stack {
  display: grid;
  gap: 1rem;
}

.sidebar-box {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  background: #f7fbf8;
  border: 1px solid #dcebe1;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(29, 48, 37, .07);
}

.sidebar-box::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, var(--ansor-orange), var(--ansor-green), #164d37);
}

.sidebar-box .section-title {
  padding: .3rem 0 .65rem;
  border-bottom: 1px solid rgba(63, 125, 88, .18);
}

.sidebar-box .section-title h2 {
  display: inline-flex;
  gap: .45rem;
  align-items: center;
  padding: 0;
  color: #173f2e;
  font-size: .95rem;
  letter-spacing: .08em;
  border-bottom: 0;
  transform: none;
}

.sidebar-box .section-title h2::before {
  display: inline-grid;
  width: 1.65rem;
  height: 1.65rem;
  place-items: center;
  color: #fff;
  content: "\F3E7";
  font-family: "bootstrap-icons";
  font-size: .86rem;
  font-weight: 400;
  letter-spacing: 0;
  background: var(--ansor-green);
  border-radius: 50%;
}

.popular-list {
  counter-reset: popular-counter;
  display: grid;
  gap: .65rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.popular-item {
  counter-increment: popular-counter;
  position: relative;
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr);
  gap: .75rem;
  align-items: start;
  min-height: 72px;
  padding: .75rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(63, 125, 88, .13);
  border-radius: 8px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.popular-item:hover {
  border-color: rgba(239, 150, 81, .5);
  box-shadow: 0 12px 24px rgba(29, 48, 37, .09);
  transform: translateY(-2px);
}

.popular-item::before {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  color: #fff;
  content: counter(popular-counter);
  font-size: .88rem;
  font-weight: 800;
  line-height: 1;
  background: #173f2e;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .18);
}

.popular-item:first-child {
  grid-template-columns: 1fr;
  min-height: 0;
  padding: 0;
  color: #fff;
  background: #173f2e;
  border: 0;
}

.popular-item:first-child img {
  display: block;
  width: 100%;
  height: 168px;
  object-fit: cover;
  opacity: .86;
}

.popular-item:first-child::before {
  position: absolute;
  top: .75rem;
  left: .75rem;
  z-index: 1;
  color: #173f2e;
  background: #fff;
}

.popular-item:first-child h3,
.popular-item:first-child .post-category {
  position: relative;
  z-index: 1;
}

.popular-item:first-child h3 {
  padding: 0 1rem 1rem;
}

.popular-item:first-child .post-category {
  margin: 1rem 1rem .4rem;
  color: #ffd3a4;
}

.popular-item h3 {
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  color: #15231b;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.popular-item:first-child h3 {
  color: #fff;
  font-size: 1.03rem;
}

.category-pills {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
}

.category-pills a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .45rem;
  min-height: 42px;
  padding: .55rem .7rem;
  color: #173f2e;
  font-size: .84rem;
  font-weight: 800;
  background: #fff;
  border: 1px solid rgba(63, 125, 88, .13);
  border-radius: 8px;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.category-pills a::after {
  color: var(--ansor-orange);
  content: "\F285";
  font-family: "bootstrap-icons";
  font-size: .75rem;
}

.category-pills a:hover {
  color: #fff;
  background: var(--ansor-green);
  border-color: var(--ansor-green);
  transform: translateY(-2px);
}

.category-pills a:hover::after {
  color: #fff;
}

.list-post small {
  color: var(--ansor-muted);
  font-weight: 600;
}

.site-footer,
.copyright {
  width: min(1180px, calc(100% - 30px));
  max-width: 1180px;
  margin: 0 auto;
}

.site-footer {
  color: var(--ansor-ink);
  background: #fff;
  border-top: 1px solid var(--ansor-border);
}

.footer-logo {
  width: min(270px, 68vw);
  height: auto;
}

.footer-nav a,
.social-links a {
  color: var(--ansor-ink);
  font-weight: 700;
}

.social-links {
  display: flex;
  gap: .45rem;
}

.social-links a {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  color: #fff;
  background: var(--ansor-green);
  border: 0;
  border-radius: 50%;
  transition: background .2s ease, transform .2s ease;
}

.social-links a:hover {
  background: var(--ansor-orange);
  transform: translateY(-2px);
}

.copyright {
  color: #fff;
  background: var(--ansor-green);
}

.back-to-top {
  position: fixed;
  right: clamp(1rem, 3vw, 1.9rem);
  bottom: clamp(1rem, 3vw, 1.9rem);
  z-index: 1060;
  display: grid;
  width: 3.75rem;
  height: 3.75rem;
  place-items: center;
  color: var(--ansor-green);
  font-size: 1.45rem;
  background: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(20, 42, 29, .18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease, color .2s ease, background .2s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  color: #fff;
  background: var(--ansor-green);
}

@media (max-width: 767.98px) {
  :root {
    --fixed-header-offset: 128px;
    --headline-height: 390px;
  }

  .main-navbar {
    width: 100%;
    max-width: none;
    min-height: 76px;
    padding: 12px 0;
  }

  .top-strip {
    width: 100%;
    max-width: none;
  }

  body .main-navbar,
  body .top-strip,
  body .home-shell,
  body .hot-topic-shell,
  body .content-shell,
  body .featured-section,
  body .archive-hero,
  body .archive-shell,
  body .article-shell,
  body .site-footer,
  body .copyright {
    width: 100%;
    max-width: none;
  }

  .top-strip .search-form {
    display: none !important;
  }

  .back-to-top {
    right: 1rem;
    bottom: 1rem;
    width: 3rem;
    height: 3rem;
    font-size: 1.15rem;
  }

  .top-strip .container {
    align-items: stretch;
  }

  .search-form {
    width: 100%;
  }

  .archive-hero,
  .archive-shell,
  .article-shell {
    width: 100%;
    max-width: none;
  }

  .archive-hero {
    margin-top: 0;
    padding: 1.2rem .95rem;
    border-left-width: 0;
    border-top: 5px solid var(--ansor-green);
  }

  .archive-shell,
  .article-shell {
    padding-right: .75rem;
    padding-left: .75rem;
  }

  .article-shell {
    margin-top: 1rem;
  }

  .article-main {
    padding: 1rem;
  }

  .article-header h1 {
    font-size: 1.75rem;
  }

  .download-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .download-action {
    width: 100%;
  }

  .headline-overlay strong {
    font-size: 1.45rem;
  }

  .headline-indicators {
    right: 18px;
    bottom: 18px;
  }

  .headline-indicators [data-bs-target] {
    width: .72rem;
    height: .72rem;
  }

  .headline-trending {
    height: auto;
    overflow: visible;
  }

  .post-card-wide {
    flex-direction: column;
  }

  .post-card-wide .card-img-top {
    width: 100%;
    height: 180px;
    min-height: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  :root {
    --headline-height: 430px;
  }

  .headline-trending {
    height: auto;
    overflow: visible;
  }

  .featured-section {
    padding: 1.45rem .75rem 1.75rem;
  }

  .mini-card-light {
    background: rgba(255, 255, 255, .08);
    border-radius: 8px;
  }
}

@media (max-width: 575.98px) {
  :root {
    --headline-height: 360px;
  }

  .headline-overlay {
    padding: 1rem 1.25rem 3.1rem;
  }

  .headline-badge {
    top: 1rem;
    left: 1rem;
  }

  .mini-card-light {
    align-items: flex-start;
  }

  .mini-card-light img {
    width: 78px;
    height: 78px;
    flex-basis: 78px;
  }
}

@keyframes headerDrop {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes contentLift {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes badgePop {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
