﻿html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.author .content-container,
body.author .site-container,
body.author .content-wrap,
body.author .site-main,
body.author .primary-content,
body.author .content-area {
  width: 100% !important;
  max-width: 100% !important;
}

body.author .sidebar,
body.author #secondary,
body.author .secondary,
body.author .widget-area,
body.author .archive-header {
  display: none !important;
}

.bjl-author-shell {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px;
}

.bjl-author-shell,
.bjl-author-shell * {
  box-sizing: border-box;
  min-width: 0;
}

.bjl-author-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  color: #6b7280;
  font-size: .92rem;
}

.bjl-author-breadcrumb a {
  color: #374151;
  text-decoration: none;
  font-weight: 700;
}

.bjl-author-breadcrumb a:hover {
  text-decoration: underline;
}

.bjl-author-breadcrumb .sep {
  color: #9ca3af;
}

.bjl-author-hero {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, #062e1c, #0a4d2c 55%, #0f172a 100%);
  color: #fff;
  padding: 34px 28px;
  box-shadow: 0 14px 40px rgba(2, 6, 23, .22);
  border: 1px solid rgba(255,255,255,.08);
}

.bjl-author-hero::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(250,204,21,.18), transparent 65%);
  pointer-events: none;
}

.bjl-author-hero-inner {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 22px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.bjl-author-avatar-wrap {
  width: 130px;
  height: 130px;
  border-radius: 24px;
  overflow: hidden;
  border: 3px solid rgba(250,204,21,.7);
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  background: rgba(255,255,255,.08);
}

.bjl-author-avatar-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bjl-author-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .84rem;
  font-weight: 800;
  color: #fde68a;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  padding: 8px 12px;
  margin-bottom: 14px;
}

.bjl-author-title {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 2vw + 1rem, 2.8rem);
  line-height: 1.2;
  font-weight: 900;
  color: #fff;
}

.bjl-author-desc {
  margin: 0;
  max-width: 850px;
  color: #e5e7eb;
  line-height: 1.9;
  font-size: 1.03rem;
}

.bjl-author-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.bjl-author-meta .item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
  color: #f8fafc;
  font-size: .9rem;
  font-weight: 700;
}

.bjl-author-meta a.item {
  text-decoration: none;
  color: #fff;
}

.bjl-author-meta a.item:hover {
  background: rgba(255,255,255,.12);
}

.bjl-author-sec {
  margin-top: 28px;
}

.bjl-author-titlebar {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.bjl-author-titlebar h2 {
  margin: 0;
  font-size: 1.42rem;
  color: #0f172a;
  font-weight: 900;
}

.bjl-author-titlebar .sub {
  font-size: .92rem;
  color: #6b7280;
}

.bjl-card {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(36,65,107,.08);
}

.bjl-featured-grid {
  display: grid;
  grid-template-columns: 1.25fr .9fr .9fr;
  gap: 16px;
}

.bjl-featured-main,
.bjl-featured-side {
  overflow: hidden;
}

.bjl-featured-thumb {
  aspect-ratio: 16 / 9;
  background: #f3f4f6;
  overflow: hidden;
}

.bjl-featured-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bjl-featured-body {
  padding: 18px;
}

.bjl-badge {
  display: inline-block;
  padding: 4px 9px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.bjl-featured-main h3,
.bjl-featured-side h3 {
  margin: 0 0 10px;
  line-height: 1.4;
}

.bjl-featured-main h3 {
  font-size: 1.25rem;
}

.bjl-featured-side h3 {
  font-size: 1rem;
}

.bjl-featured-main h3 a,
.bjl-featured-side h3 a {
  color: #0f172a;
  text-decoration: none;
  font-weight: 900;
}

.bjl-featured-main h3 a:hover,
.bjl-featured-side h3 a:hover {
  text-decoration: underline;
}

.bjl-featured-ex {
  margin: 0;
  color: #4b5563;
  line-height: 1.8;
  font-size: .94rem;
}

.bjl-tabs-wrap {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
}

.bjl-tabs-wrap::-webkit-scrollbar {
  height: 6px;
}

.bjl-tab {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: .92rem;
  color: #0f172a;
  background: #fff;
  border: 1px solid #e5e7eb;
  transition: all .25s ease;
}

.bjl-tab:hover {
  transform: translateY(-2px);
  background: #fff7d1;
  border-color: #facc15;
}

.bjl-tab.active {
  background: #0f172a;
  border-color: #0f172a;
  color: #fff;
}

.bjl-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}

.bjl-post-card {
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.bjl-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(36,65,107,.14);
}

.bjl-post-thumb {
  aspect-ratio: 16 / 9;
  background: #f3f4f6;
  overflow: hidden;
}

.bjl-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bjl-post-body {
  padding: 16px;
}

.bjl-post-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: .8rem;
  color: #6b7280;
  margin-bottom: 8px;
}

.bjl-post-body h3 {
  margin: 0 0 10px;
  font-size: 1.03rem;
  line-height: 1.45;
}

.bjl-post-body h3 a {
  color: #0f172a;
  text-decoration: none;
  font-weight: 900;
}

.bjl-post-body h3 a:hover {
  text-decoration: underline;
}

.bjl-post-ex {
  margin: 0;
  color: #4b5563;
  font-size: .93rem;
  line-height: 1.8;
}

.bjl-post-read {
  display: inline-block;
  margin-top: 12px;
  color: #b45309;
  font-weight: 900;
  text-decoration: underline;
}

.bjl-author-empty {
  padding: 22px;
  color: #4b5563;
  line-height: 1.8;
}

.bjl-pagination {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.bjl-pagination .page-numbers {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  text-decoration: none;
  font-weight: 800;
}

.bjl-pagination .page-numbers.current {
  background: #0f172a;
  border-color: #0f172a;
  color: #fff;
}

.bjl-author-note {
  margin-top: 26px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #fffbeb;
  border: 1px solid #fbbf24;
}

.bjl-author-note h3 {
  margin: 0 0 10px;
  color: #92400e;
  font-size: 1.06rem;
  font-weight: 900;
}

.bjl-author-note p {
  margin: 0;
  color: #78350f;
  line-height: 1.85;
  font-size: .94rem;
}

@media (max-width: 1024px) {
  .bjl-featured-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bjl-featured-main {
    grid-column: 1 / -1;
  }

  .bjl-posts-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 640px) {
  .bjl-author-shell {
    padding: 12px;
  }

  .bjl-author-hero {
    padding: 22px 16px;
    border-radius: 16px;
  }

  .bjl-author-hero-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bjl-author-avatar-wrap {
    width: 88px;
    height: 88px;
    border-radius: 18px;
  }

  .bjl-author-title {
    font-size: 1.6rem;
  }

  .bjl-author-desc {
    font-size: .9rem;
    line-height: 1.8;
  }

  .bjl-author-meta .item {
    font-size: .82rem;
    padding: 8px 10px;
  }

  .bjl-author-titlebar h2 {
    font-size: 1.18rem;
  }

  .bjl-featured-grid,
  .bjl-posts-grid {
    grid-template-columns: 1fr;
  }

  .bjl-featured-body,
  .bjl-post-body,
  .bjl-author-empty,
  .bjl-author-note {
    padding: 14px;
  }

  .bjl-featured-main h3 {
    font-size: 1.08rem;
  }

  .bjl-featured-side h3,
  .bjl-post-body h3 {
    font-size: .98rem;
  }

  .bjl-featured-ex,
  .bjl-post-ex,
  .bjl-author-note p {
    font-size: .86rem;
  }

  .bjl-tab {
    font-size: .84rem;
    padding: 8px 12px;
  }
}


.bj-inl-author-1 { max-width:1100px;margin:40px auto;padding:20px; }
