.author-card[data-astro-cid-5ubhimur]{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:2rem;margin-top:3rem;display:flex;flex-direction:column;gap:1.5rem;position:relative;overflow:hidden;transition:background-color .3s,border-color .3s}.author-card[data-astro-cid-5ubhimur]:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--accent-hover, #ef4444)}.author-header[data-astro-cid-5ubhimur]{display:flex;align-items:center;gap:1.5rem}.avatar-wrapper[data-astro-cid-5ubhimur]{flex-shrink:0}.avatar-img[data-astro-cid-5ubhimur]{width:80px;height:80px;border-radius:50%;border:2px solid var(--accent-hover, #ef4444);-o-object-fit:cover;object-fit:cover;display:block}.avatar-placeholder[data-astro-cid-5ubhimur]{width:80px;height:80px;border-radius:50%;border:2px solid var(--accent-hover, #ef4444);background:var(--border-color);color:var(--text-heading);display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700}.author-identity[data-astro-cid-5ubhimur]{display:flex;flex-direction:column}.author-label[data-astro-cid-5ubhimur]{font-size:.75rem;text-transform:uppercase;color:var(--text-meta, #94a3b8);font-weight:700;letter-spacing:.05em}.author-name[data-astro-cid-5ubhimur]{margin:0;font-size:1.3rem;color:var(--text-heading);font-weight:800}.author-role[data-astro-cid-5ubhimur]{color:var(--accent-hover, #ef4444);font-size:.9rem;font-weight:500}.author-bio[data-astro-cid-5ubhimur]{color:var(--text-body);font-size:1rem;line-height:1.6;margin:0}.author-socials[data-astro-cid-5ubhimur]{display:flex;gap:1rem;margin-top:.5rem}.author-socials[data-astro-cid-5ubhimur] a[data-astro-cid-5ubhimur]{color:var(--text-meta, #94a3b8);background:transparent;padding:8px;border-radius:8px;border:1px solid var(--border-color);transition:all .2s;display:flex}.author-socials[data-astro-cid-5ubhimur] a[data-astro-cid-5ubhimur]:hover{background:var(--accent-hover, #ef4444);border-color:var(--accent-hover, #ef4444);color:#fff;transform:translateY(-2px)}@media(min-width:768px){.author-card[data-astro-cid-5ubhimur]{flex-direction:row;align-items:flex-start}.author-header[data-astro-cid-5ubhimur]{min-width:220px;flex-direction:column;align-items:center;text-align:center;border-right:1px solid var(--border-color);padding-right:1.5rem}}.blog-post-main[data-astro-cid-2q5oecfc]{--bg-page: #ffffff;--text-body: #334155;--text-heading: #1e293b;--bg-card: #f8fafc;--border-color: #e2e8f0;--accent-hover: #ef4444;--text-meta: #64748b;--hero-shadow: rgba(0,0,0,.1);--toc-bg: #f1f5f9;--toc-border: #cbd5e1;--code-bg: #f1f5f9;--table-header: #f8fafc}.dark .blog-post-main[data-astro-cid-2q5oecfc]{--bg-page: #0f1115;--text-body: #e2e8f0;--text-heading: #ffffff;--bg-card: #1e293b;--border-color: #334155;--accent-hover: #ef4444;--text-meta: #94a3b8;--hero-shadow: rgba(0,0,0,.5);--toc-bg: #1e293b;--toc-border: #334155;--code-bg: #1e293b;--table-header: #1e293b}.blog-post-main[data-astro-cid-2q5oecfc]{background-color:var(--bg-page);color:var(--text-body);width:100%;min-height:100vh;transition:background-color .3s,color .3s}.post-header[data-astro-cid-2q5oecfc]{max-width:900px;margin:0 auto;padding:3rem 1.5rem 2rem;text-align:center}.breadcrumbs[data-astro-cid-2q5oecfc]{display:flex;justify-content:center;gap:.5rem;font-size:.9rem;color:var(--text-meta);margin-bottom:2rem}.breadcrumbs[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:var(--text-body);text-decoration:none;transition:.2s}.breadcrumbs[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{color:var(--accent-hover)}.breadcrumbs[data-astro-cid-2q5oecfc] .separator[data-astro-cid-2q5oecfc]{opacity:.4}.title-section[data-astro-cid-2q5oecfc] h1[data-astro-cid-2q5oecfc]{font-size:clamp(2rem,5vw,3.5rem);line-height:1.1;font-weight:800;color:var(--text-heading);margin:1rem 0;letter-spacing:-.02em}.meta-top[data-astro-cid-2q5oecfc]{color:var(--text-meta);font-size:.95rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.updated-badge[data-astro-cid-2q5oecfc]{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-heading);padding:2px 6px;border-radius:4px;font-size:.75rem;margin-left:8px;vertical-align:middle}.byline[data-astro-cid-2q5oecfc]{font-size:1.1rem;color:var(--text-body);margin-top:1rem}.byline[data-astro-cid-2q5oecfc] strong[data-astro-cid-2q5oecfc]{color:var(--text-heading)}.hero-image-wrapper[data-astro-cid-2q5oecfc]{margin-top:3rem;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px -10px var(--hero-shadow);background:var(--bg-card)}.hero-img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}.content-wrapper[data-astro-cid-2q5oecfc]{max-width:820px;margin:0 auto;padding:0 1.5rem 5rem}.toc[data-astro-cid-2q5oecfc]{background:var(--toc-bg);border:1px solid var(--toc-border);border-radius:12px;padding:1.5rem;margin-bottom:3rem;display:inline-block;min-width:300px}.toc-title[data-astro-cid-2q5oecfc]{font-weight:700;color:var(--text-heading);margin-bottom:.5rem;text-transform:uppercase;font-size:.85rem;letter-spacing:.05em}.toc[data-astro-cid-2q5oecfc] ul[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0}.toc[data-astro-cid-2q5oecfc] li[data-astro-cid-2q5oecfc]{margin-bottom:.5rem}.toc[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{text-decoration:none;color:var(--text-body);font-size:.95rem;transition:.2s}.toc[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{color:var(--accent-hover)}.toc-level-3[data-astro-cid-2q5oecfc]{padding-left:1rem;font-size:.9rem}.prose[data-astro-cid-2q5oecfc]{font-size:1.125rem;line-height:1.8}.prose[data-astro-cid-2q5oecfc] h2{font-size:1.8rem;font-weight:700;color:var(--text-heading);margin-top:3.5rem;margin-bottom:1.25rem;scroll-margin-top:100px}.prose[data-astro-cid-2q5oecfc] h3{font-size:1.4rem;font-weight:600;color:var(--text-heading);margin-top:2.5rem;margin-bottom:1rem}.prose[data-astro-cid-2q5oecfc] p{margin-bottom:1.75rem;color:var(--text-body)}.prose[data-astro-cid-2q5oecfc] a{color:#3b82f6;text-decoration:underline;text-underline-offset:4px}.prose[data-astro-cid-2q5oecfc] a:hover{color:#60a5fa}.prose[data-astro-cid-2q5oecfc] ul,.prose[data-astro-cid-2q5oecfc] ol{margin-bottom:1.75rem;padding-left:1.5rem;color:var(--text-body)}.prose[data-astro-cid-2q5oecfc] li{margin-bottom:.5rem}.prose[data-astro-cid-2q5oecfc] strong{color:var(--text-heading);font-weight:700}.prose[data-astro-cid-2q5oecfc] blockquote{border-left:4px solid var(--accent-hover);background:linear-gradient(to right,rgba(239,68,68,.1),transparent);padding:1rem 1.5rem;margin:2rem 0;border-radius:0 8px 8px 0;font-style:italic;color:var(--text-body)}.prose[data-astro-cid-2q5oecfc] table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:1rem}.prose[data-astro-cid-2q5oecfc] th{text-align:left;padding:1rem;background:var(--table-header);color:var(--text-heading);border-bottom:2px solid var(--border-color)}.prose[data-astro-cid-2q5oecfc] td{padding:1rem;border-bottom:1px solid var(--border-color);color:var(--text-body)}.bridge-card[data-astro-cid-2q5oecfc]{margin:4rem 0;padding:2.5rem;background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:16px;position:relative;overflow:hidden;color:#fff}.bridge-content[data-astro-cid-2q5oecfc] h3[data-astro-cid-2q5oecfc]{color:#fff}.bridge-content[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{color:#94a3b8}.bridge-card[data-astro-cid-2q5oecfc]:before{content:"";position:absolute;top:0;left:0;bottom:0;width:6px;background:#ef4444}.bridge-label[data-astro-cid-2q5oecfc]{display:inline-block;background:#ef444426;color:#fca5a5;font-size:.75rem;font-weight:700;text-transform:uppercase;padding:.25rem .75rem;border-radius:99px;margin-bottom:1rem}.bridge-content[data-astro-cid-2q5oecfc] h3[data-astro-cid-2q5oecfc]{margin:0 0 .5rem;font-size:1.5rem}.bridge-content[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{margin-bottom:1.5rem;font-size:1.05rem}.bridge-meta[data-astro-cid-2q5oecfc]{display:flex;gap:.5rem;margin-bottom:1.5rem}.badge[data-astro-cid-2q5oecfc]{font-size:.8rem;padding:.2rem .6rem;border-radius:4px;background:#334155;color:#fff}.btn-bridge[data-astro-cid-2q5oecfc]{display:inline-block;background:#ef4444;color:#fff;font-weight:700;padding:1rem 2rem;border-radius:8px;text-decoration:none;transition:transform .2s,background .2s;text-align:center;width:100%}.btn-bridge[data-astro-cid-2q5oecfc]:hover{background:#dc2626;transform:translateY(-2px)}@media(min-width:640px){.btn-bridge[data-astro-cid-2q5oecfc]{width:auto}}.related-posts[data-astro-cid-2q5oecfc]{margin:4rem 0 2rem}.related-posts[data-astro-cid-2q5oecfc] h3[data-astro-cid-2q5oecfc]{color:var(--text-heading);font-size:1.5rem;margin-bottom:1.5rem}.related-grid[data-astro-cid-2q5oecfc]{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.related-card[data-astro-cid-2q5oecfc]{text-decoration:none;background:var(--bg-card);border-radius:12px;overflow:hidden;transition:transform .2s,border-color .2s;border:1px solid var(--border-color);display:flex;flex-direction:column}.related-card[data-astro-cid-2q5oecfc]:hover{transform:translateY(-4px);border-color:var(--accent-hover)}.related-img-container[data-astro-cid-2q5oecfc]{width:100%;height:140px;overflow:hidden}.related-img-container[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.related-card[data-astro-cid-2q5oecfc]:hover img[data-astro-cid-2q5oecfc]{transform:scale(1.05)}.related-content[data-astro-cid-2q5oecfc]{padding:1.2rem;flex:1;display:flex;flex-direction:column}.related-content[data-astro-cid-2q5oecfc] h4[data-astro-cid-2q5oecfc]{color:var(--text-heading);margin:0 0 1rem;font-size:1rem;line-height:1.4;flex:1}.read-more[data-astro-cid-2q5oecfc]{font-size:.85rem;color:var(--accent-hover);font-weight:700}.post-divider[data-astro-cid-2q5oecfc]{border:0;border-top:1px solid var(--border-color);margin:4rem 0 2rem}.tags-cloud[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.tags-title[data-astro-cid-2q5oecfc]{color:var(--text-meta);font-weight:700;margin-right:.5rem}.tag[data-astro-cid-2q5oecfc]{background:var(--bg-card);color:var(--text-body);text-decoration:none;padding:.25rem .75rem;border-radius:99px;font-size:.85rem;transition:.2s;border:1px solid var(--border-color)}.tag[data-astro-cid-2q5oecfc]:hover{background:var(--accent-hover);color:#fff;border-color:var(--accent-hover)}@media(max-width:768px){.title-section[data-astro-cid-2q5oecfc] h1[data-astro-cid-2q5oecfc]{font-size:2.2rem}.post-header[data-astro-cid-2q5oecfc]{padding-top:2rem}.content-wrapper[data-astro-cid-2q5oecfc]{padding-bottom:3rem}.bridge-card[data-astro-cid-2q5oecfc]{padding:1.5rem}}.review-post-main[data-astro-cid-x3i4d5id]{width:100%;margin:0}.prose[data-astro-cid-x3i4d5id]{width:720px;max-width:calc(100% - 2em);margin:auto;padding:1em}.title[data-astro-cid-x3i4d5id]{margin-bottom:2em;padding:1em 0;text-align:center;line-height:1}.title[data-astro-cid-x3i4d5id] h1[data-astro-cid-x3i4d5id]{font-size:3rem;margin:0 0 .5em;color:var(--heading-color, #111827)}.date[data-astro-cid-x3i4d5id]{margin-bottom:.5em;color:rgb(var(--gray))}.hero-image[data-astro-cid-x3i4d5id]{width:100%;margin-bottom:3em}.hero-image[data-astro-cid-x3i4d5id] img[data-astro-cid-x3i4d5id]{display:block;margin:0 auto;border-radius:12px;box-shadow:var(--box-shadow)}.prose[data-astro-cid-x3i4d5id] p{font-size:1.1rem;line-height:1.8;color:var(--text-muted-color, #374151);margin-bottom:1.5rem}.prose[data-astro-cid-x3i4d5id] h2{font-size:2rem;margin-top:3.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--border-color, #e5e7eb);color:var(--text-color, #111827)}.prose[data-astro-cid-x3i4d5id] h3{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem;color:var(--text-color, #111827)}.prose[data-astro-cid-x3i4d5id] a{color:var(--accent-color, #2563eb);text-decoration:none;border-bottom:1px solid rgba(37,99,235,.2)}.prose[data-astro-cid-x3i4d5id] a:hover{background-color:#2563eb1a}.prose[data-astro-cid-x3i4d5id] strong{color:var(--text-color, #111827);font-weight:700}.prose[data-astro-cid-x3i4d5id] ul,.prose[data-astro-cid-x3i4d5id] ol{margin-bottom:1.5rem;padding-left:1.5rem}.prose[data-astro-cid-x3i4d5id] li{margin-bottom:.5rem;line-height:1.7}.comparison-post-main[data-astro-cid-qpockwpf]{width:100%;margin:0}.prose[data-astro-cid-qpockwpf]{width:860px;max-width:calc(100% - 2em);margin:auto;padding:1em}.title[data-astro-cid-qpockwpf]{margin-bottom:2em;padding:1em 0;text-align:center;line-height:1}.title[data-astro-cid-qpockwpf] h1[data-astro-cid-qpockwpf]{font-size:2.8rem;margin:0 0 .5em;color:var(--heading-color, #111827)}.date[data-astro-cid-qpockwpf]{margin-bottom:.5em;color:rgb(var(--gray))}.hero-image[data-astro-cid-qpockwpf]{width:100%;margin-bottom:3em}.hero-image[data-astro-cid-qpockwpf] img[data-astro-cid-qpockwpf]{display:block;margin:0 auto;border-radius:12px;box-shadow:var(--box-shadow)}.prose[data-astro-cid-qpockwpf] p{font-size:1.1rem;line-height:1.8;color:var(--text-muted-color, #374151);margin-bottom:1.5rem}.prose[data-astro-cid-qpockwpf] h2{font-size:2rem;margin-top:3rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--border-color, #e5e7eb);color:var(--heading-color, #111827)}.prose[data-astro-cid-qpockwpf] h3{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem;color:var(--heading-color, #111827)}.prose[data-astro-cid-qpockwpf] a{color:var(--accent-color, #2563eb);text-decoration:none;border-bottom:1px solid rgba(37,99,235,.2)}.prose[data-astro-cid-qpockwpf] a:hover{background-color:#2563eb1a}.prose[data-astro-cid-qpockwpf] table{width:100%;border-collapse:collapse;margin:2.5rem 0;font-size:1rem;box-shadow:0 4px 6px -1px #0000001a;border-radius:8px;overflow:hidden}.prose[data-astro-cid-qpockwpf] th,.prose[data-astro-cid-qpockwpf] td{border:1px solid var(--border-color, #e5e7eb);padding:1rem;text-align:left;vertical-align:middle}.prose[data-astro-cid-qpockwpf] th{background-color:#1f2937;color:#fff;font-weight:600;text-transform:uppercase;font-size:.85rem;letter-spacing:.05em}.prose[data-astro-cid-qpockwpf] tr:nth-child(2n){background-color:#f9fafb}.prose[data-astro-cid-qpockwpf] tr:hover{background-color:#f3f4f6}.prose[data-astro-cid-qpockwpf] td strong{color:var(--accent-color, #2563eb)}
