.osp-category-archive,
.osp-category-archive * { box-sizing: border-box; }
.osp-category-archive { padding: 30px 0 64px; color: var(--osp-text); background: #f7f8fa; }
.osp-category-container { width: min(calc(100% - 40px), var(--osp-max-width)); margin: 0 auto; }
.osp-breadcrumb { display: flex; gap: 9px; align-items: center; margin-bottom: 24px; color: #858585; font-size: 13px; }
.osp-breadcrumb a { color: inherit; text-decoration: none; }
.osp-breadcrumb a:hover { color: var(--osp-accent); }
.osp-category-intro { padding: 34px 38px 36px; background: #fff; border: 1px solid var(--osp-line); border-radius: 11px; }
.osp-category-intro h1 { margin: 0; color: #252525; font-size: clamp(27px, 3vw, 38px); letter-spacing: -.045em; line-height: 1.25; }
.osp-category-intro__description { max-width: 830px; margin-top: 13px; color: #656565; font-size: 15px; line-height: 1.75; }
.osp-category-intro__description p { margin: 0; }
.osp-category-ad--top { margin-top: 25px; }
.osp-category-ad .osp-ad-slot, .osp-category-ad .osp-ad-placeholder { margin: 0; }
.osp-category-layout { display: grid; grid-template-columns: minmax(0, 2.18fr) minmax(300px, .82fr); gap: 28px; align-items: start; margin-top: 28px; }
.osp-category-results { min-width: 0; }
.osp-category-results__heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 18px; }
.osp-category-results__heading h2 { margin: 0; padding-left: 12px; color: #252525; border-left: 4px solid var(--osp-accent); font-size: 22px; letter-spacing: -.035em; }
.osp-category-results__heading span { color: #888; font-size: 13px; }
.osp-archive-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.osp-archive-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #e0e2e5; border-radius: 10px; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.osp-archive-card:hover { border-color: rgba(216, 38, 47, .32); box-shadow: 0 9px 24px rgba(30, 30, 30, .07); transform: translateY(-2px); }
.osp-archive-card__image { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #f1f2f4; }
.osp-archive-card__image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .25s ease; }
.osp-archive-card:hover .osp-archive-card__image img { transform: scale(1.025); }
.osp-archive-card__body { padding: 19px 20px 20px; }
.osp-archive-card h2 { margin: 7px 0 9px; font-size: 20px; letter-spacing: -.03em; line-height: 1.42; }
.osp-archive-card h2 a { color: #222; text-decoration: none; }
.osp-archive-card h2 a:hover { color: var(--osp-accent); }
.osp-archive-card p { min-height: 49px; margin: 0 0 12px; display: -webkit-box; overflow: hidden; color: #6a6a6a; font-size: 14px; line-height: 1.75; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.osp-category-ad--middle { grid-column: 1 / -1; }
.osp-category-ad--middle .osp-ad-placeholder { min-height: 115px; }
.osp-pagination { margin-top: 31px; }
.osp-pagination ul.page-numbers { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: 0; padding: 0; list-style: none; }
.osp-pagination ul.page-numbers > li { margin: 0; padding: 0; list-style: none; }
.osp-pagination a.page-numbers,
.osp-pagination span.page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0 10px; color: #555; background: #fff; border: 1px solid #dedfe2; border-radius: 5px; font-size: 14px; line-height: 1; text-align: center; text-decoration: none; }
.osp-pagination span.page-numbers.current,
.osp-pagination a.page-numbers:hover { color: #fff; background: var(--osp-accent); border-color: var(--osp-accent); }
.osp-category-sidebar__sticky { position: sticky; top: calc(var(--osp-header-height) + 22px); display: grid; gap: 20px; }
.osp-category-sidebar .osp-sidebar-card { padding: 23px; border: 1px solid #e0e2e5; border-radius: 10px; }
.osp-category-sidebar .osp-section-title { margin-bottom: 19px; font-size: 19px; }
.osp-pick-featured__image { display: block; aspect-ratio: 16 / 9; margin-bottom: 14px; overflow: hidden; background: #f1f2f4; border-radius: 6px; }
.osp-pick-featured__image img, .osp-pick-compact__image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.osp-pick-featured h3 { margin: 6px 0 8px; font-size: 19px; line-height: 1.45; }
.osp-pick-featured h3 a, .osp-pick-compact h3 a { color: #222; text-decoration: none; }
.osp-pick-featured h3 a:hover, .osp-pick-compact h3 a:hover { color: var(--osp-accent); }
.osp-pick-featured p { margin: 0; color: #707070; font-size: 13px; line-height: 1.65; }
.osp-pick-compact { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 12px; padding-top: 16px; margin-top: 16px; border-top: 1px solid #ececef; }
.osp-pick-compact__image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #f1f2f4; border-radius: 5px; }
.osp-pick-compact h3 { margin: 0 0 7px; font-size: 14px; line-height: 1.45; }
.osp-category-shortcuts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.osp-category-shortcuts a { min-width: 0; display: flex; align-items: center; gap: 7px; padding: 9px 8px; overflow: hidden; color: #444; background: #fff; border: 1px solid #e4e5e8; border-radius: 6px; font-size: 12px; text-decoration: none; white-space: nowrap; }
.osp-category-shortcuts a:hover, .osp-category-shortcuts a[aria-current="page"] { color: var(--osp-accent); border-color: rgba(216, 38, 47, .35); background: #fff8f8; }
.osp-category-shortcuts span { flex: 0 0 24px; width: 24px; height: 24px; color: var(--osp-accent); }
.osp-category-shortcuts svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.osp-category-shortcuts svg text { fill: currentColor; stroke: none; font-size: 17px; }
.osp-category-ad--sidebar .osp-ad-slot, .osp-category-ad--sidebar .osp-ad-placeholder { min-height: 420px; }
.osp-category-empty { padding: 60px 25px; text-align: center; background: #fff; border: 1px solid #e0e2e5; border-radius: 10px; }

html[data-osp-theme="dark"] .osp-category-archive { background: #151515; }
html[data-osp-theme="dark"] .osp-category-intro, html[data-osp-theme="dark"] .osp-archive-card, html[data-osp-theme="dark"] .osp-category-sidebar .osp-sidebar-card, html[data-osp-theme="dark"] .osp-pagination a, html[data-osp-theme="dark"] .osp-pagination span { background: #202020; border-color: #363636; }
html[data-osp-theme="dark"] .osp-category-intro h1, html[data-osp-theme="dark"] .osp-category-results__heading h2, html[data-osp-theme="dark"] .osp-archive-card h2 a, html[data-osp-theme="dark"] .osp-pick-featured h3 a, html[data-osp-theme="dark"] .osp-pick-compact h3 a { color: #f3f3f3; }

@media (max-width: 980px) {
  .osp-category-layout { grid-template-columns: 1fr; }
  .osp-category-sidebar__sticky { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .osp-category-ad--sidebar { grid-column: 1 / -1; }
  .osp-category-ad--sidebar .osp-ad-slot, .osp-category-ad--sidebar .osp-ad-placeholder { min-height: 160px; }
}
@media (max-width: 680px) {
  .osp-category-archive { padding-top: 18px; }
  .osp-category-container { width: min(calc(100% - 24px), var(--osp-max-width)); }
  .osp-breadcrumb { margin-bottom: 15px; }
  .osp-category-intro { padding: 25px 20px; }
  .osp-category-intro h1 { font-size: 27px; }
  .osp-category-intro__description { font-size: 14px; }
  .osp-archive-grid { grid-template-columns: 1fr; gap: 16px; }
  .osp-category-ad--middle { grid-column: auto; }
  .osp-category-sidebar__sticky { grid-template-columns: 1fr; }
  .osp-category-ad--sidebar { grid-column: auto; }
  .osp-category-results__heading h2 { font-size: 20px; }
}

/* v0.8.0: custom author profile archive */
.osp-author-page { min-height: 70vh; padding: 30px 0 64px; color: var(--osp-text); background: #f7f8fa; }
.osp-author-hero { display: grid; grid-template-columns: 150px minmax(0,1fr); gap: 30px; align-items: center; padding: 34px 38px; background: #fff; border: 1px solid var(--osp-line); border-radius: 11px; }
.osp-author-hero__avatar { width: 150px; height: 150px; overflow: hidden; background: #eee; border-radius: 50%; }
.osp-author-hero__avatar img { width: 100%; height: 100%; display: block; object-fit: cover; }
.osp-author-hero__eyebrow { display: block; margin-bottom: 7px; color: var(--osp-accent); font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.osp-author-hero h1 { margin: 0; color: #222; font-size: clamp(29px,4vw,42px); letter-spacing: -.045em; }
.osp-author-hero p { max-width: 760px; margin: 13px 0 0; color: #656565; font-size: 15px; line-height: 1.75; }
.osp-author-hero__meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 17px; color: #777; font-size: 12px; }
.osp-author-results { margin-top: 30px; }
.osp-author-empty { padding: 45px; color: #777; background: #fff; border: 1px solid var(--osp-line); border-radius: 10px; text-align: center; }
html[data-osp-theme="dark"] .osp-author-page { background: #151515; }
html[data-osp-theme="dark"] .osp-author-hero, html[data-osp-theme="dark"] .osp-author-empty { background: #202020; border-color: #373737; }
html[data-osp-theme="dark"] .osp-author-hero h1 { color: #f2f2f2; }
@media (max-width:700px) { .osp-author-page { padding-top: 18px; } .osp-author-hero { grid-template-columns: 82px minmax(0,1fr); gap: 18px; padding: 24px 20px; } .osp-author-hero__avatar { width: 82px; height: 82px; } .osp-author-hero p { grid-column: 1 / -1; } .osp-author-hero__meta { grid-column: 1 / -1; } }
