:root {
  --site-bg: #f3f4f6;
  --site-surface: #ffffff;
  --site-surface-alt: #f8fafc;
  --site-ink: #171a22;
  --site-ink-soft: #4d5563;
  --site-line: #d9dee7;
  --site-red: #c91f2e;
  --site-red-deep: #9f1820;
  --site-red-dark: #6d1018;
  --site-dark: #131722;
  --site-dark-soft: #232a39;
  --site-shadow: 0 18px 46px rgba(17, 24, 39, 0.08);
  --site-radius: 4px;
  --site-radius-sm: 10px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--site-ink);
  background: var(--site-bg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  max-width: 1140px;
}

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

img {
  max-width: 100%;
  display: block;
}

.news-topline {
  background: #0f1320;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.news-topline-wrap {
  min-height: 42px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.breaking-label {
  background: var(--site-red);
  color: #fff;
  padding: 7px 12px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
}

.breaking-ticker {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.breaking-ticker-loop {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  animation: breakingTicker 26s linear infinite;
}

.breaking-ticker:hover .breaking-ticker-loop {
  animation-play-state: paused;
}

.breaking-ticker a,
.breaking-ticker span {
  position: relative;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.86);
}

.breaking-ticker a + a::before,
.breaking-ticker a + span::before,
.breaking-ticker span + a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
}

.news-header {
  position: relative;
  z-index: 30;
  background: linear-gradient(180deg, #cf2433 0%, #a61824 100%);
  color: #fff;
}

.news-header-main {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.mobile-header-btn,
.mobile-nav-overlay,
.mobile-nav-drawer {
  display: none;
}

.news-logo {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}

.news-logo-mark {
  display: inline-flex;
  align-items: stretch;
  width: fit-content;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(80, 10, 18, 0.24);
}

.news-logo-tag,
.news-logo-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 11px;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
}

.news-logo-tag {
  background: #fff;
  color: var(--site-red);
}

.news-logo-code {
  background: #101521;
  color: #fff;
}

.news-logo-note {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.75rem;
  max-width: 500px;
}

.news-header-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.news-search-shell {
  position: relative;
  z-index: 5;
  max-height: 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(119, 16, 25, 0.22);
  transition: max-height 0.22s ease;
}

.news-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 14px 0;
}

.news-search-input {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.96);
  color: #121722;
  padding: 0 14px;
  font-size: 0.96rem;
}

.news-search-input::placeholder {
  color: #7a8392;
}

.news-search-input:focus {
  outline: none;
  border-color: rgba(17, 22, 33, 0.28);
  box-shadow: none;
}

.news-search-submit {
  min-width: 88px;
  min-height: 44px;
  border: 0;
  border-radius: 4px;
  background: #111621;
  color: #fff;
  padding: 0 16px;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

body.is-header-search-open .news-search-shell {
  max-height: 120px;
}

.header-tool-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 9px 12px;
  border-radius: 4px;
  background: rgb(255 255 255 / 23%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.header-tool-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.header-tool-button {
  width: 44px;
  min-width: 44px;
  min-height: 42px;
  justify-content: center;
  padding: 9px 0;
  gap: 0;
  cursor: pointer;
  appearance: none;
  line-height: 1;
}

.header-cta {
  background: var(--site-red);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.header-cta:hover {
  background: var(--site-red-deep);
  color: #fff;
}

.tool-mark,
.tool-pulse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
}

.tool-pulse::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.news-nav-shell {
  background: rgba(109, 16, 24, 0.46);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.news-primary-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 50px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.news-primary-nav::-webkit-scrollbar {
  display: none;
}

.news-primary-nav a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  font-weight: 700;
  padding: 14px 0;
  border-bottom: 2px solid transparent;
}

.news-primary-nav a:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.mobile-header-btn {
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.mobile-header-bars {
  position: relative;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
}

.mobile-header-bars::before,
.mobile-header-bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
}

.mobile-header-bars::before {
  top: -6px;
}

.mobile-header-bars::after {
  top: 6px;
}

.mobile-search-icon {
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.mobile-search-icon::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 8px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  transform: rotate(45deg);
  transform-origin: center;
}

.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(7, 11, 18, 0.44);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
  z-index: 110;
}

.mobile-nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: min(82vw, 320px);
  height: 100vh;
  padding: 18px 18px 24px;
  display: block;
  background: #fff;
  color: var(--site-ink);
  box-shadow: none;
  transform: translateX(-100%);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  z-index: 120;
}

.mobile-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--site-line);
}

.mobile-nav-title {
  color: #5f6878;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.mobile-nav-close {
  border: 0;
  background: transparent;
  color: #111827;
  font-size: 1.9rem;
  line-height: 1;
  padding: 0;
}

.mobile-nav-links {
  display: grid;
}

.mobile-nav-links a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 0;
  border-bottom: 1px solid var(--site-line);
  color: var(--site-ink);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

body.is-mobile-nav-open {
  overflow: hidden;
}

body.is-mobile-nav-open .mobile-nav-overlay {
  opacity: 1;
  pointer-events: auto;
}

body.is-mobile-nav-open .mobile-nav-drawer {
  box-shadow: 0 20px 48px rgba(12, 16, 24, 0.24);
  transform: translateX(0);
}

.market-ribbon {
  position: relative;
  z-index: 1;
  background: #f7f9fc;
  color: var(--site-ink);
  border-bottom: 1px solid var(--site-line);
  padding: 8px 0;
  pointer-events: none;
}

.market-ribbon-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.market-ribbon-head {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  color: #c72230;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  border-radius: 4px;
  white-space: nowrap;
}

.market-ribbon-track {
  min-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
}

.market-ribbon-loop {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  animation: marketTicker 38s linear infinite;
}

.market-ribbon-track:hover .market-ribbon-loop {
  animation-play-state: paused;
}

.market-ribbon-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  position: relative;
  background: #fff;
  border: 1px solid #e2e7ef;
  border-radius: 4px;
  min-height: 32px;
  padding: 0 10px;
}

.market-ribbon-item strong {
  color: #5f6978;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.market-ribbon-item span {
  font-weight: 800;
  color: #202636;
}

.market-ribbon-item em {
  font-style: normal;
  font-weight: 800;
  font-size: 0.78rem;
}

.market-ribbon-item .up {
  color: #0f8a4b;
}

.market-ribbon-item .down {
  color: #c91f2e;
}

.home-hero {
  --hero-feature-height: clamp(420px, 34vw, 540px);
  --hero-slider-dots-height: 34px;
  margin-bottom: 28px;
}

.home-hero .hero-sidebar,
.home-hero .hero-sidebar .hero-panel {
  height: 100%;
}

.home-followup {
  margin-bottom: 24px;
}

.home-followup .hero-grid {
  align-items: stretch;
}

.home-followup .hero-panel {
  height: 100%;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(320px, 0.95fr);
  gap: 24px;
  align-items: start;
}

.lead-slider,
.lead-story,
.hero-panel,
.section-shell,
.post-shell,
.news-card,
.empty-card {
  background: var(--site-surface);
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius);
  box-shadow: var(--site-shadow);
}

.lead-slider,
.lead-story {
  overflow: hidden;
}

.lead-slider {
  display: flex;
  flex-direction: column;
}

.lead-slider > .hero-panel {
  margin-top: 24px;
}

.hero-slider {
  position: relative;
  background: #0f1520;
  height: calc(var(--hero-feature-height) - var(--hero-slider-dots-height));
}

.slider-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  pointer-events: none;
}

.slider-arrow {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.slider-arrow-glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-2px);
}

.slider-arrow:hover {
  background: rgba(255, 255, 255, 0.42);
}

.lead-slide {
  display: none;
  position: relative;
  height: 100%;
}

.lead-slide.is-active {
  display: block;
}

.lead-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.slider-dots {
  display: flex;
  justify-content: stretch;
  flex-wrap: nowrap;
  gap: 0;
  padding: 0;
  background: #fff;
}

.slider-dots button {
  flex: 1 1 0;
  min-width: 0;
  height: 34px;
  border: 0;
  border-right: 1px solid var(--site-line);
  border-radius: 0;
  background: #fff;
  padding: 0 10px;
  font-size: 0.76rem;
  font-weight: 800;
  color: #596171;
}

.slider-dots button.is-active {
  background: var(--site-red);
  border-right-color: var(--site-red);
  color: #fff;
}

.slider-dots button:last-child {
  border-right: 0;
}

.lead-story-media {
  display: block;
  height: 100%;
  background: #cfd6df;
  position: relative;
}

.lead-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lead-story-media::after {
  content: "";
  position: absolute;
  inset: 0;
}

.lead-story-media-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(23, 26, 34, 0.6);
  font-weight: 700;
}

.lead-story-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 4px;
  color: #fff;
  background: rgb(8 12 20 / 70%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.story-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #707887;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.story-badge {
  background: rgba(201, 31, 46, 0.92);
  color: #fff;
  padding: 6px 10px;
  border-radius: var(--site-radius-sm);
}

.lead-story h2,
.section-title,
.post-title,
.news-card h3,
.news-card h4,
.story-card h3,
.spotlight-card h4,
.headline-item h4,
.side-story h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  letter-spacing: -0.03em;
}

.lead-story h2 {
  margin: 14px 0 14px;
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.06em;
  max-width: 88%;
}

.lead-story p,
.story-card p,
.headline-item p,
.post-summary,
.post-body {
  color: var(--site-ink-soft);
  line-height: 1.75;
}

.lead-story h2 a,
.lead-story .story-meta {
  color: #fff;
}

.lead-story-link {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -2px;
  word-spacing: 1px;
  font-size: 32px;
  line-height: 110% !important;
}

.hero-sidebar {
  display: grid;
  gap: 18px;
}

.hero-panel {
  padding: 18px;
}

.hero-sidebar .hero-panel:first-child {
  min-height: var(--hero-feature-height);
}

.panel-title,
.section-kicker {
  color: var(--site-red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.panel-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}

.panel-link {
  color: #7f8794;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.side-story {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid var(--site-line);
}

.side-story:first-of-type {
  border-top: 0;
  padding-top: 8px;
}

.side-story-media {
  width: 110px;
  height: 72px;
  border-radius: 4px;
  overflow: hidden;
  background: #dde3eb;
}

.side-story-media img,
.story-card-media img,
.spotlight-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side-story h3 {
  font-size: 1.02rem;
  line-height: 1.28;
  margin: 8px 0 0;
  font-weight: 800;
}

.side-story-compact {
  grid-template-columns: 1fr;
  gap: 0;
  padding: 14px 0 4px;
}

.side-story-compact .side-story-body {
  min-width: 0;
}

.side-story-compact h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.34;
}

.side-story-body .story-meta {
  gap: 6px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.side-story-body .story-meta span:first-child {
  display: inline-flex;
  align-items: center;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(201, 31, 46, 0.08);
  color: var(--site-red);
}

.side-story-body .story-meta span:last-child {
  color: #8a91a0;
}

.flash-stack {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.flash-link {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--site-ink);
  font-weight: 700;
}

.flash-time {
  color: var(--site-red);
  font-size: 0.82rem;
  font-weight: 800;
}

.today-brief {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.today-brief-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 10px 0;
  border-top: 1px solid var(--site-line);
  color: var(--site-ink);
}

.today-brief-item:first-child {
  border-top: 0;
  padding-top: 4px;
}

.today-brief-time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  background: rgba(201, 31, 46, 0.08);
  color: var(--site-red);
  border-radius: var(--site-radius);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.today-brief-item strong {
  display: block;
  font-size: 0.95rem;
  line-height: 1.3;
  margin-bottom: 4px;
}

.today-brief-item span:last-child {
  display: block;
  color: #687180;
  font-size: 0.86rem;
  line-height: 1.45;
}

.section-shell {
  padding: 24px;
  margin-bottom: 24px;
}

.category-page .category-intro,
.tag-page .category-intro {
  padding: 0 18px;
  background-color: transparent;
  box-shadow: none;
  border: 0;
}

.category-page .category-intro .section-head,
.tag-page .category-intro .section-head {
  margin-bottom: 12px;
}

.compact-shell {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}


.section-title {
  margin: 8px 0 0;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  line-height: 1.08;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(201, 31, 46, 0.1);
  text-transform: uppercase;
}

.section-kicker-news {
  background: rgba(201, 31, 46, 0.1);
  color: var(--site-red);
}

.section-kicker-world {
  background: rgba(31, 88, 201, 0.12);
  color: #1f58c9;
}

.section-kicker-editor {
  background: rgba(31, 88, 201, 0.12);
  color: #1f58c9;
}

.section-kicker-economy {
  background: rgba(15, 138, 75, 0.12);
  color: #0f8a4b;
}

.section-kicker-magazine {
  background: rgba(186, 51, 142, 0.14);
  color: #ba338e;
}

.section-kicker-sports {
  background: rgba(255, 140, 0, 0.14);
  color: #d87300;
}

.section-link {
  color: var(--site-red);
  font-weight: 800;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.market-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.market-section {
  padding-top: 16px;
  padding-bottom: 16px;
}

.market-board {
  display: grid;
  gap: 8px;
}

.market-cluster {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.market-cluster-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.market-cluster-head > div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.market-cluster-head h4 {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.2;
  font-weight: 800;
}

.market-cluster-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 6px;
  border-radius: var(--site-radius);
  background: rgba(201, 31, 46, 0.08);
  color: var(--site-red);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.market-grid-crypto {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.market-grid-classic {
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.market-card {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius);
  padding: 7px 8px;
  display: grid;
  gap: 3px;
}

.market-card-head,
.market-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.market-name {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #697181;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.market-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #edf1f6;
  color: #4f5a6d;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
}

.market-icon-crypto {
  min-width: 34px;
  width: 34px;
  height: 100%;
  min-height: 68px;
  padding: 6px 0;
  border-radius: var(--site-radius);
  background: rgba(23, 30, 44, 0.08);
  border: 1px solid rgba(23, 30, 44, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  color: #172033;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.market-icon-crypto span {
  transform: none;
}

.market-icon-crypto-btc {
  background: rgba(212, 175, 55, 0.16);
  border-color: rgba(212, 175, 55, 0.28);
  color: #8f6a05;
}

.market-icon-crypto-eth {
  background: rgba(59, 167, 123, 0.14);
  border-color: rgba(59, 167, 123, 0.24);
  color: #1f6d4a;
}

.market-icon-crypto-bnb {
  background: rgba(240, 185, 11, 0.16);
  border-color: rgba(240, 185, 11, 0.28);
  color: #7b5b00;
}

.market-icon-crypto-ltc {
  background: rgba(70, 122, 214, 0.14);
  border-color: rgba(70, 122, 214, 0.24);
  color: #2d56a8;
}

.market-icon-crypto-ada {
  background: rgba(120, 196, 255, 0.18);
  border-color: rgba(120, 196, 255, 0.28);
  color: #2f78b8;
}

.market-icon-crypto-doge {
  background: rgba(232, 171, 52, 0.16);
  border-color: rgba(232, 171, 52, 0.28);
  color: #8b5f00;
}

.market-card-crypto {
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: stretch;
  gap: 8px;
}

.market-card-body {
  display: grid;
  gap: 3px;
}

.market-tag {
  display: inline-flex;
  align-items: center;
  min-height: 17px;
  padding: 0 4px;
  border-radius: var(--site-radius);
  background: #edf1f6;
  color: #6f7787;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.market-card strong {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  font-size: 18px;
  letter-spacing: -0.04em;
}

.market-value-suffix {
  font-size: 0.72rem;
  color: #6b7484;
  font-weight: 800;
}

.market-change {
  font-size: 0.68rem;
  font-weight: 800;
}

.market-change.up {
  color: #0f8a4b;
}

.market-change.down {
  color: var(--site-red);
}

.story-card,
.spotlight-card {
  display: flex;
  flex-direction: column;
  background: var(--site-surface);
  border: 1px solid var(--site-line);
  border-radius: 4px;
  overflow: hidden;
}

.story-card-media,
.spotlight-media {
  display: block;
  aspect-ratio: 2 / 1;
  background: #dbe2ea;
}

.story-card-body,
.spotlight-body {
  padding: 16px 16px 18px;
}

.story-card h3,
.headline-item h4,
.spotlight-card h4 {
  margin: 10px 0 10px;
  font-size: 1.18rem;
  line-height: 1.24;
  font-weight: 800;
}

.section-shell-split .split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.95fr);
  gap: 24px;
}

.world-clock-section {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.world-clock-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.world-clock-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  column-gap: 10px;
  row-gap: 2px;
  min-height: 62px;
  padding: 10px 12px;
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius);
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.world-clock-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  padding: 0 6px;
  grid-row: 1 / span 2;
  border-radius: 4px;
  background: rgba(201, 31, 46, 0.08);
  color: var(--site-red);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.world-clock-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.world-clock-copy strong {
  color: var(--site-ink);
  font-size: 0.88rem;
  line-height: 1.16;
}

.world-clock-copy span {
  color: #7c8696;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.world-clock-time {
  grid-column: 2;
  color: #111827;
  font-family: "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.feature-story {
  display: flex;
  flex-direction: column;
  background: var(--site-surface);
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius);
  overflow: hidden;
}

.feature-story-media {
  display: block;
  aspect-ratio: 1.9 / 1;
  background: #dbe2ea;
}

.feature-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-story-body {
  padding: 20px 22px 24px;
}

.feature-story h3 {
  margin: 10px 0 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 1.55rem;
  line-height: 1.18;
  font-weight: 800;
}

.feature-story p {
  color: var(--site-ink-soft);
  line-height: 1.75;
}

.headline-list {
  display: grid;
  gap: 16px;
}

.headline-item {
  padding: 0 0 16px;
  border-bottom: 1px solid var(--site-line);
}

.headline-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.spotlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.empty-state,
.empty-card {
  padding: 26px;
  text-align: center;
  color: var(--site-ink-soft);
}

.news-card {
  padding: 22px;
}

.news-card h3,
.news-card h4 {
  margin: 10px 0 10px;
  font-size: 1.5rem;
  line-height: 1.18;
}

.news-meta {
  color: #707887;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.post-shell {
  padding: 32px;
}

.post-title {
  margin: 14px 0 18px;
  font-size: clamp(2.15rem, 4vw, 3.15rem);
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.post-summary {
  font-size: 1.22rem;
}

.post-body {
  font-size: 1.08rem;
  line-height: 1.9;
  color: #2f3746;
}

.post-body p {
  margin-bottom: 1.35rem;
}

.post-tag-strip {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--site-line);
}

.post-tag-strip-title {
  display: block;
  margin-bottom: 12px;
  color: #5f6979;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.post-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.post-tag-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--site-line);
  border-radius: 999px;
  background: #f7f9fc;
  color: #4a5567;
  font-size: 0.84rem;
  font-weight: 700;
}

.post-tag-link:hover {
  color: var(--site-red);
  border-color: rgba(201, 31, 46, 0.24);
  background: rgba(201, 31, 46, 0.06);
}

.post-meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.post-meta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(201, 31, 46, 0.08);
  color: var(--site-red);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-meta-category {
  background: rgba(201, 31, 46, 0.08);
  color: var(--site-red);
}

.post-meta-divider {
  color: #9aa3b2;
  font-size: 0.92rem;
  line-height: 1;
}

.post-meta-date-label {
  color: #5f6979;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.post-meta-date {
  background: #eef2f7;
  color: #5f6979;
}

.post-summary-quote {
  position: relative;
  margin: 24px 0 26px;
  padding: 18px 20px 18px 24px;
  border-left: 4px solid #c8d0db;
  border-radius: var(--site-radius);
  background: linear-gradient(180deg, rgba(232, 236, 242, 0.72) 0%, rgba(221, 227, 236, 0.92) 100%);
  color: #30384a;
  font-weight: 600;
  line-height: 1.72;
}

.post-summary-quote::before {
  content: "\"";
  position: absolute;
  top: 8px;
  left: 10px;
  color: rgba(102, 113, 128, 0.24);
  font-size: 2.4rem;
  line-height: 1;
}

.post-sidebar-block {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--site-line);
}

.post-sidebar-block-title {
  margin-bottom: 12px;
  color: #5f6979;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.post-sidebar-headlines {
  display: grid;
  gap: 10px;
}

.post-sidebar-headline {
  display: block;
  padding: 10px 0;
  border-top: 1px solid var(--site-line);
}

.post-sidebar-headline:first-child {
  border-top: 0;
  padding-top: 0;
}

.post-sidebar-headline-date {
  display: block;
  margin-bottom: 4px;
  color: #9099a8;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-sidebar-headline strong {
  display: block;
  color: var(--site-ink);
  font-size: 0.96rem;
  line-height: 1.4;
}

.post-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(280px, 0.54fr);
  gap: 24px;
  align-items: start;
}

.post-sidebar-shell {
  position: sticky;
  top: 24px;
}

.post-sidebar-list {
  display: grid;
  gap: 14px;
}

.post-sidebar-group + .post-sidebar-group {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--site-line);
}

.post-sidebar-group-title {
  margin-bottom: 12px;
  color: #5f6979;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.post-sidebar-item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--site-line);
}

.post-sidebar-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.post-sidebar-thumb {
  display: block;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border-radius: var(--site-radius);
  background: #dbe2ea;
}

.post-sidebar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-sidebar-copy {
  display: block;
  min-width: 0;
}

.post-sidebar-item strong {
  display: block;
  margin-top: 8px;
  color: var(--site-ink);
  font-size: 1rem;
  line-height: 1.42;
}

.comment-shell {
  padding: 24px 26px 26px;
}

.comment-shell .section-title {
  font-size: clamp(1.28rem, 2.2vw, 1.7rem);
}

.comment-form {
  display: grid;
  gap: 10px;
}

.comment-composer {
  padding: 16px 18px;
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius);
  background: #fbfcfe;
}

.comment-message {
  margin-bottom: 12px;
  padding: 12px 14px;
  border-radius: var(--site-radius);
  font-size: 0.9rem;
  font-weight: 700;
}

.comment-message-success {
  background: rgba(15, 138, 75, 0.08);
  color: #0f7b46;
  border: 1px solid rgba(15, 138, 75, 0.14);
}

.comment-message-error {
  background: rgba(201, 31, 46, 0.08);
  color: #a51d28;
  border: 1px solid rgba(201, 31, 46, 0.14);
}

.comment-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.comment-field {
  display: grid;
  gap: 6px;
}

.comment-field label {
  color: #586273;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.comment-field input,
.comment-field textarea {
  width: 100%;
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius);
  background: #fff;
  color: #1b2230;
  padding: 0 14px;
  font-size: 0.96rem;
}

.comment-field input {
  min-height: 44px;
}

.comment-field textarea {
  min-height: 140px;
  padding-top: 12px;
  padding-bottom: 12px;
  resize: vertical;
}

.comment-reply-target {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: var(--site-radius);
  background: #f4f7fb;
  color: #4e596a;
  font-size: 0.84rem;
  font-weight: 700;
}

.comment-reply-target.is-hidden {
  display: none;
}

.comment-reply-cancel {
  border: 0;
  background: transparent;
  color: var(--site-red);
  font-size: 0.8rem;
  font-weight: 800;
  padding: 0;
}

.comment-field input:focus,
.comment-field textarea:focus {
  outline: none;
  border-color: rgba(17, 22, 33, 0.24);
  box-shadow: none;
}

.comment-form-actions {
  display: flex;
  align-items: end;
  justify-content: flex-end;
}

.comment-submit {
  min-height: 42px;
  border: 0;
  border-radius: 4px;
  background: var(--site-red);
  color: #fff;
  padding: 0 18px;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.comment-list {
  margin-top: 18px;
}

.comment-list-head {
  margin-bottom: 12px;
}

.comment-card + .comment-card {
  margin-top: 12px;
}

.comment-card {
  padding: 16px 18px;
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius);
  background: #fafbfd;
}

.comment-card.is-reply {
  margin-top: 10px;
  margin-left: 18px;
  background: #fff;
}

.comment-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.comment-card-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.comment-card-head strong {
  color: #1b2230;
  font-size: 0.98rem;
  font-weight: 800;
}

.comment-card-head span {
  color: #697181;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

.comment-card p {
  margin: 0;
  color: #30384a;
  font-size: 0.95rem;
  line-height: 1.68;
}

.comment-children {
  margin-top: 12px;
  padding-left: 14px;
  border-left: 2px solid #e7ecf3;
}

.comment-reply-button {
  min-height: 24px;
  border: 1px solid var(--site-line);
  border-radius: 4px;
  background: #fff;
  color: #5b6473;
  padding: 0 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.comment-reply-button:hover {
  color: var(--site-red);
  border-color: rgba(201, 31, 46, 0.24);
  background: rgba(201, 31, 46, 0.05);
}

.standard-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.7fr);
  gap: 24px;
  padding: 24px 26px;
  background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius);
  box-shadow: var(--site-shadow);
}

.standard-hero-actions {
  display: grid;
  align-content: space-between;
  gap: 12px;
  justify-items: flex-end;
}

.standard-hero-note {
  max-width: 320px;
  padding: 14px 16px;
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius);
  background: #fff;
  color: var(--site-ink-soft);
  line-height: 1.65;
}

.standard-highlight-grid,
.standard-body-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.standard-about-grid,
.standard-contact-layout,
.standard-ad-top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
  gap: 22px;
  margin-top: 22px;
}

.standard-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.standard-metric-card {
  padding: 18px 18px 16px;
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius);
  background: #fff;
  box-shadow: var(--site-shadow);
}

.standard-metric-card strong {
  display: block;
  font-size: 1.4rem;
  color: var(--site-red);
  letter-spacing: -0.04em;
}

.standard-metric-card span {
  display: block;
  margin-top: 6px;
  color: var(--site-ink-soft);
  font-size: 0.9rem;
}

.standard-note-card,
.standard-form-shell,
.standard-ad-packages {
  padding: 22px;
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius);
  background: #fff;
  box-shadow: var(--site-shadow);
}

.standard-bullet-list {
  display: grid;
  gap: 12px;
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--site-ink-soft);
  line-height: 1.7;
}

.standard-about-side {
  display: grid;
  gap: 18px;
}

.standard-logo-card {
  display: grid;
  gap: 14px;
}

.standard-logo-preview {
  width: 100%;
  max-width: 320px;
  height: 92px;
  object-fit: contain;
  padding: 12px;
  border: 1px solid var(--site-line);
  border-radius: 18px;
  background: #f8fafc;
}

.standard-logo-copy {
  margin: 0;
  color: var(--site-ink-soft);
  line-height: 1.65;
}

.standard-logo-links {
  display: grid;
  gap: 8px;
}

.standard-logo-links a {
  color: var(--site-red);
  font-weight: 700;
  text-decoration: none;
}

.standard-logo-links a:hover {
  text-decoration: underline;
}

.standard-contact-cards {
  display: grid;
  gap: 14px;
}

.standard-contact-card {
  padding: 18px;
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius);
  background: #fff;
  box-shadow: var(--site-shadow);
}

.standard-contact-card strong,
.standard-package-row strong {
  display: block;
  margin: 8px 0 6px;
  font-size: 1.05rem;
  color: var(--site-ink);
}

.standard-contact-card p,
.standard-package-row span {
  color: var(--site-ink-soft);
  line-height: 1.65;
}

.standard-contact-meta {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.standard-contact-meta-row {
  padding: 12px 14px;
  border-radius: var(--site-radius);
  background: rgba(201, 31, 46, 0.05);
  color: var(--site-ink-soft);
  font-size: 0.92rem;
}

.standard-contact-form .form-control {
  border-radius: var(--site-radius);
  padding: 12px 14px;
}

.standard-prose-shell {
  margin-top: 22px;
}

.standard-prose {
  max-width: 860px;
  margin: 0 auto;
  padding: 30px 32px;
  background: #fff;
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius);
  box-shadow: var(--site-shadow);
}

.standard-prose-block + .standard-prose-block {
  margin-top: 26px;
}

.standard-prose h2 {
  margin: 0 0 10px;
  font-size: 1.28rem;
  line-height: 1.22;
}

.standard-prose p {
  margin: 0;
  color: #3f4756;
  line-height: 1.9;
  font-size: 1rem;
}

.standard-ad-shell {
  margin-top: 22px;
}

.standard-ad-placements {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.standard-ad-card {
  padding: 20px;
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius);
  background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
  box-shadow: var(--site-shadow);
}

.standard-ad-card h3 {
  margin: 10px 0 10px;
  font-size: 1.1rem;
  line-height: 1.28;
}

.standard-ad-card p {
  color: var(--site-ink-soft);
  line-height: 1.68;
}

.standard-ad-packages {
  display: grid;
  gap: 14px;
}

.standard-package-row {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--site-line);
}

.standard-package-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.site-footer {
  background: #121722;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 48px;
  padding: 38px 0 18px;
}

.footer-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand-block {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 620px;
}

.footer-brand-mark {
  display: inline-flex;
  align-items: stretch;
  border-radius: 3px;
  overflow: hidden;
  width: 272px;
  flex: 0 0 auto;
}

.footer-brand-mark span,
.footer-brand-mark strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 6px;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  white-space: nowrap;
}

.footer-brand-mark span {
  background: #fff;
  color: var(--site-red);
}

.footer-brand-mark strong {
  background: var(--site-red);
  color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.footer-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  min-width: 520px;
  align-self: flex-start;
}

.footer-status-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 12px 13px;
}

.footer-status-kicker {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.footer-status-card strong {
  color: #fff;
  font-size: 0.84rem;
  line-height: 1.42;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr 1.1fr;
  gap: 24px;
}

.footer-brand {
  color: #fff;
  font-size: 1.32rem;
  font-weight: 800;
  line-height: 1.1;
}

.footer-copy,
.footer-note {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.58;
  margin-top: 8px;
  font-size: 0.88rem;
}


.footer-title {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}

.footer-links a:hover {
  color: #fff;
}

.footer-column-note {
  padding-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.54);
}

.footer-top-logo {
  margin-bottom: 22px;
  display: flex;
  justify-content: center;
}

.footer-top-logo img {
  width: 100%;
  max-width: 172px;
  height: auto;
  display: block;
}

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

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

@media (max-width: 1199px) {
  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .market-grid-crypto {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .market-grid-classic {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-topbar {
    flex-direction: column;
  }

  .footer-status-grid {
    min-width: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .news-topline {
    display: none;
  }

  .news-topline-wrap {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 10px 0;
  }

  .news-header-main {
    min-height: 72px;
    padding: 14px 0;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 12px;
  }

  .news-header-tools {
    display: none;
  }

  .mobile-header-btn {
    display: flex;
  }

  .mobile-nav-overlay,
  .mobile-nav-drawer {
    display: block;
  }

  .mobile-header-btn-menu {
    justify-self: start;
  }

  .mobile-header-btn-search {
    justify-self: end;
  }

  .news-logo {
    align-items: center;
    justify-self: center;
  }

  .news-logo-note {
    display: none;
  }

  .news-nav-shell {
    display: none;
  }

  .news-search-form {
    grid-template-columns: 1fr;
  }

  .news-search-submit {
    width: 100%;
  }

  body.is-header-search-open .news-search-shell {
    max-height: 152px;
  }

  .hero-grid,
  .section-shell-split .split-layout {
    grid-template-columns: 1fr;
  }

  .world-clock-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-width: 100%;
    width: 100%;
  }

  .world-clock-grid::-webkit-scrollbar {
    display: none;
  }

  .world-clock-card {
    flex: 0 0 170px;
  }

  .lead-slider {
    height: auto;
  }

  .hero-slider {
    height: auto;
  }

  .lead-slide {
    height: auto;
  }

  .lead-story-media {
    height: auto;
    aspect-ratio: 2 / 1;
  }

  .hero-sidebar .hero-panel:first-child {
    min-height: 0;
  }

  .story-grid,
  .spotlight-grid {
    grid-template-columns: 1fr;
  }

  .category-page .market-grid,
  .category-page .market-grid-crypto,
  .category-page .market-grid-classic {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-width: 100%;
    width: 100%;
  }

  .category-page .market-section,
  .category-page .market-board,
  .category-page .market-cluster {
    overflow: hidden;
  }

  .category-page .market-grid-classic .market-card {
    flex: 0 0 150px;
  }

  .category-page .market-grid-crypto .market-card {
    flex: 0 0 176px;
  }

  .category-page .market-grid::-webkit-scrollbar,
  .category-page .market-grid-crypto::-webkit-scrollbar,
  .category-page .market-grid-classic::-webkit-scrollbar {
    display: none;
  }

  .market-ribbon-shell {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .market-ribbon-loop {
    animation: none;
  }

  .market-ribbon-head {
    display: none;
  }

  .footer-status-grid {
    grid-template-columns: 1fr;
  }

  .market-cluster-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .site-footer {
    margin-top: 34px;
    padding: 24px 0 14px;
  }

  .container,
  .container-sm {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-main > .container,
  .site-main > .container-sm {
    padding-left: 0;
    padding-right: 0;
  }


  .site-main .row {
    --bs-gutter-x: 0;
  }

  .market-grid,
  .market-grid-crypto,
  .market-grid-classic {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .market-tag {
    display: none;
  }

  .market-icon-crypto {
    display: none;
  }

  .market-card-crypto {
    grid-template-columns: 1fr;
  }

  .standard-hero,
  .standard-about-grid,
  .standard-contact-layout,
  .standard-ad-top {
    grid-template-columns: 1fr;
  }

  .world-clock-grid {
    gap: 12px;
  }

  .world-clock-card {
    flex-basis: 154px;
  }

  .category-page .market-grid-classic .market-card {
    flex-basis: 138px;
  }

  .category-page .market-grid-crypto .market-card {
    flex-basis: 160px;
  }

  .standard-highlight-grid,
  .standard-body-grid,
  .standard-metric-grid,
  .standard-ad-placements {
    grid-template-columns: 1fr;
  }

  .standard-hero-actions {
    justify-items: flex-start;
  }

  .standard-prose {
    padding: 22px 18px;
  }

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

  .post-sidebar-shell {
    position: static;
  }

  .post-sidebar-item {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .home-hero .lead-slider {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }



  .lead-story-link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 19px;
    letter-spacing: -1px;
    line-height: 1.14 !important;
  }

  .slider-arrows {
    top: 40%;
  }

  .slider-dots button:nth-child(n + 11) {
    display: none;
  }

  .breaking-ticker {
    display: grid;
    gap: 8px;
    white-space: normal;
  }

  .news-primary-nav {
    gap: 16px;
  }

  .news-logo-tag,
  .news-logo-code {
    min-height: 44px;
    padding: 0 8px;
    font-size: 30px;
    line-height: 0px;
  }

  .footer-brand-mark span,
  .footer-brand-mark strong {
    min-height: 44px;
    padding: 0 10px;
    font-size: 34px;
  }

  .section-shell,
  .post-shell,
  .news-card,
  .lead-story-body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .side-story {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .side-story.side-story-compact {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .home-hero .lead-story-media {
    aspect-ratio: 1.45 / 1;
  }

  .side-story-media {
    width: 90px;
    height: 62px;
  }

  .lead-story h2,
  .lead-story p {
    max-width: 100%;
  }

  .site-main .section-shell,
  .site-main .post-shell,
  .site-main .hero-panel,
  .site-main .lead-slider {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .lead-story-body h2 {
    margin: 0;
    line-height: 1 !important;
  }

  .lead-story-body {
    display: flex;
    align-items: center;
    min-height: 50px;
    height: 50px;
    padding: 4px 10px;
    overflow: hidden;
  }

  .post-tag-strip {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 4px;
  }

.comment-shell {
    padding: 18px 18px 22px;
  }

  .comment-form-grid {
    grid-template-columns: 1fr;
  }

  .comment-form-actions {
    justify-content: flex-start;
  }

  .comment-reply-target {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 12px;
  }

  .comment-composer {
    padding: 14px;
  }

  .comment-card-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .comment-card-meta {
    gap: 6px;
  }

  .comment-card.is-reply {
    margin-left: 10px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand-block {
    flex-direction: column;
  }

  .footer-topbar,
  .footer-column-note {
    display: none;
  }

  .footer-grid {
    gap: 18px;
  }

  .footer-title {
    margin-bottom: 8px;
  }

  .footer-links {
    gap: 8px;
  }

  .footer-bottom {
    margin-top: 18px;
    padding-top: 14px;
  }

  .footer-top-logo {
    margin-bottom: 16px;
    justify-content: flex-start;
  }

  .footer-top-logo img {
    max-width: 156px;
  }

  .footer-bottom span:last-child {
    display: none;
  }

  .footer-column-note {
    padding-left: 0;
    border-left: 0;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
