.blog-shell {
  --blog-accent: #6d2ce6;
  --blog-accent-strong: #5a1fc4;
  --blog-accent-soft: #f3edff;
  --blog-accent-border: #e5dafb;
  --blog-ink: #1a1625;
  --blog-body: #453f52;
  --blog-muted: #756f84;
  --blog-line: #ebe6f3;
  --blog-surface: #ffffff;
  --blog-surface-soft: #f8f6fc;
  --blog-shadow: 0 18px 48px -24px rgba(72, 34, 142, 0.24);
  --blog-shadow-soft: 0 10px 28px -20px rgba(40, 20, 88, 0.2);
  color: var(--blog-body);
}

.blog-shell h1,
.blog-shell h2,
.blog-shell h3,
.blog-shell h4,
.blog-shell h5,
.blog-shell h6 {
  color: var(--blog-ink);
  letter-spacing: -0.02em;
}

.blog-shell a {
  color: inherit;
  text-decoration: none;
}

.blog-shell .breadcrumb {
  font-size: .875rem;
  margin-bottom: 0;
}

.blog-shell .breadcrumb-item + .breadcrumb-item::before {
  color: #bbb3c8;
}

.blog-shell .blog-eyebrow {
  color: var(--blog-accent);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.blog-shell .blog-page-title {
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  line-height: 1.02;
  margin: 0;
}

.blog-shell .blog-page-description {
  color: var(--blog-muted);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 40rem;
}

.blog-shell .blog-pill,
.blog-shell .blog-tag,
.blog-shell .blog-category-chip {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  white-space: nowrap;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.blog-shell .blog-category-chip {
  color: #4b258f;
  background: var(--blog-accent-soft);
  border: 1px solid var(--blog-accent-border);
  padding: .45rem .8rem;
}

.blog-shell .blog-pill {
  color: var(--blog-muted);
  border: 1px solid var(--blog-line);
  padding: .45rem .8rem;
}

.blog-shell .blog-pill.is-active {
  color: #fff;
  background: var(--blog-accent);
  border-color: var(--blog-accent);
}

.blog-shell .blog-meta {
  display: flex;
  align-items: center;
  gap: .65rem;
  flex-wrap: wrap;
  color: var(--blog-muted);
  font-size: .85rem;
}

.blog-shell .blog-meta .dot {
  width: .25rem;
  height: .25rem;
  border-radius: 50%;
  background: #c8c0d7;
}

.blog-shell .blog-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.blog-shell .blog-section-head h2 {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  margin-bottom: .35rem;
}

.blog-shell .blog-section-head p {
  color: var(--blog-muted);
  margin: 0;
}

.blog-shell .blog-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--blog-accent);
  font-weight: 700;
}

.blog-shell .blog-link-arrow i {
  transition: transform .2s ease;
}

.blog-shell .blog-link-arrow:hover i {
  transform: translateX(3px);
}

.blog-shell .blog-featured-card {
  background: linear-gradient(180deg, rgba(248, 246, 252, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
  border: 1px solid var(--blog-line);
  border-radius: 1.75rem;
  box-shadow: var(--blog-shadow);
  overflow: hidden;
}

.blog-shell .blog-featured-media {
  display: block;
  overflow: hidden;
  border-radius: 1.35rem;
}

.blog-shell .blog-featured-media img,
.blog-shell .blog-post-card__thumb img,
.blog-shell .blog-wide-card__thumb img,
.blog-shell .blog-related-card__thumb img,
.blog-shell .blog-trending-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.blog-shell .blog-ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at top right, rgba(138, 84, 240, 0.18), transparent 42%),
    linear-gradient(135deg, #efe9fb 0%, #f8f5ff 65%, #efe7fb 100%);
  color: #6d56a4;
}

.blog-shell .blog-ph i {
  font-size: clamp(2rem, 4vw, 3.4rem);
  opacity: .85;
}

.blog-shell .blog-featured-card:hover .blog-featured-media img,
.blog-shell .blog-post-card:hover .blog-post-card__thumb img,
.blog-shell .blog-wide-card:hover .blog-wide-card__thumb img,
.blog-shell .blog-related-card:hover .blog-related-card__thumb img,
.blog-shell .blog-trending-item:hover .blog-trending-thumb img {
  transform: scale(1.04);
}

.blog-shell .blog-featured-body {
  padding: 2rem;
}

.blog-shell .blog-featured-title {
  font-size: clamp(1.85rem, 3.6vw, 2.8rem);
  line-height: 1.08;
  margin: 0 0 1rem;
}

.blog-shell .blog-featured-title a:hover,
.blog-shell .blog-post-card__title a:hover,
.blog-shell .blog-wide-card__title a:hover,
.blog-shell .blog-related-card__title a:hover,
.blog-shell .blog-trending-item h4 a:hover {
  color: var(--blog-accent);
}

.blog-shell .blog-featured-excerpt {
  color: var(--blog-muted);
  font-size: 1.04rem;
  line-height: 1.72;
  margin-bottom: 1.5rem;
}

.blog-shell .blog-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border-radius: 999px;
  padding: .8rem 1.35rem;
  font-weight: 700;
  transition: all .2s ease;
}

.blog-shell .blog-btn-primary {
  color: #fff;
  background: var(--blog-accent);
  box-shadow: 0 14px 28px -18px rgba(109, 44, 230, 0.7);
}

.blog-shell .blog-btn-primary:hover {
  color: #fff;
  background: var(--blog-accent-strong);
}

.blog-shell .blog-grid {
  row-gap: 2rem;
}

.blog-shell .blog-post-card,
.blog-shell .blog-wide-card,
.blog-shell .blog-related-card {
  display: flex;
  flex-direction: column;
}

.blog-shell .blog-post-card__thumb,
.blog-shell .blog-wide-card__thumb,
.blog-shell .blog-related-card__thumb {
  display: block;
  overflow: hidden;
  border-radius: 1.2rem;
  box-shadow: var(--blog-shadow-soft);
  background: var(--blog-surface-soft);
}

.blog-shell .blog-post-card__title,
.blog-shell .blog-wide-card__title,
.blog-shell .blog-related-card__title {
  font-size: 1.2rem;
  line-height: 1.3;
  margin: .55rem 0 .65rem;
}

.blog-shell .blog-post-card__excerpt,
.blog-shell .blog-wide-card__excerpt,
.blog-shell .blog-related-card__excerpt {
  color: var(--blog-muted);
  line-height: 1.68;
  margin-bottom: 0;
}

.blog-shell .blog-wide-card {
  background: linear-gradient(180deg, #ffffff 0%, #faf8fe 100%);
  border: 1px solid var(--blog-line);
  border-radius: 1.4rem;
  box-shadow: var(--blog-shadow-soft);
  padding: 1.4rem;
}

.blog-shell .blog-wide-card__title {
  font-size: 1.45rem;
}

.blog-shell .blog-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
}

.blog-shell .blog-pager .page-link,
.blog-shell .blog-pager .page-span {
  min-width: 2.65rem;
  height: 2.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--blog-line);
  background: #fff;
  color: var(--blog-muted);
  font-weight: 700;
}

.blog-shell .blog-pager .page-link:hover {
  color: var(--blog-accent);
  border-color: var(--blog-accent-border);
  background: var(--blog-accent-soft);
}

.blog-shell .blog-pager .is-active {
  background: var(--blog-accent);
  border-color: var(--blog-accent);
  color: #fff;
}

.blog-shell .blog-pager .is-disabled {
  opacity: .45;
}

.blog-shell .blog-sidebar-stack {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.blog-shell .blog-side-card {
  background: #fff;
  border: 1px solid var(--blog-line);
  border-radius: 1.35rem;
  padding: 1.35rem;
  box-shadow: var(--blog-shadow-soft);
}

.blog-shell .blog-side-title {
  color: var(--blog-ink);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.blog-shell .blog-cat-list {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.blog-shell .blog-cat-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem 1rem;
  border-radius: 1rem;
  background: var(--blog-surface-soft);
  color: var(--blog-body);
  font-weight: 600;
}

.blog-shell .blog-cat-link:hover {
  color: var(--blog-accent);
  background: var(--blog-accent-soft);
}

.blog-shell .blog-cat-link .count {
  color: var(--blog-muted);
  font-size: .82rem;
}

.blog-shell .blog-trending-item {
  display: flex;
  flex-direction: column;
  gap: .9rem;
  padding: .85rem 0;
  border-top: 1px solid var(--blog-line);
}

.blog-shell .blog-trending-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.blog-shell .blog-trending-thumb {
  display: block;
  overflow: hidden;
  border-radius: .95rem;
  background: var(--blog-surface-soft);
  width: 100%;
}

.blog-shell .blog-trending-item h4 {
  font-size: .98rem;
  line-height: 1.45;
  margin: 0;
}

.blog-shell .blog-trending-body {
  width: 100%;
}

.blog-shell .blog-empty {
  background: linear-gradient(180deg, #faf8fe 0%, #fff 100%);
  border: 1px solid var(--blog-line);
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: var(--blog-shadow-soft);
}

.blog-shell .blog-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #8a54f0 0%, #6d2ce6 100%);
}

.blog-shell .blog-post-hero {
  max-width: none;
}

.blog-shell .blog-post-title {
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.03;
  margin: .6rem 0 1rem;
}

.blog-shell .blog-post-dek {
  color: var(--blog-muted);
  font-size: 1.12rem;
  line-height: 1.75;
  margin-bottom: 0;
}

.blog-shell .blog-byline {
  display: flex;
  align-items: center;
  gap: .9rem;
}

.blog-shell .blog-avatar,
.blog-shell .blog-avatar-lg {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, #8a54f0 0%, #5e27d8 100%);
  box-shadow: 0 14px 28px -20px rgba(109, 44, 230, 0.75);
}

.blog-shell .blog-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.blog-shell .blog-avatar-lg {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 1.35rem;
  font-size: 1.1rem;
}

.blog-shell .blog-author-image,
.blog-shell .blog-author-image-lg {
  flex-shrink: 0;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 14px 28px -20px rgba(109, 44, 230, 0.75);
}

.blog-shell .blog-author-image {
  width: 3rem;
  height: 3rem;
}

.blog-shell .blog-author-image-lg {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
}

.blog-shell .blog-byline-text b {
  display: block;
  color: var(--blog-ink);
}

.blog-shell .blog-byline-text span {
  display: block;
  color: var(--blog-muted);
  font-size: .92rem;
}

.blog-shell .blog-share-row {
  display: flex;
  align-items: center;
  gap: .65rem;
  flex-wrap: wrap;
}

.blog-shell .blog-share-btn {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--blog-line);
  background: #fff;
  color: var(--blog-muted);
}

.blog-shell .blog-share-btn:hover {
  color: var(--blog-accent);
  border-color: var(--blog-accent-border);
  background: var(--blog-accent-soft);
}

.blog-shell .blog-hero-media {
  border-radius: 1.75rem;
  overflow: hidden;
  box-shadow: var(--blog-shadow);
  background: var(--blog-surface-soft);
}

.blog-shell .blog-article-wrap {
  max-width: 52rem;
}

.blog-shell .blog-article {
  font-size: 1.045rem;
  line-height: 1.9;
}

.blog-shell .blog-article > :first-child {
  margin-top: 0;
}

.blog-shell .blog-article p {
  margin-bottom: 1.45rem;
}

.blog-shell .blog-article h2 {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  margin: 2.85rem 0 1rem;
}

.blog-shell .blog-article h3 {
  font-size: 1.35rem;
  margin: 2rem 0 .9rem;
}

.blog-shell .blog-article ul,
.blog-shell .blog-article ol {
  padding-left: 1.25rem;
  margin: 0 0 1.6rem;
}

.blog-shell .blog-article li + li {
  margin-top: .55rem;
}

.blog-shell .blog-article img {
  max-width: 100%;
  height: auto;
  border-radius: 1.3rem;
  box-shadow: var(--blog-shadow-soft);
}

.blog-shell .blog-article blockquote {
  margin: 2rem 0;
  padding: 1.35rem 1.5rem;
  border-left: 4px solid var(--blog-accent);
  border-radius: 0 1.2rem 1.2rem 0;
  background: linear-gradient(180deg, #faf7ff 0%, #f5f0ff 100%);
  color: var(--blog-ink);
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.75;
}

.blog-shell .blog-article figure {
  margin: 2rem 0;
}

.blog-shell .blog-article figcaption {
  margin-top: .85rem;
  color: var(--blog-muted);
  font-size: .9rem;
}

.blog-shell .ses-research-report {
  color: var(--blog-body);
}

.blog-shell .ses-research-report .report-meta,
.blog-shell .ses-research-report .abstract,
.blog-shell .ses-research-report .key-box,
.blog-shell .ses-research-report .method-note,
.blog-shell .ses-research-report .reuse-box {
  background: linear-gradient(180deg, #fbf9ff 0%, #f8f5fd 100%);
  border: 1px solid var(--blog-line);
  border-radius: 1.2rem;
  padding: 1.1rem 1.25rem;
  margin: 1.2rem 0 1.5rem;
  box-shadow: var(--blog-shadow-soft);
}

.blog-shell .ses-research-report .abstract,
.blog-shell .ses-research-report .key-box,
.blog-shell .ses-research-report .method-note,
.blog-shell .ses-research-report .reuse-box {
  border-left: 4px solid var(--blog-accent);
}

.blog-shell .ses-research-report .report-meta p {
  margin: .35rem 0;
}

.blog-shell .ses-research-report .small {
  color: var(--blog-muted);
  font-size: .94rem;
}

.blog-shell .ses-research-report .figure {
  margin: 1.5rem 0;
  padding: 1rem;
  border: 1px solid var(--blog-line);
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: var(--blog-shadow-soft);
}

.blog-shell .ses-research-report .figure figcaption {
  margin-top: .8rem;
  color: var(--blog-muted);
  font-size: .92rem;
}

.blog-shell .ses-research-report .quote-card {
  margin: 1.6rem 0;
  padding: 1.25rem 1.35rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #1f1733 0%, #2d2146 100%);
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.75;
  box-shadow: var(--blog-shadow);
}

.blog-shell .ses-research-report .timeline {
  display: grid;
  gap: .8rem;
  margin: 1rem 0 1.6rem;
}

.blog-shell .ses-research-report .timeline-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 1rem;
  padding: .9rem 1rem;
  border: 1px solid var(--blog-line);
  border-radius: 1rem;
  background: #fff;
}

.blog-shell .ses-research-report .badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border: 1px solid var(--blog-accent-border);
  border-radius: 999px;
  padding: .25rem .6rem;
  background: var(--blog-accent-soft);
  color: #4b258f;
  font-size: .8rem;
  font-weight: 700;
}

.blog-shell .ses-research-report .svg-wrap {
  overflow-x: auto;
}

.blog-shell .ses-research-report .bar-row {
  display: grid;
  grid-template-columns: 190px 1fr 54px;
  gap: .7rem;
  align-items: center;
  margin: .6rem 0;
}

.blog-shell .ses-research-report .bar-track {
  height: 22px;
  background: #eef2f7;
  border-radius: 999px;
  overflow: hidden;
}

.blog-shell .ses-research-report .bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #8a54f0 0%, #6d2ce6 100%);
  border-radius: 999px;
}

.blog-shell .ses-research-report .data-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1rem 0 1.5rem;
  font-size: .95rem;
  background: #fff;
  border: 1px solid var(--blog-line);
  border-radius: 1rem;
  box-shadow: var(--blog-shadow-soft);
}

.blog-shell .ses-research-report .data-table caption {
  caption-side: top;
  display: table-caption;
  text-align: left;
  font-weight: 700;
  color: var(--blog-ink);
  padding: 0 0 .6rem;
  margin: 0;
}

.blog-shell .ses-research-report .data-table th,
.blog-shell .ses-research-report .data-table td {
  min-width: 8rem;
  border-right: 1px solid var(--blog-line);
  border-bottom: 1px solid var(--blog-line);
  padding: .7rem;
  vertical-align: top;
}

.blog-shell .ses-research-report .data-table th {
  background: #f4effd;
  color: var(--blog-ink);
  text-align: left;
}

.blog-shell .ses-research-report .data-table th:first-child,
.blog-shell .ses-research-report .data-table td:first-child {
  min-width: 10rem;
}

.blog-shell .ses-research-report .data-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.blog-shell .ses-research-report .data-table tbody tr:nth-child(even) td {
  background: #fcfbff;
}

.blog-shell .ses-research-report .data-table tr > *:last-child {
  border-right: 0;
}

.blog-shell .ses-research-report .data-table tbody tr:last-child td {
  border-bottom: 0;
}

.blog-shell .ses-research-report .footer-note {
  border-top: 1px solid var(--blog-line);
  margin-top: 2rem;
  padding-top: 1rem;
  color: var(--blog-muted);
  font-size: .95rem;
}

.blog-shell .blog-post-footer {
  border-top: 1px solid var(--blog-line);
}

.blog-shell .blog-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.blog-shell .blog-tag {
  color: var(--blog-accent);
  background: var(--blog-accent-soft);
  border: 1px solid var(--blog-accent-border);
  padding: .6rem .95rem;
}

.blog-shell .blog-author-box {
  display: flex;
  align-items: start;
  gap: 1.1rem;
  padding: 1.5rem;
  border-radius: 1.4rem;
  background: linear-gradient(180deg, #faf7ff 0%, #fff 100%);
  border: 1px solid var(--blog-line);
  box-shadow: var(--blog-shadow-soft);
}

.blog-shell .blog-related-section {
  border-top: 1px solid var(--blog-line);
}

.blog-shell .blog-related-grid {
  row-gap: 2rem;
}

@media (max-width: 991.98px) {
  .blog-shell .blog-featured-body {
    padding: 1.35rem;
  }

  .blog-shell .blog-wide-card {
    padding: 1rem;
  }

  .blog-shell .blog-author-box {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .blog-shell .blog-page-description,
  .blog-shell .blog-featured-excerpt,
  .blog-shell .blog-post-dek,
  .blog-shell .blog-article {
    font-size: 1rem;
  }

  .blog-shell .blog-post-title,
  .blog-shell .blog-page-title {
    letter-spacing: -0.03em;
  }

  .blog-shell .blog-trending-item {
    grid-template-columns: 64px 1fr;
  }

  .blog-shell .ses-research-report .timeline-item,
  .blog-shell .ses-research-report .bar-row {
    grid-template-columns: 1fr;
  }
}
