.blog-module__y_xCuG__page{min-height:100vh;padding-bottom:100px}.blog-module__y_xCuG__hero{text-align:center;padding:160px 0 80px;position:relative;overflow:hidden}.blog-module__y_xCuG__heroGlow{background:radial-gradient(circle,var(--accent-glow-strong)0%,transparent 70%);pointer-events:none;opacity:.4;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.blog-module__y_xCuG__label{font-family:var(--font-heading);letter-spacing:.15em;text-transform:uppercase;color:var(--accent-primary);align-items:center;gap:8px;margin-bottom:24px;font-size:.75rem;font-weight:600;display:inline-flex}.blog-module__y_xCuG__title{font-family:var(--font-display,var(--font-heading));color:var(--text-primary);margin-bottom:20px;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.15}.blog-module__y_xCuG__highlight{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.blog-module__y_xCuG__description{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.7}.blog-module__y_xCuG__filters{padding:0 0 40px}.blog-module__y_xCuG__filterBar{background:var(--glass-bg);border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border-radius:16px;justify-content:space-between;align-items:center;gap:20px;padding:16px 24px;display:flex}.blog-module__y_xCuG__categories{flex-wrap:wrap;gap:8px;display:flex}.blog-module__y_xCuG__categoryBtn{border:1px solid var(--border-subtle);color:var(--text-secondary);font-size:.85rem;font-family:var(--font-body);cursor:pointer;background:0 0;border-radius:50px;padding:8px 18px;transition:all .3s}.blog-module__y_xCuG__categoryBtn:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.blog-module__y_xCuG__categoryActive{background:var(--accent-primary);color:var(--text-inverse);border-color:var(--accent-primary)}.blog-module__y_xCuG__searchBox{background:var(--bg-card);border:1px solid var(--border-subtle);min-width:220px;color:var(--text-muted);border-radius:12px;align-items:center;gap:10px;padding:10px 18px;display:flex}.blog-module__y_xCuG__searchBox input{color:var(--text-primary);font-size:.9rem;font-family:var(--font-body);background:0 0;border:none;outline:none;width:100%}.blog-module__y_xCuG__searchBox input::placeholder{color:var(--text-muted);opacity:.6}.blog-module__y_xCuG__posts{padding:0}.blog-module__y_xCuG__grid{grid-template-columns:1fr 1fr;gap:28px;display:grid}.blog-module__y_xCuG__featuredCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:20px;grid-column:1/-1;grid-template-columns:1fr 1fr;gap:0;text-decoration:none;transition:all .5s cubic-bezier(.16,1,.3,1);display:grid;position:relative;overflow:hidden}.blog-module__y_xCuG__featuredCard:hover{border-color:var(--accent-primary);box-shadow:0 24px 48px -12px #0006,var(--shadow-glow-lg);transform:translateY(-6px)}.blog-module__y_xCuG__featuredImage{min-height:380px;position:relative;overflow:hidden}.blog-module__y_xCuG__featuredImage img{transition:transform .6s cubic-bezier(.16,1,.3,1)}.blog-module__y_xCuG__featuredCard:hover .blog-module__y_xCuG__featuredImage img{transform:scale(1.05)}.blog-module__y_xCuG__imageOverlay{z-index:1;background:linear-gradient(135deg,#0003 0%,#0000 60%);position:absolute;inset:0}.blog-module__y_xCuG__imagePlaceholder{background:linear-gradient(135deg,var(--bg-elevated),var(--bg-card));position:absolute;inset:0}.blog-module__y_xCuG__placeholderGlow{background:radial-gradient(circle,var(--accent-glow-strong)0%,transparent 70%);opacity:.4;width:200px;height:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.blog-module__y_xCuG__featuredContent{flex-direction:column;justify-content:center;gap:14px;padding:44px;display:flex}.blog-module__y_xCuG__featuredTop{align-items:center;gap:12px;display:flex}.blog-module__y_xCuG__featuredBadge{background:var(--accent-glow);border:1px solid var(--border-accent);letter-spacing:.12em;text-transform:uppercase;width:fit-content;color:var(--accent-primary);border-radius:50px;padding:5px 12px;font-size:.65rem;font-weight:700;display:inline-block}.blog-module__y_xCuG__cardCategory{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:600}.blog-module__y_xCuG__featuredTitle{font-family:var(--font-display,var(--font-heading));color:var(--text-primary);font-size:clamp(1.3rem,2.5vw,1.9rem);font-weight:700;line-height:1.25}.blog-module__y_xCuG__featuredExcerpt{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.blog-module__y_xCuG__featuredTags{flex-wrap:wrap;gap:8px;display:flex}.blog-module__y_xCuG__tag{background:var(--glass-bg);border:1px solid var(--border-subtle);color:var(--text-secondary);border-radius:8px;align-items:center;gap:6px;padding:5px 12px;font-size:.75rem;display:inline-flex}.blog-module__y_xCuG__readMore{color:var(--accent-primary);align-items:center;gap:8px;margin-top:4px;font-size:.95rem;font-weight:600;transition:gap .3s;display:inline-flex}.blog-module__y_xCuG__featuredCard:hover .blog-module__y_xCuG__readMore{gap:14px}.blog-module__y_xCuG__card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:16px;flex-direction:column;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.blog-module__y_xCuG__card:hover{border-color:var(--accent-primary);box-shadow:0 20px 40px -10px #0000004d,var(--shadow-glow);transform:translateY(-8px)}.blog-module__y_xCuG__cardImage{width:100%;height:220px;position:relative;overflow:hidden}.blog-module__y_xCuG__cardImage img{transition:transform .5s cubic-bezier(.16,1,.3,1)}.blog-module__y_xCuG__card:hover .blog-module__y_xCuG__cardImage img{transform:scale(1.08)}.blog-module__y_xCuG__cardCategoryOverlay{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.1em;text-transform:uppercase;color:var(--accent-primary);background:#0009;border:1px solid #ffffff1a;border-radius:50px;padding:5px 12px;font-size:.65rem;font-weight:600;position:absolute;top:16px;left:16px}.blog-module__y_xCuG__cardBody{flex-direction:column;flex:1;padding:28px;display:flex}.blog-module__y_xCuG__cardTitle{font-family:var(--font-display,var(--font-heading));color:var(--text-primary);margin-bottom:10px;font-size:1.15rem;font-weight:700;line-height:1.3}.blog-module__y_xCuG__cardExcerpt{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:16px;font-size:.88rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-module__y_xCuG__cardTags{gap:6px;margin-bottom:16px;display:flex}.blog-module__y_xCuG__tagSmall{background:var(--accent-glow);color:var(--accent-primary);border-radius:6px;padding:4px 10px;font-size:.7rem;font-weight:500}.blog-module__y_xCuG__cardFooter{justify-content:space-between;align-items:center;display:flex}.blog-module__y_xCuG__cardMeta{color:var(--text-muted);gap:14px;font-size:.78rem;display:flex}.blog-module__y_xCuG__cardMeta span{align-items:center;gap:5px;display:inline-flex}.blog-module__y_xCuG__cardArrow{background:var(--accent-glow);width:38px;height:38px;color:var(--accent-primary);opacity:0;border-radius:50%;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(6px)rotate(-45deg)}.blog-module__y_xCuG__card:hover .blog-module__y_xCuG__cardArrow{opacity:1;transform:translateY(0)rotate(0)}.blog-module__y_xCuG__loadingGrid{grid-template-columns:1fr 1fr;gap:28px;display:grid}.blog-module__y_xCuG__skeleton{background:linear-gradient(135deg,var(--bg-card),var(--bg-elevated));border:1px solid var(--border-subtle);border-radius:16px;height:280px;animation:1.8s ease-in-out infinite blog-module__y_xCuG__pulse}.blog-module__y_xCuG__skeleton:first-child{grid-column:1/-1;height:380px}@keyframes blog-module__y_xCuG__pulse{0%,to{opacity:.4}50%{opacity:.7}}.blog-module__y_xCuG__empty{text-align:center;color:var(--text-muted);padding:80px 0;font-size:1.1rem}@media (max-width:768px){.blog-module__y_xCuG__hero{padding:140px 0 60px}.blog-module__y_xCuG__filterBar{flex-direction:column;padding:16px}.blog-module__y_xCuG__searchBox{min-width:100%}.blog-module__y_xCuG__grid,.blog-module__y_xCuG__featuredCard{grid-template-columns:1fr}.blog-module__y_xCuG__featuredImage{min-height:220px}.blog-module__y_xCuG__featuredContent{padding:28px}.blog-module__y_xCuG__loadingGrid{grid-template-columns:1fr}.blog-module__y_xCuG__card{padding:0}.blog-module__y_xCuG__cardImage{height:180px}}
