.blog-container{max-width:1200px;margin:6rem auto 0;padding:2rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem;align-items:stretch}.blog-post{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .3s ease}.blog-post:hover{transform:translateY(-5px)}.blog-post-image{width:100%;height:200px;overflow:hidden}.blog-post-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog-post-content{padding:1.5rem;background:rgba(255,255,255,.03);display:flex;flex-direction:column;height:100%}.blog-post-content h2{margin:0 0 .5rem;font-size:1.5rem;color:#333;font-family:Inter,Arial,sans-serif!important}.blog-post-excerpt{color:#444;margin-bottom:1rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.read-more{display:inline-block;color:#007bff;font-weight:500}.read-more,.read-more:hover{text-decoration:none}.blog-post-full{max-width:700px;margin:6rem auto;background:#232323;border-radius:12px;box-shadow:0 4px 32px rgba(0,0,0,.25);padding:2.5rem 2rem 3rem;color:#f3f3f3;line-height:1.5;font-family:Inter,Arial,sans-serif}.blog-post-full h1{font-size:2.5rem;line-height:1.25;font-weight:800;margin-bottom:1.5rem;color:#fff;letter-spacing:-1px;font-family:Inter,Arial,sans-serif!important}.blog-post-full h2{font-size:1.85rem;line-height:1.3;padding-top:.5rem;letter-spacing:-.5px}.blog-post-full h2,.blog-post-full h3{font-weight:700;margin:3rem 0 1rem;color:#fff;font-family:Inter,Arial,sans-serif!important}.blog-post-full h3{font-size:1.45rem;line-height:1.35;letter-spacing:-.3px}.blog-post-full h4{font-size:1.2rem;font-family:Inter,Arial,sans-serif;line-height:1.35;font-weight:700;margin:2rem 0 .6rem;color:#ebebeb}.blog-post-full p{font-size:1.05rem;letter-spacing:.2px;margin:.4rem 0 1.5rem;color:#b8b8b8;font-family:Inter,Arial,sans-serif;line-height:1.8}.blog-post-full ol,.blog-post-full ul{padding-inline-start:1.5rem;color:#b8b8b8;margin:.5rem 0 1.5rem;font-family:Inter,Arial,sans-serif}.blog-post-full li p{margin-bottom:0;margin-top:.5rem}.blog-post-full li,.blog-post-full li p{font-size:1.05rem;font-family:Inter,Arial,sans-serif}.blog-post-full li{margin-bottom:.6rem;line-height:1.75;color:#b8b8b8}.blog-post-full b,.blog-post-full strong{color:#fff;font-weight:700;font-family:Inter,Arial,sans-serif}.blog-post-full em,.blog-post-full i{color:#c5c5c5;font-family:Inter,Arial,sans-serif}.blog-post-full .blog-post-body a,.blog-post-full .blog-post-body a em,.blog-post-full .blog-post-body a i{color:#FF881F!important;text-decoration:none!important;transition:color .2s ease}.blog-post-full .blog-post-body a:hover,.blog-post-full .blog-post-body a:hover em,.blog-post-full .blog-post-body a:hover i{color:#ffab5e!important}.blog-post-full hr{border:none;height:1px;background:#333;margin:2.5rem 0}.blog-post-full blockquote{border-left:3px solid #ff881f;background:#1a1a1a;color:#e0e0e0;margin:2rem 0 2.5rem;padding:1.25rem 1.5rem;font-style:normal;font-size:1rem;border-radius:0 8px 8px 0;font-family:Inter,Arial,sans-serif;line-height:1.7}.blog-post-full blockquote p{color:#e0e0e0!important;margin:0 0 .5rem!important;font-size:1rem!important}.blog-post-full blockquote p:last-child{margin-bottom:0!important}[data-theme=light] .blog-post-full blockquote{border-left-color:#ff623a;background:#f5f5f5;color:#333}[data-theme=light] .blog-post-full blockquote p{color:#333!important}.blog-post-full pre{padding:1.5rem;border-radius:8px;overflow-x:auto;margin:2rem 0;font-size:.95rem;border:1px solid #3a3a3a}.blog-post-full code,.blog-post-full pre{background:#2a2a2a;color:#fffae3;font-family:Inter,Arial,sans-serif}.blog-post-full code{padding:.2em .5em;border-radius:4px;font-size:.9em;border:1px solid #3a3a3a}.blog-post-hero{max-height:350px;-o-object-fit:cover;object-fit:cover;margin-bottom:2.5rem}.blog-post-body img,.blog-post-hero{width:100%;border-radius:10px;box-shadow:0 2px 16px rgba(0,0,0,.18)}.blog-post-body img{margin:1.5rem 0}.blog-post-date{color:#ffbdbd;font-size:1rem;margin-bottom:2.2rem;letter-spacing:1px}.blog-post-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.blog-author-avatar{width:44px;height:44px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #333;align-self:center}.blog-meta-text{display:flex;flex-direction:column;justify-content:center;gap:.1rem}.blog-author-name{color:#fff;font-size:.95rem;font-weight:600;font-family:Inter,Arial,sans-serif;text-decoration:none;transition:color .2s ease}.blog-author-name:hover{color:#FF881F}.blog-post-meta .blog-post-date{margin:0!important;padding:0!important;font-size:.85rem;line-height:1.2}.blog-author-block{display:flex;gap:1.25rem;margin-top:3rem;padding:1.5rem;background:#1a1a1a;border-radius:12px;border:1px solid #333}.blog-author-block-avatar{width:72px;height:72px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #444;flex-shrink:0}.blog-author-block-info{display:flex;flex-direction:column}.blog-author-block-name{font-size:1.15rem!important;font-weight:700!important;color:#fff!important}.blog-author-block-bio,.blog-author-block-name{margin:0 0 .5rem!important;font-family:Inter,Arial,sans-serif}.blog-author-block-bio{font-size:.92rem!important;line-height:1.6!important;color:#b8b8b8!important}.blog-author-block-link{color:#FF881F!important;font-size:.92rem;font-weight:600;text-decoration:none!important;margin-top:.25rem;transition:color .2s ease;font-family:Inter,Arial,sans-serif}.blog-author-block-link:hover{color:#ffab5e!important}@media (max-width:600px){.blog-author-block{flex-direction:column;align-items:center;text-align:center}.blog-author-block-avatar{width:64px;height:64px}}[data-theme=light] .blog-author-name{color:#1a1a1a}[data-theme=light] .blog-author-name:hover{color:#ff623a}[data-theme=light] .blog-author-avatar,[data-theme=light] .blog-author-block-avatar{border-color:#e0e0e0}[data-theme=light] .blog-author-block{background:#f8f9fa;border-color:#e0e0e0}[data-theme=light] .blog-author-block-name{color:#1a1a1a!important}[data-theme=light] .blog-author-block-bio{color:#555!important}.blog-faq-section{margin-top:3rem}.blog-faq-section h2{font-size:1.85rem;font-weight:700;color:#fff;margin-bottom:1.5rem;font-family:Inter,Arial,sans-serif}.blog-faq-container{display:flex;flex-direction:column;gap:0}.blog-faq-container .faq-item{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:8px;margin-bottom:.75rem;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.blog-faq-container .faq-item:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.15)}.blog-faq-container .faq-item.active{background:rgba(255,255,255,.05);border-color:rgba(255,98,58,.3);box-shadow:0 8px 32px rgba(0,0,0,.2)}.blog-faq-container .faq-question{padding:1.25rem 1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:all .3s ease}.blog-faq-container .faq-question:hover{padding-left:1.7rem}.blog-faq-container .faq-question h3{margin:0;font-size:1.05rem;font-weight:500;color:#fff;line-height:1.4;font-family:Inter,sans-serif}.blog-faq-container .faq-icon{flex-shrink:0;width:24px;height:24px;background:linear-gradient(270deg,#ff2b80 2.14%,#ff881f 102.54%);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.4,0,.2,1)}.blog-faq-container .faq-item.active .faq-icon{transform:rotate(180deg)}.blog-faq-container .faq-icon svg{width:14px;height:14px;stroke:#fff;stroke-width:3}.blog-faq-container .faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1)}.blog-faq-container .faq-item.active .faq-answer{max-height:500px;padding:0 1.5rem 1.25rem}.blog-faq-container .faq-answer-content{color:#b8b8b8;line-height:1.7;margin:0;font-size:.95rem;font-family:Inter,sans-serif;font-weight:400}[data-theme=light] .blog-faq-section h2{color:#1a1a1a}[data-theme=light] .blog-faq-container .faq-item{background:#f8f8f8;border-color:#e0e0e0}[data-theme=light] .blog-faq-container .faq-item:hover{background:#f0f0f0;border-color:#ccc}[data-theme=light] .blog-faq-container .faq-item.active{background:#fff!important;border-color:#ff6b6b!important;box-shadow:0 6px 20px rgba(255,107,107,.15)!important}[data-theme=light] .blog-faq-container .faq-item.active .faq-question h3{color:#1a1a1a!important}[data-theme=light] .blog-faq-container .faq-item.active .faq-answer-content{color:#2c2c2c!important}[data-theme=light] .blog-faq-container .faq-question h3{color:#1a1a1a}[data-theme=light] .blog-faq-container .faq-answer-content{color:#2c2c2c}[data-theme=light] .blog-faq-container .faq-icon{background:linear-gradient(90deg,#ff6b6b,#ff8e53)}.blog-toc-sidebar{position:fixed;top:100px;right:3vw;width:240px;background:#232323;border-radius:10px;box-shadow:0 2px 16px rgba(0,0,0,.18);padding:1.5rem 1rem;z-index:100;max-height:70vh;overflow-y:auto;color:#fff;display:flex;flex-direction:column;gap:.5rem}.blog-toc-sidebar h3{font-size:1.1rem;margin-bottom:1rem;color:#fff;font-weight:700;letter-spacing:1px}.blog-toc-link{color:#bdbdbd;background:none;text-decoration:none;font-size:1rem;padding:.2rem .5rem;border-radius:4px;transition:background .2s,color .2s;display:block}.blog-toc-link:hover{color:#fff;background:#333}.blog-toc-link.active{background:none;font-weight:800;color:#fff;background:linear-gradient(90deg,#ff6b6b,#ff8e53);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;box-shadow:none}.blog-toc-sub{margin-left:1.2rem;font-size:.95rem;color:#bdbdbd}.blog-toc-dash{color:#bdbdbd;margin-right:.5rem;font-weight:700}.blog-post-date{color:#868686;font-size:.9rem;margin-bottom:.5rem!important;margin-top:0!important}@media (max-width:1100px){.blog-toc-sidebar{display:none}}@media (max-width:800px){.blog-post-full{padding:1.2rem .5rem 2rem;margin-top:7rem!important}.blog-post-full h1{font-size:1.85rem}.blog-post-full h2{font-size:1.5rem;margin:2.5rem 0 .75rem}.blog-post-full h3{font-size:1.25rem;margin:2rem 0 .6rem}.blog-post-full p{font-size:1rem;line-height:1.75;margin:.3rem 0 1.25rem}.blog-grid{margin-top:6rem}}.blog-card-meta{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.blog-card-avatar{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:1.5px solid #444}.blog-card-meta-text{display:flex;flex-direction:column;gap:0}.blog-card-author{color:#fff;font-size:.82rem;font-weight:600;font-family:Inter,Arial,sans-serif;line-height:1.2}.blog-card-meta .blog-post-date{margin:0!important;font-size:.78rem!important}[data-theme=light] .blog-card-author{color:#1a1a1a}[data-theme=light] .blog-card-avatar{border-color:#e0e0e0}.blog-post-dark{background:#212121;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.18);color:#fff;border:1px solid #232323;transition:transform .2s,box-shadow .2s,border .2s;display:flex;flex-direction:column;height:100%}.blog-post-dark:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 8px 32px rgba(0,0,0,.3),0 30px 24px rgba(0,0,0,.22);border:1px solid #232323}.blog-post-dark .blog-post-content{background:transparent;flex:1 1;display:flex;flex-direction:column}.blog-post-dark .blog-post-content h2{color:#fff}.blog-post-dark .blog-post-date{color:#ffbdbd}.blog-post-dark .blog-post-excerpt{color:#e0e0e0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.blog-post-dark .read-more{display:inline-block;padding:.9rem 2.4rem;border-radius:50px;background:linear-gradient(270deg,rgba(255,43,128,.9),rgba(255,136,31,.9));color:#fff;font-family:Inter,sans-serif;font-weight:800;font-size:1rem;border:none;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 20px rgba(255,43,128,.2),inset 0 1px 1px rgba(255,255,255,.2);margin-top:auto;text-align:center;text-decoration:none;align-self:flex-start}.blog-post-dark .read-more:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s cubic-bezier(.4,0,.2,1)}.blog-post-dark .read-more:hover{transform:translateY(-3px);box-shadow:0 20px 40px rgba(255,43,128,.3),inset 0 1px 1px rgba(255,255,255,.3);background:linear-gradient(90deg,#FF881F 2.14%,#FF2B80 102.54%);text-decoration:none}.blog-post-dark .read-more:hover:before{left:100%}.blog-post-dark .blog-post-image img{border-radius:12px 12px 0 0;background:#232323}.blog-post-full .blog-post-date{margin-top:0!important;margin-bottom:0!important}.blog-table{width:100%;border-collapse:collapse;margin:2rem 0;background:#1a1a1a;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.3);border:2px solid #333}.blog-table td,.blog-table th{padding:1rem 1.5rem;text-align:left;border-right:1px solid #444;border-bottom:1px solid #444;color:#e0e0e0;vertical-align:middle}.blog-table td:last-child,.blog-table th:last-child{border-right:none}.blog-table th{background:#2d2d2d;color:#fff;font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #555}.blog-table tr:nth-child(2n){background:#232323}.blog-table tr:hover{background:#2a2a2a;transition:background .2s ease}.blog-table td{font-size:.95rem;line-height:1.5}.blog-table tr:last-child td{border-bottom:none}.blog-table td p,.blog-table th p{margin:0;padding:0}.blog-post-body table{width:100%;border-collapse:collapse;margin:2rem 0;background:#1a1a1a;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.3);border:2px solid #333}.blog-post-body table td,.blog-post-body table th{padding:1rem 1.5rem;text-align:left;border-right:1px solid #444;border-bottom:1px solid #444;color:#e0e0e0;vertical-align:middle}.blog-post-body table td:last-child,.blog-post-body table th:last-child{border-right:none}.blog-post-body table th{background:#2d2d2d;color:#fff;font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #555}.blog-post-body table tr:nth-child(2n){background:#232323}.blog-post-body table tr:hover{background:#2a2a2a;transition:background .2s ease}.blog-post-body table td{font-size:.95rem;line-height:1.5}.blog-post-body table tr:last-child td{border-bottom:none}.blog-post-body table td p,.blog-post-body table th p{margin:0!important;padding:0}@media (max-width:768px){.blog-post-body table,.blog-table{font-size:.85rem}.blog-container{margin-top:0}.blog-post-body table td,.blog-post-body table th,.blog-table td,.blog-table th{padding:.75rem 1rem}}