.blog-detail-page{min-height:100vh;background:#fff}.blog-detail-page.dark{background:#0a0e13}.blog-detail-page .blog-get-started{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;background-color:#f1f5f9;padding:2rem;border-radius:1rem 1rem 0 0;width:1250px;margin:auto}.blog-detail-page .blog-get-started h2{font-size:2rem;font-weight:700;margin-bottom:20px}.blog-detail-page .blog-get-started p{margin-bottom:20px;font-size:16px}.blog-detail-page .gb-text{align-items:center;background-color:#215bc2;color:#fff;display:inline-flex;text-decoration:none;border-radius:15px;padding:1rem 2rem}@media(min-width:768px){.blog-detail-page .blog-get-started{grid-template-columns:1fr 1fr;gap:2rem}}.blog-detail-container{max-width:1290px;margin:0 auto;padding:80px 20px 40px}.back-link{display:inline-flex;align-items:center;gap:8px;color:#3470d3;text-decoration:none;font-size:1rem;font-weight:500;margin-bottom:32px;transition:all .3s ease}.dark .back-link{color:#60a5fa}.back-link:hover{color:#2563eb;gap:12px}.dark .back-link:hover{color:#93c5fd}.blog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:48px;min-height:413px;padding:40px;background:var(--container-background-color);border-radius:16px}.dark .blog-header{border-bottom-color:#374151}.blog-header-text{height:100%;flex:1;min-width:0;display:flex;flex-direction:column}.blog-hero-image{height:350px;flex-shrink:0;border-radius:12px;overflow:hidden;background:#f3f4f6;border:1px solid #e5e7eb}.dark .blog-hero-image{background:#111827;border-color:#374151}.blog-hero-image img{display:block;width:100%;height:100%;object-fit:cover}.blog-title{font-size:40px;font-weight:700;color:var(--text-color);margin:0 0 16px;line-height:1.2}.blog-meta{display:flex;flex-direction:column;justify-content:space-between;flex:1;flex-wrap:wrap;font-size:.9375rem;color:#676d79;margin-top:20px;gap:10px}.dark .blog-meta{color:#9ca3af}.blog-readtime-progress{margin-top:20px}.blog-read-time,.blog-updated{display:inline-block}.blog-section{margin-bottom:48px}.blog-section-title{font-size:2rem;font-weight:700;color:#111827;margin:0 0 24px;line-height:1.3}.dark .blog-section-title{color:#f9fafb}.blog-content{font-size:16px;max-width:1290px;margin:0 auto;padding:0 20px 40px}.dark .blog-content{color:#d1d5db}.blog-content p{margin:0 0 10px}.blog-content p:last-child{margin-bottom:0}.blog-content h1{font-size:3rem;font-weight:700}.blog-content h2{font-size:2.5rem;font-weight:700}.blog-content h3{font-size:1.875rem;font-weight:700}.blog-content h4{font-size:1.25rem;font-weight:700}.blog-content h5{font-size:1.125rem;font-weight:700}.blog-content h6{font-size:1rem;font-weight:700}.blog-content ol,.blog-content ul{padding-left:40px}.blog-content li{list-style:disc}.blog-content td{border:1px solid var(--border-primary);padding:10px}.blog-content strong{font-weight:700;color:#111827}.dark .blog-content strong{color:#f9fafb}.blog-content a,.blog-content a strong{color:#0e6cef}.blog-content blockquote{border-left:5px solid rgba(0,0,0,.05);padding:20px;font-size:1.2em;font-style:italic;margin:0 0 1.5em;position:relative}.blog-content .book-a-demo,.blog-content .pricing-modal{cursor:pointer;color:var(--primary-color)!important}.blog-achievements,.blog-steps{list-style:none;padding-left:40px;margin:24px 0}.blog-achievements li,.blog-steps li{margin-bottom:16px;padding-left:24px;position:relative}.blog-achievements li:before,.blog-steps li:before{content:"•";position:absolute;left:0;top:5px;color:#3b82f6;font-size:1.5rem;line-height:1}.dark .blog-achievements li:before,.dark .blog-steps li:before{color:#60a5fa}.blog-achievements li:last-child,.blog-steps li:last-child{margin-bottom:0}.blog-cta{margin-top:64px;padding:48px;background-image:url(/images/static-images/discord-banner-scaled.png);border-radius:16px;background-size:cover;height:500px;background-repeat:no-repeat}.blog-cta-title{width:40%;font-size:50px;font-weight:700;color:#fff!important;margin:0 0 24px}.blog-cta-button{display:inline-block;background:#fff;color:#3b82f6;padding:14px 32px;border-radius:8px;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s ease}.blog-cta-button:hover{background:#f9fafb;transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.blog-not-found{text-align:center;padding:80px 20px}.blog-not-found h1{font-size:2.5rem;font-weight:700;color:#111827;margin:0 0 24px}.dark .blog-not-found h1{color:#f9fafb}.read-more-section{background:#1e293b;padding:40px;max-width:1250px;margin:auto auto 40px}.dark .read-more-section{background:#0f172a}.read-more-section .read-more-container{max-width:1290px;margin:0 auto}.read-more-section .read-more-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.read-more-section .read-more-title{font-size:2rem;color:#fff!important;margin:0}.read-more-section .read-more-nav{display:flex;gap:12px}.read-more-section .read-more-nav-button{width:48px;height:48px;border-radius:8px;border:1px solid hsla(0,0%,100%,.2);background:rgba(0,0,0,0);color:hsla(0,0%,100%,.6);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.read-more-section .read-more-nav-button:hover:not(:disabled){border-color:hsla(0,0%,100%,.4);color:#fff;background:hsla(0,0%,100%,.05)}.read-more-section .read-more-nav-button.disabled{opacity:.3;cursor:not-allowed}.read-more-section .read-more-nav-button:not(.disabled){border-color:hsla(0,0%,100%,.4);color:#fff}.read-more-section .read-more-carousel{display:flex;gap:24px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:10px}.read-more-section .read-more-carousel::-webkit-scrollbar{display:none}.read-more-section .read-more-card{flex:0 0 320px;background:#334155;border-radius:12px;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;transition:transform .3s ease}.read-more-section .read-more-card:hover{transform:translateY(-4px)}.read-more-section .read-more-card-image{width:100%;height:200px;overflow:hidden;background:#475569}.read-more-section .read-more-card-image img{width:100%;height:100%;object-fit:cover;display:block}.read-more-section .read-more-card-content{padding:20px;flex:1;display:flex;flex-direction:column}.read-more-section .read-more-card-title{font-size:1.125rem;font-weight:600;color:#fff!important;margin:0 0 12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.read-more-section .read-more-card-meta{display:flex;align-items:center;gap:8px;font-size:.875rem;color:hsla(0,0%,100%,.6);margin-top:auto}.read-more-section .read-more-card-author{color:hsla(0,0%,100%,.6)}.read-more-section .read-more-card-separator{color:hsla(0,0%,100%,.4)}.read-more-section .read-more-card-date{color:hsla(0,0%,100%,.6)}@media(max-width:768px){.read-more-section .read-more-section{padding:60px 16px}.read-more-section .read-more-title{font-size:2rem}.read-more-section .read-more-card{flex:0 0 280px}.read-more-section .read-more-card-image{height:180px}.blog-detail-container{padding:60px 16px 32px 0}.blog-header{flex-direction:column}.blog-meta{flex-direction:row;align-items:center;justify-content:space-between}.blog-header{height:520px}.blog-hero-image{width:100%;max-height:240px}.blog-title{font-size:2rem}.blog-section-title{font-size:1.5rem}.blog-cta{padding:32px 24px}.blog-cta-title{font-size:1.5rem}}