@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fadeInUp{animation:fadeInUp 1s ease-out both}#hero{min-height:60vh}:root{--color-background:#fff;--color-surface:#fff;--color-surface-hover:#f9fafb;--color-text-primary:#111827;--color-text-secondary:#374151;--color-text-muted:#6b7280;--color-text-outlined:#9ca3af;--color-text-inverse:#fff;--color-border:#e5e7eb;--color-border-light:#f3f4f6;--color-outline:#d1d5db;--color-accent:#f3f4f6;--color-accent-light:#f9fafb;--color-text:#1f2937;--color-heading:#111827;--color-link:#2563eb;--color-strong:#111827;--color-em:#1f2937;--color-blockquote-border:#d1d5db;--color-blockquote-text:#4b5563;--color-pre-bg:#f3f4f6;--color-figcaption:#6b7280;--color-hr:#d1d5db}.dark{--color-background:#111827;--color-surface:#1f2937;--color-surface-hover:#374151;--color-text-primary:#f9fafb;--color-text-secondary:#e5e7eb;--color-text-muted:#9ca3af;--color-text-outlined:#6b7280;--color-text-inverse:#fff;--color-border:#374151;--color-border-light:#4b5563;--color-outline:#6b7280;--color-accent:#111827;--color-accent-light:#0f172a;--color-text:#e5e7eb;--color-heading:#f9fafb;--color-link:#60a5fa;--color-strong:#f9fafb;--color-em:#e5e7eb;--color-blockquote-border:#4b5563;--color-blockquote-text:#9ca3af;--color-pre-bg:#1f2937;--color-figcaption:#9ca3af;--color-hr:#374151}.post__content-wrapper{color:var(--color-text);font-family:sans-serif;font-size:1rem;line-height:1.7}.post__content-wrapper h1,.post__content-wrapper h2,.post__content-wrapper h3,.post__content-wrapper h4,.post__content-wrapper h5,.post__content-wrapper h6{color:var(--color-heading);font-weight:700;line-height:1.3;margin-bottom:1rem;margin-top:2rem}.post__content-wrapper h1{font-size:2.25rem}.post__content-wrapper h2{font-size:2rem}.post__content-wrapper h3{font-size:1.75rem}.post__content-wrapper h4{font-size:1.5rem}.post__content-wrapper h5{font-size:1.25rem}.post__content-wrapper h6{font-size:1rem}.post__content-wrapper p{margin-bottom:1rem}.post__content-wrapper a{color:var(--color-link);text-decoration:underline}.post__content-wrapper strong{color:var(--color-strong);font-weight:700}.post__content-wrapper em{color:var(--color-em);font-style:italic}.post__content-wrapper ul{list-style-type:disc;margin-bottom:1rem;padding-left:1.5rem}.post__content-wrapper ol{list-style-type:decimal;margin-bottom:1rem;padding-left:1.5rem}.post__content-wrapper li{margin-bottom:.5rem}.post__content-wrapper blockquote{border-left:4px solid var(--color-blockquote-border);color:var(--color-blockquote-text);font-style:italic;margin:1.5rem 0;padding-left:1rem}.post__content-wrapper pre{background-color:var(--color-pre-bg);border-radius:.5rem;margin-bottom:1rem;overflow-x:auto;padding:1rem}.post__content-wrapper code{background-color:var(--color-pre-bg);border-radius:.125rem;font-family:monospace;padding:.2rem .4rem}.post__content-wrapper figure{margin:2rem 0;text-align:center}.post__content-wrapper figcaption{color:var(--color-figcaption);font-size:.875rem;margin-top:.5rem}.post__content-wrapper iframe{margin:1rem 0}.post__content-wrapper hr{border-top:1px solid var(--color-hr);margin:2rem 0}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .6s ease forwards}.animate-fade-in.delay-100{animation-delay:.1s}.animate-fade-in.delay-200{animation-delay:.2s}.animate-fade-in.delay-300{animation-delay:.3s}.drop-cap{font-size:3rem;line-height:1}