/* Fthyrk Blog — integração de tema claro/escuro, contraste e refinamento responsivo. */

.theme-toggle {
  flex: 0 0 auto;
}

html[data-theme="light"] .featured-post,
html[data-theme="light"] .post-card,
html[data-theme="light"] .empty-state {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(42, 66, 108, 0.14);
  box-shadow: 0 22px 56px rgba(42, 66, 108, 0.11);
}

html[data-theme="light"] .featured-post {
  background: linear-gradient(145deg, #ffffff 0%, #f1f6ff 100%);
}

html[data-theme="light"] .featured-content h3,
html[data-theme="light"] .featured-content h3 a,
html[data-theme="light"] .post-content h3,
html[data-theme="light"] .post-content h3 a,
html[data-theme="light"] .article-title,
html[data-theme="light"] .post-body.typography h2,
html[data-theme="light"] .post-body.typography h3,
html[data-theme="light"] .article-cta h2 {
  color: #0d1830;
}

html[data-theme="light"] .featured-content p,
html[data-theme="light"] .post-content p,
html[data-theme="light"] .post-meta,
html[data-theme="light"] .article-summary,
html[data-theme="light"] .article-byline,
html[data-theme="light"] .post-body.typography,
html[data-theme="light"] .article-breadcrumbs,
html[data-theme="light"] .empty-state {
  color: #53647b !important;
}

html[data-theme="light"] .article-breadcrumbs a {
  color: #49617e;
}

html[data-theme="light"] .article-breadcrumbs a:hover,
html[data-theme="light"] .article-breadcrumbs a:focus-visible,
html[data-theme="light"] .read-more-link {
  color: #2458a6;
}

html[data-theme="light"] .post-thumb,
html[data-theme="light"] .featured-placeholder,
html[data-theme="light"] .thumb-placeholder {
  background: #edf3fb;
}

html[data-theme="light"] .meta-badge {
  color: #506079;
  background: #f5f8fd;
  border-color: rgba(42, 66, 108, 0.15);
}

html[data-theme="light"] .meta-badge.primary-badge {
  color: #2458a6;
  background: #eaf2ff;
  border-color: rgba(36, 88, 166, 0.22);
}

html[data-theme="light"] .article-cover {
  border-color: rgba(42, 66, 108, 0.14);
  box-shadow: 0 24px 62px rgba(42, 66, 108, 0.14);
}

html[data-theme="light"] .post-body.typography blockquote {
  color: #273951;
  background: #edf4ff;
  border-left-color: #4d7ee8;
}

html[data-theme="light"] .post-body.typography code {
  color: #174a93;
  background: #e8f0fc;
}

html[data-theme="light"] .post-body.typography pre {
  color: #223654;
  background: #edf3fb;
  border-color: rgba(42, 66, 108, 0.14);
}

html[data-theme="light"] .post-body.typography pre code {
  color: inherit;
  background: transparent;
}

@media (max-width: 980px) {
  .site-header .theme-toggle {
    margin-left: auto;
  }
}

@media (max-width: 520px) {
  .site-header .theme-toggle {
    width: 42px;
    height: 42px;
  }
}
