.share-dropdown-container[data-astro-cid-qan2qojn]{position:relative;margin-left:auto}.share-trigger-btn[data-astro-cid-qan2qojn]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1.5px solid var(--border);background:var(--bg-primary);border-radius:50%;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;position:relative}.share-trigger-btn[data-astro-cid-qan2qojn]:hover{background:var(--bg-secondary);border-color:var(--accent);color:var(--accent);transform:rotate(15deg)}.share-trigger-btn[data-astro-cid-qan2qojn].active{background:var(--accent);border-color:var(--accent);color:var(--color-white);transform:rotate(90deg)}.share-dropdown[data-astro-cid-qan2qojn]{position:absolute;top:calc(100% + .5rem);right:0;background:var(--bg-primary);border:1px solid var(--overlay-medium);border-radius:12px;box-shadow:var(--shadow-lg);min-width:220px;opacity:0;visibility:hidden;transform:translateY(-10px) scale(.95);transition:all .25s cubic-bezier(.4,0,.2,1);z-index:1000;overflow:hidden}.share-dropdown[data-astro-cid-qan2qojn].show{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.share-option[data-astro-cid-qan2qojn]{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:var(--text-primary);text-decoration:none;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;background:transparent;width:100%;text-align:left;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.share-option[data-astro-cid-qan2qojn]:hover{background:var(--bg-secondary)}.share-option[data-astro-cid-qan2qojn]:active{background:var(--overlay-light)}.share-option[data-astro-cid-qan2qojn] svg[data-astro-cid-qan2qojn]{flex-shrink:0;color:var(--text-secondary);transition:color .2s ease}.share-option[data-astro-cid-qan2qojn]:hover svg[data-astro-cid-qan2qojn]{color:var(--accent)}.share-option[data-astro-cid-qan2qojn].copied{background:var(--success-bg);color:var(--success-color)}.share-option[data-astro-cid-qan2qojn].copied svg[data-astro-cid-qan2qojn]{color:var(--success-color)}@media(max-width:640px){.share-trigger-btn[data-astro-cid-qan2qojn]{width:32px;height:32px}.share-dropdown[data-astro-cid-qan2qojn]{right:-1rem;min-width:200px}}.sidebar-toc[data-astro-cid-obewoz47]{position:fixed;right:2rem;top:50%;transform:translateY(-50%);z-index:100;transition:all .3s ease;width:120px}.sidebar-toc[data-astro-cid-obewoz47].hidden-by-footer{opacity:0;pointer-events:none}.sidebar-toc-bars[data-astro-cid-obewoz47]{display:flex;flex-direction:column;gap:.625rem;transition:opacity .3s ease;align-items:flex-end}.sidebar-toc[data-astro-cid-obewoz47]:hover .sidebar-toc-bars[data-astro-cid-obewoz47]{opacity:0;pointer-events:none}.sidebar-toc-item[data-astro-cid-obewoz47]{position:relative;display:flex;align-items:center;justify-content:flex-end;width:100%}.sidebar-bar-link[data-astro-cid-obewoz47]{display:block;text-decoration:none;position:relative;cursor:pointer}.sidebar-bar[data-astro-cid-obewoz47]{height:2px;background:var(--overlay-dark);border-radius:2px;transition:all .2s ease;min-width:12px}.sidebar-bar-link[data-astro-cid-obewoz47]:hover .sidebar-bar[data-astro-cid-obewoz47]{background:var(--text-secondary);opacity:.8}.sidebar-bar-link[data-astro-cid-obewoz47].active .sidebar-bar[data-astro-cid-obewoz47]{background:var(--text-secondary)}.sidebar-toc-expanded[data-astro-cid-obewoz47]{position:absolute;right:0;top:50%;transform:translateY(-50%);background:var(--bg-primary);border:1px solid var(--overlay-medium);border-radius:8px;padding:.75rem 0;min-width:280px;max-width:350px;box-shadow:var(--shadow-md);opacity:0;pointer-events:none;transition:all .2s ease}.sidebar-toc[data-astro-cid-obewoz47]:hover .sidebar-toc-expanded[data-astro-cid-obewoz47]{opacity:1;pointer-events:auto}.toc-title[data-astro-cid-obewoz47]{display:none}.toc-full-list[data-astro-cid-obewoz47]{display:flex;flex-direction:column;gap:.375rem;max-height:60vh;overflow-y:auto;padding:0}.toc-full-list[data-astro-cid-obewoz47]::-webkit-scrollbar{width:3px}.toc-full-list[data-astro-cid-obewoz47]::-webkit-scrollbar-track{background:transparent}.toc-full-list[data-astro-cid-obewoz47]::-webkit-scrollbar-thumb{background:var(--overlay-dark);border-radius:2px}.toc-full-item[data-astro-cid-obewoz47]{display:block;padding:.25rem 1rem;color:var(--text-secondary);text-decoration:none!important;font-size:.875rem;line-height:1.5;border-radius:0;transition:all .15s ease;border-left:none;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.toc-full-item[data-astro-cid-obewoz47]:hover{background:var(--overlay-medium);color:var(--text-secondary);text-decoration:none!important}.toc-full-item[data-astro-cid-obewoz47].active{background:var(--overlay-medium);color:var(--text-secondary);font-weight:400;text-decoration:none!important}.toc-full-item[data-astro-cid-obewoz47].depth-2{padding-left:1rem;color:var(--text-secondary)}.toc-full-item[data-astro-cid-obewoz47].depth-3{padding-left:2rem;font-size:.875rem;color:var(--text-secondary)}.toc-full-item[data-astro-cid-obewoz47].depth-4{padding-left:3rem;font-size:.8125rem;color:var(--text-secondary)}@media(max-width:1400px){.sidebar-toc[data-astro-cid-obewoz47]{right:1rem;width:100px}}@media(max-width:1200px){.sidebar-toc[data-astro-cid-obewoz47]{display:none}}.blog-container[data-astro-cid-yvbahnfj]{max-width:750px;margin:0 auto;width:100%}.blog-post[data-astro-cid-yvbahnfj]{width:100%;padding:2rem 2rem 4rem;font-size:var(--font-content);line-height:var(--line-height-relaxed);color:var(--text-content)}.post-header[data-astro-cid-yvbahnfj]{margin-bottom:3rem;padding-bottom:0}.post-header[data-astro-cid-yvbahnfj] h1[data-astro-cid-yvbahnfj]{font-size:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;margin-bottom:1.25rem;color:var(--text-primary)}.post-description[data-astro-cid-yvbahnfj]{font-size:1.4375rem;line-height:1.6;color:var(--text-description);margin-bottom:1rem;font-weight:400;font-family:Georgia,serif}.post-meta[data-astro-cid-yvbahnfj]{display:flex;align-items:center;gap:.75rem;color:var(--text-secondary);font-size:.875rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;justify-content:space-between}.header-divider[data-astro-cid-yvbahnfj]{width:100%;height:1px;background:var(--border);margin-top:1rem;margin-bottom:1rem}.tags-container[data-astro-cid-yvbahnfj]{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:0}.tag[data-astro-cid-yvbahnfj]{color:var(--text-secondary);font-size:.875rem;font-weight:400;text-transform:lowercase;text-decoration:none;transition:color .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.tag[data-astro-cid-yvbahnfj]:hover{color:var(--accent);text-decoration:underline}.post-content[data-astro-cid-yvbahnfj] h2{font-size:var(--font-h2);font-weight:700;line-height:var(--line-height-tight);margin-top:var(--space-2xl);margin-bottom:1.25rem;letter-spacing:-.01em;scroll-margin-top:100px;position:relative;color:var(--text-heading)}.post-content[data-astro-cid-yvbahnfj] h2:hover .heading-link,.post-content[data-astro-cid-yvbahnfj] h3:hover .heading-link,.post-content[data-astro-cid-yvbahnfj] h4:hover .heading-link,.post-content[data-astro-cid-yvbahnfj] h5:hover .heading-link,.post-content[data-astro-cid-yvbahnfj] h6:hover .heading-link{opacity:1}.post-content[data-astro-cid-yvbahnfj] .heading-link{margin-left:.5rem;opacity:0;transition:opacity .2s;color:var(--text-secondary);text-decoration:none;font-weight:400}.post-content[data-astro-cid-yvbahnfj] .heading-link:hover{color:var(--accent)}.post-content[data-astro-cid-yvbahnfj] h3{font-size:var(--font-h3);font-weight:700;line-height:1.4;margin-top:var(--space-xl);margin-bottom:var(--space-md);letter-spacing:-.01em;scroll-margin-top:100px;position:relative;color:var(--text-heading)}.post-content[data-astro-cid-yvbahnfj] h4{font-size:var(--font-h4);font-weight:700;margin-top:var(--space-xl);margin-bottom:var(--space-sm);position:relative;color:var(--text-heading)}.post-content[data-astro-cid-yvbahnfj] h5{font-size:var(--font-h5);font-weight:700;margin-top:var(--space-lg);margin-bottom:var(--space-xs);position:relative;color:var(--text-heading)}.post-content[data-astro-cid-yvbahnfj] h6{font-size:var(--font-h6);font-weight:700;margin-top:var(--space-lg);margin-bottom:var(--space-xs);position:relative;color:var(--text-heading)}.post-content[data-astro-cid-yvbahnfj] p{margin-bottom:var(--space-lg)}.post-content[data-astro-cid-yvbahnfj] ul,.post-content[data-astro-cid-yvbahnfj] ol{margin-bottom:var(--space-lg);padding-left:1.75rem;font-size:inherit}.post-content[data-astro-cid-yvbahnfj] li{margin-bottom:var(--space-xs);font-size:inherit}.post-content[data-astro-cid-yvbahnfj] li>ul,.post-content[data-astro-cid-yvbahnfj] li>ol{margin-top:var(--space-xs);margin-bottom:var(--space-xs)}.post-content[data-astro-cid-yvbahnfj] strong{font-weight:600}.post-content[data-astro-cid-yvbahnfj] em{font-style:italic}.post-content[data-astro-cid-yvbahnfj] a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.post-content[data-astro-cid-yvbahnfj] a:hover{color:var(--accent-hover)}.post-content[data-astro-cid-yvbahnfj] code{font-size:.875em;background:var(--bg-secondary);padding:.2em .4em;border-radius:3px;font-weight:500}.post-content[data-astro-cid-yvbahnfj] pre{margin:var(--space-xl) 0;border-radius:8px;overflow-x:auto;background:var(--code-bg);padding:1.5rem;line-height:1;position:relative}.post-content[data-astro-cid-yvbahnfj] pre code{background:none;padding:0;font-size:.875rem;font-weight:400}.post-content[data-astro-cid-yvbahnfj] blockquote{margin:var(--space-xl) 0;padding-left:var(--space-lg);border-left:4px solid var(--accent);color:var(--text-blockquote);font-style:italic;font-size:var(--font-content)}.post-content[data-astro-cid-yvbahnfj] img{max-width:100%;height:auto;margin:var(--space-xl) 0;border-radius:8px}.post-content[data-astro-cid-yvbahnfj] hr{margin:var(--space-3xl) 0;border:none;border-top:1px solid var(--border)}.related-posts[data-astro-cid-yvbahnfj]{margin-top:4rem;padding-top:3rem;border-top:2px solid var(--border)}.related-posts-title[data-astro-cid-yvbahnfj]{font-size:1.875rem;font-weight:700;margin-bottom:2rem;color:var(--text-primary)}.related-posts-grid[data-astro-cid-yvbahnfj]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}@media(max-width:1200px){.blog-post[data-astro-cid-yvbahnfj]{padding:2rem 1.5rem 4rem}}@media(max-width:768px){.blog-post[data-astro-cid-yvbahnfj]{padding:1.5rem 1rem 3rem;font-size:var(--font-base)}.post-header[data-astro-cid-yvbahnfj] h1[data-astro-cid-yvbahnfj]{font-size:1.875rem}.post-content[data-astro-cid-yvbahnfj] h2{font-size:1.625rem;margin-top:var(--space-xl)}.post-content[data-astro-cid-yvbahnfj] h3{font-size:1.375rem;margin-top:var(--space-lg)}}@media(max-width:640px){.blog-post[data-astro-cid-yvbahnfj]{padding:1.5rem 1rem 3rem}.post-header[data-astro-cid-yvbahnfj] h1[data-astro-cid-yvbahnfj]{font-size:1.75rem;margin-bottom:1rem}.post-description[data-astro-cid-yvbahnfj]{font-size:1rem;margin-bottom:1.5rem}.post-meta[data-astro-cid-yvbahnfj]{gap:.5rem;font-size:.875rem;flex-wrap:wrap}.related-posts-title[data-astro-cid-yvbahnfj]{font-size:1.5rem}.related-posts-grid[data-astro-cid-yvbahnfj]{grid-template-columns:1fr;gap:1rem}}
