.blog-hero{padding:130px 0 60px;background:linear-gradient(135deg,#222936 0%,#4a5568 100%);text-align:center;color:#fff}.blog-hero h1{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#667eea 0%,#a78bfa 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:0.75rem}.blog-hero p{font-size:1.2rem;color:#e2e8f0;max-width:900px;margin:0 auto;line-height:1.6}@media (min-width:1024px){.blog-hero p{white-space:nowrap;max-width:none}}.blog-breadcrumb{margin-top:80px;padding:14px 0;background:#fff;border-bottom:1px solid #edf2f7;font-size:0.95rem;color:#666}.blog-breadcrumb a{color:#667eea;text-decoration:none;font-weight:500;transition:color 0.2s ease}.blog-breadcrumb a:hover{color:#764ba2;text-decoration:underline}.blog-breadcrumb span{margin:0 8px;color:#a0aec0}.blog-main{padding:50px 0 50px;background:#fff;min-height:60vh}.blog-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3.5rem}@media (min-width:640px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background:#fff;border:1px solid #edf2f7;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,0.05);overflow:hidden;display:flex;flex-direction:column;transition:transform 0.3s ease,box-shadow 0.3s ease,border-color 0.3s ease;animation:fadeInUp 0.5s ease both}.blog-card:hover{transform:translateY(-6px);border-color:#cbd5e0;box-shadow:0 12px 32px rgba(102,126,234,0.15)}.blog-card__thumb-link{display:block;width:100%;overflow:hidden;background:#e2e8f0}.blog-card__thumb{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block;transition:transform 0.4s ease}.blog-card:hover .blog-card__thumb{transform:scale(1.04)}.blog-card__thumb-placeholder{width:100%;aspect-ratio:16 / 9;background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);display:flex;align-items:center;justify-content:center;color:#667eea;font-size:2.5rem}.blog-card__body{padding:1.75rem;flex:1;display:flex;flex-direction:column}.blog-card__date{font-size:0.95rem;color:#718096;margin-bottom:0.6rem;display:flex;align-items:center;gap:6px}.blog-card__title{font-size:1.25rem;font-weight:600;color:#1a202c;margin-bottom:0.85rem;line-height:1.4;flex:1}.blog-card__title-link{color:#1a202c;text-decoration:none;transition:color 0.2s ease}.blog-card__title-link:hover{color:#667eea}.blog-card__excerpt{font-size:1rem;color:#4a5568;line-height:1.65;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card__excerpt p{margin:0}.blog-card__link{display:inline-flex;align-items:center;gap:6px;font-size:1rem;font-weight:600;color:#667eea;text-decoration:none;transition:gap 0.2s ease,color 0.2s ease;margin-top:auto}.blog-card__link:hover{color:#764ba2;gap:10px}.blog-load-more-wrap{text-align:center;margin-top:1.5rem}#btn-load-more{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;border:none;border-radius:8px;text-decoration:none;font-weight:500;font-size:1rem;font-family:"Inter",sans-serif;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;cursor:pointer;box-shadow:0 4px 15px rgba(102,126,234,0.3);transition:all 0.3s ease}#btn-load-more:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,0.4)}#btn-load-more:disabled{opacity:0.65;cursor:not-allowed;transform:none !important;box-shadow:none !important}.post-single{max-width:100%;width:100%;margin:0 auto;background:transparent;border-radius:0;padding:0 0 3rem 0;box-shadow:none}.post-single__title{font-size:2.6rem;font-weight:700;color:#1a202c;line-height:1.25;margin-bottom:1.5rem}.post-single__thumb{width:100%;max-height:520px;object-fit:cover;border-radius:16px;margin-bottom:0.85rem;box-shadow:0 8px 28px rgba(0,0,0,0.08)}.post-single__meta{display:flex;align-items:center;justify-content:center;gap:1.25rem;font-size:0.95rem;color:#718096;margin-bottom:2rem;flex-wrap:wrap;text-align:center}.post-single__tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:2rem;margin-bottom:1.5rem}.post-single__tags-label{color:#718096;font-size:0.9rem;display:inline-flex;align-items:center;margin-right:4px}.post-single__category-badge{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;font-size:0.8rem;font-weight:600;padding:4px 12px;border-radius:20px;text-transform:uppercase;letter-spacing:0.5px}.post-content{font-size:1.15rem;line-height:1.85;color:#2d3748}.post-content h2{font-size:1.85rem;font-weight:700;color:#1a202c;margin:2.8rem 0 1.2rem}.post-content h3{font-size:1.45rem;font-weight:600;color:#2d3748;margin:2.2rem 0 0.9rem}.post-content h4{font-size:1.25rem;font-weight:600;color:#2d3748;margin:1.8rem 0 0.75rem;line-height:1.4}.post-content h5,.post-content h6{font-size:1.1rem;font-weight:600;color:#4a5568;margin:1.5rem 0 0.6rem}.post-content p{margin-bottom:1.6rem}.post-content a{color:#667eea;text-decoration:underline;transition:color 0.2s}.post-content a:hover{color:#764ba2}.post-content img{max-width:100%;height:auto;border-radius:12px;margin:2rem 0;box-shadow:0 4px 20px rgba(0,0,0,0.08)}.post-content ul,.post-content ol{margin:0 0 1.8rem 1.8rem}.post-content li{margin-bottom:0.6rem}.post-content blockquote{border-left:4px solid #667eea;padding:1.2rem 1.8rem;margin:2.2rem 0;background:#f0f4ff;border-radius:0 12px 12px 0;color:#4a5568;font-style:italic;font-size:1.15rem}.post-content pre,.post-content code{background:#1a202c;color:#e2e8f0;border-radius:8px;font-size:0.95rem}.post-content pre{padding:1.5rem;overflow-x:auto;margin-bottom:1.8rem}.post-content code{padding:3px 8px}.post-content figure.wp-block-table,.post-content .wp-block-table{width:100%;margin:2.2rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 16px rgba(0,0,0,0.04);background:#fff}.post-content table{width:100%;border-collapse:collapse;text-align:left;font-size:1.05rem;line-height:1.6;color:#2d3748}.post-content table th,.post-content table td{padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0;border-right:1px solid #edf2f7;vertical-align:top}.post-content table th:last-child,.post-content table td:last-child{border-right:none}.post-content table thead tr,.post-content table tr:first-child{background:linear-gradient(135deg,#f8fafc 0%,#edf2f7 100%);font-weight:600;color:#1a202c}.post-content table thead td,.post-content table thead th{font-weight:700;color:#1a202c;border-bottom:2px solid #cbd5e0}.post-content .is-style-stripes tbody tr:nth-child(odd),.post-content table tbody tr:nth-child(even){background-color:#f8fafc}.post-content table tbody tr:hover{background-color:#f0f4ff;transition:background-color 0.2s ease}.post-content table strong{color:#1a202c;font-weight:600}@media (max-width:767px){.post-content table{font-size:0.95rem}.post-content table th,.post-content table td{padding:0.75rem 0.9rem}}.post-navigation{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3.5rem}@media (min-width:768px){.post-navigation{grid-template-columns:1fr 1fr}}.post-nav-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;display:flex;flex-direction:column;transition:all 0.3s ease}.post-nav-item:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(102,126,234,0.14);border-color:#cbd5e0}.post-nav-direction{font-size:0.85rem;font-weight:600;text-transform:uppercase;letter-spacing:0.6px;color:#667eea;margin-bottom:0.6rem;display:flex;align-items:center;gap:6px}.post-nav-next .post-nav-direction{justify-content:flex-end}.post-nav-title{font-size:1.1rem;font-weight:600;color:#1a202c;text-decoration:none;line-height:1.45;transition:color 0.2s ease}.post-nav-next .post-nav-title{text-align:right}.post-nav-title:hover{color:#667eea}.post-nav-empty{display:none}@media (min-width:768px){.post-nav-empty{display:block;visibility:hidden}}.skeleton-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:640px){.skeleton-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.skeleton-grid{grid-template-columns:repeat(3,1fr)}}.skeleton-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.07)}.skeleton-thumb{width:100%;aspect-ratio:16 / 9}.skeleton-body{padding:1.75rem}.skeleton-line{height:14px;border-radius:7px;background:linear-gradient(90deg,#e8edf2 25%,#f0f4f8 50%,#e8edf2 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;margin-bottom:12px}.skeleton-line.w-full{width:100%}.skeleton-line.w-3-4{width:75%}.skeleton-line.w-1-2{width:50%}.skeleton-line.w-1-4{width:25%}.skeleton-line.h-tall{height:22px;margin-bottom:18px}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.blog-error{text-align:center;padding:4rem 2rem;color:#666}.blog-error i{font-size:3rem;color:#e2e8f0;display:block;margin-bottom:1rem}.blog-error h3{font-size:1.4rem;color:#444;margin-bottom:0.5rem}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:767px){.blog-main{padding:30px 0 50px}.blog-main .container{padding:0 14px}.blog-hero{padding:100px 0 35px}.blog-hero h1{font-size:2.2rem}.blog-hero p{font-size:1.05rem;padding:0 10px}.blog-breadcrumb{margin-top:70px;padding:10px 0;font-size:0.85rem}.blog-breadcrumb .container{padding:0 14px}.post-single{padding:0;border-radius:0}.post-single__title{font-size:1.75rem;line-height:1.3;margin-bottom:1.25rem}.post-single__thumb{border-radius:12px;margin-bottom:0.6rem}.post-single__meta{gap:0.75rem;font-size:0.85rem;margin-bottom:1.4rem}.post-content{font-size:1.05rem;line-height:1.75}.post-content h2{font-size:1.5rem;margin:2rem 0 0.8rem}.post-content h3{font-size:1.25rem;margin:1.6rem 0 0.6rem}.post-content h4{font-size:1.15rem;margin:1.4rem 0 0.5rem}.post-content h5,.post-content h6{font-size:1.05rem;margin:1.2rem 0 0.4rem}.post-content p{margin-bottom:1.25rem}.post-content ul,.post-content ol{margin:0 0 1.25rem 1.1rem}.post-content blockquote{padding:0.9rem 1.1rem;margin:1.5rem 0;font-size:1rem}.post-navigation{margin-top:2.5rem;gap:1rem}.post-nav-item{padding:1.1rem 1.2rem;border-radius:12px}.post-nav-next .post-nav-title,.post-nav-next .post-nav-direction{text-align:left;justify-content:flex-start}}