.reading-progress[data-astro-cid-lzqrcjaa]{position:fixed;top:0;left:0;right:0;height:3px;background:var(--gray-200);z-index:100;opacity:0;transition:opacity .3s ease}.dark .reading-progress[data-astro-cid-lzqrcjaa]{background:var(--gray-800)}.reading-progress[data-astro-cid-lzqrcjaa].visible{opacity:1}.reading-progress-bar[data-astro-cid-lzqrcjaa]{height:100%;background:var(--accent);width:0%;transition:width .1s ease-out}.related-posts[data-astro-cid-buaduime]{margin-top:var(--space-12);padding-top:var(--space-8);border-top:2px solid var(--border-light)}.related-posts-title[data-astro-cid-buaduime]{font-size:1.75rem;font-weight:700;margin-bottom:var(--space-8);color:var(--text-primary);text-align:center}.related-posts-grid[data-astro-cid-buaduime]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-6)}.related-post-card[data-astro-cid-buaduime]{background-color:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-xl);overflow:hidden;transition:all var(--transition-medium);position:relative;height:100%;display:flex;flex-direction:column;box-shadow:var(--shadow-sm)}.related-post-card[data-astro-cid-buaduime]:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--border-medium)}.card-link[data-astro-cid-buaduime]{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.card-image[data-astro-cid-buaduime]{position:relative;height:160px;overflow:hidden;background:var(--surface-secondary)}.card-image[data-astro-cid-buaduime]:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#14b8a60d,#a855f70d);opacity:0;transition:opacity var(--transition-medium)}.card-image[data-astro-cid-buaduime] img[data-astro-cid-buaduime]{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-medium)}.related-post-card[data-astro-cid-buaduime]:hover .card-image[data-astro-cid-buaduime] img[data-astro-cid-buaduime]{transform:scale(1.05)}.related-post-card[data-astro-cid-buaduime]:hover .card-image[data-astro-cid-buaduime]:after{opacity:1}.card-content[data-astro-cid-buaduime]{padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-3);flex:1}.card-meta[data-astro-cid-buaduime]{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);margin-bottom:var(--space-2)}.card-date[data-astro-cid-buaduime]{font-size:.75rem;color:var(--text-tertiary);font-weight:500}.badge[data-astro-cid-buaduime]{display:inline-flex;align-items:center;padding:2px 8px;font-size:.6875rem;font-weight:500;border-radius:var(--radius-sm);text-transform:capitalize;letter-spacing:.025em;background:var(--surface-secondary);color:var(--text-tertiary);border:1px solid var(--border-light);transition:all var(--transition-fast);white-space:nowrap;line-height:1.2}.card-title[data-astro-cid-buaduime]{font-size:1.125rem;font-weight:700;line-height:1.3;color:var(--text-primary);margin:0 0 var(--space-2) 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:-.01em;transition:color var(--transition-fast)}.related-post-card[data-astro-cid-buaduime]:hover .card-title[data-astro-cid-buaduime]{color:var(--primary)}.card-description[data-astro-cid-buaduime]{color:var(--text-secondary);line-height:1.5;margin:0;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:.875rem}@media (max-width: 768px){.related-posts[data-astro-cid-buaduime]{margin-top:var(--space-10);padding-top:var(--space-6)}.related-posts-title[data-astro-cid-buaduime]{font-size:1.5rem;margin-bottom:var(--space-6)}.related-posts-grid[data-astro-cid-buaduime]{grid-template-columns:1fr;gap:var(--space-4)}.card-image[data-astro-cid-buaduime]{height:140px}.card-content[data-astro-cid-buaduime]{padding:var(--space-3);gap:var(--space-2)}.card-meta[data-astro-cid-buaduime]{flex-direction:column;align-items:flex-start;gap:var(--space-1);margin-bottom:var(--space-1)}.card-title[data-astro-cid-buaduime]{font-size:1rem;margin-bottom:var(--space-1)}.card-description[data-astro-cid-buaduime]{font-size:.8rem;-webkit-line-clamp:2}.badge[data-astro-cid-buaduime]{font-size:.625rem;padding:1px 6px}.card-date[data-astro-cid-buaduime]{font-size:.7rem}}.share-buttons[data-astro-cid-s3ygakoc]{margin:var(--space-8) 0;padding:var(--space-6);background:var(--surface-secondary);border-radius:var(--radius-lg);border:1px solid var(--border-light);position:relative}.share-title[data-astro-cid-s3ygakoc]{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 var(--space-4) 0;text-align:center}.share-grid[data-astro-cid-s3ygakoc]{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:var(--space-3)}.share-btn[data-astro-cid-s3ygakoc]{display:flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--surface);color:var(--text-secondary);font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all var(--transition-fast);position:relative;overflow:hidden}.share-btn[data-astro-cid-s3ygakoc]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent,rgba(255,255,255,.1));opacity:0;transition:opacity var(--transition-fast)}.share-btn[data-astro-cid-s3ygakoc]:hover:before{opacity:1}.share-btn[data-astro-cid-s3ygakoc]:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.share-btn[data-astro-cid-s3ygakoc]:active{transform:translateY(0)}.share-btn--x[data-astro-cid-s3ygakoc]:hover{background:#000;color:#fff;border-color:#000}.share-btn--facebook[data-astro-cid-s3ygakoc]:hover{background:#4267b2;color:#fff;border-color:#4267b2}.share-btn--linkedin[data-astro-cid-s3ygakoc]:hover{background:#0077b5;color:#fff;border-color:#0077b5}.share-btn--reddit[data-astro-cid-s3ygakoc]:hover{background:#ff4500;color:#fff;border-color:#ff4500}.share-btn--copy[data-astro-cid-s3ygakoc]:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.copy-success[data-astro-cid-s3ygakoc]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--success);color:#fff;padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:var(--space-2);opacity:0;pointer-events:none;transition:all var(--transition-medium);z-index:10;box-shadow:var(--shadow-lg)}.copy-success[data-astro-cid-s3ygakoc].show{opacity:1;transform:translate(-50%,-50%) scale(1.05)}@media (max-width: 640px){.share-grid[data-astro-cid-s3ygakoc]{grid-template-columns:repeat(2,1fr)}.share-btn[data-astro-cid-s3ygakoc] span[data-astro-cid-s3ygakoc]{display:none}.share-btn[data-astro-cid-s3ygakoc]{aspect-ratio:1;padding:var(--space-3)}}.share-btn[data-astro-cid-s3ygakoc]{animation:fadeInUp .6s ease-out backwards}.share-btn[data-astro-cid-s3ygakoc]:nth-child(1){animation-delay:.1s}.share-btn[data-astro-cid-s3ygakoc]:nth-child(2){animation-delay:.2s}.share-btn[data-astro-cid-s3ygakoc]:nth-child(3){animation-delay:.3s}.share-btn[data-astro-cid-s3ygakoc]:nth-child(4){animation-delay:.4s}.share-btn[data-astro-cid-s3ygakoc]:nth-child(5){animation-delay:.5s}.breadcrumbs[data-astro-cid-e7fz7wfw]{margin-bottom:var(--space-6);padding:var(--space-3) 0;border-bottom:1px solid var(--border-light)}.breadcrumb-list[data-astro-cid-e7fz7wfw]{display:flex;align-items:center;flex-wrap:wrap;list-style:none;padding:0;margin:0;font-size:.875rem;gap:var(--space-1)}.breadcrumb-item[data-astro-cid-e7fz7wfw]{display:flex;align-items:center;gap:var(--space-1)}.breadcrumb-link[data-astro-cid-e7fz7wfw]{color:var(--text-tertiary);text-decoration:none;padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);transition:all var(--transition-fast);font-weight:500}.breadcrumb-link[data-astro-cid-e7fz7wfw]:hover{color:var(--primary);background-color:var(--surface-hover);transform:translateY(-1px)}.breadcrumb-current[data-astro-cid-e7fz7wfw]{color:var(--text-primary);font-weight:600;padding:var(--space-1) var(--space-2);background:linear-gradient(135deg,#14b8a61a,#a855f70d);border:1px solid var(--border-light);border-radius:var(--radius-sm);max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.breadcrumb-separator[data-astro-cid-e7fz7wfw]{display:flex;align-items:center;color:var(--text-quaternary);flex-shrink:0}.breadcrumb-separator[data-astro-cid-e7fz7wfw] svg[data-astro-cid-e7fz7wfw]{transition:transform var(--transition-fast)}.breadcrumb-item[data-astro-cid-e7fz7wfw]:hover .breadcrumb-separator[data-astro-cid-e7fz7wfw] svg[data-astro-cid-e7fz7wfw]{transform:translate(2px)}@media (max-width: 768px){.breadcrumbs[data-astro-cid-e7fz7wfw]{margin-bottom:var(--space-4);padding:var(--space-2) 0}.breadcrumb-list[data-astro-cid-e7fz7wfw]{font-size:.8rem;gap:var(--space-1)}.breadcrumb-link[data-astro-cid-e7fz7wfw]{padding:var(--space-1)}.breadcrumb-current[data-astro-cid-e7fz7wfw]{padding:var(--space-1);max-width:150px;font-size:.8rem}.breadcrumb-separator[data-astro-cid-e7fz7wfw]{margin:0 var(--space-1)}.breadcrumb-separator[data-astro-cid-e7fz7wfw] svg[data-astro-cid-e7fz7wfw]{width:12px;height:12px}}@media (max-width: 480px){.breadcrumb-list[data-astro-cid-e7fz7wfw]{font-size:.75rem}.breadcrumb-current[data-astro-cid-e7fz7wfw]{max-width:120px;font-size:.75rem}.breadcrumb-link[data-astro-cid-e7fz7wfw]{font-size:.75rem}}.breadcrumb-item[data-astro-cid-e7fz7wfw]{opacity:0;animation:fadeInLeft .6s ease-out forwards}.breadcrumb-item[data-astro-cid-e7fz7wfw]:nth-child(1){animation-delay:.1s}.breadcrumb-item[data-astro-cid-e7fz7wfw]:nth-child(2){animation-delay:.2s}.breadcrumb-item[data-astro-cid-e7fz7wfw]:nth-child(3){animation-delay:.3s}.breadcrumb-item[data-astro-cid-e7fz7wfw]:nth-child(4){animation-delay:.4s}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.main-content[data-astro-cid-bvzihdzo]{min-height:calc(100vh - 200px);padding:var(--space-6) 0}.article-layout[data-astro-cid-bvzihdzo]{max-width:800px;margin:0 auto;padding:0 var(--space-4)}.article-content[data-astro-cid-bvzihdzo]{max-width:100%;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.hero-image[data-astro-cid-bvzihdzo]{margin-bottom:var(--space-6);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);width:100%;height:300px;background:var(--surface-card)}.hero-image[data-astro-cid-bvzihdzo] svg[data-astro-cid-bvzihdzo]{width:100%;height:100%;display:block;transition:transform var(--transition-medium)}.hero-image[data-astro-cid-bvzihdzo]:hover svg[data-astro-cid-bvzihdzo]{transform:scale(1.02)}.article-header[data-astro-cid-bvzihdzo]{margin-bottom:var(--space-8);padding-bottom:var(--space-6);border-bottom:1px solid var(--border-light)}.article-meta[data-astro-cid-bvzihdzo]{display:flex;align-items:center;gap:var(--space-4);margin-bottom:var(--space-4);font-size:.875rem;color:var(--text-tertiary);font-weight:500}.last-updated[data-astro-cid-bvzihdzo]{font-style:italic;position:relative;padding-left:var(--space-4)}.last-updated[data-astro-cid-bvzihdzo]:before{content:"•";position:absolute;left:var(--space-2);color:var(--text-quaternary)}.article-title[data-astro-cid-bvzihdzo]{font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.1;color:var(--text-primary);margin:0 0 var(--space-4) 0;letter-spacing:-.02em}.article-description[data-astro-cid-bvzihdzo]{font-size:1.125rem;line-height:1.6;color:var(--text-secondary);margin:0;font-weight:400}.article-summary[data-astro-cid-bvzihdzo]{background:linear-gradient(135deg,#14b8a60d,#a855f70d);border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:var(--space-6);margin:var(--space-8) 0;position:relative;overflow:hidden}.article-summary[data-astro-cid-bvzihdzo]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary),var(--secondary))}.summary-header[data-astro-cid-bvzihdzo]{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4)}.summary-icon[data-astro-cid-bvzihdzo]{width:40px;height:40px;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem}.summary-title[data-astro-cid-bvzihdzo]{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0}.summary-content[data-astro-cid-bvzihdzo]{color:var(--text-secondary);line-height:1.6;font-size:1rem}.reading-stats[data-astro-cid-bvzihdzo]{display:flex;align-items:center;gap:var(--space-6);margin:var(--space-6) 0;padding:var(--space-4);background:var(--surface-secondary);border-radius:var(--radius-lg)}.stat-item[data-astro-cid-bvzihdzo]{display:flex;align-items:center;gap:var(--space-2);font-size:.875rem;color:var(--text-tertiary)}.stat-icon[data-astro-cid-bvzihdzo]{width:20px;height:20px;color:var(--primary)}.section-divider[data-astro-cid-bvzihdzo]{display:flex;align-items:center;margin:var(--space-10) 0;gap:var(--space-4)}.section-divider[data-astro-cid-bvzihdzo]:before,.section-divider[data-astro-cid-bvzihdzo]:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--border-light),transparent)}.divider-icon[data-astro-cid-bvzihdzo]{width:32px;height:32px;background:var(--surface-card);border:2px solid var(--border-light);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary)}.prose[data-astro-cid-bvzihdzo]{max-width:none;color:var(--text-primary);line-height:1.7;font-size:1rem;margin-bottom:var(--space-8);overflow-x:hidden!important;width:100%;max-width:100%;box-sizing:border-box}.prose[data-astro-cid-bvzihdzo] h1,.prose[data-astro-cid-bvzihdzo] h2,.prose[data-astro-cid-bvzihdzo] h3,.prose[data-astro-cid-bvzihdzo] h4,.prose[data-astro-cid-bvzihdzo] h5,.prose[data-astro-cid-bvzihdzo] h6{color:var(--text-primary);font-weight:700;line-height:1.3;letter-spacing:-.01em;margin-top:var(--space-8);margin-bottom:var(--space-4);position:relative}.prose[data-astro-cid-bvzihdzo] h2{font-size:1.75rem;border-bottom:2px solid var(--border-light);padding-bottom:var(--space-2)}.prose[data-astro-cid-bvzihdzo] h3{font-size:1.5rem}.prose[data-astro-cid-bvzihdzo] h4{font-size:1.25rem}.prose[data-astro-cid-bvzihdzo] p{margin:var(--space-4) 0;line-height:1.7}.prose[data-astro-cid-bvzihdzo] a{color:var(--primary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:all var(--transition-fast)}.prose[data-astro-cid-bvzihdzo] a:hover{color:var(--primary-hover);text-decoration-thickness:2px}.prose[data-astro-cid-bvzihdzo] blockquote{border-left:4px solid var(--primary);padding:var(--space-4) var(--space-6);margin:var(--space-6) 0;background:var(--surface-secondary);border-radius:0 var(--radius-md) var(--radius-md) 0;font-style:italic;color:var(--text-secondary)}.prose[data-astro-cid-bvzihdzo] code{background:var(--surface-secondary);padding:.125rem .375rem;border-radius:var(--radius-sm);font-size:.875rem;color:var(--text-primary);font-family:var(--font-mono)}.prose[data-astro-cid-bvzihdzo] pre{background:var(--surface-secondary);padding:var(--space-4);border-radius:var(--radius-md);overflow-x:auto;margin:var(--space-6) 0;border:1px solid var(--border-light);position:relative}.prose[data-astro-cid-bvzihdzo] pre code{background:none;padding:0;border-radius:0}.prose[data-astro-cid-bvzihdzo] pre{position:relative}.prose[data-astro-cid-bvzihdzo] pre .copy-button{position:absolute;top:var(--space-2);right:var(--space-2);display:flex;align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-2);background:var(--surface-card);border:1px solid var(--border-light);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:.75rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast);opacity:0;transform:translateY(-4px)}.prose[data-astro-cid-bvzihdzo] pre:hover .copy-button{opacity:1;transform:translateY(0)}.prose[data-astro-cid-bvzihdzo] pre .copy-button:hover{background:var(--surface-hover);color:var(--primary);border-color:var(--primary)}.prose[data-astro-cid-bvzihdzo] pre .copy-button.copied{background:var(--success);color:#fff;border-color:var(--success)}.prose[data-astro-cid-bvzihdzo] pre .copy-icon,.prose[data-astro-cid-bvzihdzo] pre .copied-icon{width:14px;height:14px}.prose[data-astro-cid-bvzihdzo] ul,.prose[data-astro-cid-bvzihdzo] ol{padding-left:var(--space-6);margin:var(--space-4) 0}.prose[data-astro-cid-bvzihdzo] li{margin:var(--space-2) 0;line-height:1.6}.prose[data-astro-cid-bvzihdzo] img{max-width:100%;height:auto;border-radius:var(--radius-md);box-shadow:var(--shadow-md);margin:var(--space-6) 0}.prose[data-astro-cid-bvzihdzo] h2:has(+ol){position:relative;border-bottom:none;padding-bottom:var(--space-2);margin-bottom:var(--space-6)}.prose[data-astro-cid-bvzihdzo] h2:has(+ol):after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:2px}.prose[data-astro-cid-bvzihdzo] ol{background:var(--surface-card);border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:var(--space-5);margin:var(--space-6) 0;list-style:none;counter-reset:toc-counter;position:relative;box-shadow:var(--shadow-sm)}.prose[data-astro-cid-bvzihdzo] ol:before{content:"📚 目次";display:block;font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:var(--space-4);padding-bottom:var(--space-2);border-bottom:1px solid var(--border-light)}.prose[data-astro-cid-bvzihdzo] ol li{counter-increment:toc-counter;margin:var(--space-2) 0;line-height:1.5;position:relative;padding-left:var(--space-6)}.prose[data-astro-cid-bvzihdzo] ol li:before{content:counter(toc-counter);position:absolute;left:0;top:0;width:24px;height:24px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.prose[data-astro-cid-bvzihdzo] ol li a{color:var(--text-primary);text-decoration:none;padding:var(--space-1) var(--space-3);border-radius:var(--radius-md);transition:all var(--transition-fast);display:block;font-weight:500}.prose[data-astro-cid-bvzihdzo] ol li a:hover{background:var(--surface-hover);color:var(--primary);transform:translate(2px);box-shadow:var(--shadow-sm)}.prose[data-astro-cid-bvzihdzo] ol li ul{background:none;border:none;padding:var(--space-2) 0 0 var(--space-6);margin:var(--space-2) 0 0 0;list-style:none;box-shadow:none}.prose[data-astro-cid-bvzihdzo] ol li ul:before{display:none}.prose[data-astro-cid-bvzihdzo] ol li ul li{counter-increment:none;margin:var(--space-1) 0;font-weight:400;font-size:.9rem;padding-left:var(--space-5)}.prose[data-astro-cid-bvzihdzo] ol li ul li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:16px;height:16px;background:var(--surface-secondary);border:2px solid var(--primary);border-radius:50%}.prose[data-astro-cid-bvzihdzo] ol li ul li a{font-size:.9rem;padding:var(--space-1) var(--space-2)}.prose[data-astro-cid-bvzihdzo] table{width:100%;border-collapse:collapse;margin:var(--space-6) 0;border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden}.prose[data-astro-cid-bvzihdzo] th,.prose[data-astro-cid-bvzihdzo] td{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border-light);text-align:left}.prose[data-astro-cid-bvzihdzo] th{background:var(--surface-secondary);font-weight:600;color:var(--text-primary)}@media (max-width: 576px){.main-content[data-astro-cid-bvzihdzo]{padding:var(--space-4) 0}.article-layout[data-astro-cid-bvzihdzo]{padding:0 var(--space-3);max-width:100%}.article-title[data-astro-cid-bvzihdzo]{font-size:1.75rem;line-height:1.2;margin-bottom:var(--space-3)}.article-description[data-astro-cid-bvzihdzo]{font-size:.9rem;line-height:1.5}.article-meta[data-astro-cid-bvzihdzo]{flex-direction:column;align-items:flex-start;gap:var(--space-2);font-size:.8rem}.last-updated[data-astro-cid-bvzihdzo]{padding-left:0}.last-updated[data-astro-cid-bvzihdzo]:before{display:none}.article-header[data-astro-cid-bvzihdzo]{margin-bottom:var(--space-6);padding-bottom:var(--space-4)}.reading-stats[data-astro-cid-bvzihdzo]{flex-direction:column;gap:var(--space-3);padding:var(--space-3)}.article-summary[data-astro-cid-bvzihdzo]{padding:var(--space-4);margin:var(--space-6) 0}.summary-header[data-astro-cid-bvzihdzo]{gap:var(--space-2);margin-bottom:var(--space-3)}.summary-icon[data-astro-cid-bvzihdzo]{width:32px;height:32px;font-size:1rem}.summary-title[data-astro-cid-bvzihdzo]{font-size:1.1rem}.section-divider[data-astro-cid-bvzihdzo]{margin:var(--space-8) 0}.divider-icon[data-astro-cid-bvzihdzo]{width:24px;height:24px}.prose[data-astro-cid-bvzihdzo]{font-size:.9rem;line-height:1.6;margin-bottom:var(--space-6)}.prose[data-astro-cid-bvzihdzo] h2{font-size:1.4rem;margin-top:var(--space-6);margin-bottom:var(--space-3)}.prose[data-astro-cid-bvzihdzo] h3{font-size:1.2rem;margin-top:var(--space-5);margin-bottom:var(--space-3)}.prose[data-astro-cid-bvzihdzo] h4{font-size:1.1rem;margin-top:var(--space-4);margin-bottom:var(--space-2)}.prose[data-astro-cid-bvzihdzo] p{margin:var(--space-3) 0}.prose[data-astro-cid-bvzihdzo] pre{padding:var(--space-3);margin:var(--space-4) 0;font-size:.8rem;overflow-x:auto;border-radius:var(--radius-md)}.prose[data-astro-cid-bvzihdzo] code{font-size:.8rem;padding:.1rem .3rem}.prose[data-astro-cid-bvzihdzo] blockquote{padding:var(--space-3) var(--space-4);margin:var(--space-4) 0;font-size:.85rem}.prose[data-astro-cid-bvzihdzo] ul,.prose[data-astro-cid-bvzihdzo] ol{padding-left:var(--space-4);margin:var(--space-3) 0}.prose[data-astro-cid-bvzihdzo] li{margin:var(--space-1) 0;line-height:1.5}.prose[data-astro-cid-bvzihdzo] table{font-size:.8rem;margin:var(--space-4) 0;overflow-x:auto;display:block;white-space:nowrap}.prose[data-astro-cid-bvzihdzo] th,.prose[data-astro-cid-bvzihdzo] td{padding:var(--space-2) var(--space-3)}.prose[data-astro-cid-bvzihdzo] img{margin:var(--space-4) 0}.prose[data-astro-cid-bvzihdzo] ol{padding:var(--space-4);margin:var(--space-4) 0;border-radius:var(--radius-lg)}.prose[data-astro-cid-bvzihdzo] ol:before{font-size:.9rem;margin-bottom:var(--space-3);padding-bottom:var(--space-2)}.prose[data-astro-cid-bvzihdzo] ol li{margin:var(--space-2) 0;line-height:1.4;padding-left:var(--space-5)}.prose[data-astro-cid-bvzihdzo] ol li:before{width:20px;height:20px;font-size:.6875rem}.prose[data-astro-cid-bvzihdzo] ol li a{padding:var(--space-1) var(--space-2);font-size:.8rem;word-break:break-word;display:block;line-height:1.3}.prose[data-astro-cid-bvzihdzo] ol li a:hover{transform:translate(1px)}.prose[data-astro-cid-bvzihdzo] ol li ul{padding:var(--space-1) 0 0 var(--space-4);margin:var(--space-1) 0 0 0}.prose[data-astro-cid-bvzihdzo] ol li ul li{margin:var(--space-1) 0;font-size:.75rem;padding-left:var(--space-4);display:block}.prose[data-astro-cid-bvzihdzo] ol li ul li a{font-size:.75rem;padding:var(--space-1);line-height:1.3;word-break:break-word}.prose[data-astro-cid-bvzihdzo] ol li ul li a:hover{transform:none}.prose[data-astro-cid-bvzihdzo] ol li ul li:before{width:12px;height:12px;border:1px solid var(--primary)}}@media (max-width: 480px){.hero-image[data-astro-cid-bvzihdzo]{height:220px}}@media (max-width: 768px) and (min-width: 577px){.article-layout[data-astro-cid-bvzihdzo]{padding:0 var(--space-4)}.hero-image[data-astro-cid-bvzihdzo]{height:250px}.article-title[data-astro-cid-bvzihdzo]{font-size:2rem}.article-description[data-astro-cid-bvzihdzo]{font-size:1rem}.article-meta[data-astro-cid-bvzihdzo]{flex-direction:column;align-items:flex-start;gap:var(--space-2)}.last-updated[data-astro-cid-bvzihdzo]{padding-left:0}.last-updated[data-astro-cid-bvzihdzo]:before{display:none}.reading-stats[data-astro-cid-bvzihdzo]{flex-wrap:wrap;gap:var(--space-4)}.article-summary[data-astro-cid-bvzihdzo]{padding:var(--space-5)}.prose[data-astro-cid-bvzihdzo] ol{padding:var(--space-4) var(--space-5);margin:var(--space-5) 0;font-size:.85rem;list-style-position:inside}.prose[data-astro-cid-bvzihdzo] ol li{margin:var(--space-2) 0;padding-left:0;margin-left:0}.prose[data-astro-cid-bvzihdzo] ol li a{font-size:.85rem;display:block;width:calc(100% - var(--space-4));box-sizing:border-box;word-break:break-word;margin-left:var(--space-1);padding:var(--space-1) var(--space-2)}.prose[data-astro-cid-bvzihdzo] ol li ul{padding:var(--space-1) 0 0 var(--space-5)}.prose[data-astro-cid-bvzihdzo] ol li ul li{font-size:.8rem;padding-left:0;margin-left:0}.prose[data-astro-cid-bvzihdzo] ol li ul li a{font-size:.8rem;margin-left:0;width:calc(100% - var(--space-2))}}@media (prefers-color-scheme: dark){.hero-image[data-astro-cid-bvzihdzo]{box-shadow:var(--shadow-dark)}}[data-astro-cid-bvzihdzo][data-theme=dark] .hero-image[data-astro-cid-bvzihdzo]{box-shadow:var(--shadow-dark)}.article-content[data-astro-cid-bvzihdzo]{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
