body,
button,
input,
select,
optgroup,
textarea,
.primary-menu,
.entry-content,
.widget,
.site-title,
.site-description{
  font-family:"Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
body .entry-content,
body .intro-text,
body .post-meta-wrapper,
body .comments-wrapper,
body .pagination-single,
body .entry-author-bio,
body .section-inner.thin,
body .section-inner.small{
  max-width:var(--cp-content);
}
.cp-hero-main,
.cp-panel,
.cp-card,
.cp-list-card,
.cp-archive-head,
.cp-page-card,
.cp-single-card,
.cp-footer-widgets,
.cp-related,
.cp-newsletter,
.cp-empty{
  background:var(--cp-surface);
  border:1px solid var(--cp-border);
  border-radius:var(--cp-radius);
  box-shadow:var(--cp-shadow-soft);
}
.cp-hero-media,
.cp-card-thumb,
.cp-list-thumb,
.cp-single-cover,
.cp-related-thumb{
  position:relative;
  overflow:hidden;
  border-radius:20px;
  background:#e8eef8;
}
.cp-hero-main img,
.cp-card-thumb img,
.cp-list-thumb img,
.cp-single-cover img,
.cp-related-thumb img{
  width:100%;height:100%;object-fit:cover;display:block;
}
.cp-meta{display:flex;flex-wrap:wrap;gap:14px;color:inherit;font-size:1.35rem;opacity:.9;}
.cp-meta span{display:inline-flex;align-items:center;gap:7px;}
.cp-card .cp-meta{font-size:1.25rem;color:var(--cp-text-soft);}
.cp-archive-head,
.cp-page-card,
.cp-single-card,
.cp-footer-widgets,
.cp-related,
.cp-newsletter,
.cp-empty{padding:28px;}
.single .entry-header,
.page .entry-header{display:none;}
.cp-single-wrap{max-width:var(--cp-container);margin:0 auto;padding:36px 24px 0;}
.cp-single-card{padding:0;overflow:hidden;}
.cp-single-head{padding:34px 34px 12px;}
.cp-single-kicker,.cp-single-head .cp-eyebrow{font-size:1.25rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--cp-accent);margin:0 0 12px;background:none;border:none;padding:0;border-radius:0;display:block;}
.cp-single-title{font-size:clamp(3rem,4vw,5rem);line-height:1.06;letter-spacing:-.04em;margin:0 0 14px;color:var(--cp-title);}
.cp-single-excerpt{font-size:1.65rem;line-height:1.8;color:var(--cp-text-soft);margin:0 0 18px;}
.cp-single-cover{height:675px;border-radius:0;position:relative;}
.cp-single-cover-badge{position:absolute;top:22px;left:22px;z-index:2;}
.cp-single-cover .cp-eyebrow{background:rgba(15,31,56,.82);color:#fff;border:1px solid rgba(255,255,255,.12);padding:10px 16px;border-radius:999px;display:inline-flex;backdrop-filter:blur(10px);margin:0;letter-spacing:.04em;}
.cp-single-content{padding:34px;}
.cp-single-content .entry-content{max-width:none;}
.cp-single-content .entry-content > *{max-width:none;}
.cp-single-content .entry-content{max-width:var(--cp-content);margin:0 auto;}
.cp-page-card .entry-content{max-width:var(--cp-content);margin:0 auto;}
.cp-single-content .entry-content p,
.cp-page-card .entry-content p{font-size:18px;line-height:1.8;color:var(--cp-text);}
.cp-single-content .entry-content h2,
.cp-page-card .entry-content h2{font-size:3rem;line-height:1.2;color:var(--cp-title);margin-top:1.9em;}
.cp-single-content .entry-content h3,
.cp-page-card .entry-content h3{font-size:2.25rem;line-height:1.3;color:var(--cp-title);margin-top:1.7em;}
.cp-single-content .entry-content ul,
.cp-single-content .entry-content ol,
.cp-page-card .entry-content ul,
.cp-page-card .entry-content ol{font-size:18px;line-height:1.8;}
.cp-single-content .entry-content li,
.cp-page-card .entry-content li{margin:.45em 0;}
.cp-single-content .wp-block-image img,
.cp-single-content img,
.cp-page-card img{border-radius:18px;}
.cp-single-content .entry-content a,
.cp-page-card .entry-content a{
  color:inherit;
  text-decoration:none;
  background-image:linear-gradient(transparent 58%, rgba(255,224,102,.88) 58%);
  background-repeat:no-repeat;
  background-size:100% 100%;
  padding:0 .08em;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
  transition:background-size .2s ease, opacity .2s ease;
}
.cp-single-content .entry-content a:hover,
.cp-page-card .entry-content a:hover{
  background-image:linear-gradient(transparent 52%, rgba(255,214,51,.95) 52%);
}
.cp-single-content blockquote,
.cp-page-card blockquote{
  border-left:4px solid var(--cp-accent);
  background:var(--cp-bg-soft);
  padding:18px 20px;margin:28px 0;border-radius:0 16px 16px 0;
}
@media (max-width: 820px){
.cp-shell,
  .cp-single-wrap{padding-left:18px;padding-right:18px;}
.cp-single-head,
  .cp-single-content,
  .cp-page-card,
  .cp-footer-widgets,
  .cp-archive-head,
  .cp-newsletter,
  .cp-empty{padding:22px;}
.cp-single-cover{height:260px;}

}
.cp-single-content .entry-content p,
.cp-page-card .entry-content p{
  margin:0 0 22px;
  font-size:18px;
  line-height:1.8;
  color:var(--cp-text);
}
.cp-single-content .entry-content p strong,
.cp-page-card .entry-content p strong{
  font-weight:800;
  color:var(--cp-title);
}
.cp-single-content .entry-content h2,
.cp-page-card .entry-content h2{
  font-size:28px;
  font-weight:800;
  line-height:1.3;
  letter-spacing:-0.3px;
  margin:48px 0 16px;
  padding-bottom:8px;
  border-bottom:1px solid var(--cp-border);
}
.cp-single-content .entry-content h3,
.cp-page-card .entry-content h3{
  font-size:22px;
  font-weight:700;
  line-height:1.35;
  letter-spacing:-0.2px;
  margin:32px 0 12px;
}
.cp-single-content .entry-content > *:first-child,
.cp-page-card .entry-content > *:first-child{margin-top:0;}
.cp-single-content .entry-content > *:last-child,
.cp-page-card .entry-content > *:last-child{margin-bottom:0;}
.cp-single-content .entry-content ul,
.cp-single-content .entry-content ol,
.cp-page-card .entry-content ul,
.cp-page-card .entry-content ol{
  padding-left:24px;
  margin:0 0 24px;
  font-size:18px;
  line-height:1.8;
}
.cp-single-content .entry-content ul li,
.cp-page-card .entry-content ul li,
.cp-single-content .entry-content ol li,
.cp-page-card .entry-content ol li{
  margin:0 0 12px;
}
.cp-single-content .entry-content ol li::marker,
.cp-page-card .entry-content ol li::marker{
  color:var(--cp-accent);
  font-weight:800;
}
.cp-single-content blockquote,
.cp-page-card blockquote{
  position:relative;
  border-left:4px solid var(--cp-accent);
  background:var(--cp-bg-soft);
  padding:22px 22px 22px 24px;
  margin:32px 0;
  border-radius:0 18px 18px 0;
  color:#1e293b;
}
.cp-single-content blockquote p,
.cp-page-card blockquote p{
  margin:0;
  font-size:17px;
  line-height:1.8;
  font-style:italic;
}
.cp-single-content blockquote::before,
.cp-page-card blockquote::before{
  content:"“";
  display:block;
  font-size:40px;
  line-height:1;
  color:var(--cp-accent);
  margin-bottom:8px;
  font-style:normal;
}
.cp-single-content hr,
.cp-page-card hr{
  border:none;
  height:1px;
  background:var(--cp-border);
  margin:34px 0;
}
.cp-single-content .faq-box,
.cp-page-card .faq-box,
.cp-single-content .wp-block-details,
.cp-page-card .wp-block-details,
.cp-single-content details,
.cp-page-card details,
.cp-single-content .schema-faq-section,
.cp-page-card .schema-faq-section,
.cp-single-content .rank-math-list-item,
.cp-page-card .rank-math-list-item{
  background:#fff;
  border:1px solid var(--cp-border);
  border-radius:18px;
  box-shadow:var(--cp-shadow-soft);
  padding:0;
  margin:0 0 16px;
  overflow:hidden;
}
.cp-single-content details summary,
.cp-page-card details summary,
.cp-single-content .wp-block-details summary,
.cp-page-card .wp-block-details summary,
.cp-single-content .schema-faq-question,
.cp-page-card .schema-faq-question,
.cp-single-content .rank-math-question,
.cp-page-card .rank-math-question{
  list-style:none;
  cursor:pointer;
  padding:18px 22px;
  font-size:18px;
  line-height:1.5;
  font-weight:700;
  color:var(--cp-title);
  position:relative;
  margin:0;
}
.cp-single-content details summary::-webkit-details-marker,
.cp-page-card details summary::-webkit-details-marker,
.cp-single-content .wp-block-details summary::-webkit-details-marker,
.cp-page-card .wp-block-details summary::-webkit-details-marker{display:none;}
.cp-single-content details summary::after,
.cp-page-card details summary::after,
.cp-single-content .wp-block-details summary::after,
.cp-page-card .wp-block-details summary::after,
.cp-single-content .schema-faq-question::after,
.cp-page-card .schema-faq-question::after,
.cp-single-content .rank-math-question::after,
.cp-page-card .rank-math-question::after{
  content:"+";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  width:28px;
  height:28px;
  border-radius:999px;
  background:#eef4ff;
  color:var(--cp-accent);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:800;
}
.cp-single-content details[open] summary::after,
.cp-page-card details[open] summary::after,
.cp-single-content .wp-block-details[open] summary::after,
.cp-page-card .wp-block-details[open] summary::after{content:"–";}
.cp-single-content details > :not(summary),
.cp-page-card details > :not(summary),
.cp-single-content .wp-block-details > :not(summary),
.cp-page-card .wp-block-details > :not(summary),
.cp-single-content .schema-faq-answer,
.cp-page-card .schema-faq-answer,
.cp-single-content .rank-math-answer,
.cp-page-card .rank-math-answer{
  padding:0 22px 20px;
  border-top:1px solid var(--cp-border);
}
.cp-single-content .cta-box,
.cp-page-card .cta-box,
.cp-single-content .cp-cta-box,
.cp-page-card .cp-cta-box,
.cp-single-content .is-style-cta,
.cp-page-card .is-style-cta,
.cp-single-content .wp-block-group.is-style-cta,
.cp-page-card .wp-block-group.is-style-cta{
  background:linear-gradient(135deg,#ffffff 0%,#f6f9ff 100%);
  border:1px solid #dbe7ff;
  border-radius:22px;
  box-shadow:0 16px 38px rgba(33,76,155,.08);
  padding:24px;
  margin:32px 0;
  position:relative;
  overflow:hidden;
}
.cp-single-content .cta-box::before,
.cp-page-card .cta-box::before,
.cp-single-content .cp-cta-box::before,
.cp-page-card .cp-cta-box::before,
.cp-single-content .is-style-cta::before,
.cp-page-card .is-style-cta::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:6px;
  background:linear-gradient(180deg,var(--cp-accent),#8cb0ff);
}
.cp-single-content .cta-box h2,
.cp-single-content .cta-box h3,
.cp-single-content .cp-cta-box h2,
.cp-single-content .cp-cta-box h3,
.cp-page-card .cta-box h2,
.cp-page-card .cta-box h3,
.cp-page-card .cp-cta-box h2,
.cp-page-card .cp-cta-box h3{
  margin-top:0;
  border-bottom:none;
  padding-bottom:0;
}
.cp-single-content .cta-box .wp-block-button,
.cp-single-content .cp-cta-box .wp-block-button,
.cp-page-card .cta-box .wp-block-button,
.cp-page-card .cp-cta-box .wp-block-button{margin-top:12px;}
.cp-single-content .entry-content .wp-block-table,
.cp-page-card .entry-content .wp-block-table{
  margin:28px 0;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  border:1px solid var(--cp-border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--cp-shadow-soft);
}
.cp-single-content .entry-content table,
.cp-page-card .entry-content table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  margin:28px 0;
  background:#fff;
  border:1px solid var(--cp-border);
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--cp-shadow-soft);
  display:table;
}
.cp-single-content .entry-content .wp-block-table table,
.cp-page-card .entry-content .wp-block-table table{
  margin:0;
  border:none;
  border-radius:0;
  box-shadow:none;
  min-width:640px;
}
.cp-single-content .entry-content thead th,
.cp-page-card .entry-content thead th{
  background:#f5f8ff;
  color:var(--cp-title);
  font-size:16px;
  font-weight:800;
  padding:16px 18px;
  border-bottom:1px solid var(--cp-border);
}
.cp-single-content .entry-content td,
.cp-single-content .entry-content th,
.cp-page-card .entry-content td,
.cp-page-card .entry-content th{
  text-align:left;
  padding:15px 18px;
  border-bottom:1px solid #edf2f8;
  vertical-align:top;
  font-size:16px;
  line-height:1.7;
}
.cp-single-content .entry-content tbody tr:nth-child(even) td,
.cp-page-card .entry-content tbody tr:nth-child(even) td{background:#fbfcff;}
.cp-single-content .entry-content tbody tr:last-child td,
.cp-page-card .entry-content tbody tr:last-child td{border-bottom:none;}
@media (max-width: 768px){
.cp-single-content .entry-content h2,
  .cp-page-card .entry-content h2{font-size:22px;}
.cp-single-content .entry-content h3,
  .cp-page-card .entry-content h3{font-size:18px;}
.cp-single-content .entry-content p,
  .cp-page-card .entry-content p,
  .cp-single-content .entry-content ul,
  .cp-single-content .entry-content ol,
  .cp-page-card .entry-content ul,
  .cp-page-card .entry-content ol{font-size:17px;}
.cp-single-content .entry-content table,
  .cp-page-card .entry-content table{display:block; overflow-x:auto; white-space:nowrap;}

}
.cp-single-content .entry-content.is-dotted-sections h2,
.cp-single-content .entry-content.is-dotted-sections h3,
.cp-page-card .entry-content.is-dotted-sections h2,
.cp-page-card .entry-content.is-dotted-sections h3{
  position:relative;
}
.cp-single-content .entry-content.is-dotted-sections h2::after,
.cp-page-card .entry-content.is-dotted-sections h2::after{
  content:"";
  display:block;
  margin-top:14px;
  border-bottom:2px dotted #cfd8e8;
}
.cp-single-content .entry-content.is-dotted-sections h3::after,
.cp-page-card .entry-content.is-dotted-sections h3::after{
  content:"";
  display:block;
  width:100%;
  margin-top:10px;
  border-bottom:1px dotted #d9e1ef;
}
.cp-hero-main,
.cp-card,
.cp-list-card,
.cp-single-card,
.cp-page-card,
.cp-footer-widgets,
.cp-related,
.cp-archive-head,
.cp-panel{
  box-shadow:0 16px 42px rgba(15,31,56,.06);
}
.cp-hero-media img,
.cp-card-thumb img,
.cp-list-thumb img,
.cp-related-thumb img,
.cp-mini-thumb img,
.cp-single-cover img{
  object-position:center;
}
.cp-single-head{
  padding:40px 40px 18px;
  background:linear-gradient(180deg,#ffffff 0%, #fbfcff 100%);
  border-bottom:1px solid var(--cp-border);
}
.cp-single-head-inner{max-width:940px;margin:0 auto;}
.cp-single-head .cp-eyebrow{
  display:inline-flex;
  background:#eef4ff;
  color:var(--cp-accent);
  border:1px solid #d8e5ff;
  padding:8px 14px;
  border-radius:999px;
  font-size:1.15rem;
  letter-spacing:.08em;
}
.cp-single-meta-row{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding-top:14px;margin-top:4px;border-top:1px solid var(--cp-border);
}
.cp-single-meta-row .cp-meta{margin:0;}
.cp-single-title{max-width:980px;}
.cp-single-excerpt{max-width:820px;}
.cp-single-cover{
  margin:0 20px;
  height:620px;
  border-radius:28px;
  box-shadow:0 18px 45px rgba(16,31,56,.12);
}
.cp-single-cover::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(15,31,56,.04) 0%, rgba(15,31,56,.14) 100%);
}
.cp-single-cover-badge{top:24px;left:24px;z-index:3;}
.cp-single-cover .cp-eyebrow{
  background:rgba(15,31,56,.78);
  border-color:rgba(255,255,255,.18);
  box-shadow:0 12px 24px rgba(15,31,56,.18);
}
.cp-single-content{padding:38px 34px 34px;}
@media (max-width: 1100px){
.cp-single-cover{height:500px;}

}
@media (max-width: 820px){
.cp-single-head{padding:26px 22px 14px;}
.cp-single-meta-row{display:block;}
.cp-single-cover{margin:0 14px;height:260px;border-radius:22px;}
.cp-single-content{padding:28px 22px 24px;}

}
@media (max-width: 980px){
.cp-shell,
  .cp-single-wrap{padding-left:16px;padding-right:16px;}
.cp-meta{gap:10px 12px;font-size:1.2rem;}
.cp-panel,
  .cp-card-body,
  .cp-list-body,
  .cp-archive-head,
  .cp-page-card,
  .cp-single-head,
  .cp-single-content,
  .cp-related,
  .cp-footer-widgets,
  .cp-empty,
  .cp-newsletter{padding:18px;}
.cp-card .cp-meta,
  .cp-list .cp-meta,
  .cp-list-body .cp-meta{font-size:1.15rem;gap:8px 10px;}
.cp-single-card{border-radius:20px;}
.cp-single-title{
    font-size:clamp(2.4rem,8.5vw,3.4rem);
    line-height:1.1;
    margin-bottom:10px;
  }
.cp-single-excerpt{
    font-size:1.45rem;
    line-height:1.7;
    margin-bottom:14px;
  }
.cp-single-cover{height:auto;aspect-ratio:16/9;}
.cp-single-cover-badge{top:14px;left:14px;}
.cp-single-cover .cp-eyebrow{padding:8px 12px;font-size:1.1rem;}
.cp-single-content .entry-content p,
  .cp-page-card .entry-content p,
  .cp-single-content .entry-content ul,
  .cp-single-content .entry-content ol,
  .cp-page-card .entry-content ul,
  .cp-page-card .entry-content ol{
    font-size:17px;
    line-height:1.78;
  }
.cp-single-content .entry-content h2,
  .cp-page-card .entry-content h2{
    font-size:22px;
    margin:38px 0 14px;
    padding-bottom:8px;
  }
.cp-single-content .entry-content h3,
  .cp-page-card .entry-content h3{
    font-size:18px;
    margin:26px 0 10px;
  }
.cp-single-content .entry-content table,
  .cp-page-card .entry-content table{font-size:14px;}

}
@media (max-width: 640px){
.cp-shell,
  .cp-single-wrap{padding-left:14px;padding-right:14px;}
.cp-single-title{font-size:2.2rem;}
.cp-single-content .entry-content p,
  .cp-page-card .entry-content p,
  .cp-single-content .entry-content ul,
  .cp-single-content .entry-content ol,
  .cp-page-card .entry-content ul,
  .cp-page-card .entry-content ol{font-size:16.5px;}

}
.cp-single-wrap-premium{max-width:1280px;}
.cp-single-card-premium{background:transparent;border:none;box-shadow:none;overflow:visible;}
.cp-single-head-premium{max-width:980px;margin:0 auto;padding:20px 0 18px;}
.cp-single-crumbs{display:flex;gap:8px;align-items:center;font-size:1.25rem;color:var(--cp-text-soft);margin-bottom:14px;}
.cp-single-crumbs a{color:var(--cp-text-soft);text-decoration:none;}
.cp-single-head-premium .cp-eyebrow{display:inline-flex;background:#eef4ff;color:var(--cp-accent);border:1px solid #dbe4f7;padding:8px 14px;border-radius:999px;font-size:1.15rem;font-weight:800;letter-spacing:.05em;margin-bottom:14px;text-transform:uppercase;}
.cp-single-head-premium .cp-single-title{font-size:clamp(3.2rem,4.5vw,5.6rem);line-height:1.06;max-width:980px;}
.cp-single-head-premium .cp-meta{font-size:1.3rem;color:var(--cp-text-soft);}
.cp-single-cover-premium{max-width:1180px;height:auto;aspect-ratio:16/9;margin:0 auto 24px;border-radius:18px;overflow:hidden;box-shadow:0 18px 44px rgba(15,31,56,.10);background:#eef2f7;}
.cp-single-cover-premium img{border-radius:18px;}
.cp-single-shell{display:grid;grid-template-columns:58px minmax(0,760px) 280px;gap:26px;align-items:start;max-width:1180px;margin:0 auto;}
.cp-single-main{min-width:0;}
.cp-single-content-premium{padding:0;background:#fff;border:1px solid var(--cp-border);border-radius:18px;box-shadow:var(--cp-shadow-soft);}
.cp-single-content-premium .entry-content{max-width:none;padding:26px 30px 10px;}
.cp-single-content-premium .entry-content p{font-size:18px;line-height:1.88;color:#243347;}
.cp-single-content-premium .entry-content h2{font-size:30px;line-height:1.25;margin:46px 0 16px;padding-bottom:10px;border-bottom:1px solid var(--cp-border);scroll-margin-top:110px;}
.cp-single-content-premium .entry-content h3{font-size:23px;line-height:1.32;margin:30px 0 12px;scroll-margin-top:110px;}
.cp-single-content-premium .entry-content table{width:100%;border-collapse:collapse;margin:0 0 24px;font-size:16px;background:#fff;overflow:hidden;border-radius:14px;display:block;overflow-x:auto;}
.cp-single-content-premium .entry-content table th,
.cp-single-content-premium .entry-content table td{border:1px solid var(--cp-border);padding:12px 14px;text-align:left;}
.cp-single-content-premium .entry-content table th{background:#f6f9ff;color:var(--cp-title);font-weight:800;}
.cp-single-sidebar{position:sticky;top:98px;display:grid;gap:18px;}
.cp-toc-nav ol{list-style:none;margin:0;padding:0;display:grid;gap:10px;counter-reset:item;}
.cp-toc-nav li{margin:0;padding:0;}
.cp-toc-nav li.is-sub{padding-left:16px;}
.cp-toc-nav a{color:var(--cp-text);text-decoration:none;font-size:1.35rem;line-height:1.55;display:block;}
.cp-toc-nav a:hover{color:var(--cp-accent);}
.cp-single-related,.cp-single-comments{max-width:1180px;margin:24px auto 0;}
.cp-single-comments{padding:28px;background:#fff;border:1px solid var(--cp-border);border-radius:22px;box-shadow:var(--cp-shadow-soft);}
@media (max-width: 1180px){
.cp-single-shell{grid-template-columns:minmax(0,1fr) 260px;}

}
@media (max-width: 940px){
.cp-single-head-premium{max-width:none;}
.cp-single-cover-premium{max-width:100%;}
.cp-single-shell{grid-template-columns:1fr;gap:20px;}
.cp-single-sidebar{position:static;order:2;}
.cp-single-main{order:1;}

}
@media (max-width: 680px){
.cp-single-wrap-premium{padding-left:16px;padding-right:16px;}
.cp-single-head-premium .cp-single-title{font-size:clamp(2.7rem,8vw,4rem);}
.cp-single-cover-premium{aspect-ratio:16/9;margin-bottom:16px;border-radius:16px;}
.cp-single-content-premium .entry-content{padding:22px 20px 8px;}

}
.cp-sidebar-card.cp-toc-card{position:relative;overflow:hidden;}
.cp-sidebar-card.cp-toc-card::before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#214c9b,#7ea7ff);}
.cp-toc-nav ol{counter-reset:toc;padding-left:0;margin:0;list-style:none;display:grid;gap:8px;}
.cp-toc-nav li{margin:0;}
.cp-toc-nav a{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border-radius:12px;text-decoration:none;color:#22324b;font-size:1.38rem;line-height:1.5;transition:background .2s ease,color .2s ease,transform .2s ease;}
.cp-toc-nav a::before{counter-increment:toc;content:counter(toc, decimal-leading-zero);font-size:1.05rem;font-weight:800;letter-spacing:.06em;color:#7d90ae;min-width:26px;}
.cp-toc-nav a:hover,.cp-toc-nav a.is-active{background:#eef5ff;color:#123a73;transform:translateX(2px);}
@media (max-width: 782px){
.cp-single-content-premium .entry-content{padding:22px 20px 6px;}
.cp-toc-nav a{font-size:1.32rem;}

}
.cp-single-content-premium .entry-content + .cp-post-tax-wrap{margin-top:20px;}
.cp-single-wrap-premium{
  max-width:1340px;
}
.cp-single-head-premium{
  max-width:1040px;
  padding:28px 0 22px;
}
.cp-single-crumbs{
  margin-bottom:18px;
  font-size:1.22rem;
  letter-spacing:.01em;
}
.cp-single-head-premium .cp-eyebrow{
  margin-bottom:18px;
  padding:8px 15px;
}
.cp-single-head-premium .cp-single-title{
  font-size:clamp(3.6rem,5vw,6.2rem);
  line-height:1.02;
  letter-spacing:-.045em;
  max-width:980px;
  margin-bottom:16px;
}
.cp-single-meta-row{
  margin-top:8px;
}
.cp-single-head-premium .cp-meta{
  font-size:1.34rem;
  line-height:1.6;
}
.cp-single-cover-premium{
  max-width:1240px;
  aspect-ratio:16/8.6;
  margin:0 auto 34px;
  border-radius:24px;
  box-shadow:0 26px 58px rgba(15,31,56,.12);
}
.cp-single-cover-premium img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.cp-single-shell{
  grid-template-columns:58px minmax(0,790px) 290px;
  gap:34px;
  max-width:1240px;
}
.cp-single-content-premium{
  border-radius:24px;
  box-shadow:0 18px 40px rgba(15,31,56,.08);
}
.cp-single-content-premium .entry-content{
  padding:34px 42px 18px;
}
.cp-single-content-premium .entry-content > *:first-child{
  margin-top:0;
}
.cp-single-content-premium .entry-content p,
.cp-single-content-premium .entry-content li{
  font-size:19px;
  line-height:1.95;
  color:#22324b;
}
.cp-single-content-premium .entry-content p{
  margin:0 0 1.55em;
}
.cp-single-content-premium .entry-content ul,
.cp-single-content-premium .entry-content ol{
  margin:0 0 1.8em 1.35em;
  padding:0;
}
.cp-single-content-premium .entry-content li + li{
  margin-top:.6em;
}
.cp-single-content-premium .entry-content h2{
  font-size:34px;
  line-height:1.2;
  margin:56px 0 18px;
  padding-bottom:12px;
  border-bottom:1px solid #dfe7f2;
}
.cp-single-content-premium .entry-content h3{
  font-size:26px;
  line-height:1.28;
  margin:34px 0 14px;
}
.cp-single-content-premium .entry-content blockquote{
  margin:30px 0;
  padding:22px 24px;
  border-left:4px solid var(--cp-accent);
  background:linear-gradient(180deg,#fbfdff 0%,#f5f8ff 100%);
  border-radius:0 18px 18px 0;
}
.cp-single-content-premium .entry-content blockquote p:last-child{
  margin-bottom:0;
}
.cp-single-content-premium .entry-content img{
  border-radius:18px;
}
.cp-toc-nav a{
  font-size:1.42rem;
  line-height:1.55;
}
.cp-single-related,
.cp-single-comments{
  max-width:1240px;
  margin-top:30px;
}
@media (max-width: 1180px){
.cp-single-cover-premium,
  .cp-single-shell,
  .cp-single-related,
  .cp-single-comments{
    max-width:100%;
  }
.cp-single-shell{
    grid-template-columns:minmax(0,1fr) 280px;
    gap:26px;
  }
.cp-single-content-premium .entry-content{
    padding:30px 32px 16px;
  }

}
@media (max-width: 940px){
.cp-single-head-premium{
    padding-top:22px;
  }
.cp-single-cover-premium{
    margin-bottom:24px;
  }
.cp-single-shell{
    grid-template-columns:1fr;
    gap:22px;
  }

}
@media (max-width: 680px){
.cp-single-head-premium .cp-single-title{
    font-size:clamp(2.9rem,9vw,4.3rem);
    line-height:1.06;
  }
.cp-single-content-premium .entry-content{
    padding:24px 22px 8px;
  }
.cp-single-content-premium .entry-content p,
  .cp-single-content-premium .entry-content li{
    font-size:17px;
    line-height:1.88;
  }
.cp-single-content-premium .entry-content h2{
    font-size:28px;
    margin-top:42px;
  }
.cp-single-content-premium .entry-content h3{
    font-size:22px;
  }

}
.cp-single-wrap{padding-top:40px;}
.cp-single-head{padding:38px 38px 16px;}
.cp-single-content{padding:34px 38px 38px;}
.cp-single-content .entry-content h2,
.cp-page-card .entry-content h2{border-bottom:none;padding-bottom:0;position:relative;margin-top:52px;}
.cp-single-content .entry-content h2::after,
.cp-page-card .entry-content h2::after{content:"";display:block;width:78px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--cp-accent),#8cb0ff);margin-top:12px;}
.cp-single-content hr,
.cp-page-card hr{background:repeating-linear-gradient(90deg, rgba(203,213,225,.9) 0 10px, transparent 10px 18px);height:1px;}
.cp-reading-progress{position:fixed;top:0;left:0;height:4px;width:0;background:linear-gradient(90deg,#1d4ed8,#60a5fa);z-index:200;border-radius:0 999px 999px 0;box-shadow:0 4px 12px rgba(29,78,216,.22);}
@media (max-width:767px){
.cp-shell,.cp-single-wrap{padding-left:16px;padding-right:16px;}
.cp-single-head{padding:26px 22px 10px;}
.cp-single-content{padding:24px 22px 28px;}

}
.cp-archive-hero,
.cp-single-head-premium{
  border:1px solid rgba(221,230,241,.96);
  border-radius:28px;
  background:linear-gradient(135deg,#ffffff 0%,#f7faff 100%);
  box-shadow:var(--cp-shadow-soft);
}
.cp-single-wrap-premium{max-width:1280px;padding-top:34px;}
.cp-single-card-premium{border-radius:30px;overflow:hidden;}
.cp-single-head-premium{margin:0 0 0;border-radius:0;padding:36px 40px 18px;box-shadow:none;border:none;border-bottom:1px solid rgba(221,230,241,.9);}
.cp-single-crumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:14px;font-size:1.18rem;color:var(--cp-text-soft);}
.cp-single-crumbs a{text-decoration:none;color:inherit;}
.cp-single-title{font-size:clamp(3.2rem,4.4vw,5.4rem);}
.cp-single-meta-row .cp-meta{font-size:1.28rem;color:var(--cp-text-soft);}
.cp-single-cover-premium,
.cp-single-cover{height:auto;aspect-ratio:16/9;}
.cp-single-shell{display:grid;grid-template-columns:70px minmax(0,1fr) 310px;gap:28px;padding:34px 40px 40px;}
.cp-single-content .entry-content{max-width:none;font-size:1.84rem;line-height:1.95;color:var(--cp-text);}
.cp-single-content .entry-content > *:first-child{margin-top:0;}
.cp-single-content .entry-content p{margin:0 0 1.55em;}
.cp-single-content .entry-content h2,
.cp-single-content .entry-content h3{
  position:relative;
  scroll-margin-top:120px;
  letter-spacing:-.035em;
  color:var(--cp-title);
}
.cp-single-content .entry-content h2{
  font-size:clamp(2.6rem,3vw,3.6rem);
  line-height:1.14;
  margin:2.2em 0 .8em;
  padding-bottom:.52em;
  border-bottom:1px dashed #cdd8e8;
}
.cp-single-content .entry-content h3{
  font-size:clamp(2.1rem,2.5vw,2.8rem);
  line-height:1.18;
  margin:1.8em 0 .72em;
}
.cp-single-content .entry-content ul,
.cp-single-content .entry-content ol{margin:0 0 1.7em 1.2em;padding:0;}
.cp-single-content .entry-content li{margin:0 0 .8em;padding-left:.2em;}
.cp-single-content .entry-content blockquote{
  margin:2em 0;
  padding:24px 26px;
  border-left:4px solid var(--cp-accent);
  background:linear-gradient(180deg,#f8fbff,#f3f7fd);
  border-radius:0 22px 22px 0;
  box-shadow:0 12px 26px rgba(15,27,51,.05);
}
.cp-single-content .entry-content a{
  color:inherit;
  text-decoration:none;
  background-image:linear-gradient(transparent 58%, rgba(250,204,21,.52) 58%);
  background-repeat:no-repeat;
  background-size:100% 100%;
}
.cp-single-content .entry-content a:hover{color:var(--cp-accent);}
.cp-toc-nav ol{list-style:none;margin:0;padding:0;display:grid;gap:10px;counter-reset:toc;}
.cp-toc-nav li{counter-increment:toc;}
.cp-toc-nav a{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:start;text-decoration:none;color:var(--cp-title);font-size:1.42rem;line-height:1.45;padding:10px 0;border-bottom:1px dashed #d8e2ef;}
.cp-toc-nav a:before{content:counter(toc, decimal-leading-zero);font-size:1.1rem;font-weight:800;color:var(--cp-accent);}
@media (max-width: 1180px){
.cp-archive-featured-card,
  .cp-list-card,
  .cp-single-shell,
  .cp-footer-grid{grid-template-columns:1fr;}
.cp-single-shell{padding:30px;}

}
@media (max-width: 820px){
.cp-single-head-premium{padding:26px 22px 14px;}
.cp-single-shell{padding:24px 22px 26px;}
.cp-single-content .entry-content{font-size:1.72rem;line-height:1.88;}

}
.cp-single-wrap-premium{
  max-width:1280px;
}
.cp-single-shell{
  display:grid;
  grid-template-columns:70px minmax(0,1fr) 310px;
  gap:28px;
  align-items:start;
}
.cp-single-main,
.cp-single-sidebar,
.cp-single-content-premium,
.cp-sidebar-card{
  min-width:0;
}
.cp-single-sidebar{
  position:sticky;
  top:112px;
  display:grid;
  gap:18px;
  align-self:start;
}
.cp-single-sidebar .cp-sidebar-card{
  position:relative;
  top:auto;
}
@media (max-width: 1180px){
.cp-single-shell{
    grid-template-columns:minmax(0,1fr) 280px;
    gap:24px;
    padding:30px 28px 34px;
  }
.cp-single-sidebar{
    position:sticky;
    top:104px;
  }

}
@media (max-width: 1024px){
.cp-single-shell{
    grid-template-columns:minmax(0,1fr) 260px;
    gap:20px;
    padding:28px 24px 32px;
  }
.cp-single-content-premium .entry-content{
    padding:28px 28px 14px;
  }

}
@media (max-width: 820px){
.cp-single-shell{
    grid-template-columns:1fr;
    gap:22px;
    padding:24px 22px 26px;
  }
.cp-single-sidebar{
    position:static;
    top:auto;
    order:2;
  }

}
@media (max-width: 680px){
.cp-single-content-premium .entry-content{
    padding:24px 20px 8px;
  }

}
.single .cp-single-wrap-premium{
  max-width:1280px;
  padding-top:36px;
}
.single .cp-single-card-premium{
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(221,230,241,.92);
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  box-shadow:0 22px 60px rgba(15,27,51,.08);
}
.single .cp-single-head-premium{
  padding:38px 42px 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(126,167,255,.10) 0%, rgba(126,167,255,0) 26%),
    linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  border-bottom:1px solid rgba(221,230,241,.88);
}
.single .cp-single-crumbs{
  margin-bottom:16px;
  font-size:1.16rem;
  letter-spacing:.02em;
}
.single .cp-single-crumbs a:hover{
  color:var(--cp-accent);
}
.single .cp-single-head-premium .cp-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
  padding:9px 16px;
  border-radius:999px;
  background:linear-gradient(180deg,#eef4ff,#e8f0ff);
  border:1px solid #d8e4ff;
  color:#214c9b;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
}
.single .cp-single-title{
  margin:0;
  font-size:clamp(3rem,4.2vw,5.2rem);
  line-height:1.02;
  letter-spacing:-.05em;
  text-wrap:balance;
}
.single .cp-single-meta-row{
  margin-top:14px;
}
.single .cp-single-cover-premium{
  position:relative;
  aspect-ratio:16/9;
  margin:0 42px;
  border-radius:24px;
  overflow:hidden;
  background:linear-gradient(135deg,#dfe8f6,#f4f8fd);
  box-shadow:0 24px 54px rgba(15,27,51,.12);
}
.single .cp-single-cover-premium::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(0,0,0,.08));
  pointer-events:none;
}
.single .cp-single-shell{
  display:grid;
  grid-template-columns:60px minmax(0,1fr) 300px;
  gap:28px;
  align-items:start;
  padding:34px 42px 42px;
}
.single .cp-share-rail{
  position:sticky;
  top:112px;
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:center;
  align-self:start;
}
.single .cp-share-label{
  font-size:1rem;
  letter-spacing:.18em;
  color:#6a7c94;
}
.single .cp-share-link{
  width:44px;
  height:44px;
  border-radius:16px;
  background:linear-gradient(180deg,#ffffff,#f5f8fd);
  border:1px solid rgba(221,230,241,.95);
  box-shadow:0 12px 24px rgba(15,27,51,.06);
  transition:transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}
.single .cp-share-link:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 28px rgba(15,27,51,.1);
}
.single .cp-single-main,
.single .cp-single-sidebar,
.single .cp-single-content-premium,
.single .cp-sidebar-card{
  min-width:0;
}
.single .cp-single-content-premium{
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(221,230,241,.94);
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  box-shadow:0 16px 34px rgba(15,27,51,.05);
}
.single .cp-single-content-premium .entry-content{
  max-width:none;
  padding:30px 34px 14px;
}
.single .cp-single-content-premium .entry-content > *:first-child{
  margin-top:0;
}
.single .cp-single-content-premium .entry-content p,
.single .cp-single-content-premium .entry-content li{
  font-size:1.82rem;
  line-height:1.92;
  color:#243347;
}
.single .cp-single-content-premium .entry-content p{
  margin:0 0 1.5em;
}
.single .cp-single-content-premium .entry-content ul,
.single .cp-single-content-premium .entry-content ol{
  margin:0 0 1.8em 1.15em;
  padding:0;
}
.single .cp-single-content-premium .entry-content li + li{
  margin-top:.7em;
}
.single .cp-single-content-premium .entry-content h2{
  font-size:clamp(2.7rem,2.6vw,3.6rem);
  line-height:1.14;
  margin:2.15em 0 .72em;
  padding-bottom:.54em;
  border-bottom:1px dashed #cfdaea;
  scroll-margin-top:120px;
}
.single .cp-single-content-premium .entry-content h3{
  font-size:clamp(2.1rem,2vw,2.8rem);
  line-height:1.2;
  margin:1.78em 0 .68em;
  scroll-margin-top:120px;
}
.single .cp-single-content-premium .entry-content h2::after{
  content:"";
  display:block;
  width:86px;
  height:3px;
  margin-top:12px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--cp-accent),#8cb0ff);
}
.single .cp-single-content-premium .entry-content blockquote{
  margin:2.1em 0;
  padding:24px 26px;
  border-left:4px solid var(--cp-accent);
  border-radius:0 22px 22px 0;
  background:linear-gradient(180deg,#f9fbff 0%,#f1f6ff 100%);
  box-shadow:0 16px 30px rgba(15,27,51,.05);
}
.single .cp-single-content-premium .entry-content blockquote p:last-child{
  margin-bottom:0;
}
.single .cp-single-content-premium .entry-content img{
  border-radius:18px;
  box-shadow:0 16px 34px rgba(15,27,51,.08);
}
.single .cp-single-content-premium .entry-content hr{
  border:0;
  height:1px;
  margin:2.4em 0;
  background:linear-gradient(90deg, rgba(207,218,234,0), rgba(207,218,234,1), rgba(207,218,234,0));
}
.single .cp-single-content-premium .entry-content table{
  width:100%;
  border-collapse:collapse;
  display:block;
  overflow-x:auto;
  border-radius:18px;
  border:1px solid rgba(221,230,241,.94);
  background:#fff;
  box-shadow:0 12px 24px rgba(15,27,51,.04);
}
.single .cp-single-content-premium .entry-content table th,
.single .cp-single-content-premium .entry-content table td{
  padding:14px 16px;
  border:1px solid rgba(221,230,241,.9);
  text-align:left;
}
.single .cp-single-content-premium .entry-content table th{
  background:#f5f9ff;
  color:var(--cp-title);
  font-weight:800;
}
.single .cp-single-content-premium .entry-content a{
  color:inherit;
  text-decoration:none;
  background-image:linear-gradient(transparent 58%, rgba(250,204,21,.52) 58%);
  background-repeat:no-repeat;
  background-size:100% 100%;
}
.single .cp-single-content-premium .entry-content a:hover{
  color:var(--cp-accent);
}
.single .cp-post-tax-wrap{
  margin:4px 34px 0;
  padding:22px 0 0;
  border-top:1px solid rgba(221,230,241,.88);
}
.single .cp-single-sidebar{
  position:sticky;
  top:110px;
  display:grid;
  gap:18px;
  align-self:start;
}
.single .cp-single-sidebar .cp-sidebar-card{
  position:relative;
  top:auto;
}
.single .cp-sidebar-card{
  padding:22px;
  border-radius:24px;
  border:1px solid rgba(221,230,241,.94);
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  box-shadow:0 16px 34px rgba(15,27,51,.06);
}
.single .cp-sidebar-card.cp-toc-card{
  overflow:hidden;
}
.single .cp-sidebar-card.cp-toc-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg,#214c9b,#7ea7ff);
}
.single .cp-sidebar-title{
  margin:0 0 14px;
  font-size:1.26rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#6a7c94;
}
.single .cp-toc-nav ol{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:0;
  counter-reset:toc;
}
.single .cp-toc-nav li{
  counter-increment:toc;
}
.single .cp-toc-nav li.is-sub{
  padding-left:14px;
}
.single .cp-toc-nav a{
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  gap:10px;
  align-items:start;
  padding:11px 0;
  border-bottom:1px dashed #d8e2ef;
  text-decoration:none;
  color:var(--cp-title);
  font-size:1.34rem;
  line-height:1.5;
}
.single .cp-toc-nav li:last-child a,
.single .cp-side-item:last-child{
  border-bottom:none;
}
.single .cp-toc-nav a::before{
  content:counter(toc, decimal-leading-zero);
  font-size:1.05rem;
  font-weight:800;
  color:var(--cp-accent);
}
.single .cp-side-list{
  display:grid;
  gap:0;
}
.single .cp-side-item{
  display:block;
  padding:12px 0;
  border-bottom:1px dashed #d8e2ef;
  text-decoration:none;
  color:var(--cp-title);
}
.single .cp-side-item-title{
  font-size:1.48rem;
  line-height:1.48;
}
.single .cp-author-box{
  position:relative;
  overflow:hidden;
  margin:28px 34px 34px;
  padding:24px;
  display:grid;
  grid-template-columns:88px minmax(0,1fr);
  gap:20px;
  align-items:start;
  border-radius:24px;
  border:1px solid #dce8ff;
  background:linear-gradient(135deg,#fbfdff 0%,#f0f6ff 100%);
  box-shadow:0 16px 34px rgba(33,76,155,.08);
}
.single .cp-author-box::after{
  content:"";
  position:absolute;
  top:-42px;
  right:-42px;
  width:150px;
  height:150px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(33,76,155,.12) 0%, rgba(33,76,155,0) 70%);
}
.single .cp-author-name{
  margin:4px 0 8px;
  font-size:2.1rem;
  line-height:1.1;
}
.single .cp-author-bio{
  font-size:1.42rem;
  line-height:1.82;
}
.single .cp-related.cp-single-related,
.single .cp-related.cp-single-comments{
  border:1px solid rgba(221,230,241,.94);
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  box-shadow:0 16px 34px rgba(15,27,51,.05);
}
.single .cp-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.single .cp-related-item{
  display:flex;
  flex-direction:column;
  min-width:0;
  border-radius:22px;
  overflow:hidden;
  text-decoration:none;
  border:1px solid rgba(221,230,241,.94);
  background:#fff;
  box-shadow:0 14px 28px rgba(15,27,51,.05);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.single .cp-related-item:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 34px rgba(15,27,51,.08);
  border-color:#d6e2f6;
}
.single .cp-related-thumb{
  aspect-ratio:16/10;
  background:linear-gradient(135deg,#edf3fb,#dfe8f6);
  display:flex;
  align-items:center;
  justify-content:center;
}
.single .cp-related-thumb-placeholder{
  font-size:1.2rem;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#214c9b;
}
.single .cp-related-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.single .cp-related-body{
  padding:18px;
}
.single .cp-related-title{
  margin:10px 0 8px;
  font-size:1.78rem;
  line-height:1.34;
}
@media (max-width: 1180px){
.single .cp-single-shell{
    grid-template-columns:minmax(0,1fr) 280px;
    gap:24px;
    padding:30px 34px 36px;
  }
.single .cp-share-rail{display:none;}
.single .cp-single-sidebar{top:104px;}

}
@media (max-width: 1024px){
.single .cp-single-head-premium{padding:32px 28px 18px;}
.single .cp-single-cover-premium{margin:0 28px;}
.single .cp-single-shell{
    grid-template-columns:minmax(0,1fr) 260px;
    gap:20px;
    padding:28px;
  }
.single .cp-single-content-premium .entry-content{padding:28px 28px 12px;}
.single .cp-post-tax-wrap,
  .single .cp-author-box{margin-left:28px;margin-right:28px;}
.single .cp-related-grid{grid-template-columns:1fr 1fr;}

}
@media (max-width: 820px){
.single .cp-single-head-premium{padding:26px 22px 16px;}
.single .cp-single-title{font-size:clamp(2.6rem,8vw,4rem);}
.single .cp-single-cover-premium{margin:0 22px;border-radius:20px;}
.single .cp-single-shell{
    grid-template-columns:1fr;
    gap:22px;
    padding:24px 22px 26px;
  }
.single .cp-single-sidebar{position:static;top:auto;order:2;}
.single .cp-single-main{order:1;}
.single .cp-single-content-premium .entry-content{padding:24px 22px 8px;}
.single .cp-post-tax-wrap,
  .single .cp-author-box{margin-left:22px;margin-right:22px;}

}
@media (max-width: 680px){
.single .cp-single-wrap-premium{padding-top:24px;}
.single .cp-single-card-premium{border-radius:24px;}
.single .cp-single-head-premium{padding:22px 18px 14px;}
.single .cp-single-cover-premium{margin:0 18px;border-radius:18px;}
.single .cp-single-shell{padding:20px 18px 22px;}
.single .cp-single-content-premium .entry-content{padding:22px 18px 6px;}
.single .cp-single-content-premium .entry-content p,
  .single .cp-single-content-premium .entry-content li{font-size:1.68rem;line-height:1.86;}
.single .cp-single-content-premium .entry-content h2{font-size:2.4rem;}
.single .cp-single-content-premium .entry-content h3{font-size:1.95rem;}
.single .cp-post-tax-wrap,
  .single .cp-author-box{margin-left:18px;margin-right:18px;}
.single .cp-author-box{grid-template-columns:1fr;padding:20px;}
.single .cp-related-grid{grid-template-columns:1fr;}

}
body.single .cp-single-wrap-premium{
  max-width:1360px;
  padding:0 18px 18px;
  background:linear-gradient(180deg,#f8fbff 0%,#f3f7ff 45%,#edf3ff 100%);
  border-radius:32px;
}
body.single .cp-single-card-premium{padding:18px 0 0;}
body.single .cp-single-shell{
  display:grid;
  grid-template-columns:58px minmax(0,760px) 280px;
  gap:28px;
  align-items:start;
  max-width:1180px;
  margin:0 auto;
}
body.single .cp-single-main,
body.single .cp-single-sidebar,
body.single .cp-single-content-premium,
body.single .entry-content{min-width:0;}
body.single .cp-single-content-premium{
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  border:1px solid var(--cp-border);
  border-radius:22px;
  box-shadow:0 18px 40px rgba(15,31,56,.08);
  overflow:hidden;
}
body.single .cp-single-cover-premium{border-radius:22px;box-shadow:0 22px 48px rgba(15,31,56,.12);}
body.single .cp-single-cover-premium img{width:100%;height:100%;object-fit:cover;display:block;}
body.single .cp-sidebar-card{position:relative;top:auto;}
body.single .cp-single-sidebar{display:grid;gap:18px;}
body.single .cp-sidebar-card,
body.single .cp-author-box,
body.single .cp-single-comments{
  border-radius:22px;
  box-shadow:0 16px 34px rgba(15,31,56,.07);
}
body.single .cp-share-link{transition:transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;}
body.single .cp-share-link:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(15,31,56,.16);}
@media (max-width: 1180px){
body.single .cp-single-shell{grid-template-columns:minmax(0,1fr) 270px;}
body.single .cp-share-rail{display:none;}

}
@media (max-width: 820px){
body.single .cp-single-wrap-premium,
  .archive .cp-archive-shell,
  .category .cp-archive-shell{padding-left:14px;padding-right:14px;}
body.single .cp-single-shell{grid-template-columns:1fr;gap:20px;}
body.single .cp-single-sidebar{order:2;}

}
body.single .cp-single-wrap-premium{
  background:linear-gradient(180deg,#f8fbff 0%,#f3f7ff 45%,#edf3ff 100%);
}
body.single .cp-single-card-premium{
  background:linear-gradient(180deg,#f8fbff 0%,#f3f7ff 45%,#edf3ff 100%);
  border-radius:32px;
  overflow:hidden;
}
body.single .cp-single-head-premium{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:34px 40px 18px;
  background:transparent;
}
body.single .cp-single-head-premium .cp-single-title{max-width:1040px;}
body.single .cp-single-cover-premium{max-width:1180px;}
body.single .cp-toc-nav li.is-sub{padding-left:0;}
@media (max-width: 820px){
body.single .cp-single-head-premium{padding:24px 18px 14px;}

}
body.single .cp-single-head-premium{
  padding-bottom:18px;
}
body.single .cp-single-title-premium{
  text-wrap:balance;
  letter-spacing:-.05em;
}
.cp-single-highlight{
  display:grid;
  grid-template-columns:minmax(0,1.5fr) auto;
  gap:18px;
  align-items:center;
  margin:0 0 28px;
  padding:24px 26px;
  border-radius:26px;
  background:var(--cp-highlight-bg);
  border:1px solid rgba(33,76,155,.12);
  box-shadow:var(--cp-shadow-soft);
  position:relative;
  overflow:hidden;
}
.cp-single-highlight::before{
  content:"";
  position:absolute;
  inset:auto -60px -60px auto;
  width:220px;height:220px;
  background:radial-gradient(circle, rgba(33,76,155,.12), rgba(33,76,155,0));
}
.cp-single-highlight-body,
.cp-single-highlight-actions{position:relative;z-index:1;}
.cp-single-highlight-kicker{
  display:inline-flex;align-items:center;gap:8px;
  font-size:1.05rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;
  color:var(--cp-accent);
  margin-bottom:10px;
}
.cp-single-highlight-title{margin:0 0 8px;font-size:2rem;line-height:1.2;color:var(--cp-title);}
.cp-single-highlight-copy{margin:0;color:var(--cp-text-soft);font-size:1.46rem;line-height:1.7;max-width:60ch;}
.cp-single-highlight-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end;}
@media (max-width: 980px){
.cp-single-highlight{grid-template-columns:1fr;padding:22px;}
.cp-single-highlight-actions{justify-content:flex-start;}

}
@media (max-width: 680px){
.cp-single-highlight-title{font-size:1.72rem;}
.cp-single-highlight-copy{font-size:1.34rem;}

}
body.single .cp-single-wrap-premium{
  max-width: 1360px;
}
body.single .cp-single-shell{
  grid-template-columns: 70px minmax(0,var(--cp-content-wide)) 300px;
  max-width: 1300px;
  gap: 32px;
}
body.single .cp-single-main,
body.single .cp-single-content,
body.single .cp-single-content-premium .entry-content,
body.single .cp-post-tax-wrap,
body.single .cp-author-box{
  max-width: 100%;
}
body.single .cp-single-content-premium .entry-content{
  padding-left: 40px;
  padding-right: 40px;
}
body.single .cp-post-tax-wrap,
body.single .cp-author-box{
  margin-left: 40px;
  margin-right: 40px;
}
body.single .cp-single-sidebar{
  position: static;
  align-self: start;
}
body.single .cp-sidebar-card.cp-toc-card{
  position: sticky;
  top: 108px;
}
body.single .cp-trending-card{
  margin-top: 2px;
}
@media (max-width: 1180px){
body.single .cp-single-shell{
    grid-template-columns: 58px minmax(0,1fr) 280px;
    max-width: 1220px;
  }

}
@media (max-width: 980px){
body.single .cp-single-shell{
    grid-template-columns: 1fr;
    gap: 22px;
  }
body.single .cp-single-sidebar{
    order: 2;
  }
body.single .cp-sidebar-card.cp-toc-card{
    position: relative;
    top: auto;
  }
body.single .cp-single-content-premium .entry-content,
  body.single .cp-post-tax-wrap,
  body.single .cp-author-box{
    padding-left: 22px;
    padding-right: 22px;
    margin-left: 0;
    margin-right: 0;
  }

}
.single .cp-single-wrap-premium{
  max-width:1320px;
  padding-top:40px;
}
.single .cp-single-shell{
  align-items:start;
  gap:30px;
}
.single .cp-single-main{
  min-width:0;
}
.single .cp-single-content-premium{
  border:1px solid rgba(30,41,59,.08);
  border-radius:24px;
  box-shadow:0 14px 42px rgba(15,23,42,.06);
  overflow:hidden;
}
.single .cp-single-content-premium .entry-content{
  max-width:none;
  padding:36px 40px 18px;
}
.single .cp-single-content-premium .entry-content > *:first-child{
  margin-top:0 !important;
}
.single .cp-single-content-premium .entry-content p,
.single .cp-single-content-premium .entry-content li{
  font-size:1.9rem;
  line-height:1.9;
  color:#233246;
  letter-spacing:.002em;
}
.single .cp-single-content-premium .entry-content p{
  margin:0 0 1.58em;
}
.single .cp-single-content-premium .entry-content ul,
.single .cp-single-content-premium .entry-content ol{
  margin:0 0 1.7em 1.3em;
  padding:0;
}
.single .cp-single-content-premium .entry-content li + li{
  margin-top:.58em;
}
.single .cp-single-content-premium .entry-content h2{
  font-size:3.15rem;
  line-height:1.18;
  letter-spacing:-.035em;
  margin:2.1em 0 .8em;
  padding-bottom:.7em;
  position:relative;
  border-bottom:none;
}
.single .cp-single-content-premium .entry-content h2::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:repeating-linear-gradient(90deg, rgba(148,163,184,.75) 0 8px, rgba(148,163,184,0) 8px 16px);
}
.single .cp-single-content-premium .entry-content h3{
  font-size:2.38rem;
  line-height:1.28;
  letter-spacing:-.02em;
  margin:1.7em 0 .72em;
  padding-bottom:.55em;
  position:relative;
}
.single .cp-single-content-premium .entry-content h3::after{
  content:"";
  position:absolute;
  left:0;
  width:92px;
  bottom:0;
  height:1px;
  background:repeating-linear-gradient(90deg, rgba(99,102,241,.55) 0 7px, rgba(99,102,241,0) 7px 14px);
}
.single .cp-single-content-premium .entry-content a{
  color:#1f4fa3;
  text-decoration:none;
  background-image:linear-gradient(transparent 62%, rgba(250,219,109,.55) 62%);
  background-repeat:no-repeat;
  transition:color .2s ease, background-size .2s ease;
}
.single .cp-single-content-premium .entry-content a:hover{
  color:#173b7b;
}
.single .cp-single-content-premium .entry-content blockquote{
  position:relative;
  margin:2em 0;
  padding:24px 24px 24px 28px;
  border:none;
  border-left:4px solid #4f46e5;
  border-radius:18px;
  background:linear-gradient(135deg,#f8fbff 0%,#f6f3ff 100%);
  box-shadow:0 14px 34px rgba(79,70,229,.08);
}
.single .cp-single-content-premium .entry-content blockquote::before{
  content:"“";
  position:absolute;
  top:8px;
  left:14px;
  font-size:5rem;
  line-height:1;
  color:rgba(79,70,229,.12);
  font-family:Georgia,serif;
}
.single .cp-single-content-premium .entry-content img{
  border-radius:18px;
}
.single .cp-single-content-premium .faq-box,
.single .cp-single-content-premium .schema-faq-section,
.single .cp-single-content-premium details.wp-block-details{
  border:1px solid rgba(99,102,241,.12);
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow:0 10px 26px rgba(15,23,42,.05);
  overflow:hidden;
  margin:0 0 16px;
}
.single .cp-single-content-premium .schema-faq-question,
.single .cp-single-content-premium .faq-box .faq-question,
.single .cp-single-content-premium details.wp-block-details > summary{
  display:block;
  list-style:none;
  margin:0;
  padding:18px 20px;
  font-size:1.72rem;
  line-height:1.45;
  font-weight:700;
  color:#15243a;
  cursor:pointer;
  position:relative;
}
.single .cp-single-content-premium details.wp-block-details > summary::-webkit-details-marker{
  display:none;
}
.single .cp-single-content-premium .schema-faq-question::after,
.single .cp-single-content-premium .faq-box .faq-question::after,
.single .cp-single-content-premium details.wp-block-details > summary::after{
  content:"+";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#eef2ff;
  color:#3743b5;
  font-size:2rem;
  line-height:1;
  font-weight:600;
}
.single .cp-single-content-premium details[open].wp-block-details > summary::after{
  content:"–";
}
.single .cp-single-content-premium .schema-faq-answer,
.single .cp-single-content-premium .faq-box .faq-answer,
.single .cp-single-content-premium details.wp-block-details > *:not(summary){
  padding:0 20px 18px;
}
.single .cp-single-content-premium .schema-faq-answer > *:last-child,
.single .cp-single-content-premium .faq-box .faq-answer > *:last-child{margin-bottom:0;}
.single .cp-single-sidebar{
  top:108px;
  gap:20px;
}
.single .cp-single-sidebar .cp-sidebar-card{
  border-radius:20px;
  box-shadow:0 12px 30px rgba(15,23,42,.06);
  border:1px solid rgba(30,41,59,.08);
}
.single .cp-toc-card{
  position:sticky;
  top:108px;
}
.single .cp-toc-nav ol{
  gap:8px;
}
.single .cp-toc-nav a{
  display:block;
  padding:10px 12px;
  border-radius:12px;
  font-size:1.44rem;
  line-height:1.45;
  color:#314255;
  transition:background .18s ease,color .18s ease, transform .18s ease;
}
.single .cp-toc-nav a:hover{
  background:#f5f8ff;
  color:#1f4fa3;
  transform:translateX(2px);
}
.single .cp-share-rail{
  top:128px;
}
@media (max-width: 1100px){
.single .cp-single-wrap-premium{
    max-width:1220px;
  }
.single .cp-single-shell{
    gap:24px;
  }
.single .cp-single-content-premium .entry-content{
    padding:32px 34px 14px;
  }

}
@media (max-width: 980px){
.single .cp-single-sidebar{
    position:static;
    top:auto;
  }
.single .cp-toc-card{
    position:static;
  }

}
@media (max-width: 782px){
.single .cp-single-wrap-premium{
    padding-top:28px;
  }
.single .cp-single-content-premium{
    border-radius:20px;
  }
.single .cp-single-content-premium .entry-content{
    padding:24px 22px 10px;
  }
.single .cp-single-content-premium .entry-content p,
  .single .cp-single-content-premium .entry-content li{
    font-size:1.72rem;
    line-height:1.84;
  }
.single .cp-single-content-premium .entry-content h2{
    font-size:2.42rem;
    margin-top:1.9em;
  }
.single .cp-single-content-premium .entry-content h3{
    font-size:2rem;
  }
.single .cp-single-content-premium .schema-faq-question,
  .single .cp-single-content-premium .faq-box .faq-question,
  .single .cp-single-content-premium details.wp-block-details > summary{
    padding:16px 18px;
    font-size:1.58rem;
    padding-right:56px;
  }
.single .cp-single-content-premium .schema-faq-question::after,
  .single .cp-single-content-premium .faq-box .faq-question::after,
  .single .cp-single-content-premium details.wp-block-details > summary::after{
    right:14px;
    width:28px;
    height:28px;
    font-size:1.8rem;
  }

}
@media (max-width: 520px){
.single .cp-single-content-premium .entry-content{
    padding:22px 18px 8px;
  }
.single .cp-single-content-premium .entry-content p,
  .single .cp-single-content-premium .entry-content li{
    font-size:1.64rem;
    line-height:1.82;
  }
.single .cp-single-content-premium .entry-content h2{
    font-size:2.18rem;
  }
.single .cp-single-content-premium .entry-content h3{
    font-size:1.86rem;
  }
.single .cp-single-content-premium .entry-content blockquote{
    padding:20px 18px 18px 22px;
    border-radius:16px;
  }

}
.single .cp-author-box{
  align-items:center;
  gap:22px;
  padding:26px;
  border-radius:26px;
  background:
    radial-gradient(circle at top right, rgba(59,130,246,.10), transparent 34%),
    linear-gradient(135deg,#fbfdff 0%,#f3f7ff 100%);
  border:1px solid #d8e4fb;
  box-shadow:0 20px 46px rgba(15,23,42,.08);
}
.single .cp-author-avatar img{
  width:88px;
  height:88px;
  object-fit:cover;
  border-radius:22px;
}
.single .cp-author-role{
  display:block;
  margin:2px 0 10px;
  font-size:1.22rem;
  font-weight:700;
  letter-spacing:.03em;
  text-transform:uppercase;
  color:#35507b;
}
.single .cp-author-bio{
  max-width:68ch;
}
@media (max-width: 768px){
body.single .site,
  body.single .site-main,
  body.single .cp-single-wrap,
  body.single .cp-single-main,
  body.single .cp-single-content,
  body.single .cp-single-content-premium,
  body.single .cp-single-content-premium .entry-content{
    max-width:100%;
  }
body.single .cp-single-wrap{
    gap:20px;
  }
body.single .cp-single-content-premium{
    border-radius:24px;
  }
body.single .cp-single-content-premium .entry-content{
    padding:26px 18px 10px;
  }
body.single .cp-single-content-premium .entry-content > *{
    max-width:none;
  }
body.single .cp-single-content-premium .entry-content p,
  body.single .cp-single-content-premium .entry-content li{
    font-size:1.72rem;
    line-height:1.88;
    letter-spacing:-.004em;
    margin-bottom:1.15em;
  }
body.single .cp-single-content-premium .entry-content ul,
  body.single .cp-single-content-premium .entry-content ol{
    padding-left:1.3em;
    margin-bottom:1.2em;
  }
body.single .cp-single-content-premium .entry-content li{
    padding-left:2px;
    margin-bottom:.7em;
  }
body.single .cp-single-content-premium .entry-content h2{
    font-size:2.5rem;
    line-height:1.18;
    margin-top:2.2em;
    margin-bottom:.72em;
    padding-bottom:.44em;
  }
body.single .cp-single-content-premium .entry-content h3{
    font-size:2rem;
    line-height:1.28;
    margin-top:1.8em;
    margin-bottom:.68em;
    padding-bottom:.36em;
  }
body.single .cp-single-content-premium .entry-content blockquote{
    margin:1.35em 0;
    padding:18px 16px 16px 18px;
    border-radius:18px;
  }
body.single .cp-single-content-premium .entry-content table,
  body.single .cp-single-content-premium .entry-content pre,
  body.single .cp-single-content-premium .entry-content .wp-block-table,
  body.single .cp-single-content-premium .entry-content .wp-block-code,
  body.single .cp-single-content-premium .entry-content .wp-block-image,
  body.single .cp-single-content-premium .entry-content .wp-block-embed{
    margin-left:0;
    margin-right:0;
  }
body.single .cp-post-tax-wrap,
  body.single .cp-author-box,
  body.single .cp-sidebar-card,
  body.single .cp-faq-auto{
    margin-left:18px;
    margin-right:18px;
  }
body.single .cp-author-box{
    grid-template-columns:1fr;
    padding:20px;
    gap:16px;
  }
body.single .cp-author-avatar{
    display:flex;
    justify-content:flex-start;
  }
body.single .cp-author-avatar img{
    width:76px;
    height:76px;
    border-radius:18px;
  }
body.single .cp-author-name{
    font-size:1.9rem;
    line-height:1.14;
  }
body.single .cp-author-role{
    font-size:1.08rem;
    margin-bottom:8px;
  }
body.single .cp-author-bio{
    font-size:1.46rem;
    line-height:1.78;
  }
body.single .cp-mobile-telegram-bar,
  .cp-mobile-telegram-bar{
    left:12px;
    right:12px;
    bottom:14px;
    padding:10px 14px;
    border-radius:18px;
    min-height:unset;
    box-shadow:0 14px 34px rgba(15,23,42,.22);
    backdrop-filter:blur(14px);
  }
body.single .cp-mobile-telegram-bar .cp-mobile-telegram-content,
  .cp-mobile-telegram-bar .cp-mobile-telegram-content{
    min-width:0;
  }
body.single .cp-mobile-telegram-bar .cp-mobile-telegram-title,
  .cp-mobile-telegram-bar .cp-mobile-telegram-title{
    font-size:1.34rem;
    line-height:1.25;
  }
body.single .cp-mobile-telegram-bar .cp-mobile-telegram-meta,
  .cp-mobile-telegram-bar .cp-mobile-telegram-meta{
    font-size:1.12rem;
    line-height:1.35;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

}
@media (max-width: 480px){
body.single .cp-single-content-premium .entry-content{
    padding:24px 16px 8px;
  }
body.single .cp-post-tax-wrap,
  body.single .cp-author-box,
  body.single .cp-sidebar-card,
  body.single .cp-faq-auto{
    margin-left:16px;
    margin-right:16px;
  }
body.single .cp-single-content-premium .entry-content p,
  body.single .cp-single-content-premium .entry-content li{
    font-size:1.68rem;
    line-height:1.86;
  }
body.single .cp-single-content-premium .entry-content h2{
    font-size:2.34rem;
  }
body.single .cp-single-content-premium .entry-content h3{
    font-size:1.9rem;
  }
body.single .cp-mobile-telegram-bar,
  .cp-mobile-telegram-bar{
    left:10px;
    right:10px;
    bottom:12px;
    padding:10px 12px;
    border-radius:16px;
  }

}
body.single .cp-author-box{
  position:relative;
  overflow:hidden;
  border:1px solid #d9e5fb;
  background:linear-gradient(135deg,#fcfdff 0%,#eef5ff 100%);
  box-shadow:0 18px 44px rgba(17,32,60,.09);
}
body.single .cp-author-box::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:6px;
  background:linear-gradient(180deg,#2563eb,#38bdf8);
}
body.single .cp-author-kicker{
  color:#5a6d8a;
  letter-spacing:.12em;
}
body.single .cp-author-role{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(37,99,235,.08);
  color:#17376b;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
body.single .cp-author-role::before{content:"✦"; color:#2563eb;}
body.single .cp-single-content-premium .entry-content > h2{
  margin-top:2.5em;
  padding-top:16px;
  border-top:1px dashed #d9e3ef;
  position:relative;
}
body.single .cp-single-content-premium .entry-content > h2::before{
  content:"";
  position:absolute;
  top:-1px;
  left:0;
  width:74px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,#2563eb,#60a5fa);
}
body.single .cp-single-content-premium .entry-content > h3{
  margin-top:2em;
}
body.single .cp-single-content-premium .entry-content p,
body.single .cp-single-content-premium .entry-content li{
  max-width:720px;
}
body.single .cp-single-content-premium .entry-content a:not(.cp-button):not(.wp-block-button__link){
  color:#163a73;
  font-weight:700;
  text-decoration:none;
  background-image:linear-gradient(120deg,rgba(253,230,138,.0) 0%, rgba(253,230,138,.0) 48%, rgba(253,230,138,.8) 48%, rgba(250,204,21,.7) 100%);
  background-repeat:no-repeat;
  background-size:100% .72em;
  background-position:0 92%;
  transition:color .2s ease, background-size .2s ease, opacity .2s ease;
}
body.single .cp-single-content-premium .entry-content a:not(.cp-button):not(.wp-block-button__link):hover{
  color:#0f2d58;
  background-size:100% .92em;
}
body.single .cp-single-content-premium .entry-content mark{
  background:linear-gradient(120deg,#fde68a 0%,#facc15 100%);
  color:#0f172a;
  padding:2px 7px;
  border-radius:6px;
}
.single .cp-sidebar-card.cp-toc-card{
  border:1px solid #dce8f8;
  box-shadow:0 16px 40px rgba(17,32,60,.08);
}
.single .cp-toc-nav a{
  position:relative;
  padding-right:10px;
}
.single .cp-toc-nav a.is-active{
  background:linear-gradient(180deg,#eff5ff 0%,#e8f0ff 100%);
  color:#123a73;
  box-shadow:inset 0 0 0 1px rgba(37,99,235,.08);
}
.single .cp-toc-nav a.is-active::after{
  content:"";
  position:absolute;
  top:10px;
  right:0;
  bottom:10px;
  width:3px;
  border-radius:999px;
  background:linear-gradient(180deg,#2563eb,#60a5fa);
}
.cp-reading-progress{height:4px; box-shadow:0 6px 18px rgba(29,78,216,.28);}
@media (max-width: 782px){
body.single .cp-single-content-premium .entry-content{padding-left:16px;padding-right:16px;}
body.single .cp-single-content-premium .entry-content > h2{margin-top:2.2em;padding-top:14px;}
body.single .cp-single-content-premium .entry-content > h2::before{width:62px;}
body.single .cp-single-content-premium .entry-content p,
  body.single .cp-single-content-premium .entry-content li{max-width:none;}

}
@media (max-width: 480px){
body.single .cp-single-content-premium .entry-content p,
  body.single .cp-single-content-premium .entry-content li{font-size:1.7rem;line-height:1.88;}
body.single .cp-single-content-premium .entry-content > h2{font-size:2.34rem;}
body.single .cp-single-content-premium .entry-content > h3{font-size:1.92rem;}

}
.cp-single-content .entry-content.is-dotted-sections{position:relative;}
.cp-article-intro-card{max-width:var(--cp-content);margin:0 auto 28px;padding:22px 24px;border-radius:22px;background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(56,189,248,.12));border:1px solid rgba(37,99,235,.12);box-shadow:0 16px 40px rgba(15,23,42,.06);}
.cp-article-intro-kicker{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#1d4ed8;margin:0 0 10px;}
.cp-article-intro-text{margin:0;font-size:1.02rem;line-height:1.85;color:var(--cp-text);font-weight:600;}
.cp-single-content .entry-content > p:first-of-type{font-size:1.18rem;line-height:1.95;color:#20314d;}
.cp-single-content .entry-content p{max-width:700px;hyphens:auto;text-wrap:pretty;}
.cp-single-content .entry-content ul,.cp-single-content .entry-content ol{max-width:700px;}
.cp-single-content .entry-content h2{position:relative;scroll-margin-top:110px;padding-top:16px;margin-top:54px;}
.cp-single-content .entry-content h2::before{content:"";display:block;width:76px;height:4px;border-radius:999px;background:linear-gradient(90deg,#2563eb,#7dd3fc);margin:0 0 14px;opacity:.95;}
.cp-single-content .entry-content h3{scroll-margin-top:110px;margin-top:38px;}
.cp-single-content .entry-content a{font-weight:700;text-decoration:none;background-image:linear-gradient(transparent 72%,rgba(250,204,21,.5) 72%);background-repeat:no-repeat;background-size:100% 100%;transition:background-size .18s ease,color .18s ease,opacity .18s ease;}
.cp-single-content .entry-content a:hover{background-image:linear-gradient(transparent 62%,rgba(250,204,21,.68) 62%);color:#0f172a;}
.cp-single-content .entry-content mark{background:linear-gradient(120deg,#fde68a 0%,#facc15 100%);padding:2px 6px;border-radius:6px;color:#111827;}
.cp-single-content .entry-content .cp-info-box,
.cp-single-content .entry-content .cp-summary-box,
.cp-single-content .entry-content .cp-warning-box,
.cp-single-content .entry-content .cp-note-box,
.cp-single-content .entry-content .wp-block-group.is-style-power-box{max-width:var(--cp-content);margin:28px auto;padding:22px 24px;border-radius:22px;border:1px solid rgba(15,23,42,.08);box-shadow:0 14px 32px rgba(15,23,42,.06);background:#fff;position:relative;overflow:hidden;}
.cp-single-content .entry-content .cp-info-box::before,
.cp-single-content .entry-content .cp-summary-box::before,
.cp-single-content .entry-content .cp-warning-box::before,
.cp-single-content .entry-content .cp-note-box::before,
.cp-single-content .entry-content .wp-block-group.is-style-power-box::before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:linear-gradient(180deg,#2563eb,#7dd3fc);}
.cp-single-content .entry-content .cp-summary-box::before{background:linear-gradient(180deg,#0f766e,#5eead4);}
.cp-single-content .entry-content .cp-warning-box::before{background:linear-gradient(180deg,#ea580c,#f59e0b);}
.cp-single-content .entry-content .cp-note-box::before{background:linear-gradient(180deg,#7c3aed,#c084fc);}
.cp-single-content .entry-content .cp-info-box > *:last-child,
.cp-single-content .entry-content .cp-summary-box > *:last-child,
.cp-single-content .entry-content .cp-warning-box > *:last-child,
.cp-single-content .entry-content .cp-note-box > *:last-child,
.cp-single-content .entry-content .wp-block-group.is-style-power-box > *:last-child{margin-bottom:0;}
.cp-single-content .entry-content .cp-box-title{font-size:1rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#1d4ed8;margin:0 0 10px;}
.cp-single-related .cp-section-head-related{align-items:end;margin-bottom:18px;}
.cp-single-related .cp-section-kicker{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#2563eb;margin-bottom:8px;}
.cp-single-related .cp-section-title{font-size:clamp(1.8rem,3vw,2.6rem);letter-spacing:-.03em;margin:0;color:var(--cp-title);}
@media (max-width: 782px){
.cp-article-intro-card{padding:18px 18px 18px;border-radius:18px;margin-bottom:22px;}
.cp-article-intro-text{font-size:.98rem;line-height:1.8;}
.cp-single-content .entry-content > p:first-of-type{font-size:1.08rem;line-height:1.86;}
.cp-single-content .entry-content h2{margin-top:42px;padding-top:12px;}
.cp-single-content .entry-content h2::before{width:58px;height:3px;margin-bottom:12px;}
.cp-single-content .entry-content .cp-info-box,
.cp-single-content .entry-content .cp-summary-box,
.cp-single-content .entry-content .cp-warning-box,
.cp-single-content .entry-content .cp-note-box,
.cp-single-content .entry-content .wp-block-group.is-style-power-box{padding:18px 18px 18px;border-radius:18px;margin:22px auto;}

}
.cp-single-content .entry-content .wp-block-group.is-style-power-info,
.cp-single-content .entry-content .wp-block-group.is-style-power-summary,
.cp-single-content .entry-content .wp-block-group.is-style-power-warning,
.cp-single-content .entry-content .wp-block-group.is-style-power-note,
.editor-styles-wrapper .wp-block-group.is-style-power-info,
.editor-styles-wrapper .wp-block-group.is-style-power-summary,
.editor-styles-wrapper .wp-block-group.is-style-power-warning,
.editor-styles-wrapper .wp-block-group.is-style-power-note{
  position:relative;
  overflow:hidden;
  margin:28px auto;
  padding:22px 24px;
  border-radius:22px;
  border:1px solid rgba(15,23,42,.08);
  background:#fff;
  box-shadow:0 14px 32px rgba(15,23,42,.06);
}
.cp-single-content .entry-content .wp-block-group.is-style-power-info::before,
.cp-single-content .entry-content .wp-block-group.is-style-power-summary::before,
.cp-single-content .entry-content .wp-block-group.is-style-power-warning::before,
.cp-single-content .entry-content .wp-block-group.is-style-power-note::before,
.editor-styles-wrapper .wp-block-group.is-style-power-info::before,
.editor-styles-wrapper .wp-block-group.is-style-power-summary::before,
.editor-styles-wrapper .wp-block-group.is-style-power-warning::before,
.editor-styles-wrapper .wp-block-group.is-style-power-note::before{
  content:"";position:absolute;inset:0 auto 0 0;width:6px;border-radius:8px 0 0 8px;
}
.cp-single-content .entry-content .wp-block-group.is-style-power-info::before,
.editor-styles-wrapper .wp-block-group.is-style-power-info::before{background:linear-gradient(180deg,#2563eb,#7dd3fc);}
.cp-single-content .entry-content .wp-block-group.is-style-power-summary::before,
.editor-styles-wrapper .wp-block-group.is-style-power-summary::before{background:linear-gradient(180deg,#0f766e,#5eead4);}
.cp-single-content .entry-content .wp-block-group.is-style-power-warning::before,
.editor-styles-wrapper .wp-block-group.is-style-power-warning::before{background:linear-gradient(180deg,#ea580c,#f59e0b);}
.cp-single-content .entry-content .wp-block-group.is-style-power-note::before,
.editor-styles-wrapper .wp-block-group.is-style-power-note::before{background:linear-gradient(180deg,#7c3aed,#c084fc);}
.cp-single-content .entry-content .wp-block-group.is-style-power-info > *:last-child,
.cp-single-content .entry-content .wp-block-group.is-style-power-summary > *:last-child,
.cp-single-content .entry-content .wp-block-group.is-style-power-warning > *:last-child,
.cp-single-content .entry-content .wp-block-group.is-style-power-note > *:last-child,
.editor-styles-wrapper .wp-block-group.is-style-power-info > *:last-child,
.editor-styles-wrapper .wp-block-group.is-style-power-summary > *:last-child,
.editor-styles-wrapper .wp-block-group.is-style-power-warning > *:last-child,
.editor-styles-wrapper .wp-block-group.is-style-power-note > *:last-child{margin-bottom:0;}
.cp-single-content .entry-content .wp-block-group.is-style-power-info p:first-child strong,
.cp-single-content .entry-content .wp-block-group.is-style-power-summary p:first-child strong,
.cp-single-content .entry-content .wp-block-group.is-style-power-warning p:first-child strong,
.cp-single-content .entry-content .wp-block-group.is-style-power-note p:first-child strong,
.editor-styles-wrapper .wp-block-group.is-style-power-info p:first-child strong,
.editor-styles-wrapper .wp-block-group.is-style-power-summary p:first-child strong,
.editor-styles-wrapper .wp-block-group.is-style-power-warning p:first-child strong,
.editor-styles-wrapper .wp-block-group.is-style-power-note p:first-child strong{
  display:inline-block;
  margin-bottom:10px;
  font-size:.96rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.cp-single-content .entry-content .wp-block-group.is-style-power-info p:first-child strong,
.editor-styles-wrapper .wp-block-group.is-style-power-info p:first-child strong{color:#1d4ed8;}
.cp-single-content .entry-content .wp-block-group.is-style-power-summary p:first-child strong,
.editor-styles-wrapper .wp-block-group.is-style-power-summary p:first-child strong{color:#0f766e;}
.cp-single-content .entry-content .wp-block-group.is-style-power-warning p:first-child strong,
.editor-styles-wrapper .wp-block-group.is-style-power-warning p:first-child strong{color:#c2410c;}
.cp-single-content .entry-content .wp-block-group.is-style-power-note p:first-child strong,
.editor-styles-wrapper .wp-block-group.is-style-power-note p:first-child strong{color:#7c3aed;}
@media (max-width:782px){
.cp-single-content .entry-content .wp-block-group.is-style-power-info,
  .cp-single-content .entry-content .wp-block-group.is-style-power-summary,
  .cp-single-content .entry-content .wp-block-group.is-style-power-warning,
  .cp-single-content .entry-content .wp-block-group.is-style-power-note,
  .editor-styles-wrapper .wp-block-group.is-style-power-info,
  .editor-styles-wrapper .wp-block-group.is-style-power-summary,
  .editor-styles-wrapper .wp-block-group.is-style-power-warning,
  .editor-styles-wrapper .wp-block-group.is-style-power-note{padding:18px 18px 18px;border-radius:18px;margin:22px auto;}

}
.single .cp-single-content .entry-content > p:first-of-type,
.single .cp-single-content .entry-content p:first-of-type,
.single .entry-content > p:first-of-type,
.single .entry-content p:first-of-type{
  font-size:18px !important;
  line-height:1.8 !important;
  font-weight:500 !important;
  letter-spacing:normal !important;
  color:#20314d !important;
}
.single .cp-single-content .entry-content p,
.single .entry-content p{
  font-size:17px;
  line-height:1.75;
  font-weight:400;
}
@media (max-width: 782px){
.single .cp-single-content .entry-content > p:first-of-type,
  .single .cp-single-content .entry-content p:first-of-type,
  .single .entry-content > p:first-of-type,
  .single .entry-content p:first-of-type{
    font-size:18px !important;
    line-height:1.8 !important;
  }
.single .cp-single-content .entry-content p,
  .single .entry-content p{
    font-size:17px;
    line-height:1.75;
  }

}


/* V24.4.1 visual hardening: TOC numbering and alignment */
body.single .cp-toc-nav ol{counter-reset:none !important;}
body.single .cp-toc-nav li{counter-increment:none !important;padding-left:0 !important;}
body.single .cp-toc-nav a{display:grid !important;grid-template-columns:44px minmax(0,1fr) !important;gap:12px !important;align-items:start !important;}
body.single .cp-toc-nav a::before, body.single .cp-toc-nav a::after{content:none !important;display:none !important;}
body.single .cp-toc-nav .cp-toc-num{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 0;font-size:1.05rem;font-weight:800;letter-spacing:.05em;color:var(--cp-accent);line-height:1;align-self:start;}
body.single .cp-toc-nav .cp-toc-text{display:block;min-width:0;word-break:break-word;overflow-wrap:anywhere;}
body.single .cp-toc-nav a.is-active .cp-toc-num{color:#123a73;}
@media (max-width: 782px){body.single .cp-toc-nav a{grid-template-columns:38px minmax(0,1fr) !important;gap:10px !important;}}
