:root{--bg: #0f0f0f;--card-bg: #1a1a1a;--text: #ffffff;--text-secondary: #a0a0a0;--border: #2a2a2a;--accent: #3b82f6;--accent-hover: #60a5fa;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--font-heading: "Sora", var(--font)}body{font-family:var(--font);background-color:var(--bg);color:var(--text);line-height:1.6;margin:0;padding:0}.blog-header-nav[data-astro-cid-2q5oecfc]{display:flex;justify-content:space-between;align-items:center;padding:2rem 1.5rem;max-width:860px;margin:0 auto;border-bottom:1px solid var(--border)}.header-controls[data-astro-cid-2q5oecfc]{display:flex;gap:.75rem;align-items:center}.back-to-blog[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:1px solid var(--border);color:var(--text-secondary);padding:.5rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s ease;text-decoration:none}.back-to-blog[data-astro-cid-2q5oecfc]:hover{border-color:var(--accent);color:var(--accent)}.language-selector[data-astro-cid-2q5oecfc] select[data-astro-cid-2q5oecfc]{background:var(--bg);border:1px solid var(--border);color:var(--text-secondary);padding:.375rem .875rem;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s ease}.language-selector[data-astro-cid-2q5oecfc] select[data-astro-cid-2q5oecfc]:hover{border-color:var(--accent);color:var(--text)}.blog-post[data-astro-cid-2q5oecfc]{max-width:860px;margin:0 auto;padding:2.5rem 1.5rem}.post-header[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem}.post-title[data-astro-cid-2q5oecfc]{font-size:2rem;font-weight:600;margin:0 0 1.5rem;color:var(--text);letter-spacing:-.02em;font-family:var(--font-heading)}.post-date[data-astro-cid-2q5oecfc]{color:var(--text-secondary);font-size:1rem;margin-bottom:2rem;display:block}.post-content[data-astro-cid-2q5oecfc]{font-size:1.2rem;line-height:1.8;color:var(--text)}.post-content[data-astro-cid-2q5oecfc] p{margin:0 0 1.5rem}.post-content[data-astro-cid-2q5oecfc] h2{font-size:1.5rem;font-weight:600;margin:2rem 0 1rem;color:var(--text);font-family:var(--font-heading)}.post-content[data-astro-cid-2q5oecfc] h2:first-child{margin-top:0}.post-content[data-astro-cid-2q5oecfc] h3{font-size:1.3rem;font-weight:600;margin:1.5rem 0 1rem;color:var(--text);font-family:var(--font-heading)}.post-content[data-astro-cid-2q5oecfc] ul,.post-content[data-astro-cid-2q5oecfc] ol{margin:0 0 1.5rem 1.5rem;padding:0}.post-content[data-astro-cid-2q5oecfc] li{margin-bottom:.5rem}.post-content[data-astro-cid-2q5oecfc] strong{font-weight:600;color:var(--text)}.post-content[data-astro-cid-2q5oecfc] em{font-style:italic}.post-content[data-astro-cid-2q5oecfc] a{color:var(--accent);text-decoration:none}.post-content[data-astro-cid-2q5oecfc] a:hover{color:var(--accent-hover);text-decoration:underline}.post-content[data-astro-cid-2q5oecfc] blockquote{margin:0 0 1.5rem;padding:0 1rem;border-left:3px solid var(--accent);color:var(--text-secondary);font-style:italic}.post-content[data-astro-cid-2q5oecfc] code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;background-color:var(--card-bg);padding:.2rem .4rem;border-radius:3px;font-size:.9em;color:var(--text)}.post-content[data-astro-cid-2q5oecfc] pre{background-color:var(--card-bg);padding:1rem;border-radius:6px;overflow-x:auto;margin:0 0 1.5rem}.post-content[data-astro-cid-2q5oecfc] pre code{background-color:transparent;padding:0}.post-content[data-astro-cid-2q5oecfc] table{width:100%;border-collapse:collapse;margin:2rem 0;border:1px solid var(--border);font-size:1rem;border-radius:8px;table-layout:auto}.post-content[data-astro-cid-2q5oecfc] th,.post-content[data-astro-cid-2q5oecfc] td{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:top;word-wrap:break-word;line-height:1.4}.post-content[data-astro-cid-2q5oecfc] th:nth-child(1),.post-content[data-astro-cid-2q5oecfc] td:nth-child(1){width:18%;white-space:nowrap}.post-content[data-astro-cid-2q5oecfc] th:nth-child(2),.post-content[data-astro-cid-2q5oecfc] td:nth-child(2){width:42%}.post-content[data-astro-cid-2q5oecfc] th:nth-child(3),.post-content[data-astro-cid-2q5oecfc] td:nth-child(3){width:40%}.post-content[data-astro-cid-2q5oecfc] thead th{background-color:var(--card-bg);font-weight:600;color:var(--text)}.post-content[data-astro-cid-2q5oecfc] tbody tr:nth-child(2n){background-color:var(--card-bg)}.post-content[data-astro-cid-2q5oecfc] tbody tr:hover{background-color:var(--accent-hover);color:var(--bg)}@media (max-width: 1024px){.blog-header-nav[data-astro-cid-2q5oecfc],.blog-post[data-astro-cid-2q5oecfc]{max-width:768px}}@media (max-width: 640px){.blog-header-nav[data-astro-cid-2q5oecfc]{flex-direction:column;gap:1.5rem;text-align:center;padding:1.5rem}}.post-image-container[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;border-radius:12px;overflow:hidden;border:1px solid var(--border)}.post-image[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block;max-height:450px;object-fit:cover}:root{--bg: #0f0f0f;--card-bg: #1a1a1a;--text: #ffffff;--text-secondary: #a0a0a0;--border: #2a2a2a;--accent: #3b82f6;--accent-hover: #60a5fa;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif}[data-astro-cid-2q5oecfc][data-theme=light]{--bg: #fafafa;--card-bg: #ffffff;--text: #1e1e1e;--text-secondary: #555555;--border: #e5e5e5;--accent: #2563eb;--accent-hover: #3b82f6}body{background-color:var(--bg);color:var(--text);font-family:var(--font);visibility:hidden;opacity:0;transition:opacity .1s ease-out}body.theme-loaded{visibility:visible;opacity:1}
