.blog-page{min-height:100vh}.blog-hero{border-bottom:1px solid var(--border);text-align:center;background:linear-gradient(135deg,#ff8c420d 0%,#ffb36605 100%);padding:6rem 0 4rem}.blog-hero-title{letter-spacing:-.02em;color:var(--foreground);margin-bottom:1.5rem;font-size:3.5rem;font-weight:500;line-height:1.15}.blog-hero-description{color:var(--text-gray);max-width:700px;margin:0 auto;font-size:1.25rem;line-height:1.7}.blog-content{padding:4rem 0}.blog-categories{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.category-btn{border:1.5px solid var(--border);color:var(--foreground);cursor:pointer;background:0 0;border-radius:9999px;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;transition:all .2s}.category-btn:hover{border-color:var(--orange);color:var(--orange)}.category-btn.active{background:var(--orange);border-color:var(--orange);color:#1a1a1a}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;margin-bottom:4rem;display:grid}.blog-card{background:var(--card-bg);border:1px solid var(--border);color:var(--foreground);border-radius:1rem;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.blog-card:hover{border-color:var(--orange);transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.blog-card-image{background:linear-gradient(135deg,#ff8c421a 0%,#ffb3660d 100%);width:100%;height:240px;position:relative;overflow:hidden}.blog-card-placeholder{width:100%;height:100%;color:var(--orange);opacity:.3;justify-content:center;align-items:center;display:flex}.blog-card-placeholder svg{width:64px;height:64px}.blog-card-category{background:var(--orange);color:#1a1a1a;text-transform:uppercase;letter-spacing:.05em;border-radius:.375rem;padding:.375rem .875rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem}.blog-card-content{flex-direction:column;flex:1;padding:1.75rem;display:flex}.blog-card-meta{color:var(--text-gray);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.blog-card-divider{color:var(--border)}.blog-card-title{color:var(--foreground);margin-bottom:.875rem;font-size:1.375rem;font-weight:600;line-height:1.4}.blog-card-excerpt{color:var(--text-gray);flex:1;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7}.blog-card-footer{justify-content:space-between;align-items:center;display:flex}.blog-card-link{color:var(--orange);align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;display:flex}.blog-card-link svg{width:20px;height:20px;transition:transform .2s}.blog-card:hover .blog-card-link svg{transform:translate(4px)}.blog-newsletter{background:linear-gradient(135deg,#ff8c4226 0%,#ffb3661a 100%);border:2px solid #ff8c424d;border-radius:1.5rem;margin-top:4rem;padding:3rem}.newsletter-content{text-align:center;max-width:600px;margin:0 auto}.newsletter-title{color:var(--foreground);margin-bottom:.75rem;font-size:2rem;font-weight:600}.newsletter-description{color:var(--text-gray);margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.newsletter-form{gap:.75rem;display:flex}.newsletter-input{background:var(--input-bg);border:1px solid var(--border);color:var(--foreground);border-radius:.5rem;flex:1;padding:1rem 1.5rem;font-family:Manrope,sans-serif;font-size:1rem}.newsletter-input:focus{border-color:var(--orange);outline:none}.newsletter-input::placeholder{color:var(--text-gray)}.newsletter-button{background:var(--orange);color:#1a1a1a;cursor:pointer;white-space:nowrap;border:none;border-radius:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.newsletter-button:hover{background:var(--orange-dark);transform:translateY(-2px)}@media (max-width:968px){.blog-hero-title{font-size:2.75rem}.blog-hero-description{font-size:1rem}.blog-post-title{font-size:2.25rem}}@media (max-width:768px){.blog-hero{padding:4rem 0 3rem}.blog-hero-title{font-size:2.5rem}.blog-hero-description{font-size:1.125rem}.blog-grid{grid-template-columns:1fr;gap:2rem}.blog-newsletter{padding:2rem}.newsletter-form{flex-direction:column}.newsletter-button{width:100%}}.blog-post-article{padding:2rem 0 4rem}.blog-post-back{padding:2rem 0 1.5rem}.blog-post-back-link{color:var(--text-gray);align-items:center;gap:.5rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.blog-post-back-link:hover{color:var(--orange)}.blog-post-header{text-align:center;max-width:800px;margin:0 auto 3rem}.blog-post-category{background:var(--orange);color:#1a1a1a;text-transform:uppercase;letter-spacing:.05em;border-radius:.375rem;margin-bottom:1.5rem;padding:.375rem .875rem;font-size:.75rem;font-weight:700;display:inline-block}.blog-post-title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:2.75rem;font-weight:600;line-height:1.2}.blog-post-meta{color:var(--text-gray);justify-content:center;align-items:center;gap:.5rem;font-size:.9375rem;display:flex}.blog-post-meta-divider{color:var(--border)}.blog-post-content{max-width:800px;color:var(--foreground);margin:0 auto;font-size:1.0625rem;line-height:1.8}.blog-post-content h2{color:var(--foreground);letter-spacing:-.01em;margin-top:3rem;margin-bottom:1rem;font-size:1.75rem;font-weight:600;line-height:1.3}.blog-post-content h3{color:var(--foreground);margin-top:2rem;margin-bottom:.75rem;font-size:1.375rem;font-weight:600;line-height:1.4}.blog-post-content p{color:var(--foreground);opacity:.9;margin-bottom:1.25rem}.blog-post-content ul,.blog-post-content ol{margin-bottom:1.25rem;padding-left:1.5rem}.blog-post-content ul{list-style-type:disc}.blog-post-content ol{list-style-type:decimal}.blog-post-content li{color:var(--foreground);opacity:.9;margin-bottom:.5rem;line-height:1.7}.blog-post-content li strong{color:var(--foreground);opacity:1}.blog-post-content blockquote{border-left:4px solid var(--orange);background:#ff8c420d;border-radius:0 .5rem .5rem 0;margin:1.5rem 0;padding:1rem 1.5rem}.blog-post-content blockquote p{color:var(--foreground);opacity:.85;margin-bottom:0;font-style:italic}.blog-post-content a{color:var(--orange);text-underline-offset:2px;text-decoration:underline;transition:opacity .2s}.blog-post-content a:hover{opacity:.8}.blog-post-content strong{color:var(--foreground);font-weight:600}.blog-post-content em{font-style:italic}.blog-post-content h2:last-of-type~ul{border-top:1px solid var(--border);padding-top:1rem;padding-left:0;list-style:none}.blog-post-content h2:last-of-type~ul li{opacity:.75;border-bottom:1px solid #8080801a;padding:.375rem 0;font-size:.9375rem}.blog-post-content h2:last-of-type~ul li:last-child{border-bottom:none}.blog-post-nav{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;gap:1.5rem;max-width:800px;margin:4rem auto 0;padding-top:2rem;display:grid}.blog-post-nav-link{border:1px solid var(--border);color:var(--foreground);border-radius:.75rem;align-items:flex-start;gap:.75rem;padding:1.25rem;text-decoration:none;transition:all .2s;display:flex}.blog-post-nav-link:hover{border-color:var(--orange);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.blog-post-nav-prev{text-align:left}.blog-post-nav-next{text-align:right;justify-content:flex-end}.blog-post-nav-link svg{color:var(--orange);flex-shrink:0;margin-top:.25rem}.blog-post-nav-label{color:var(--text-gray);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.8125rem;font-weight:600;display:block}.blog-post-nav-title{color:var(--foreground);font-size:.9375rem;font-weight:500;line-height:1.4;display:block}@media (max-width:768px){.blog-post-title{font-size:1.875rem}.blog-post-content{font-size:1rem}.blog-post-content h2{margin-top:2.5rem;font-size:1.5rem}.blog-post-content h3{font-size:1.25rem}.blog-post-nav{grid-template-columns:1fr}}
/*# sourceMappingURL=04f245218fa0f3d0.css.map*/