.blog,.blog-post{padding:0 8px;margin:75px 0 55px}@media(min-width:481px){.blog,.blog-post{margin:90px 0 60px}}@media(min-width:769px){.blog,.blog-post{padding:0 16px;margin:105px 0 60px}}@media(min-width:1025px){.blog,.blog-post{margin:121px 0 70px}}
.blog__container{max-width:1080px;margin:0 auto}
.blog__title{font-weight:700;font-size:2.25em;margin:0 0 12px}@media(min-width:769px){.blog__title{font-size:2.65em}}
.blog__lead{margin:0 0 40px;max-width:720px;color:rgba(33,37,49,.7);line-height:1.5}
.blog__empty{color:rgba(33,37,49,.6)}
.blog__list{list-style:none;padding:0;margin:0;display:grid;gap:24px;grid-template-columns:1fr}@media(min-width:769px){.blog__list{grid-template-columns:repeat(2,1fr)}}@media(min-width:1025px){.blog__list{grid-template-columns:repeat(3,1fr)}}
.blog__card{display:flex}
.blog__card-link{display:flex;flex-direction:column;width:100%;border:1px solid #e4e7ea;border-radius:12px;overflow:hidden;background:#fff;color:#212531;text-decoration:none;transition:box-shadow .2s ease-out,transform .2s ease-out,border-color .2s ease-out}
.blog__card-link:hover,.blog__card-link:focus{text-decoration:none;transform:translateY(-2px);border-color:#1e84fe;box-shadow:0 12px 30px rgba(33,37,49,.1)}
.blog__card-image{width:100%;aspect-ratio:16/9;object-fit:cover}
.blog__card-body{padding:20px 22px 24px;display:flex;flex-direction:column;flex:1}
.blog__card-meta,.blog__card-title,.blog__card-excerpt{margin:0}
.blog__card-meta{display:flex;align-items:center;gap:8px;font-size:.82em;color:rgba(33,37,49,.55)}
.blog__card-title{margin:10px 0 8px;font-size:1.28em;font-weight:700;line-height:1.3}
.blog__card-excerpt{color:rgba(33,37,49,.7);line-height:1.5;flex:1}
.blog__card-more{margin-top:16px;color:#1e84fe;font-weight:500}
.blog__dot{color:rgba(33,37,49,.35)}
.blog__tags{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 0}
.blog__tag{font-size:.75em;font-weight:500;padding:4px 10px;border-radius:999px;background:#dbebff;color:#0a67d6}
.blog__feed{margin:40px 0 0}
.blog-post__container{max-width:760px;margin:0 auto}
.blog-post__back{display:inline-block;margin:0 0 24px;font-weight:500}
.blog-post__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.85em;color:rgba(33,37,49,.55)}
.blog-post__title{font-weight:700;font-size:2.1em;line-height:1.2;margin:12px 0 16px}@media(min-width:769px){.blog-post__title{font-size:2.75em}}
.blog-post__hero{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:12px;margin:8px 0}
.prose{line-height:1.7;color:#212531}
.prose h2,.prose h3,.prose h4{font-weight:700;line-height:1.25;margin:1.8em 0 .6em}
.prose h2{font-size:1.6em}
.prose h3{font-size:1.3em}
.prose p,.prose ul,.prose ol{margin:0 0 1.15em}
.prose ul,.prose ol{padding-left:1.4em}
.prose li{margin:.35em 0}
.prose a{text-decoration:underline}
.prose img{max-width:100%;height:auto;border-radius:10px;margin:1.2em 0}
.prose blockquote{margin:1.5em 0;padding:.4em 1.2em;border-left:4px solid #1e84fe;background:rgba(30,132,254,.05);color:rgba(33,37,49,.85);font-style:italic}
.prose code{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;font-size:.88em;background:#f2f4f6;padding:.15em .4em;border-radius:4px}
.prose pre{background:#1b1f27;color:#e6e9ef;padding:18px 20px;border-radius:10px;overflow-x:auto;margin:1.4em 0}
.prose pre code{background:none;padding:0;color:inherit;font-size:.85em}
.prose hr{border:0;border-top:1px solid #e4e7ea;margin:2em 0}
.prose table{width:100%;border-collapse:collapse;margin:1.4em 0;font-size:.95em;display:block;overflow-x:auto}
.prose th,.prose td{border:1px solid #e4e7ea;padding:10px 14px;text-align:left}
.prose th{background:#eff0f0;font-weight:700}
