.ls-blog-detail-page {
  background: radial-gradient(circle at 15% 10%, rgba(69, 215, 234, 0.18) 0%, rgba(11, 21, 48, 0.92) 42%, rgba(6, 12, 28, 1) 100%);
  min-height: 100vh;
  padding: 36px 0 0;
}

.ls-blog-detail-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.ls-blog-panel,
.ls-blog-sidebar__panel {
  border: 1px solid rgba(69, 215, 234, 0.18);
  border-radius: 24px;
  background: rgba(9, 20, 38, 0.82);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.ls-blog-panel__inner {
  padding: 0 0 26px;
}

.ls-blog-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
  color: rgba(218, 225, 240, 0.74);
  font-size: 13px;
}

.ls-blog-breadcrumbs a {
  color: rgba(69, 215, 234, 0.92);
}

.ls-blog-hero img {
  display: block;
  width: 100%;
  height: clamp(240px, 36vw, 420px);
  object-fit: cover;
}

.ls-blog-copy {
  padding: 28px 30px 0;
}

.ls-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 16px;
  color: rgba(218, 225, 240, 0.78);
  font-size: 14px;
}

.ls-blog-meta span,
.ls-blog-meta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
}

.ls-blog-meta .ls-blog-tag {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(69, 215, 234, 0.14);
  color: #dff9ff;
}

.ls-blog-title {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.12;
}

.ls-blog-intro {
  margin: 0 0 22px;
  color: rgba(232, 241, 255, 0.84);
  font-size: 17px;
  line-height: 1.75;
}

.ls-blog-content {
  color: rgba(232, 241, 255, 0.88);
  font-size: 16px;
  line-height: 1.78;
}

.ls-blog-content h3 {
  margin: 26px 0 12px;
  color: #fff;
  font-size: 24px;
}

.ls-blog-content p {
  margin: 0 0 14px;
}

.ls-blog-content ul {
  margin: 0 0 16px;
  padding-left: 20px;
}

.ls-blog-content li {
  margin-bottom: 10px;
}

.ls-blog-sidebar {
  display: grid;
  gap: 20px;
}

.ls-blog-sidebar__panel {
  padding: 24px 22px;
}

.ls-blog-sidebar__title {
  margin: 0 0 18px;
  color: #fff;
  font-size: 20px;
}

.ls-recent-posts {
  display: grid;
  gap: 14px;
}

.ls-recent-post {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  text-decoration: none;
}

.ls-recent-post img {
  width: 84px;
  height: 72px;
  object-fit: cover;
  border-radius: 12px;
}

.ls-recent-post__title {
  display: block;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 6px;
}

.ls-recent-post__date {
  color: rgba(218, 225, 240, 0.66);
  font-size: 13px;
}

.ls-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ls-tag-cloud a,
.ls-tag-cloud span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #e8f1ff;
  font-size: 13px;
  line-height: 1;
}

.ls-blog-empty {
  color: rgba(218, 225, 240, 0.76);
}

.ls-brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.ls-brand-mark img {
  display: block;
  width: auto;
  height: 54px;
  object-fit: contain;
}

.ls-brand-mark__text {
  color: #f47a1f;
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: lowercase;
}

.ls-landing-nav ul {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ls-landing-nav a {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.ls-simple-footer {
  margin-top: 36px;
  padding: 24px 0;
  border-top: 1px solid rgba(69, 215, 234, 0.16);
  background: rgba(9, 20, 38, 0.8);
  backdrop-filter: blur(8px);
}

.ls-simple-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.ls-simple-footer p {
  margin: 0;
  color: rgba(169, 184, 208, 0.9);
  font-size: 14px;
}

.ls-footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
}

.ls-footer-tags__title {
  width: 100%;
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: rgba(232, 241, 255, 0.92);
}

.ls-footer-tags__cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.ls-tag-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(69, 215, 234, 0.22);
  color: #e8f1ff;
  background: rgba(6, 20, 43, 0.72);
  font-size: 13px;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .ls-blog-detail-shell {
    grid-template-columns: 1fr;
  }

  .ls-simple-footer__inner {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .ls-blog-detail-page {
    padding: 22px 0 0;
  }

  .ls-blog-copy {
    padding: 22px 20px 0;
  }

  .ls-blog-title {
    font-size: 28px;
  }

  .ls-recent-post {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .ls-recent-post img {
    width: 72px;
    height: 64px;
  }

  .ls-brand-mark {
    gap: 8px;
  }

  .ls-brand-mark img {
    height: 40px;
  }

  .ls-brand-mark__text {
    font-size: 16px;
  }

  .ls-simple-footer {
    margin-top: 28px;
  }
}
