.blog-post-page.svelte-i3vxh3.svelte-i3vxh3{--primary-blue:#D55F40;--primary-yellow:#F5C542;--blue-darker:#BB4E32;--blue-dark:#BB4E32;--blue-light:#E3927A;--blue-lighter:#FBEFEB;--blue-pale:#F7F3EA;--blue-ultra-pale:#F7F3EA;--black:#000000;--white:#ffffff;--gray-dark:#333333;--gray:#666666;--gray-light:#999999;--gray-lighter:#e5e5e5;--gray-pale:#f8f8f8;--gradient-blue:linear-gradient(135deg, var(--primary-blue) 0%, var(--blue-light) 100%);--gradient-blue-dark:linear-gradient(135deg, var(--blue-darker) 0%, var(--primary-blue) 100%);--shadow-xs:0 1px 2px 0 rgba(31,26,23, .06);--shadow-sm:0 2px 8px 0 rgba(31,26,23, .08);--shadow-md:0 4px 16px 0 rgba(31,26,23, .12);--shadow-lg:0 8px 24px 0 rgba(31,26,23, .16);--shadow-xl:0 16px 48px 0 rgba(31,26,23, .2);--glow-yellow:0 0 32px rgba(245, 197, 66, .5);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--gray-dark);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.container.svelte-i3vxh3.svelte-i3vxh3{max-width:1280px;margin:0 auto;padding:0 2rem}nav.svelte-i3vxh3.svelte-i3vxh3{background:rgba(255,255,255,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--gray-lighter);position:sticky;top:0;z-index:1000;transition:all .3s ease}nav.scrolled.svelte-i3vxh3.svelte-i3vxh3{box-shadow:var(--shadow-sm)}nav.svelte-i3vxh3>.container.svelte-i3vxh3{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem}.logo.svelte-i3vxh3.svelte-i3vxh3{display:flex;align-items:center;gap:3px;text-decoration:none;transition:transform .3s ease}.logo.svelte-i3vxh3.svelte-i3vxh3:hover{transform:scale(1.05)}.logo.svelte-i3vxh3 img.svelte-i3vxh3{height:48px;width:auto}.logo-text.svelte-i3vxh3.svelte-i3vxh3{display:flex;flex-direction:column;line-height:1}.brand-name.svelte-i3vxh3.svelte-i3vxh3{font-size:.75rem;font-weight:700;color:var(--gray);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.125rem}.brand-tagline.svelte-i3vxh3.svelte-i3vxh3{font-size:.65rem;font-weight:500;color:var(--gray-light);text-transform:uppercase;letter-spacing:.12em}.nav-links.svelte-i3vxh3.svelte-i3vxh3{list-style:none;display:flex;gap:2.5rem;align-items:center;margin:0;padding:0}.nav-links.svelte-i3vxh3 a.svelte-i3vxh3:not(.btn){text-decoration:none;color:var(--gray-dark);font-weight:600;font-size:.9375rem;transition:all .3s ease;position:relative}.nav-links.svelte-i3vxh3 a.svelte-i3vxh3:not(.btn):after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--primary-blue);transition:width .3s ease}.nav-links.svelte-i3vxh3 a.svelte-i3vxh3:not(.btn):hover:after,.nav-links.svelte-i3vxh3 a.active.svelte-i3vxh3:after{width:100%}.nav-links.svelte-i3vxh3 a.svelte-i3vxh3:not(.btn):hover,.nav-links.svelte-i3vxh3 a.active.svelte-i3vxh3{color:var(--primary-blue)}.nav-link-login.svelte-i3vxh3.svelte-i3vxh3{color:var(--primary-blue)!important}.mobile-menu-btn.svelte-i3vxh3.svelte-i3vxh3{display:none;background:none;border:none;cursor:pointer;padding:.5rem;font-size:1.5rem;color:var(--gray-dark)}.btn.svelte-i3vxh3.svelte-i3vxh3{display:inline-block;padding:.875rem 1.75rem;border-radius:.75rem;font-weight:600;font-size:.9375rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;position:relative;overflow:hidden}.btn.svelte-i3vxh3 span.svelte-i3vxh3{position:relative;z-index:1}.btn.svelte-i3vxh3.svelte-i3vxh3:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.2);transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn.svelte-i3vxh3.svelte-i3vxh3:hover:before{width:300px;height:300px}.btn-primary.svelte-i3vxh3.svelte-i3vxh3{background:var(--primary-yellow);color:var(--black);box-shadow:var(--shadow-md);font-weight:700}.btn-primary.svelte-i3vxh3.svelte-i3vxh3:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg),var(--glow-yellow);filter:brightness(1.05)}.btn-yellow.svelte-i3vxh3.svelte-i3vxh3{background:var(--primary-yellow);color:var(--black);box-shadow:var(--shadow-md);font-weight:700}.btn-yellow.svelte-i3vxh3.svelte-i3vxh3:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg),var(--glow-yellow);filter:brightness(1.05)}.breadcrumb-bar.svelte-i3vxh3.svelte-i3vxh3{background:var(--gray-pale);border-bottom:1px solid var(--gray-lighter)}.breadcrumb.svelte-i3vxh3.svelte-i3vxh3{display:flex;align-items:center;padding:1rem 0;font-size:.8125rem;flex-wrap:wrap}.breadcrumb.svelte-i3vxh3 a.svelte-i3vxh3{color:var(--gray);text-decoration:none;transition:color .2s ease}.breadcrumb.svelte-i3vxh3 a.svelte-i3vxh3:hover{color:var(--primary-blue)}.breadcrumb.svelte-i3vxh3 .sep.svelte-i3vxh3{margin:0 .5rem;color:var(--gray-light);font-size:.625rem}.breadcrumb.svelte-i3vxh3 .current.svelte-i3vxh3{color:var(--gray-dark);font-weight:600;max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.featured-image-wrapper.svelte-i3vxh3.svelte-i3vxh3{padding:2rem 0 0}.featured-image-container.svelte-i3vxh3.svelte-i3vxh3{max-width:900px;margin:0 auto;border-radius:1.25rem;overflow:hidden;box-shadow:var(--shadow-lg)}.featured-image.svelte-i3vxh3.svelte-i3vxh3{width:100%;height:auto;max-height:480px;-o-object-fit:cover;object-fit:cover;display:block}.article-wrapper.svelte-i3vxh3.svelte-i3vxh3{padding:2rem 0 0}.article-container.svelte-i3vxh3.svelte-i3vxh3{max-width:800px;margin:0 auto}.article-header.svelte-i3vxh3.svelte-i3vxh3{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:2px solid var(--blue-pale)}.category-badge.svelte-i3vxh3.svelte-i3vxh3{display:inline-block;padding:.375rem 1rem;background:var(--blue-pale);color:var(--primary-blue);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:2rem;margin-bottom:1rem}.article-header.svelte-i3vxh3 h1.svelte-i3vxh3{font-size:2.75rem;font-weight:900;color:var(--gray-dark);line-height:1.2;letter-spacing:-.02em;margin-bottom:1rem}.article-description.svelte-i3vxh3.svelte-i3vxh3{font-size:1.25rem;color:var(--gray);line-height:1.7;margin-bottom:1.5rem}.article-meta.svelte-i3vxh3.svelte-i3vxh3{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.875rem;color:var(--gray-light)}.meta-item.svelte-i3vxh3.svelte-i3vxh3{display:flex;align-items:center;gap:.375rem}.meta-item.svelte-i3vxh3 i.svelte-i3vxh3{font-size:.8125rem;color:var(--blue-light)}.meta-divider.svelte-i3vxh3.svelte-i3vxh3{color:var(--gray-lighter)}.article-content.svelte-i3vxh3.svelte-i3vxh3{font-size:1.0625rem;line-height:1.8;color:var(--gray-dark)}.article-content.svelte-i3vxh3 h2{font-size:1.75rem;font-weight:800;color:var(--gray-dark);margin-top:3rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--blue-pale)}.article-content.svelte-i3vxh3 h3{font-size:1.375rem;font-weight:700;color:var(--gray-dark);margin-top:2.5rem;margin-bottom:.75rem}.article-content.svelte-i3vxh3 h4{font-size:1.125rem;font-weight:700;color:var(--gray-dark);margin-top:2rem;margin-bottom:.5rem}.article-content.svelte-i3vxh3 p{color:#444;margin-bottom:1.5rem}.article-content.svelte-i3vxh3 a{color:var(--primary-blue);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.article-content.svelte-i3vxh3 a:hover{border-bottom-color:var(--primary-blue)}.article-content.svelte-i3vxh3 strong{color:var(--gray-dark);font-weight:700}.article-content.svelte-i3vxh3 img{border-radius:1rem;box-shadow:var(--shadow-md);margin:2rem 0;max-width:100%;height:auto}.article-content.svelte-i3vxh3 blockquote{border-left:4px solid var(--primary-blue);background:var(--blue-ultra-pale);padding:1.25rem 1.5rem;margin:2rem 0;border-radius:0 .75rem .75rem 0;color:var(--gray-dark);font-style:normal}.article-content.svelte-i3vxh3 blockquote p{margin-bottom:0}.article-content.svelte-i3vxh3 code{background:var(--gray-pale);padding:.125rem .375rem;border-radius:.25rem;font-size:.9em;color:var(--primary-blue)}.article-content.svelte-i3vxh3 pre{background:var(--gray-dark);color:var(--white);padding:1.5rem;border-radius:.75rem;overflow-x:auto;margin:2rem 0}.article-content.svelte-i3vxh3 pre code{background:none;padding:0;color:inherit}.article-content.svelte-i3vxh3 ul,.article-content.svelte-i3vxh3 ol{margin-bottom:1.5rem;padding-left:1.5rem}.article-content.svelte-i3vxh3 li{color:#444;margin-bottom:.5rem;line-height:1.7}.article-content.svelte-i3vxh3 ul li::marker{color:var(--primary-blue)}.article-content.svelte-i3vxh3 ol li::marker{color:var(--primary-blue);font-weight:700}.article-content.svelte-i3vxh3 hr{border:none;height:2px;background:var(--blue-pale);margin:3rem 0}.article-content.svelte-i3vxh3 table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.9375rem;border-radius:.75rem;overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--gray-lighter)}.article-content.svelte-i3vxh3 thead{background:var(--blue-pale)}.article-content.svelte-i3vxh3 th{padding:.875rem 1rem;text-align:left;font-weight:700;color:var(--primary-blue);font-size:.8125rem;text-transform:uppercase;letter-spacing:.03em}.article-content.svelte-i3vxh3 td{padding:.75rem 1rem;border-top:1px solid var(--gray-lighter);color:var(--gray-dark)}.article-content.svelte-i3vxh3 tbody tr:nth-child(2n){background:var(--gray-pale)}.article-content.svelte-i3vxh3 tbody tr:hover{background:var(--blue-ultra-pale)}.tags-section.svelte-i3vxh3.svelte-i3vxh3{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:3rem;padding-top:2rem;border-top:2px solid var(--blue-pale)}.tag.svelte-i3vxh3.svelte-i3vxh3{padding:.375rem 1rem;background:var(--blue-ultra-pale);color:var(--primary-blue);font-size:.8125rem;font-weight:600;border-radius:2rem;border:1px solid var(--blue-pale);transition:all .2s ease}.tag.svelte-i3vxh3.svelte-i3vxh3:hover{background:var(--blue-pale);transform:translateY(-1px)}.cta-section.svelte-i3vxh3.svelte-i3vxh3{background:var(--gradient-blue-dark);color:var(--white);padding:5rem 0;text-align:center;position:relative;overflow:hidden;margin-top:4rem}.cta-section.svelte-i3vxh3 .cta-bg.svelte-i3vxh3{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 25% 50%,rgba(31,26,23,.3) 0%,transparent 50%),radial-gradient(circle at 75% 50%,rgba(43,42,39,.2) 0%,transparent 50%)}.cta-section.svelte-i3vxh3 .container.svelte-i3vxh3{position:relative;z-index:1}.cta-section.svelte-i3vxh3 h2.svelte-i3vxh3{font-size:2.75rem;font-weight:900;margin-bottom:1rem;letter-spacing:-.02em}.cta-section.svelte-i3vxh3 p.svelte-i3vxh3{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.7}.related-section.svelte-i3vxh3.svelte-i3vxh3{padding:4rem 0;background:var(--gray-pale)}.section-title.svelte-i3vxh3.svelte-i3vxh3{text-align:center;font-size:2rem;font-weight:800;color:var(--primary-blue);margin-bottom:2.5rem;letter-spacing:-.02em}.related-grid.svelte-i3vxh3.svelte-i3vxh3{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.related-card.svelte-i3vxh3.svelte-i3vxh3{background:var(--white);border-radius:1.25rem;border:2px solid var(--gray-lighter);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.related-card.svelte-i3vxh3.svelte-i3vxh3:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--primary-blue)}.related-image-link.svelte-i3vxh3.svelte-i3vxh3{display:block;height:160px;overflow:hidden}.related-image.svelte-i3vxh3.svelte-i3vxh3{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.related-card.svelte-i3vxh3:hover .related-image.svelte-i3vxh3{transform:scale(1.05)}.related-image-fallback.svelte-i3vxh3.svelte-i3vxh3{width:100%;height:100%;background:var(--gradient-blue);display:flex;align-items:center;justify-content:center;color:#ffffff80;font-size:2.5rem}.related-content.svelte-i3vxh3.svelte-i3vxh3{padding:1.5rem}.related-category.svelte-i3vxh3.svelte-i3vxh3{display:inline-block;padding:.2rem .625rem;background:var(--blue-pale);color:var(--primary-blue);font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:2rem;margin-bottom:.5rem}.related-content.svelte-i3vxh3 h3.svelte-i3vxh3{font-size:1.0625rem;font-weight:700;line-height:1.4;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-content.svelte-i3vxh3 h3 a.svelte-i3vxh3{color:var(--gray-dark);text-decoration:none;transition:color .3s ease}.related-content.svelte-i3vxh3 h3 a.svelte-i3vxh3:hover{color:var(--primary-blue)}.related-meta.svelte-i3vxh3.svelte-i3vxh3{display:flex;justify-content:space-between;font-size:.75rem;color:var(--gray-light)}footer.svelte-i3vxh3.svelte-i3vxh3{background:var(--gray-dark);color:var(--white);padding:4rem 0 2rem}.footer-content.svelte-i3vxh3.svelte-i3vxh3{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand.svelte-i3vxh3.svelte-i3vxh3{max-width:300px}.footer-logo.svelte-i3vxh3.svelte-i3vxh3{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo.svelte-i3vxh3 img.svelte-i3vxh3{height:40px}.footer-logo.svelte-i3vxh3 span.svelte-i3vxh3{font-size:1.25rem;font-weight:700}.footer-brand.svelte-i3vxh3 p.svelte-i3vxh3{color:#ffffffb3;line-height:1.6;font-size:.9375rem}.footer-section.svelte-i3vxh3 h4.svelte-i3vxh3{margin-bottom:1.5rem;color:var(--blue-lighter);font-weight:700;font-size:1.125rem}.footer-section.svelte-i3vxh3 ul.svelte-i3vxh3{list-style:none;margin:0;padding:0}.footer-section.svelte-i3vxh3 a.svelte-i3vxh3{color:#ffffffb3;text-decoration:none;transition:color .3s ease;display:block;padding:.375rem 0;font-size:.9375rem}.footer-section.svelte-i3vxh3 a.svelte-i3vxh3:hover{color:var(--blue-lighter)}.footer-bottom.svelte-i3vxh3.svelte-i3vxh3{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;color:#fff9;font-size:.875rem}@media (max-width: 968px){.footer-content.svelte-i3vxh3.svelte-i3vxh3{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand.svelte-i3vxh3.svelte-i3vxh3{grid-column:1 / -1;max-width:none}.article-header.svelte-i3vxh3 h1.svelte-i3vxh3{font-size:2.25rem}}@media (max-width: 768px){.nav-links.svelte-i3vxh3.svelte-i3vxh3{display:none;position:absolute;top:100%;left:0;right:0;background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;padding:1.5rem;gap:1rem;border-bottom:1px solid var(--gray-lighter);box-shadow:var(--shadow-md)}.nav-links.open.svelte-i3vxh3.svelte-i3vxh3{display:flex}.mobile-menu-btn.svelte-i3vxh3.svelte-i3vxh3{display:block}.container.svelte-i3vxh3.svelte-i3vxh3{padding:0 1.25rem}.article-header.svelte-i3vxh3 h1.svelte-i3vxh3{font-size:1.875rem}.article-description.svelte-i3vxh3.svelte-i3vxh3{font-size:1.0625rem}.article-meta.svelte-i3vxh3.svelte-i3vxh3{flex-direction:column;align-items:flex-start;gap:.375rem}.meta-divider.svelte-i3vxh3.svelte-i3vxh3{display:none}.cta-section.svelte-i3vxh3 h2.svelte-i3vxh3{font-size:2rem}.cta-section.svelte-i3vxh3 p.svelte-i3vxh3{font-size:1.0625rem}.related-grid.svelte-i3vxh3.svelte-i3vxh3{grid-template-columns:1fr}.footer-content.svelte-i3vxh3.svelte-i3vxh3{grid-template-columns:1fr;text-align:center}.footer-brand.svelte-i3vxh3.svelte-i3vxh3{display:flex;flex-direction:column;align-items:center}.featured-image-container.svelte-i3vxh3.svelte-i3vxh3{border-radius:.75rem}}
