.blog-hero{text-align:center;background:radial-gradient(at top,#667eea26 0%,#0000 70%);justify-content:center;align-items:center;min-height:50vh;padding:12rem 2rem 6rem;display:flex;position:relative}.blog-hero-content{max-width:700px}.blog-hero-content .hero-badge{display:inline-flex}.blog-hero-content h1{margin:1.5rem 0;font-size:clamp(3.5rem,6vw,6rem);font-weight:800;line-height:1.1}.blog-hero-content p{color:var(--light-color);max-width:540px;margin:0 auto;font-size:1.8rem;line-height:1.7}.blog-section{padding:4rem 0 10rem}.blog-container{max-width:1200px;margin:0 auto;padding:0 3rem}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:3rem;display:grid}.blog-card{background:var(--box-color,#13132a);border:1px solid var(--border-color,#ffffff14);border-radius:16px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.blog-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0000004d}.blog-card-cover{background:linear-gradient(135deg,#667eea,#764ba2);height:200px;position:relative;overflow:hidden}.blog-card-overlay{background:linear-gradient(#0000 40%,#0009);position:absolute;inset:0}.blog-card-tags{z-index:1;flex-wrap:wrap;gap:.5rem;display:flex;position:absolute;bottom:1.2rem;left:1.5rem}.blog-tag{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#f68c09d9;border-radius:50px;padding:.3rem 1rem;font-size:1.1rem;font-weight:600}.blog-card-body{flex-direction:column;flex:1;padding:2rem 2.2rem;display:flex}.blog-card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:1.8rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.blog-card-excerpt{color:var(--light-color);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:1.5rem;font-size:1.4rem;line-height:1.7;display:-webkit-box;overflow:hidden}.blog-card-footer{border-top:1px solid var(--border-color,#ffffff14);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.5rem;display:flex}.blog-date{color:var(--text-muted,#88a);font-size:1.2rem}.blog-date i{margin-right:.5rem}.blog-read-more{color:#f68c09;align-items:center;gap:.5rem;font-size:1.3rem;font-weight:600;display:flex}.blog-loading{text-align:center;color:var(--light-color);grid-column:1/-1;padding:6rem;font-size:1.8rem}.blog-loading i{margin-right:1rem}.post-main{padding-top:80px}.post-article{max-width:780px;margin:0 auto;padding:4rem 2rem 8rem}.post-hero{background-position:50%;background-size:cover;border-radius:20px;width:100%;height:400px;margin-bottom:4rem;position:relative;overflow:hidden}.post-hero-overlay{background:linear-gradient(#0000,#0006);position:absolute;inset:0}.post-header{margin-bottom:4rem}.post-title{margin:1.5rem 0;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:800;line-height:1.2}.post-meta{color:var(--light-color);gap:2rem;margin-bottom:2rem;font-size:1.4rem;display:flex}.post-meta i{color:#f68c09;margin-right:.5rem}.post-lead{color:var(--light-color);border-left:4px solid #f68c09;margin:2rem 0;padding-left:2rem;font-size:2rem;font-style:italic;line-height:1.6}.prose{font-size:1.7rem;line-height:1.9}.prose h1,.prose h2,.prose h3{margin:3.5rem 0 1.5rem;font-weight:700;line-height:1.3}.prose h1{font-size:3rem}.prose h2{color:#f68c09;font-size:2.5rem}.prose h3{font-size:2rem}.prose p{margin-bottom:2rem}.prose strong{color:var(--main-color,#fff);font-weight:700}.prose em{opacity:.85;font-style:italic}.prose code{color:#a78bfa;background:#667eea26;border-radius:6px;padding:.2rem .7rem;font-family:Courier New,monospace;font-size:.9em}.post-footer{border-top:1px solid var(--border-color,#ffffff1a);margin-top:5rem;padding-top:3rem}.btn-back{color:#f68c09;align-items:center;gap:.8rem;font-size:1.5rem;font-weight:600;text-decoration:none;transition:gap .3s;display:inline-flex}.btn-back:hover{gap:1.5rem}@media (width<=768px){.blog-hero{padding:10rem 2rem 4rem}.blog-grid{grid-template-columns:1fr;gap:2rem}.blog-container{padding:0 1.5rem}.post-article{padding:2rem 1.5rem 6rem}.post-hero{height:250px}}
