/* Blog CyfrowyStrażak — list + single */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root{
    --csb-bg:#020617;
    --csb-bg2:#050914;
    --csb-card:#091120;
    --csb-card2:#0d1628;
    --csb-border:rgba(148,163,184,.16);
    --csb-text:#f8fafc;
    --csb-muted:#94a3b8;
    --csb-muted2:#64748b;
    --csb-blue:#3b82f6;
    --csb-cyan:#22d3ee;
    --csb-red:#ef4444;
    --csb-amber:#f59e0b;
    --csb-green:#22c55e;
}

html{scroll-behavior:smooth}
body{
    background:var(--csb-bg)!important;
    font-family:'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.cs-blog-page,
.cs-blog-single{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    min-height:100vh;
    padding-top:112px;
    background:
        radial-gradient(circle at 8% 8%,rgba(37,99,235,.11),transparent 24rem),
        radial-gradient(circle at 88% 20%,rgba(239,68,68,.07),transparent 24rem),
        linear-gradient(180deg,#040816 0%,#020617 46%,#030817 100%);
    color:var(--csb-text);
}

.cs-blog-page::before,
.cs-blog-single::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-2;
    pointer-events:none;
    opacity:.045;
    background-image:
        linear-gradient(rgba(96,165,250,.5) 1px,transparent 1px),
        linear-gradient(90deg,rgba(96,165,250,.5) 1px,transparent 1px);
    background-size:48px 48px;
    mask-image:linear-gradient(to bottom,black,transparent 52rem);
}

.cs-blog-shell{
    width:min(1180px,calc(100% - 32px));
    margin:0 auto;
}

.cs-blog-list-hero{
    position:relative;
    padding:72px 0 54px;
    border-bottom:1px solid rgba(255,255,255,.05);
}

.cs-blog-list-hero::after{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    right:5%;
    top:-80px;
    border-radius:999px;
    background:rgba(37,99,235,.14);
    filter:blur(70px);
    pointer-events:none;
}

.cs-blog-breadcrumbs{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    color:var(--csb-muted);
    font-size:14px;
    margin-bottom:18px;
}

.cs-blog-breadcrumbs a{
    color:var(--csb-muted);
    text-decoration:none;
    transition:.2s ease;
}

.cs-blog-breadcrumbs a:hover{color:#fff}
.cs-blog-breadcrumbs .current{color:#60a5fa}
.cs-blog-breadcrumbs .sep{opacity:.45}

.cs-blog-title-row{
    display:flex;
    align-items:center;
    gap:20px;
}

.cs-blog-title-icon{
    width:70px;
    height:70px;
    flex:0 0 70px;
    display:grid;
    place-items:center;
    border-radius:22px;
    color:#fff;
    background:linear-gradient(145deg,rgba(59,130,246,.22),rgba(15,23,42,.78));
    border:1px solid rgba(96,165,250,.22);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.06),
        0 18px 60px rgba(0,0,0,.32),
        0 0 0 1px rgba(59,130,246,.03);
}

.cs-blog-title-icon svg{width:30px;height:30px}

.cs-blog-list-hero h1{
    margin:0;
    color:#fff;
    font-size:clamp(2.35rem,6vw,4.35rem);
    line-height:.98;
    letter-spacing:-.045em;
    font-weight:900;
}

.cs-blog-list-hero p{
    margin:11px 0 0;
    color:var(--csb-muted);
    font-size:clamp(1rem,2vw,1.18rem);
}

.cs-blog-list{
    padding:56px 0 100px;
}

.cs-blog-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}

.cs-post-card{
    position:relative;
    display:flex;
    flex-direction:column;
    min-width:0;
    overflow:hidden;
    border-radius:26px;
    text-decoration:none;
    color:inherit;
    border:1px solid var(--csb-border);
    background:linear-gradient(180deg,rgba(15,23,42,.91),rgba(4,10,26,.96));
    box-shadow:0 22px 70px rgba(0,0,0,.24);
    transform:translateY(0);
    transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.cs-post-card:hover{
    transform:translateY(-5px);
    border-color:rgba(96,165,250,.36);
    box-shadow:0 28px 90px rgba(0,0,0,.34),0 0 35px rgba(37,99,235,.08);
}

.cs-post-image{
    position:relative;
    aspect-ratio:16/9;
    overflow:hidden;
    background:radial-gradient(circle at 50% 42%,rgba(59,130,246,.17),transparent 32%),#111827;
}

.cs-post-image::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(to top,rgba(2,6,23,.4),transparent 55%),
        linear-gradient(115deg,rgba(59,130,246,.05),rgba(239,68,68,.04));
}

.cs-post-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .6s cubic-bezier(.2,.7,.2,1),filter .4s ease;
}

.cs-post-card:hover .cs-post-image img{
    transform:scale(1.035);
}

.cs-post-placeholder{
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    color:#334155;
}

.cs-post-placeholder svg{width:58px;height:58px}

.cs-post-badge{
    position:absolute;
    z-index:3;
    left:20px;
    top:18px;
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:8px 12px;
    border-radius:999px;
    color:#bfdbfe;
    font-size:11px;
    line-height:1;
    font-weight:900;
    letter-spacing:.03em;
    background:rgba(30,64,175,.42);
    border:1px solid rgba(96,165,250,.22);
    backdrop-filter:blur(12px);
    box-shadow:0 8px 28px rgba(0,0,0,.18);
}

.cs-post-badge::before{
    content:"";
    width:6px;
    height:6px;
    border-radius:50%;
    background:#60a5fa;
    box-shadow:0 0 12px #3b82f6;
}

.cs-post-body{
    display:flex;
    flex:1;
    flex-direction:column;
    padding:25px 25px 22px;
}

.cs-post-card h2{
    margin:0;
    color:#fff;
    font-size:clamp(1.18rem,2vw,1.46rem);
    line-height:1.22;
    letter-spacing:-.02em;
    font-weight:850;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.cs-post-excerpt{
    margin:12px 0 18px;
    color:var(--csb-muted);
    font-size:14px;
    line-height:1.65;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.cs-post-meta{
    margin-top:auto;
    display:flex;
    justify-content:space-between;
    gap:12px;
    color:var(--csb-muted2);
    font-size:12px;
}

.cs-post-meta span{
    display:inline-flex;
    align-items:center;
    gap:6px;
}

.cs-blog-empty{
    padding:56px 28px;
    border:1px solid var(--csb-border);
    border-radius:28px;
    text-align:center;
    background:rgba(15,23,42,.56);
    color:var(--csb-muted);
}

.cs-blog-empty strong{
    display:block;
    color:#fff;
    font-size:1.35rem;
    margin-bottom:8px;
}

.cs-blog-pagination{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin-top:46px;
}

.cs-blog-pagination a,
.cs-blog-pagination span{
    min-width:42px;
    height:42px;
    display:grid;
    place-items:center;
    padding:0 12px;
    border-radius:13px;
    text-decoration:none;
    font-weight:800;
    font-size:13px;
    border:1px solid var(--csb-border);
    background:rgba(15,23,42,.7);
    color:var(--csb-muted);
}

.cs-blog-pagination a:hover{
    color:#fff;
    border-color:rgba(96,165,250,.4);
}

.cs-blog-pagination .active{
    color:#fff;
    border-color:rgba(96,165,250,.48);
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
    box-shadow:0 10px 32px rgba(37,99,235,.22);
}

/* SINGLE */
.cs-single-hero{
    position:relative;
    min-height:590px;
    display:flex;
    align-items:flex-end;
    overflow:hidden;
    border-bottom:1px solid rgba(255,255,255,.06);
}

.cs-single-hero-media{
    position:absolute;
    inset:0;
    background:#0f172a;
}

.cs-single-hero-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    filter:saturate(.88) contrast(1.05) brightness(.73);
    transform:scale(1.005);
}

.cs-single-hero-media::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(180deg,rgba(2,6,23,.16) 0%,rgba(2,6,23,.58) 46%,rgba(2,6,23,.99) 88%,#020617 100%),
        linear-gradient(90deg,rgba(2,6,23,.40),transparent 70%);
}

.cs-single-hero-noimage{
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 25% 25%,rgba(59,130,246,.22),transparent 30rem),
        radial-gradient(circle at 80% 35%,rgba(239,68,68,.13),transparent 26rem),
        linear-gradient(145deg,#0f172a,#020617);
}

.cs-single-hero-inner{
    position:relative;
    z-index:2;
    width:min(1120px,calc(100% - 42px));
    margin:0 auto;
    padding:138px 0 62px;
}

.cs-single-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 13px;
    margin-bottom:18px;
    border-radius:999px;
    color:#bbf7d0;
    background:rgba(22,101,52,.48);
    border:1px solid rgba(74,222,128,.22);
    backdrop-filter:blur(12px);
    font-size:12px;
    font-weight:900;
}

.cs-single-badge::before{
    content:"";
    width:7px;
    height:7px;
    border-radius:50%;
    background:#22c55e;
    box-shadow:0 0 14px rgba(34,197,94,.75);
}

.cs-single-hero h1{
    max-width:980px;
    margin:0;
    color:#fff;
    font-size:clamp(2.45rem,6vw,5.6rem);
    line-height:.99;
    letter-spacing:-.055em;
    font-weight:900;
    text-wrap:balance;
    text-shadow:0 12px 40px rgba(0,0,0,.38);
}

.cs-single-meta{
    margin-top:30px;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:20px 30px;
    color:#cbd5e1;
}

.cs-author-chip{
    display:flex;
    align-items:center;
    gap:12px;
}

.cs-author-avatar{
    width:44px;
    height:44px;
    flex:0 0 44px;
    border-radius:14px;
    display:grid;
    place-items:center;
    color:#fff;
    font-size:12px;
    font-weight:950;
    letter-spacing:.06em;
    border:1px solid rgba(96,165,250,.28);
    background:linear-gradient(145deg,#1e3a8a,#0f172a);
    box-shadow:0 12px 34px rgba(0,0,0,.3);
}

.cs-author-chip strong{
    display:block;
    color:#fff;
    font-size:14px;
    line-height:1.2;
}

.cs-author-chip small{
    display:block;
    margin-top:3px;
    color:var(--csb-muted);
    font-size:12px;
}

.cs-single-meta-item{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    color:var(--csb-muted);
}

.cs-single-meta-item svg{width:18px;height:18px;opacity:.9}

.cs-single-content-shell{
    width:min(980px,calc(100% - 42px));
    margin:0 auto;
    padding:30px 0 100px;
}

/* --- POPRAWIONY SPIS TREŚCI (HIERARCHIA H2 / H3) --- */

.cs-toc {
    margin: 32px 0 48px;
    border-radius: 20px;
    border: 1px solid rgba(59, 130, 246, 0.25);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.95), rgba(8, 15, 30, 0.98));
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.cs-toc-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 24px;
    background: rgba(30, 41, 59, 0.4);
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.cs-toc-head strong {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 800;
}

.cs-toc-head svg {
    width: 20px;
    height: 20px;
    color: #60a5fa;
}

.cs-toc-list {
    margin: 0;
    padding: 20px 24px;
    list-style: none;
    columns: 1; /* na mobilkach 1 kolumna dla pełnej czytelności */
}

/* Wyszczególnienie elementów na liście */
.cs-toc-list li {
    margin-bottom: 10px;
    line-height: 1.45;
}

/* GŁÓWNE NAGŁÓWKI (poziom H2) */
.cs-toc-list li:not(.level-3) {
    margin-top: 16px;
    padding-top: 10px;
    border-top: 1px dashed rgba(148, 163, 184, 0.12);
}

.cs-toc-list li:not(.level-3):first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.cs-toc-list li:not(.level-3) > a {
    color: #f8fafc;
    font-weight: 700;
    font-size: 0.98rem;
}

.cs-toc-list li:not(.level-3) > a:hover {
    color: #60a5fa;
}

/* PODNAGŁÓWKI (poziom H3) - Odpowiednie wcięcie i przyciemnienie */
.cs-toc-list li.level-3 {
    margin-top: 6px;
    margin-left: 20px; /* Wcięcie podnagłówków */
    padding-left: 12px;
    border-left: 2px solid rgba(59, 130, 246, 0.3); /* Subtelna kreska po lewej */
}

.cs-toc-list li.level-3 > a {
    color: #94a3b8;
    font-weight: 500;
    font-size: 0.88rem;
}

.cs-toc-list li.level-3 > a:hover {
    color: #38bdf8;
}

/* RWD - na szerszych ekranach komputera (powyżej 768px) */
@media (min-width: 768px) {
    .cs-toc-list {
        padding: 24px 32px;
    }
    
    .cs-toc-list li.level-3 {
        margin-left: 24px;
    }
}


.cs-toc-list a{
    color:#94a3b8;
    text-decoration:none;
    font-size:14px;
    line-height:1.45;
    transition:.2s ease;
}

.cs-toc-list a:hover{color:#fff}

/* --- ZMODERNIZOWANA TYPOGRAFIA ARTYKUŁU --- */

.cs-article-content {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #94a3b8;
    font-size: 1.05rem;
    line-height: 1.75;
    letter-spacing: -0.01em;
    overflow-wrap: anywhere;
}

/* Wstęp do artykułu (Lead / First Paragraph) */
.cs-article-content > p:first-child {
    color: #e2e8f0;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.65;
    margin-top: 0;
    margin-bottom: 32px;
    padding: 20px 24px;
    background: rgba(30, 41, 59, 0.4);
    border-left: 4px solid #3b82f6;
    border-radius: 0 16px 16px 0;
}

/* Nagłówki sekcji */
.cs-article-content h2,
.cs-article-content h3,
.cs-article-content h4 {
    scroll-margin-top: 120px;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.cs-article-content h2 {
    margin: 56px 0 20px;
    padding-bottom: 12px;
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    line-height: 1.25;
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.cs-article-content h3 {
    margin: 40px 0 16px;
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    line-height: 1.3;
    color: #f1f5f9;
}

.cs-article-content h4 {
    margin: 32px 0 12px;
    font-size: 1.2rem;
    color: #cbd5e1;
}

.cs-article-content p {
    margin: 0 0 20px;
}

.cs-article-content a {
    color: #60a5fa;
    text-decoration-color: rgba(96,165,250,.45);
    text-underline-offset: 4px;
}

/* Wyróżnienia / Pogrubienia (Bold) */
.cs-article-content strong,
.cs-article-content b {
    color: #38bdf8;
    font-weight: 700;
    padding: 0 2px;
}

.cs-article-content em {
    color: #cbd5e1;
}

/* Listy i punkty */
.cs-article-content ul,
.cs-article-content ol {
    margin: 0 0 28px;
    padding-left: 1.25em;
}

.cs-article-content li {
    margin: 10px 0;
    padding-left: 4px;
}

.cs-article-content li::marker {
    color: #38bdf8;
}

/* Cytaty i ramy tekstowe */
.cs-article-content blockquote {
    position: relative;
    margin: 32px 0;
    padding: 20px 24px;
    border-left: 3px solid #60a5fa;
    border-radius: 0 16px 16px 0;
    background: rgba(15, 23, 42, 0.6);
    color: #e2e8f0;
    font-style: italic;
}

.cs-article-content img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 34px auto;
    border-radius: 22px;
    border: 1px solid rgba(148,163,184,.14);
    box-shadow: 0 28px 80px rgba(0,0,0,.32);
}

.cs-article-content figure {
    margin: 36px 0;
}

.cs-article-content figcaption {
    margin-top: -20px;
    text-align: center;
    font-size: 12px;
    color: #64748b;
}

.cs-article-content pre {
    max-width: 100%;
    overflow: auto;
    margin: 30px 0;
    padding: 20px;
    border-radius: 18px;
    background: #050914;
    border: 1px solid rgba(96,165,250,.16);
    color: #dbeafe;
    font-size: 14px;
    line-height: 1.65;
}

.cs-article-content code {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.cs-article-content :not(pre)>code {
    padding: .16em .42em;
    border-radius: 7px;
    background: rgba(59,130,246,.11);
    color: #bfdbfe;
}

.cs-article-content table {
    width: 100%;
    border-collapse: collapse;
    display: block;
    overflow: auto;
    margin: 30px 0;
    border-radius: 16px;
}

.cs-article-content th,
.cs-article-content td {
    padding: 13px 15px;
    min-width: 140px;
    border: 1px solid rgba(148,163,184,.13);
    text-align: left;
}

.cs-article-content th {
    color: #fff;
    background: rgba(30,41,59,.7);
}

/* SEKACJE DODATKOWE STPKI ARTYKUŁU */
.cs-infographic {
    margin-top: 44px;
    padding-top: 32px;
    border-top: 1px solid rgba(148,163,184,.12);
}

.cs-single-footer-zone {
    margin-top: 62px;
    padding-top: 36px;
    border-top: 1px solid rgba(148,163,184,.13);
}

.cs-more-link {
    color: #f8fafc;
    font-size: 15px;
    line-height: 1.6;
}

.cs-more-link a {
    color: #60a5fa;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.cs-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 26px;
}

.cs-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 11px;
    color: #94a3b8;
    border: 1px solid rgba(148,163,184,.16);
    background: rgba(15,23,42,.62);
    font-size: 12px;
}

.cs-share-card,
.cs-author-card,
.cs-nextprev-card {
    margin-top: 34px;
    border-radius: 24px;
    border: 1px solid var(--csb-border);
    background: linear-gradient(180deg,rgba(15,23,42,.74),rgba(8,15,31,.9));
    box-shadow: 0 22px 70px rgba(0,0,0,.16);
}

.cs-share-card {
    padding: 27px;
    text-align: center;
}

.cs-share-card h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 17px;
}

.cs-share-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.cs-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 13px;
    border: 1px solid rgba(148,163,184,.16);
    background: #111c2e;
    color: #cbd5e1;
    text-decoration: none;
    cursor: pointer;
    transition: .2s ease;
    font: inherit;
    font-size: 13px;
    font-weight: 750;
}

.cs-share-btn:hover {
    color: #fff;
    border-color: rgba(96,165,250,.38);
    background: #17233a;
}

.cs-share-btn svg { width: 17px; height: 17px; }

.cs-author-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: center;
    padding: 28px;
}

.cs-author-card .cs-author-avatar {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    font-size: 17px;
}

.cs-author-card h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 20px;
}

.cs-author-role {
    color: #60a5fa;
    font-size: 13px;
    margin-bottom: 6px;
}

.cs-author-card p {
    margin: 0;
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.65;
}

.cs-nextprev {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
    margin-top: 34px;
}

.cs-nextprev-card {
    margin: 0;
    padding: 22px;
    text-decoration: none;
    color: inherit;
    transition: .2s ease;
}

.cs-nextprev-card:hover {
    border-color: rgba(96,165,250,.34);
    transform: translateY(-2px);
}

.cs-nextprev-card small {
    display: block;
    margin-bottom: 7px;
    color: #64748b;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800;
}

.cs-nextprev-card strong {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cs-back-to-top {
    position: fixed;
    z-index: 60;
    left: 22px;
    bottom: 24px;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(147,197,253,.28);
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(145deg,#2563eb,#1d4ed8);
    box-shadow: 0 18px 46px rgba(37,99,235,.3),0 12px 50px rgba(0,0,0,.3);
    cursor: pointer;
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: .22s ease;
}

.cs-back-to-top.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.cs-back-to-top svg { width: 22px; height: 22px; }

/* RESPONSYWNOŚĆ MOBILNA */

@media(max-width:980px){
    .cs-blog-page,
    .cs-blog-single{
        padding-top:118px;
    }

    .cs-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .cs-toc-list{columns:1}
}

@media(max-width:700px){
    .cs-blog-page,
    .cs-blog-single{
        padding-top:124px;
    }

    .cs-blog-shell{width:min(100% - 22px,1180px)}
    .cs-blog-list-hero{padding:44px 0 40px}
    .cs-blog-title-row{gap:14px;align-items:flex-start}
    .cs-blog-title-icon{width:56px;height:56px;flex-basis:56px;border-radius:18px}
    .cs-blog-title-icon svg{width:25px;height:25px}
    .cs-blog-list-hero h1{font-size:2.5rem}
    .cs-blog-list-hero p{font-size:1rem}
    .cs-blog-grid{grid-template-columns:1fr;gap:20px}
    .cs-blog-list{padding:34px 0 74px}
    .cs-post-card{border-radius:22px}
    .cs-post-body{padding:22px 20px 20px}
    .cs-post-card h2{font-size:1.25rem}
    .cs-post-excerpt{font-size:14px}
    .cs-post-badge{left:15px;top:14px}

    .cs-single-hero{min-height:525px}
    .cs-single-hero-inner{width:min(100% - 28px,1120px);padding:105px 0 38px}
    .cs-single-hero h1{font-size:clamp(2.35rem,11.4vw,3.65rem);line-height:1.03}
    .cs-blog-breadcrumbs{font-size:13px;margin-bottom:14px}
    .cs-single-meta{margin-top:25px;gap:15px 22px}
    .cs-single-meta-item{font-size:13px}
    .cs-single-content-shell{width:min(100% - 28px,980px);padding:24px 0 78px}
    .cs-toc{margin-bottom:40px;border-radius:20px}
    .cs-toc-head{padding:18px 19px}
    .cs-toc-list{padding:20px 22px 22px 26px}
    .cs-toc-list li.level-3{padding-left:10px}
    .cs-toc-list a{font-size:14px}
    
    .cs-article-content{font-size:1rem;line-height:1.7}
    .cs-article-content > p:first-child{font-size:1.08em;line-height:1.65;padding:16px 18px}
    .cs-article-content h2{margin-top:42px;font-size:1.75rem}
    .cs-article-content h3{margin-top:32px;font-size:1.35rem}
    .cs-article-content img{border-radius:17px}
    
    .cs-share-card,.cs-author-card{border-radius:20px}
    .cs-author-card{grid-template-columns:1fr;padding:23px}
    .cs-nextprev{grid-template-columns:1fr}
    .cs-back-to-top{left:16px;bottom:18px;width:50px;height:50px}
}

@media(max-width:430px){
    .cs-single-hero{min-height:500px}
    .cs-single-hero h1{font-size:2.55rem}
    .cs-author-chip{width:100%}
    .cs-post-meta{font-size:11px}
}
