.dropdown-menu a,
a {
  text-decoration: none;
}
.ad-label,
.article-cat,
.card-cat,
.cat-badge,
.footer-col h4,
.privacy-toc h3,
.side-cat,
.widget-header {
  text-transform: uppercase;
}
.article-excerpt,
.card-excerpt,
/*.card-title,*/
.pop-title,
.side-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.about-card,
.about-hero,
.cta-block,
.form-success,
.newsletter-section {
  text-align: center;
}
body,
nav {
  background: var(--bg);
}
.nav-actions,
nav {
  align-items: center;
}
.nav-logo,
.tab-btn:hover,
body {
  color: var(--text);
}
.detail-author-row,
.page-tabs,
.share-bar,
nav {
  border-bottom: 1px solid var(--border);
}
.icon-btn,
.read-btn,
.tab-btn {
  cursor: pointer;
}
.detail-content,
.featuredd-info,
.side-info {
  min-width: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --bg: #fafaf8;
  --bg2: #f2f1ed;
  --bg3: #e8e7e1;
  --text: #1a1916;
  --text2: #5a5952;
  --text3: #9a9890;
  --accent: #c04a1a;
  --accent2: #e8f0d8;
  --border: #e0dfd8;
  --border2: #cccbbf;
  --card: #ffffff;
  --nav-h: 64px;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --radius: 10px;
  --radius-lg: 16px;
}
@font-face {
  font-family: tabler-icons;
  src: url("https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/dist/fonts/tabler-icons.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
[data-theme="dark"] {
  --bg: #141412;
  --bg2: #1e1d1a;
  --bg3: #252420;
  --text: #f0ede6;
  --text2: #a09d94;
  --text3: #6a6860;
  --accent: #e06030;
  --accent2: #1e2a10;
  --border: #2e2d28;
  --border2: #3a3932;
  --card: #1e1d1a;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.7;
  transition: background 0.3s, color 0.3s;
  min-height: 100vh;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
.icon-btn,
.nav-actions,
.nav-links,
.page-tabs,
.search-box,
.search-overlay.open,
nav {
  display: flex;
}
#progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: var(--accent);
  width: 0%;
  z-index: 9999;
  transition: width 0.1s linear;
}
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--nav-h);
  padding: 0 24px;
  gap: 16px;
  backdrop-filter: blur(8px);
}
.nav-logo {
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: -0.3px;
}
.breadcrumb a:hover,
.footer-col a:hover,
.footer-links a:hover,
.footer-logo span,
.nav-logo span,
a:focus,
a:hover {
  color: var(--accent);
}
.icon-btn,
.nav-links a,
.tab-btn {
  color: var(--text2);
  transition: 0.2s;
}
.nav-links {
  gap: 4px;
  margin: 0 auto;
}
.nav-links a {
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
}
.icon-btn:hover,
.nav-links a:hover {
  background: var(--bg2);
  color: var(--text);
}
.nav-links a.active {
  background: var(--accent);
  color: var(--bg);
}
.nav-actions {
  gap: 8px;
}
.icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: 0 0;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: flex-start;
  padding-top: 100px;
  justify-content: center;
}
.search-box {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  width: 600px;
  max-width: calc(100vw - 32px);
  padding: 6px 8px;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
.search-box input {
  flex: 1;
  border: none;
  background: 0 0;
  font-size: 16px;
  font-family: var(--sans);
  color: var(--text);
  outline: 0;
  padding: 8px;
}
.search-box input::placeholder {
  color: var(--text3);
}
.page-tabs {
  background: var(--bg);
  position: sticky;
  top: var(--nav-h);
  z-index: 50;
  overflow-x: auto;
  scrollbar-width: none;
}
.article-row,
.blog-card,
.card-thumb,
.detail-hero-thumb,
.faq-item,
.hero-main,
.hero-side-card,
.pop-title,
.side-title,
.sidebar-widget {
  overflow: hidden;
}
.page-tabs::-webkit-scrollbar {
  display: none;
}
.tab-btn {
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  background: 0 0;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: var(--sans);
}
.about-hero h1,
.article-title,
.card-title,
.cta-block h2,
.detail-title,
.hero-title,
.mission-text h2,
.newsletter-title,
.section-label h2 {
  font-family: var(--serif);
}
.cta-btn,
.filter-sort select,
.newsletter-form button,
.newsletter-form input,
.share-btn,
.widget-search input {
  font-family: var(--sans);
}
.article-cat,
.card-cat,
.cat-badge,
.ci-label,
.cta-btn,
.footer-col h4,
.form-label,
.form-submit,
.pop-num,
.privacy-toc h3,
.read-btn,
.side-cat,
.team-card h3,
.widget-header {
  font-weight: 600;
}
.tab-btn.active {
  color: var(--accent);
  border-bottom-color: var(--accent);
}
.mobile-sticky-ad,
.page,
.page-tabs {
  display: none;
}
.faq-item.open .faq-a,
.nav-item.open .dropdown-menu,
.page.active {
  display: block;
}
.hero {
  padding: 48px 24px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.cat-badge,
.hero-title {
  color: #fff;
  margin-bottom: 12px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 24px;
  align-items: stretch;
}
.hero-main {
  position: relative;
  border-radius: var(--radius-lg);
  min-height: 435px;
  background: linear-gradient(135deg, #1a1612 0, #2d2010 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
.hero-img-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #8b4513 0, #c8651a 30%, #1a1612 70%);
  opacity: 0.7;
}
.hero-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
      circle at 20% 50%,
      rgba(255, 120, 40, 0.15) 0,
      transparent 60%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(200, 100, 26, 0.1) 0,
      transparent 50%
    );
}
.hero-content {
  position: relative;
  z-index: 1;
}
.cat-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.5px;
  background: var(--accent);
}
.hero-title {
  font-size: 32px;
  line-height: 1.2;
}
.hero-excerpt {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 20px;
}
.hero-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
}
.avatar,
.featuredd-tab.active,
.hero-meta img,
.read-btn:hover {
  background: var(--accent);
  color: #fff;
}
.avatar,
.hero-meta img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  flex-shrink: 0;
}
.read-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: #1a1612;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 13px;
  transition: 0.2s;
  border: none;
}
.hero-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero-side-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  display: flex;
  gap: 12px;
  padding: 14px;
  align-items: flex-start;
  transition: 0.2s;
  cursor: pointer;
}
.side-thumb,
.side-thumb-placeholder {
  width: 105px;
  height: 105px;
  border-radius: var(--radius);
}
.article-row:hover,
.hero-side-card:hover {
  border-color: var(--border2);
  transform: translateX(2px);
}
.about-btn:hover,
.blog-card:hover,
.featuredd-card:hover {
  transform: translateY(-2px);
}
.side-thumb {
  flex-shrink: 0;
  object-fit: cover;
  background: var(--bg3);
}
.side-thumb-placeholder {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.article-row,
.blog-card {
  border: 1px solid var(--border);
  cursor: pointer;
  border-radius: var(--radius-lg);
}
.article-info,
.side-info {
  flex: 1;
}
.side-cat {
  font-size: 10px;
  letter-spacing: 0.4px;
  color: var(--accent);
  margin-bottom: 4px;
}
.article-cat,
.card-cat,
.footer-col h4,
.privacy-toc h3,
.widget-header {
  letter-spacing: 0.5px;
}
.side-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--text);
  display: -webkit-box;
}
.side-date {
  font-size: 11px;
  color: var(--text3);
  margin-top: 6px;
}
.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.section-label h2 {
  font-size: 24px;
  color: var(--text);
}
.section-line {
  flex: 1;
  height: 1px;
  background: var(--border);
}
.trending-section {
  max-width: 1200px;
  margin: 48px auto 0;
  padding: 0 24px;
}
.trending-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.latest-section,
.list-page-grid {
  grid-template-columns: 1fr 300px;
}
.blog-card {
  background: var(--card);
  transition: 0.25s;
      display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.article-row,
.share-btn,
.tag,
.toc-list li a {
  transition: 0.2s;
}
.blog-card:hover {
  border-color: var(--border2);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.card-thumb {
  background: var(--bg3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
.detail-sidebar,
.privacy-toc {
  position: sticky;
  top: calc(var(--nav-h) + 16px);
}
.article-excerpt,
.card-excerpt,
.card-title {
  display: -webkit-box;
  overflow: hidden;
}
.card-thumb.tech {
  background: linear-gradient(135deg, #e8f0d8, #c8dd9a);
}
.card-thumb.science {
  background: linear-gradient(135deg, #dde8f0, #9abcdd);
}
.card-thumb.design {
  background: linear-gradient(135deg, #f0dde8, #dda0bc);
}
.card-thumb.culture {
  background: linear-gradient(135deg, #f0e8dd, #ddba9a);
}
.card-thumb.health {
  background: linear-gradient(135deg, #ddf0dd, #9add9a);
}
.card-thumb.finance {
  background: linear-gradient(135deg, #f0edd8, #ddd49a);
}
.card-body,
.widget-body {
  padding: 16px;
}
.card-cat {
  font-size: 10px;
  color: var(--accent);
  margin-bottom: 8px;
}
.card-title {
  font-size: 17px;
  line-height: 1.35;
  color: var(--text);
  margin-bottom: 10px;
}
.article-excerpt,
.card-excerpt {
  font-size: 13px;
  color: var(--text2);
  line-height: 1.6;
  margin-bottom: 12px;
}
.article-meta,
.card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--text3);
}
.card-meta .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--border2);
}
.card-author-row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  border-top: 1px solid var(--border);
}
.latest-section {
  max-width: 1200px;
  margin: 48px auto;
  padding: 0 24px;
  display: grid;
  gap: 32px;
}
.articles-list,
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.article-row {
  background: var(--card);
  display: flex;
  gap: 0;
}
.list-page-grid {
  display: grid;
  gap: 32px;
}
.list-page-grid .trending-grid {
  grid-template-columns: repeat(2, 1fr);
}
.filter-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.filter-sort,
.footer-social,
.newsletter-form,
.widget-search {
  gap: 8px;
  display: flex;
  width:100%;
}
.filter-bar span {
  font-size: 13px;
  color: var(--text2);
  font-weight: 500;
}
.filter-sort {
  margin-left: auto;
}
.filter-sort select {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 6px 12px;
  font-size: 13px;
  background: var(--card);
  color: var(--text);
  outline: 0;
}
.tag.active {
  border-color: var(--accent);
  color: var(--accent);
}
@media (max-width: 980px) {
  .list-page-grid,
  .list-page-grid .trending-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .widget-search {
    flex-direction: column;
  }
  .widget-search button {
    width: 100%;
  }
  .widget-search input {
    min-width: 0;
  }
}
.article-thumb {
  flex-shrink: 0;
  background: var(--bg3);
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  font-size: 36px;
  min-height: 140px;
}
.article-cat {
  font-size: 10px;
  color: var(--accent);
  margin-bottom: 6px;
}
.article-title {
  font-size: 19px;
  line-height: 1.3;
  color: var(--text);
  margin-bottom: 8px;
}
.tag,
.widget-header {
  font-size: 12px;
  color: var(--text2);
}
.sidebar-widget {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}
.faq-q:hover,
.featuredd-tab:hover,
.page-arrow:hover,
.pop-num,
.share-btn:hover,
.tag,
.toc-box,
.widget-search input {
  background: var(--bg2);
}
.widget-header {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
}
.ci-label,
.detail-cat,
.form-label,
.toc-title {
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.widget-search input {
  flex: 1;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 8px 12px;
  font-size: 13px;
  color: var(--text);
  outline: 0;
  width:100%;
}
.share-btn:hover,
.widget-search input:focus {
  border-color: var(--border2);
}
.widget-search button {
  width: 36px;
  height: 36px;
  border-radius: var(--radius);
  border: none;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tag {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  cursor: pointer;
}
.footer-social a:hover,
.social-link:hover,
.tag:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.popular-item {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  align-items: flex-start;
}
.popular-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.pop-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--text3);
  flex-shrink: 0;
  margin-top: 2px;
}
.pop-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--text);
  display: -webkit-box;
}
.pop-date {
  font-size: 11px;
  color: var(--text3);
  margin-top: 3px;
}
.ad-placeholder {
  background: linear-gradient(135deg, var(--bg2), var(--bg3));
  border-radius: var(--radius);
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--text3);
  font-size: 12px;
  gap: 6px;
  border: 1px dashed var(--border2);
}
.newsletter-section {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 48px 24px;
  margin-top: 8px;
}
.newsletter-inner {
  max-width: 480px;
  margin: 0 auto;
}
.newsletter-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  margin: 0 auto 16px;
}
.newsletter-title {
  font-size: 26px;
  color: var(--text);
  margin-bottom: 8px;
}
.newsletter-sub {
  font-size: 14px;
  color: var(--text2);
  margin-bottom: 24px;
}
.newsletter-form input {
  flex: 1;
  border: 1px solid var(--border2);
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 14px;
  background: var(--card);
  color: var(--text);
  outline: 0;
}
.form-input:focus,
.form-textarea:focus,
.newsletter-form input:focus {
  border-color: var(--accent);
}
.faq-a,
.footer-bottom,
.share-bar,
footer {
  border-top: 1px solid var(--border);
}
.newsletter-form button {
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.breadcrumb,
.breadcrumb i,
.footer-links a {
  font-size: 12px;
}
.cta-btn:hover,
.form-submit:hover,
.newsletter-form button:hover {
  opacity: 0.85;
}
.detail-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  min-width: 0;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text3);
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.breadcrumb a,
.footer-col a,
.footer-links a {
  color: var(--text3);
  transition: color 0.2s;
}
.detail-hero-thumb {
  width: 100%;
  height: 380px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #1a2a1a, #2d5a2d);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  margin-bottom: 28px;
}
.detail-cat {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  background: var(--accent2);
  color: #4a6a10;
  margin-bottom: 12px;
}
[data-theme="dark"] .detail-cat {
  color: #9add5a;
}
.detail-title {
  font-size: 36px;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 16px;
}
.detail-author-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 20px;
  margin-bottom: 28px;
}
.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.contact-form,
.cta-block,
.faq-item,
.toc-box {
  border: 1px solid var(--border);
}
.author-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}
.author-title,
.detail-meta-inline,
.footer-copy,
.team-card p {
  font-size: 12px;
  color: var(--text3);
}
.detail-meta-inline {
  display: flex;
  gap: 16px;
  margin-left: auto;
}
.detail-meta-inline span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.toc-list li a,
.toc-title {
  font-size: 13px;
  color: var(--text2);
  align-items: center;
  gap: 6px;
  display: flex;
}
.toc-box {
  border-radius: var(--radius-lg);
  padding: 20px;
  margin-bottom: 28px;
}
.toc-title {
  font-weight: 600;
  margin-bottom: 12px;
}
.toc-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.toc-list li a {
  padding: 4px 8px;
  border-radius: 6px;
}
.toc-list li a:hover {
  background: var(--bg3);
  color: var(--accent);
}
.toc-list li a i {
  font-size: 14px;
  opacity: 0.5;
}
.article-body {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text);
}
.article-body h2 {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--text);
  margin: 32px 0 14px;
}
.article-body h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  margin: 24px 0 10px;
}
.article-body p {
  margin-bottom: 18px;
  color: var(--text2);
}
.article-body strong {
  color: var(--text);
  font-weight: 600;
}
.article-body blockquote {
  border-left: 3px solid var(--accent);
  padding: 12px 20px;
  background: var(--bg2);
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 24px 0;
  font-style: italic;
  color: var(--text2);
}
.article-body code {
  background: var(--bg3);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 13px;
  font-family: monospace;
}
.article-body pre {
  background: var(--bg3);
  padding: 20px;
  border-radius: var(--radius-lg);
  overflow-x: auto;
  margin: 20px 0;
  border: 1px solid var(--border);
}
.article-body pre code {
  background: 0 0;
  padding: 0;
  font-size: 13px;
}
.share-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
  margin: 28px 0;
}
.share-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text2);
  margin-right: 4px;
}
.faq-q,
.share-btn {
  display: flex;
  font-weight: 500;
  cursor: pointer;
}
.share-btn {
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: 0 0;
  font-size: 12px;
  align-items: center;
  gap: 6px;
  color: var(--text2);
}
.faq-a,
.faq-q {
  font-size: 14px;
  background: var(--card);
}
.faq-section {
  margin: 32px 0;
}
.faq-item {
  border-radius: var(--radius-lg);
  margin-bottom: 8px;
}
.faq-q {
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  color: var(--text);
  transition: background 0.2s;
}
.faq-a {
  display: none;
  padding: 0 20px 16px;
  color: var(--text2);
  line-height: 1.7;
}
.faq-item.open .faq-q i {
  transform: rotate(180deg);
}
.faq-q i {
  transition: transform 0.2s;
}
.author-bio {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 32px 0;
}
.bio-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #e8803a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.bio-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
}
.bio-role {
  font-size: 12px;
  color: var(--accent);
  margin-bottom: 8px;
  font-weight: 500;
}
.bio-desc,
.value-card p {
  font-size: 13px;
  color: var(--text2);
  line-height: 1.6;
}
.related-section {
  margin-top: 40px;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.detail-sidebar {
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
}
.about-page,
.contact-page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 48px 24px;
}
.about-hero,
.mission-block,
.values-grid {
  margin-bottom: 56px;
}
.about-hero h1 {
  font-size: 44px;
  color: var(--text);
  margin-bottom: 12px;
}
.about-hero p {
  font-size: 16px;
  color: var(--text2);
  max-width: 520px;
  margin: 0 auto;
}
.mission-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.team-grid,
.values-grid {
  grid-template-columns: repeat(3, 1fr);
}
.mission-text h2 {
  font-size: 30px;
  color: var(--text);
  margin-bottom: 12px;
}
.mission-text p,
.privacy-content li,
.privacy-content p {
  font-size: 14px;
  color: var(--text2);
  line-height: 1.8;
}
.team-card h3,
.value-card h3 {
  font-size: 15px;
  color: var(--text);
}
.mission-visual {
  background: var(--bg2);
  border-radius: var(--radius-lg);
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  border: 1px solid var(--border);
}
.values-grid {
  display: grid;
  gap: 16px;
}
.team-card,
.value-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  text-align: center;
}
.ci-icon,
.team-avatar,
.value-icon {
  border-radius: 50%;
}
.value-icon {
  width: 48px;
  height: 48px;
  background: var(--bg2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: 0 auto 12px;
}
.value-card h3 {
  font-weight: 600;
  margin-bottom: 6px;
}
.team-grid {
  display: grid;
  gap: 20px;
  margin-bottom: 56px;
}
.team-avatar {
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.team-card h3 {
  margin-bottom: 4px;
}
.cta-block {
  background: var(--bg2);
  border-radius: var(--radius-lg);
  padding: 40px;
}
.cta-block h2 {
  font-size: 28px;
  color: var(--text);
  margin-bottom: 8px;
}
.cta-block p {
  font-size: 14px;
  color: var(--text2);
  margin-bottom: 20px;
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: #fff;
  padding: 12px 28px;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  transition: opacity 0.2s;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.contact-heading {
  font-family: var(--serif);
  font-size: 36px;
  color: var(--text);
  margin-bottom: 10px;
}
.contact-sub {
  font-size: 14px;
  color: var(--text2);
  margin-bottom: 32px;
  line-height: 1.7;
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.ci-icon,
.social-link {
  width: 40px;
  height: 40px;
  background: var(--bg2);
  display: flex;
  align-items: center;
}
.ci-icon {
  border: 1px solid var(--border);
  justify-content: center;
  font-size: 18px;
  color: var(--accent);
  flex-shrink: 0;
}
.ci-label {
  font-size: 11px;
  color: var(--text3);
  margin-bottom: 2px;
}
.ci-value,
.footer-col h4,
.form-label,
.page-arrow,
.page-num,
.social-link {
  color: var(--text2);
}
.ci-value {
  font-size: 14px;
}
.social-links {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}
.social-link {
  border-radius: 50%;
  border: 1px solid var(--border);
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s;
}
.contact-form {
  background: var(--card);
  border-radius: var(--radius-lg);
  padding: 28px;
}
.form-group {
  margin-bottom: 16px;
}
.form-label {
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
}
.form-input,
.form-submit,
.form-textarea {
  font-size: 14px;
  font-family: var(--sans);
  width: 100%;
}
.footer-inner,
.privacy-page {
  max-width: 1200px;
  margin: 0 auto;
}
.form-input,
.form-textarea {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 10px 14px;
  background: var(--bg2);
  color: var(--text);
  outline: 0;
  transition: border 0.2s;
}
.form-textarea {
  height: 120px;
  resize: vertical;
}
.form-submit {
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 14px;
  cursor: pointer;
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.footer-logo,
.privacy-content h2 {
  font-family: var(--serif);
  color: var(--text);
}
.form-success {
  display: none;
  padding: 20px;
  color: var(--text2);
}
.form-success i {
  font-size: 40px;
  color: green;
  display: block;
  margin-bottom: 8px;
}
.privacy-page {
  padding: 48px 24px;
  display: grid;
  grid-template-columns: minmax(220px, 280px) 1fr;
  gap: 40px;
  align-items: start;
}
.privacy-toc {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 20px;
  width: 100%;
}
.page-arrow,
.page-num {
  width: 36px;
  height: 36px;
  background: 0 0;
  cursor: pointer;
}
.privacy-toc h3 {
  font-size: 12px;
  color: var(--text3);
  margin-bottom: 14px;
}
.privacy-toc a {
  display: block;
  font-size: 14px;
  color: var(--text2);
  padding: 8px 10px;
  border-radius: 8px;
  transition: 0.2s;
}
.footer-bottom,
.footer-social a {
  display: flex;
  align-items: center;
}
.footer-social a,
.page-num {
  border-radius: 50%;
  transition: 0.2s;
  border: 1px solid var(--border);
}
.privacy-toc a:hover {
  background: var(--bg2);
  color: var(--accent);
}
.privacy-content h1 {
  font-family: var(--serif);
  font-size: 34px;
  color: var(--text);
  margin-bottom: 8px;
}
.privacy-content .updated {
  font-size: 12px;
  color: var(--text3);
  margin-bottom: 32px;
}
.privacy-content h2 {
  font-size: 22px;
  margin: 0;
  padding-top: 16px;
}
.privacy-content p {
  margin-bottom: 14px;
}
.privacy-content ul {
  padding-left: 20px;
  margin-bottom: 14px;
}
.privacy-content li {
  margin-bottom: 6px;
}
footer {
  background: var(--bg2);
  padding: 48px 24px 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-logo {
  font-size: 24px;
  margin-bottom: 10px;
}
.footer-desc {
  font-size: 13px;
  color: var(--text3);
  line-height: 1.7;
  max-width: 220px;
  margin-bottom: 16px;
}
.footer-social a {
  width: 34px;
  height: 34px;
  background: var(--bg3);
  justify-content: center;
  font-size: 16px;
  color: var(--text3);
}
.footer-col h4 {
  font-size: 12px;
  margin-bottom: 14px;
}
.footer-col a {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
}
.footer-bottom {
  justify-content: space-between;
  padding-top: 24px;
}
.page-num,
.pagination {
  align-items: center;
  display: flex;
}
.footer-links {
  display: flex;
  gap: 16px;
}
.pagination {
  gap: 6px;
  justify-content: center;
  padding: 32px 0 0;
}
.page-num {
  font-size: 13px;
  font-weight: 500;
  justify-content: center;
  font-family: var(--sans);
}
.page-num:hover {
  border-color: var(--border2);
  color: var(--text);
}
.cat-chip.active-chip,
.cat-chip:hover,
.page-num.active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.page-arrow {
  border-radius: 50%;
  border: 1px solid var(--border);
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.cats-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.cat-chip,
.featuredd-tab {
  padding: 10px 18px;
  cursor: pointer;
}
.cat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cat-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--card);
  transition: 0.2s;
}
.cat-chip.active-chip .chip-label,
.cat-chip:hover .chip-label {
  color: #fff;
}
.cat-chip.active-chip .chip-count,
.cat-chip:hover .chip-count {
  color: rgba(255, 255, 255, 0.7);
}
.chip-icon {
  font-size: 18px;
}
.chip-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
}
.chip-count {
  font-size: 11px;
  color: var(--text3);
  margin-left: 2px;
}
.featuredd-tabs {
  display: flex;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  background: var(--card);
}
.featuredd-tab {
  border: none;
  background: 0 0;
  color: var(--text2);
  font-size: 13px;
  font-weight: 600;
  transition: 0.25s;
}
.featuredd-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
}
.featuredd-main {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 350px;
}
.featuredd-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featuredd-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.3),
    transparent
  );
}
.featuredd-info .tag,
.featuredd-tag {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
}
.featuredd-tag {
  width: max-content;
  padding: 5px 10px;
  font-size: 11px;
  margin-bottom: 12px;
}
.featuredd-title {
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-family: var(--serif);
}
.featured-date {
  color: #ddd;
  font-size: 12px;
}
.featuredd-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.featuredd-card {
  display: flex;
  gap: 12px;
  transition: 0.25s;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 14px;
}
.about-btn,
.about-label {
  border-radius: 999px;
  font-weight: 600;
}
.featuredd-card img {
    min-width:135px;
  width: 135px;
  height: 102px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}
.featuredd-info .tag {
  padding: 3px 8px;
  font-size: 10px;
  margin-bottom: 8px;
}
.featuredd-info h4 {
  font-size: 15px;
  line-height: 1.4;
  color: var(--text);
  /*margin-bottom: 8px;*/
}
.featuredd-info span {
  color: var(--text3);
  font-size: 12px;
}
@media (max-width: 991px) {
  .featuredd-grid,
  .featuredd-list {
    grid-template-columns: 1fr;
  }
  .featuredd-main {
    min-height: 380px;
  }
}
.home-about {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 24px;
}
.home-about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
  align-items: center;
}
.about-content h2 {
  font-family: var(--serif);
  font-size: 42px;
  line-height: 1.2;
  color: var(--text);
  margin: 12px 0 18px;
}
.about-content p {
  color: var(--text2);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 14px;
}
.about-label {
  display: inline-block;
  padding: 6px 14px;
  background: var(--accent2);
  color: var(--accent);
  font-size: 12px;
}
.about-stats {
  display: flex;
  gap: 30px;
  margin: 30px 0;
}
.about-stat h3 {
  font-size: 28px;
  color: var(--accent);
  margin-bottom: 4px;
}
.about-stat span {
  font-size: 13px;
  color: var(--text3);
}
.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: #fff;
  padding: 12px 22px;
  font-size: 14px;
  transition: 0.25s;
}
.about-btn:hover {
  opacity: 0.9;
}
.about-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 35px;
}
.about-icon {
  width: 70px;
  height: 70px;
  margin: auto auto 20px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.ad-box,
.ad-label {
  color: var(--text3);
}
.about-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
  color: var(--text);
}
.about-card p {
  color: var(--text2);
  line-height: 1.8;
  margin-bottom: 20px;
}
.about-features {
  display: grid;
  gap: 10px;
  text-align: left;
}
.about-features span {
  color: var(--text2);
  font-size: 14px;
}
@media (max-width: 900px) {
  .contact-grid,
  .detail-page,
  .footer-grid,
  .hero-grid,
  .home-about-grid,
  .latest-section,
  .mission-block,
  .privacy-page {
    grid-template-columns: 1fr;
  }
  .privacy-toc {
    position: static;
    top: auto;
    margin-bottom: 24px;
    width: 100%;
  }
  .related-grid,
  .team-grid,
  .trending-grid,
  .values-grid {
    grid-template-columns: 1fr 1fr;
  }
  .article-row,
  .author-bio {
    flex-direction: column;
  }
  .article-thumb {
    width: 100%;
    min-height: 160px;
  }
  .share-bar {
    flex-wrap: wrap;
  }
  .share-btn {
    flex: 1 1 140px;
    min-width: 140px;
  }
  .author-bio .bio-avatar {
    margin: 0 auto;
  }
  .faq-section {
    margin: 24px 0;
  }
  .detail-title {
    font-size: 28px;
  }
  .detail-sidebar {
    position: static;
    max-height: none;
    overflow: visible;
  }
  .about-content {
    text-align: center;
  }
  .about-stats {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 76.987) {
  .related-grid,
  .team-grid,
  .trending-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }
  .nav-links a {
    width: 100%;
    display: block;
    padding: 14px 20px;
    border-bottom: 1px solid var(--border);
    border-radius: 0;
    box-sizing: border-box;
  }
  .detail-page {
    padding: 24px 16px;
  }
  .detail-hero-thumb {
    height: 280px;
  }
  .about-stat h3,
  .detail-title {
    font-size: 24px;
  }
  .detail-meta-inline {
    justify-content: flex-start;
  }
  .detail-meta-inline span {
    flex-wrap: wrap;
  }
  .share-btn {
    min-width: 0;
  }
  .home-about {
    margin: 40px auto;
  }
  .about-content h2 {
    font-size: 30px;
  }
  .about-card {
    padding: 25px;
  }
  .about-stats {
    gap: 20px;
  }
}
.home-ad {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 24px;
}
.ad-label {
  display: block;
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.ad-box {
  width: 100%;
  min-height: 120px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.home-ad-horizontal .ad-box {
  min-height: 90px;
}
.home-ad-banner .ad-box {
  min-height: 250px;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-thumb,
.card-thumb {
  position: relative;
  background: var(--bg3);
  overflow: hidden;
}
.card-thumb {
  height: 220px;
}
.article-thumb img,
.card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.blog-card:hover .card-thumb img {
  transform: scale(1.05);
}
.article-thumb {
  width: 220px;
  min-width: 220px;
  /*height: 100%;*/
  border-radius: 0;
  flex-shrink: 0;
}
.article-row:hover .article-thumb img {
  transform: scale(1.08);
}
.article-row {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}
.article-info {
  padding: 20px;
}
.side-thumb-img {
  border-radius: 10px;
}
@media (max-width: 768px) {
  .page-tabs {
    display: flex;
  }
  .featuredd-info .tag{
      font-size:8px;
  }
  .featuredd-info h4{
      font-size:13px;
  }
  .featuredd-info .tag{
      margin-bottom:5px;
  }
  .mobile-sticky-ad {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: var(--card);
    border-top: 1px solid var(--border);
    padding: 8px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  }
  .mobile-ad-box {
    height: 80px;
    border: 1px dashed var(--border2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text3);
    background: var(--bg);
  }
  .close-mobile-ad {
    position: absolute;
    right: 8px;
    top: 4px;
    border: none;
    background: 0 0;
    cursor: pointer;
    color: var(--text3);
  }
  body {
    padding-bottom: 110px;
  }
  .article-row {
    flex-direction: column;
  }
  .article-thumb {
    width: 100%;
    min-width: 100%;
    /*height: 100%;*/
  }
  .article-info {
    padding: 16px;
  }
  .article-title {
    font-size: 18px;
  }
}
#navLinks,
.nav-item {
  position: relative;
}
#navLinks {
  display: flex;
  gap: 12px;
  align-items: center;
}
.dropdown-toggle {
  cursor: pointer;
  padding: 6px 8px;
  display: inline-block;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: var(--bg, #fff);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
  z-index: 1000;
  margin-top: 0;
}
.dropdown-menu a {
  display: block;
  padding: 10px 14px;
  color: var(--text, #222);
  white-space: nowrap;
}
.dropdown-menu a:hover {
  background: var(--muted, #f5f5f5);
}
@media (min-width: 769px) {
  .nav-item:hover .dropdown-menu {
    display: block;
  }
}
.mobile-menu-btn {
  display: none;
  background: 0 0;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: var(--text);
}
@media (max-width: 768px) {
    .side-thumb,
.side-thumb-placeholder {
  width: 85px;
  height: 85px;
}
  .featuredd-tabs {
    width: 100%;
    overflow: auto;
  }
  .featuredd-main {
    min-height: 280px;
  }
  .featuredd-title {
    font-size: 22px;
  }
  .featuredd-card img {
      min-width: 125px;
        width: 125px;
        height: 110px;
  }
  nav {
    position: relative;
  }
  .mobile-menu-btn {
    display: block;
    margin-left: 10px;
  }
  #navLinks {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: var(--card);
    border-top: 1px solid var(--border);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 999;
  }
  #navLinks.show {
    max-height: 600px;
    opacity: 1;
  }
  #navLinks > a,
  .dropdown-toggle {
    width: 100%;
    display: block;
    padding: 14px 20px !important;
    border-bottom: 1px solid var(--border);
    border-radius: 0 !important;
    box-sizing: border-box;
  }
  .nav-item {
    width: 100%;
    display: block;
  }
  .dropdown-menu {
    position: static;
    min-width: 100%;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    background: 0 0;
  }
  .dropdown-menu a {
    padding: 14px 20px;
    border-bottom: 1px solid var(--border);
    border-radius: 0;
  }
  .nav-actions {
    margin-left: auto;
  }
}
.img-full-cls{
    width:100%;
    height:100%;
}

@media (max-width:500px){
    .related-grid, .team-grid, .trending-grid, .values-grid {
        grid-template-columns: 1fr;
    }
}


.nav-breadCrumb{
    padding: 0 24px;
    backdrop-filter: blur(8px);
        z-index: 100;
    height: var(--nav-h);
    border-bottom:1px solid var(--border);

}
