.blog-list{margin-top:.5rem}.blog-list__grid{display:grid;gap:1.25rem;list-style:none;margin:0;padding:0}@media (min-width:640px){.blog-list__grid{gap:1.5rem}}.blog-list__card{background:var(--bg-card,rgba(255,255,255,.04));border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 2px 12px rgba(0,0,0,.06);word-break:break-word;display:flex;flex-direction:column}.blog-list__header{margin-bottom:.5rem}.blog-list__date{font-size:.85rem;color:var(--text-muted);white-space:nowrap;line-height:1;display:flex;align-items:center}.blog-list__title{font-size:1.25rem;font-weight:700;margin:0;line-height:1.3}.blog-list__title-link{color:var(--text);text-decoration:none;transition:color .2s}.blog-list__title-link:hover{color:var(--accent);text-decoration:none!important}.blog-list__title-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.blog-list__title-text{color:var(--text)}.blog-list__version{font-size:.8rem;font-weight:400;color:var(--text-muted);margin-left:.35rem}.blog-list__content{margin-top:1rem;flex:1;display:flex;flex-direction:column}.blog-list__content-wrap{flex:1;display:flex;flex-direction:column}.blog-list__read-more-wrap{display:flex;justify-content:flex-end;margin-top:auto;padding-top:.25rem}.blog-list__excerpt{font-size:.95rem;line-height:1.55;color:var(--text-muted);margin:0}.blog-list__empty{color:var(--text-muted);font-size:.95rem;margin:2rem 0;text-align:center}.blog-list__meta{display:flex;flex-direction:column;margin-top:1.25rem;gap:.4rem}.blog-list__meta-row{display:flex;justify-content:space-between;align-items:center;gap:.8rem}.blog-list__meta-row--center{justify-content:flex-end}.blog-list__tags{list-style:none!important;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.blog-list__tag{background:rgba(18,22,31,.96);border:1px solid rgba(255,255,255,.2);padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;color:#c3b2be;line-height:1.2;display:inline-flex;align-items:center;justify-content:center}.blog-filters{position:relative;z-index:10;display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0 3rem 0;justify-content:flex-start}body.pulseply-blog .blog-filters{justify-content:center;max-width:1100px;margin-left:auto;margin-right:auto}.blog-filter-btn{background:rgba(18,22,31,.96);border:1px solid rgba(255,255,255,.2);padding:.45rem 1rem;border-radius:999px;font-size:.8rem;font-weight:500;color:#c3b2be;cursor:pointer;transition:all .2s;text-transform:capitalize;font-family:inherit}.blog-filter-btn:hover{background:rgba(255,255,255,.1);color:var(--text)}.blog-filter-btn.active{background:var(--pp-accent,#14d6ff);border-color:var(--pp-accent,#14d6ff);color:#000;font-weight:600;box-shadow:0 0 15px rgba(20,214,255,.3)}.pulseply-blog .releases,.pulseply-blog-post .releases{text-align:center}.blog-list__grid,.blog-post__layout{text-align:left}.blog-post__header{margin-bottom:2.5rem}.blog-post__title{margin:0 0 1rem 0;font-size:3rem;line-height:1.05;letter-spacing:-.02em;text-transform:uppercase}.blog-post__meta{display:flex;flex-direction:column;gap:.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.blog-post__meta-row{display:flex;justify-content:space-between;align-items:center;gap:.8rem}.blog-post__meta-row--center{justify-content:flex-end}.blog-post__date{font-size:.95rem;color:var(--text-muted);white-space:nowrap;line-height:1.2;display:flex;align-items:center}.pulseply-blog #main-content.content-wrap,.pulseply-blog-post #main-content.content-wrap{padding-top:1.5rem!important}.blog-post__content{line-height:1.7;font-size:1.05rem;color:var(--text,#eff3f8);text-align:left;font-family:Inter,sans-serif;font-weight:300}.blog-post__content img{max-width:100%;height:auto;display:block;margin:2rem auto;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.3)}.blog-post__content iframe{width:100%;aspect-ratio:16/9;border-radius:12px;border:none;margin:2.5rem 0;box-shadow:0 4px 20px rgba(0,0,0,.3)}.blog-post__content p{margin-bottom:1.2rem}.blog-post__content h1,.blog-post__content h2,.blog-post__content h3,.blog-post__content h4,.blog-post__content h5,.blog-post__content h6{font-family:Outfit,sans-serif;margin-bottom:1.5rem;line-height:1.2;font-weight:500}.blog-post__content h1{font-size:1.75rem;color:#fff}.blog-post__content h2{margin-top:3rem;font-size:1.35rem;color:#fff;background:linear-gradient(90deg,rgba(20,214,255,.08) 0,transparent 100%);border-left:4px solid var(--pp-accent,#14d6ff);padding:.8rem 1rem;border-radius:0 4px 4px 0}.blog-post__content h3{margin-top:2rem;font-size:1.2rem;color:#e0ecf5;font-weight:600}.blog-post__content h3::before{content:'›';margin-right:.5rem;color:var(--pp-accent,#14d6ff)}.blog-post__toc-item--h3 a::before{content:'›';margin-right:.4rem;color:var(--pp-accent,#14d6ff)}.blog-post__content h4{font-size:1rem;color:var(--text-subtle,#778396);font-weight:500}.blog-post__content .blog-post__mini-title{margin-top:2.5rem;margin-bottom:.5rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.12em;font-weight:600;color:var(--pp-accent,#14d6ff)}.blog-post__content .blog-post__callout{background:rgba(20,214,255,.05);border:1px solid rgba(20,214,255,.1);border-left:4px solid var(--pp-accent,#14d6ff);padding:1.75rem 2rem;border-radius:1rem;margin:3.5rem 0;backdrop-filter:blur(10px)}.blog-post__content .blog-post__callout .blog-post__mini-title{margin-top:0;color:var(--pp-warm-bright,#a8c6e0)}.blog-post__content .blog-post__callout p:last-child{margin-bottom:0}.blog-post__content ol,.blog-post__content ul{padding-left:1.2rem;margin-bottom:1rem}.blog-post__content ul{list-style-type:disc}.blog-post__content ol{list-style-type:decimal}.blog-post__content hr{border:none;border-top:1px solid var(--border,rgba(255,255,255,.1));margin:2.5rem 0}body.pulseply-blog #main-content::before,body.pulseply-blog-post #main-content::before{content:'';position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.78;background:radial-gradient(110% 36% at 12% 10%,rgba(255,255,255,.065),transparent 72%),radial-gradient(110% 36% at 88% 12%,rgba(120,128,140,.09),transparent 72%),repeating-linear-gradient(160deg,transparent 0,transparent 37px,rgba(255,255,255,.028) 38.5px,transparent 40px),repeating-linear-gradient(70deg,transparent 0,transparent 51px,rgba(255,255,255,.018) 52.5px,transparent 54px)}.pulseply-blog-post .content-wrap{max-width:1400px;width:100%}.blog-post__layout{display:flex;flex-direction:column;gap:3rem;margin:0 auto}@media (max-width:899px){.blog-post__sidebar{display:none!important}}@media (min-width:1400px){.blog-post__layout{position:relative;max-width:800px;margin:0 auto;display:block}.blog-post__sidebar{position:absolute;right:calc(100% + 4rem);top:0;width:280px;height:100%}.blog-post__sidebar-inner{position:sticky;top:120px;display:flex;flex-direction:column;gap:3rem}.blog-post__toc{width:100%;text-align:left}.blog-post__main{width:100%;background:rgba(16,20,28,.4);border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:2.5rem;box-shadow:0 4px 24px rgba(0,0,0,.2)}}@media (min-width:900px) and (max-width:1399px){.blog-post__layout{display:flex;flex-direction:row;gap:3rem;align-items:flex-start;max-width:1100px;margin:0 auto}.blog-post__sidebar{width:240px;position:sticky;top:120px;order:-1;flex-shrink:0}.blog-post__main{flex:1;min-width:0;background:rgba(16,20,28,.4);border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:2.5rem;box-shadow:0 4px 24px rgba(0,0,0,.2)}}.blog-post__toc{background:rgba(16,20,28,.4);border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:1.75rem;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 8px 32px rgba(0,0,0,.4)}.blog-post__back-wrap{display:flex;justify-content:center;margin-top:2rem}.blog-post__toc-title{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted,#a8b4c4);margin-bottom:1rem;padding-bottom:.8rem;border-bottom:1px solid rgba(255,255,255,.08)}.blog-post__toc-list{list-style:none!important;padding:0!important;margin:0;display:flex;flex-direction:column;gap:.6rem}.blog-post__toc-item{list-style:none!important;margin:0;padding:0}.blog-post__toc-item a{color:var(--text-subtle,#778396);text-decoration:none;font-size:.95rem;display:block;line-height:1.4;transition:color .2s}.blog-post__toc-item a:hover{color:var(--pp-accent,#14d6ff)}.blog-post__toc-item--h2{opacity:.9}.blog-post__toc-item--h3{padding-left:1.5rem;font-size:.9rem;opacity:.85}.blog-post__toc-item--h3 a::before{content:'›';margin-right:.4rem;color:var(--pp-accent,#14d6ff)}.blog-post__toc-item--h4{padding-left:2.5rem;font-size:.85rem;opacity:.8}.blog-post__toc-item--h4 a::before{content:'·';margin-right:.4rem;color:var(--pp-accent,#14d6ff)}.blog-list__read-more{display:inline-flex;align-items:center;justify-content:center;margin-top:1.5rem;padding:.65rem 1.8rem;border-radius:999px;background:linear-gradient(135deg,rgba(88,128,168,.22) 0,rgba(95,135,175,.14) 100%);border:1px solid var(--pp-warm-border,rgba(125,165,200,.25));color:var(--pp-warm-bright,#a8c6e0);font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:all .2s ease;align-self:flex-end}.blog-list__read-more:hover{background:linear-gradient(135deg,rgba(88,128,168,.34) 0,rgba(95,135,175,.22) 100%);border-color:var(--pp-warm,#6d92b0);color:#fff;text-decoration:none;box-shadow:0 0 18px rgba(110,165,205,.18)}.button--secondary{background:rgba(255,255,255,.08)!important;color:#fff!important;border:1px solid rgba(255,255,255,.15)!important;transition:background .2s,border-color .2s!important}.button--secondary:hover{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.25)!important;opacity:1!important}