/* RYO News Topics v2.0.0 — wrapper-free public presentation */
html { scroll-behavior: smooth; }
body.rnt-wrapperless { margin: 0 !important; background: #fff; color: #171b22; }
body.rnt-wrapperless > #page,
body.rnt-wrapperless > .site,
body.rnt-wrapperless .site-content,
body.rnt-wrapperless .content-area,
body.rnt-wrapperless .container.page-container,
body.rnt-wrapperless .boldgrid-section-wrap { display: none !important; }
.rnt-page,
.rnt-page * { box-sizing: border-box; }
.rnt-page { width: 100%; margin: 0; padding: 0; background: #fff; color: #171b22; font-family: inherit; }
.rnt-inner { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }
.rnt-hero { border-bottom: 1px solid #e3e8ef; background: linear-gradient(135deg, rgba(83,104,232,.08), rgba(255,255,255,.98) 54%); }
.rnt-hero-inner { padding: 72px 0 58px; }
.rnt-eyebrow { margin: 0 0 12px; color: #5368e8; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.rnt-hero h1 { max-width: 920px; margin: 0; color: #15191f; font-size: clamp(42px, 6vw, 72px); font-weight: 760; letter-spacing: -.035em; line-height: 1.02; }
.rnt-deck { max-width: 860px; margin: 20px 0 0; color: #56616f; font-size: 18px; line-height: 1.72; }
.rnt-intro p { margin: 0 0 15px; }
.rnt-intro p:last-child { margin-bottom: 0; }
.rnt-topic-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 24px; color: #68717d; font-size: 13px; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; }
.rnt-section { padding: 58px 0 76px; }
.rnt-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.rnt-section-heading h2 { margin: 0; color: #171b22; font-size: clamp(28px, 4vw, 38px); letter-spacing: -.02em; line-height: 1.15; }
.rnt-article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.rnt-article-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid #dbe2ec; border-radius: 10px; background: #fff; box-shadow: 0 10px 28px rgba(30,45,76,.06); }
.rnt-card-media { display: block; aspect-ratio: 16/9; overflow: hidden; background: #eef1f6; }
.rnt-card-media img { display: block; width: 100%; height: 100%; margin: 0; object-fit: cover; transition: transform .25s ease; }
.rnt-article-card:hover .rnt-card-media img { transform: scale(1.02); }
.rnt-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.rnt-card-date { margin: 0 0 10px !important; color: #6c7683; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.rnt-card-body h3 { margin: 0; color: #171b22; font-size: 22px; line-height: 1.26; }
.rnt-card-body h3 a { color: inherit; text-decoration: none; }
.rnt-card-body h3 a:hover { color: #4258d6; }
.rnt-card-body > p:not(.rnt-card-date) { margin: 14px 0 20px; color: #59626e; font-size: 15px; line-height: 1.68; }
.rnt-read-more { margin-top: auto; color: #4258d6; font-size: 14px; font-weight: 800; text-decoration: none; }
.rnt-read-more:hover { text-decoration: underline; text-underline-offset: 3px; }
.rnt-pagination { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 46px; }
.rnt-pagination .page-numbers { display: inline-flex; min-width: 42px; min-height: 42px; align-items: center; justify-content: center; padding: 8px 13px; border: 1px solid #ccd5e3; border-radius: 6px; background: #fff; color: #27303b; font-weight: 700; text-decoration: none; }
.rnt-pagination .page-numbers.current { border-color: #5368e8; background: #5368e8; color: #fff; }
.rnt-topic-directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.rnt-topic-directory-card { display: block; min-height: 230px; padding: 28px; border: 1px solid #dbe2ec; border-radius: 10px; background: #fff; color: inherit; box-shadow: 0 10px 28px rgba(30,45,76,.05); text-decoration: none; }
.rnt-topic-directory-card:hover { border-color: #aebbe0; box-shadow: 0 16px 36px rgba(48,65,118,.11); transform: translateY(-1px); }
.rnt-card-label { color: #5368e8; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rnt-topic-directory-card h2 { margin: 10px 0 12px; color: #171b22; font-size: 26px; line-height: 1.15; }
.rnt-topic-directory-card p { margin: 0 0 18px; color: #59626e; font-size: 15px; line-height: 1.65; }
.rnt-count { color: #68717d; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.rnt-empty-state { max-width: 780px; margin: 0 auto; padding: 64px 38px; border: 1px solid #dbe2ec; border-radius: 10px; background: #f8fafc; text-align: center; }
.rnt-empty-state h1, .rnt-empty-state h2 { margin: 0 0 14px; color: #171b22; font-size: clamp(32px,5vw,52px); line-height: 1.1; }
.rnt-empty-state p { margin: 0 auto 24px; color: #59626e; font-size: 17px; line-height: 1.7; }
.rnt-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 10px 18px; border-radius: 6px; background: #171b22; color: #fff !important; font-weight: 800; text-decoration: none !important; }
@media (max-width: 980px) {
  .rnt-article-grid, .rnt-topic-directory-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 680px) {
  .rnt-inner { width: min(100% - 32px, 1180px); }
  .rnt-hero-inner { padding: 50px 0 42px; }
  .rnt-hero h1 { font-size: clamp(38px, 12vw, 54px); }
  .rnt-deck { font-size: 16px; }
  .rnt-section { padding: 42px 0 58px; }
  .rnt-article-grid, .rnt-topic-directory-grid { grid-template-columns: 1fr; }
  .rnt-card-body { padding: 21px; }
  .rnt-empty-state { padding: 46px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .rnt-page *, .rnt-page *::before, .rnt-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
