.blog-detail-page{padding-top:3rem;padding-bottom:5rem;}.blog-post-header{max-width:900px;margin:0 auto 4rem;text-align:center;}.post-category{display:inline-block;padding:0.5rem 1.25rem;background:var(--blue-50);color:var(--primary);border-radius:99px;font-weight:700;font-size:0.875rem;margin-bottom:2rem;}.dark .post-category{background:rgba(29,140,248,0.1);}.post-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:2rem;color:var(--text-light);}.dark .post-title{color:var(--text-dark);}.post-meta-detailed{display:flex;align-items:center;justify-content:center;gap:2rem;color:var(--gray-500);font-size:0.938rem;padding-bottom:2rem;border-bottom:1px solid var(--gray-100);}.dark .post-meta-detailed{border-color:var(--gray-800);}.post-meta-item{display:flex;align-items:center;gap:0.6rem;}.post-meta-item i{color:var(--primary);}.post-hero-image{width:100%;max-height:600px;border-radius:32px;overflow:hidden;margin-bottom:4rem;box-shadow:0 25px 50px -12px rgba(0,0,0,0.1);}.post-hero-image img{width:100%;height:100%;object-fit:cover;}.post-layout{display:grid;grid-template-columns:1fr 300px;gap:4rem;max-width:1200px;margin:0 auto;}.post-content{font-size:1.125rem;line-height:1.8;color:var(--gray-700);}.dark .post-content{color:var(--gray-300);}.post-content h2{font-size:2rem;font-weight:700;margin:3rem 0 1.5rem;color:var(--text-light);}.dark .post-content h2{color:var(--text-dark);}.post-content p{margin-bottom:1.5rem;}.post-content blockquote{margin:3rem 0;padding:2rem 3rem;background:var(--gray-50);border-left:4px solid var(--primary);border-radius:0 16px 16px 0;font-style:italic;font-size:1.25rem;color:var(--gray-800);}.dark .post-content blockquote{background:var(--surface-dark);color:var(--text-dark);}.post-content img{border-radius:20px;margin:3rem 0;width:100%;}.post-sidebar{display:flex;flex-direction:column;gap:3rem;}.sidebar-widget{background:var(--surface-light);border:1px solid var(--gray-100);border-radius:24px;padding:2rem;}.dark .sidebar-widget{background:var(--surface-dark);border-color:var(--gray-800);}.widget-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-light);}.dark .widget-title{color:var(--text-dark);}.recent-posts{display:flex;flex-direction:column;gap:1.5rem;}.recent-post-item{display:flex;gap:1rem;align-items:center;}.recent-post-thumb{width:80px;height:80px;border-radius:12px;overflow:hidden;flex-shrink:0;}.recent-post-thumb img{width:100%;height:100%;object-fit:cover;}.recent-post-info h4{font-size:0.938rem;font-weight:600;margin-bottom:0.4rem;line-height:1.4;}.recent-post-date{font-size:0.75rem;color:var(--gray-500);}.share-post{display:flex;gap:1rem;}.share-btn{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--gray-50);color:var(--gray-600);transition:all 0.3s;}.dark .share-btn{background:var(--gray-800);color:var(--gray-400);}.share-btn:hover{background:var(--primary);color:white;transform:translateY(-3px);}.related-posts-section{margin-top:6rem;padding-top:5rem;border-top:1px solid var(--gray-100);}.dark .related-posts-section{border-color:var(--gray-800);}.section-title-alt{font-size:2rem;font-weight:800;margin-bottom:3rem;color:var(--text-light);}.dark .section-title-alt{color:var(--text-dark);}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.5rem;}.blog-card{background:var(--surface-light);border-radius:24px;overflow:hidden;border:1px solid var(--gray-100);transition:all 0.4s cubic-bezier(0.4,0,0.2,1);height:100%;display:flex;flex-direction:column;}.dark .blog-card{background:var(--surface-dark);border-color:var(--gray-800);}.blog-card:hover{transform:translateY(-12px);box-shadow:0 25px 50px -12px rgba(0,0,0,0.1);border-color:var(--primary-hover);}.blog-card-image{aspect-ratio:16/10;overflow:hidden;position:relative;}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s cubic-bezier(0.4,0,0.2,1);}.blog-card:hover .blog-card-image img{transform:scale(1.1);}.blog-card-badge{position:absolute;top:1.25rem;left:1.25rem;padding:0.5rem 1rem;background:rgba(255,255,255,0.9);backdrop-filter:blur(8px);border-radius:99px;font-size:0.75rem;font-weight:600;color:var(--primary);z-index:10;}.blog-card-content{padding:2rem;flex-grow:1;display:flex;flex-direction:column;}.blog-card-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;line-height:1.4;color:var(--text-light);transition:color 0.2s;}.dark .blog-card-title{color:var(--text-dark);}.blog-card:hover .blog-card-title{color:var(--primary);}.blog-card-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid var(--gray-100);}.dark .blog-card-footer{border-color:var(--gray-800);}.read-more{display:flex;align-items:center;gap:0.5rem;color:var(--primary);font-weight:600;font-size:0.875rem;}@media (max-width:1024px){.post-layout{grid-template-columns:1fr;gap:3rem;}.post-title{font-size:2.5rem;}}@media (max-width:768px){.blog-detail-page{padding-top:2rem;padding-bottom:3rem;}.blog-post-header{margin-bottom:2.5rem;text-align:left;}.post-category{margin-bottom:1.5rem;}.post-title{font-size:2rem;margin-bottom:1.5rem;}.post-meta-detailed{flex-direction:row;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:flex-start;padding-bottom:1.5rem;}.post-hero-image{border-radius:20px;margin-bottom:2.5rem;max-height:350px;}.post-content{font-size:1rem;}.post-content h2{font-size:1.5rem;margin:2rem 0 1rem;}.post-content blockquote{padding:1.5rem;font-size:1.1rem;margin:2rem 0;}.post-content img{border-radius:12px;margin:2rem 0;}.related-posts-section{margin-top:4rem;padding-top:3rem;}.section-title-alt{font-size:1.5rem;margin-bottom:2rem;}}@media (max-width:480px){.post-meta-detailed{display:grid;grid-template-columns:1fr 1fr;gap:0.75rem;}.post-meta-item{font-size:0.8rem;}}