:root {
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--adsense-text);
  background: #f7f8fa;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.skip-link:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  width: auto;
  padding: 10px 12px;
  background: #111;
  color: #fff;
  z-index: 9999;
  left: 12px;
  top: 12px;
}

.adsense-container {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.adsense-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 2px;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1;
  border: 0;
}

.adsense-btn--dark {
  background: #111;
  color: #fff;
}

.adsense-btn--accent {
  background: var(--adsense-accent);
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px);
}

.site-header.site-header--scrolled {
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.site-header__bar {
  background: #0b1220;
  color: #fff;
}

.site-header__bar-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
}

.adsense-site-title {
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.2px;
  color: #fff;
  text-transform: uppercase;
}

.custom-logo-link img {
  max-height: 60px;
  width: auto;
}

.site-header__search {
  display: flex;
  justify-content: center;
}

.site-header__search form {
  width: min(560px, 100%);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
}

.site-header__search label {
  display: none;
}

.site-header__search input[type="search"] {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 10px 12px;
  border-radius: 999px;
  outline: none;
}

.site-header__search input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.site-header__search input[type="submit"] {
  border: 0;
  background: var(--adsense-accent);
  color: #fff;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.3px;
}

.site-header__search input[type="submit"]:hover {
  filter: brightness(0.95);
}

.adsense-nav {
  background: #0b1220;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.adsense-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
}

.adsense-nav__toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 12px 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.adsense-nav__toggle-bar {
  width: 24px;
  height: 3px;
  background: #fff;
  display: block;
  margin: 0;
  border-radius: 999px;
}

.adsense-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0;
  align-items: center;
}

.adsense-menu li {
  margin: 0;
}

.adsense-menu a {
  display: block;
  padding: 12px 12px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.92);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.adsense-menu li:first-child a {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.adsense-menu a:hover,
.adsense-menu .current-menu-item > a {
  background: rgba(255, 255, 255, 0.08);
}

.adsense-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.adsense-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 800;
}

.adsense-social a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.site-header__ticker {
  background: #ffffff;
}

.site-header__ticker-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}

.site-header__ticker-badge {
  background: var(--adsense-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 6px 10px;
  border-radius: 999px;
}

.site-header__ticker-link {
  color: #111;
  font-weight: 800;
  font-size: 13px;
  line-height: 1.2;
}

.site-header__ticker-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.site-main {
  padding: 18px 0 34px;
}

.home-hero {
  margin: 0 0 18px;
}

.home-hero__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 14px;
  align-items: start;
}

.home-hero__main {
  border-radius: var(--adsense-radius);
  overflow: hidden;
  background: #e5e7eb;
  border: 1px solid var(--adsense-border);
  align-self: start;
}

.home-hero__main-link {
  position: relative;
  display: block;
  min-height: 360px;
}

.home-hero__main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.home-hero__main-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #111827 0%, #0b1220 100%);
  color: rgba(255, 255, 255, 0.75);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 12px;
}

.home-hero__main-placeholder::after {
  content: "No Image";
}

.home-hero__main-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 18, 32, 0) 30%, rgba(11, 18, 32, 0.9) 100%);
}

.home-hero__main-body {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px;
  color: #fff;
}

.home-hero__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 8px;
}

.home-hero__category {
  background: var(--adsense-accent);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 5px 10px;
  border-radius: 999px;
}

.home-hero__title {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
}

.home-hero__excerpt {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
  max-width: 60ch;
}

.home-hero__side {
  display: grid;
  gap: 10px;
}

.home-hero__item {
  background: #fff;
  border: 1px solid var(--adsense-border);
  border-radius: var(--adsense-radius);
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.home-hero__item-link {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
}

.home-hero__item-img {
  width: 104px;
  height: 78px;
  object-fit: cover;
  border-radius: 10px;
}

.home-hero__item-placeholder {
  width: 104px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5e7eb;
  border-radius: 10px;
  color: rgba(11, 18, 32, 0.55);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 10px;
}

.home-hero__item-placeholder::after {
  content: "No";
}

.home-hero__item-title {
  margin: 0;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
}

.home-hero__item-meta {
  margin-top: 6px;
  font-size: 11px;
  color: var(--adsense-muted);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.adsense-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.adsense-card {
  background: var(--adsense-card-bg);
  border: 1px solid var(--adsense-border);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  border-radius: var(--adsense-radius);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.adsense-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}

.adsense-card__thumb {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #e5e7eb;
}

.adsense-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 200ms ease;
}

.adsense-card__thumb:hover .adsense-card__img {
  transform: scale(1.05);
}

.adsense-card__thumb-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e5e7eb 0%, #cbd5e1 100%);
  color: rgba(11, 18, 32, 0.55);
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.adsense-card__thumb-placeholder::after {
  content: "No Image";
}

.adsense-card__rating {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(17, 17, 17, 0.92);
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.adsense-card__body {
  padding: 12px 12px 14px;
}

.adsense-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--adsense-muted);
  margin-bottom: 8px;
}

.adsense-card__category {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(239, 68, 68, 0.1);
  color: #b91c1c;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.adsense-card__category:hover {
  background: rgba(239, 68, 68, 0.14);
}

.adsense-card__date {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.adsense-card__read {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  margin-left: auto;
  white-space: nowrap;
}

.adsense-card__title {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}

.adsense-card__title a:hover {
  color: #111;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.adsense-card__excerpt {
  margin: 10px 0 0;
  color: var(--adsense-muted);
  font-size: 13px;
  line-height: 1.55;
}

.adsense-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: currentColor;
  opacity: 0.35;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.adsense-icon--user {
  mask-image: radial-gradient(circle at 50% 35%, #000 28%, transparent 30%),
    radial-gradient(circle at 50% 78%, #000 42%, transparent 44%);
}

.adsense-icon--calendar {
  mask-image: linear-gradient(#000, #000);
  border-radius: 2px;
  opacity: 0.25;
}

.adsense-pagination {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.adsense-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.adsense-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 36px;
  padding: 0 12px;
  background: var(--adsense-accent);
  color: #fff;
  border-radius: 2px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.3px;
  border: 0;
}

.adsense-pagination .page-numbers:hover {
  filter: brightness(0.95);
}

.adsense-pagination .page-numbers.current {
  filter: brightness(0.85);
}

.adsense-pagination .page-numbers.dots {
  min-width: auto;
  padding: 0 6px;
  background: transparent;
  color: var(--adsense-muted);
}

.adsense-loadmore a {
  background: var(--adsense-accent);
  color: #fff;
  padding: 10px 18px;
  border-radius: 2px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.3px;
}

.site-footer {
  background: #0b1220;
  color: rgba(255, 255, 255, 0.92);
  padding: 28px 0 18px;
  font-size: 13px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__brand-link {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.site-footer__about-title,
.site-footer__heading {
  margin-top: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 12px;
  color: #fff;
}

.site-footer__about-text {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.site-footer__menu,
.site-footer__social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.site-footer__menu a,
.site-footer__social a {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer__menu a:hover,
.site-footer__social a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.site-footer__social a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  width: fit-content;
}

.site-footer__social a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.adsense-single,
.adsense-page {
  background: #fff;
  border: 1px solid var(--adsense-border);
  box-shadow: var(--adsense-shadow);
  padding: 18px;
}

.adsense-single__title,
.adsense-page__title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.15;
}

.adsense-single__meta {
  color: var(--adsense-muted);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
}

.adsense-single__meta a {
  color: var(--adsense-muted);
}

.adsense-single__read {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.adsense-single__thumb {
  margin: 0 0 16px;
}

.adsense-single__content,
.adsense-page__content {
  line-height: 1.7;
}

.adsense-tags {
  margin-top: 16px;
  color: var(--adsense-muted);
  font-size: 12px;
}

.adsense-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 18px;
  align-items: start;
}

.adsense-layout__sidebar {
  order: 0;
}

.adsense-layout__content {
  order: 1;
}

.adsense-sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.adsense-widget {
  background: #fff;
  border: 1px solid var(--adsense-border);
  box-shadow: var(--adsense-shadow);
  padding: 12px;
}

.adsense-widget__title {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-bottom: 2px solid var(--adsense-yellow);
  padding-bottom: 8px;
}

.adsense-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.adsense-widget li {
  padding: 8px 0;
  border-bottom: 1px dashed var(--adsense-border);
}

.adsense-widget li:last-child {
  border-bottom: 0;
}

.adsense-widget a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.adsense-widget input[type="search"],
.adsense-widget input[type="text"],
.adsense-widget input[type="email"],
.adsense-widget input[type="url"],
.adsense-widget textarea {
  width: 100%;
  border: 1px solid var(--adsense-border);
  padding: 10px;
  border-radius: 2px;
  font: inherit;
}

.adsense-widget input[type="submit"],
.adsense-widget button {
  background: var(--adsense-accent);
  color: #fff;
  border: 0;
  padding: 10px 14px;
  border-radius: 2px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.3px;
}

.adsense-postlist {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.adsense-postlist__item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
  align-items: center;
}

.adsense-postlist__thumb {
  display: block;
  width: 70px;
  height: 52px;
  overflow: hidden;
  background: #e5e7eb;
  border: 1px solid var(--adsense-border);
}

.adsense-postlist__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adsense-postlist__thumb-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e5e7eb 0%, #cbd5e1 100%);
}

.adsense-postlist__meta {
  font-size: 10px;
  font-weight: 800;
  color: var(--adsense-muted);
  text-transform: uppercase;
  letter-spacing: 0.2px;
  margin-bottom: 3px;
}

.adsense-postlist__title {
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.adsense-postlist__title:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.adsense-postlist--compact .adsense-postlist__meta {
  display: none;
}

.adsense-prose h2,
.adsense-prose h3,
.adsense-prose h4 {
  margin: 18px 0 10px;
  line-height: 1.25;
}

.adsense-prose p {
  margin: 0 0 14px;
}

.adsense-prose a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.adsense-prose blockquote {
  margin: 16px 0;
  padding: 16px 16px;
  border-left: 4px solid var(--adsense-accent);
  background: #f8fafc;
  border-radius: 12px;
  position: relative;
}

.adsense-prose blockquote::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 44px;
  line-height: 1;
  color: rgba(239, 68, 68, 0.22);
  font-weight: 900;
}

.adsense-prose blockquote p {
  margin: 0;
}

.adsense-review {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 14px;
  margin: 16px 0;
  background: #111;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px;
}

.adsense-review__title {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 12px;
  margin-bottom: 10px;
  color: var(--adsense-yellow);
}

.adsense-review__row {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 10px;
  align-items: center;
  margin: 8px 0;
}

.adsense-review__label {
  font-size: 12px;
  font-weight: 800;
  color: #e5e7eb;
}

.adsense-review__bar {
  height: 8px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  overflow: hidden;
}

.adsense-review__bar > span {
  display: block;
  height: 100%;
  background: var(--adsense-accent);
}

.adsense-review__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  padding-left: 14px;
}

.adsense-review__score-num {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.adsense-stars {
  position: relative;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 6px;
}

.adsense-stars__base {
  color: rgba(255, 255, 255, 0.24);
}

.adsense-stars__fill {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: var(--adsense-yellow);
}

.adsense-related {
  margin: 18px 0;
}

.adsense-related__title {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-bottom: 2px solid var(--adsense-yellow);
  padding-bottom: 8px;
}

.adsense-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.adsense-related-card {
  background: #fff;
  border: 1px solid var(--adsense-border);
  box-shadow: var(--adsense-shadow);
  padding: 10px;
}

.adsense-related-card__thumb {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e5e7eb;
  border: 1px solid var(--adsense-border);
}

.adsense-related-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adsense-related-card__thumb-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(135deg, #e5e7eb 0%, #cbd5e1 100%);
}

.adsense-related-card__title {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.adsense-related-card__title a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.adsense-author {
  margin: 18px 0;
  background: #fff;
  border: 1px solid var(--adsense-border);
  box-shadow: var(--adsense-shadow);
  padding: 14px;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  align-items: center;
}

.adsense-author__avatar img {
  border-radius: 50%;
}

.adsense-author__title {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: var(--adsense-muted);
  margin-bottom: 4px;
}

.adsense-author__name {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 8px;
}

.adsense-author__desc {
  color: var(--adsense-muted);
  font-size: 13px;
  line-height: 1.6;
}

.comments-area {
  margin-top: 18px;
  background: #fff;
  border: 1px solid var(--adsense-border);
  box-shadow: var(--adsense-shadow);
  padding: 14px;
}

.comments-title,
.comment-reply-title {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-bottom: 2px solid var(--adsense-yellow);
  padding-bottom: 8px;
}

.comment-reply-title small {
  margin-left: 8px;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}

.comment-reply-title a {
  color: var(--adsense-accent);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment-list > .comment {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  list-style: none;
  margin: 12px 0 0;
  padding: 0 0 0 16px;
  border-left: 2px solid #f3f4f6;
}

.comment-body {
  border: 1px solid var(--adsense-border);
  box-shadow: var(--adsense-shadow);
  padding: 12px;
  margin: 0 0 12px;
  background: #fff;
}

.comment-body .comment-meta {
  font-size: 12px;
  color: var(--adsense-muted);
}

.comment-body .comment-meta a {
  color: var(--adsense-muted);
  font-weight: 800;
}

.comment-body .comment-meta a:hover {
  color: #111;
}

.comment-body .comment-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.comment-body .comment-author .avatar {
  border-radius: 999px;
}

.comment-body .comment-author .fn {
  font-style: normal;
  font-weight: 900;
  color: #111;
}

.comment-body .comment-metadata {
  margin-top: 6px;
  font-size: 11px;
  color: var(--adsense-muted);
}

.comment-body .comment-content {
  margin-top: 8px;
  line-height: 1.6;
}

.comment-body .reply {
  margin-top: 10px;
}

.comment-body .reply a {
  padding: 8px 12px;
}

.comment-body .comment-content p {
  margin: 0 0 10px;
}

.comment-body .comment-content p:last-child {
  margin-bottom: 0;
}

.comment-reply-link,
.comment-respond .submit {
  background: var(--adsense-accent);
  color: #fff;
  border: 0;
  padding: 10px 14px;
  border-radius: 2px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.3px;
  display: inline-block;
}

.comment-respond {
  margin-top: 14px;
}

.comment-form {
  display: grid;
  gap: 10px;
}

.comment-form label {
  display: block;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: var(--adsense-muted);
  margin-bottom: 6px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  border: 1px solid var(--adsense-border);
  padding: 10px;
  border-radius: 2px;
  font: inherit;
}

.comment-form textarea {
  min-height: 140px;
  resize: vertical;
}

.comment-form-cookies-consent label {
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  color: var(--adsense-muted);
  display: inline;
  margin: 0;
}

.comment-form .form-submit {
  margin: 0;
}

.comment-form .submit:hover,
.comment-reply-link:hover {
  filter: brightness(0.95);
}

@media (max-width: 960px) {
  .adsense-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-header__bar-inner {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand toggle"
      "search search";
    gap: 10px;
  }

  .site-branding {
    grid-area: brand;
  }

  .site-header__search {
    grid-area: search;
    justify-content: flex-start;
  }

  .adsense-nav__toggle {
    grid-area: toggle;
  }

  .adsense-layout {
    grid-template-columns: 1fr;
  }

  .adsense-layout__sidebar {
    order: 2;
  }

  .adsense-layout__content {
    order: 1;
  }

  .adsense-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-hero__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .adsense-grid {
    grid-template-columns: 1fr;
  }

  .adsense-site-title {
    font-size: 28px;
  }

  .custom-logo-link img {
    max-height: 48px;
  }

  .adsense-nav__inner {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .adsense-nav__toggle {
    display: inline-flex;
    order: 1;
  }

  .adsense-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    flex-basis: 100%;
    order: 2;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }

  .adsense-menu a {
    width: 100%;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
  }

  body.adsense-nav-open .adsense-menu {
    display: flex;
  }

  .site-header__ticker-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .adsense-social {
    display: none;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .adsense-related__grid {
    grid-template-columns: 1fr;
  }

  .adsense-review {
    grid-template-columns: 1fr;
  }

  .adsense-review__right {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 12px;
  }

  .adsense-author {
    grid-template-columns: 1fr;
  }
}

