.post-module__fFuUMG__container{max-width:900px;margin:0 auto;padding:3rem 1.5rem 4rem}.post-module__fFuUMG__cover{border-radius:var(--radius-lg);background:radial-gradient(circle at top left,var(--accent-soft),transparent 55%),var(--cover-gradient);color:var(--cover-text);box-shadow:var(--shadow-soft);border:1px solid var(--border);align-items:center;gap:1rem;margin-bottom:2rem;padding:1.25rem 1.5rem;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s,filter .2s;display:flex;position:relative;overflow:hidden}.post-module__fFuUMG__cover:before{content:"";opacity:.8;pointer-events:none;background:radial-gradient(circle at 12% 15%,#6366f126,#0000 45%);transition:transform .25s,opacity .25s;position:absolute;inset:-10%}.post-module__fFuUMG__cover:hover{background:radial-gradient(circle at top left,#6366f11f,transparent 55%),var(--cover-gradient);filter:saturate(1.02);border-color:#6366f180;transform:translateY(-2px);box-shadow:0 22px 50px #0f172a33}.post-module__fFuUMG__cover:hover:before{opacity:1;transform:scale(1.02)}.post-module__fFuUMG__coverImage{object-fit:cover;border-radius:var(--radius-lg);border:1px solid var(--border);width:100%;max-height:360px;box-shadow:var(--shadow-soft);background:var(--bg-elevated);margin-bottom:1.25rem}.post-module__fFuUMG__coverIcon{background:var(--cover-icon-bg);border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;padding:8px;display:flex}.post-module__fFuUMG__coverText{flex-direction:column;gap:.25rem;display:flex}.post-module__fFuUMG__coverTagRow{opacity:.95;flex-wrap:wrap;align-items:center;gap:.55rem;font-size:.8rem;display:flex}.post-module__fFuUMG__coverTag{background:var(--chip-bg);border:1px solid #94a3b8b3;border-radius:999px;padding:.1rem .6rem}.post-module__fFuUMG__coverCategory{background:var(--chip-bg);color:inherit;border:1px solid #6366f1a6;border-radius:999px;padding:.1rem .6rem;font-weight:600;text-decoration:none;transition:border-color .15s,opacity .15s}.post-module__fFuUMG__coverCategory:hover{opacity:.9;border-color:#6366f1f2}.post-module__fFuUMG__coverDate{background:var(--chip-bg);height:32px;color:var(--text-muted);border:1px solid #94a3b880;border-radius:999px;align-items:center;padding:0 .6rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9rem;display:inline-flex}.post-module__fFuUMG__coverTitle{letter-spacing:-.02em;margin:.1rem 0 0;font-size:1.8rem;font-weight:800}.post-module__fFuUMG__coverBack{color:#0f172a;cursor:pointer;z-index:2;touch-action:manipulation;background:#f8fafceb;border:1px solid #94a3b899;border-radius:999px;justify-content:center;align-items:center;gap:.45rem;min-width:88px;height:36px;padding:.55rem .95rem;font-size:.9rem;font-weight:600;line-height:1;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s,background .15s,color .15s;display:inline-flex;position:absolute;top:10px;right:10px;box-shadow:0 8px 20px #0f172a24}.post-module__fFuUMG__coverBack:hover{border-color:#6366f18c;transform:translateY(-1px);box-shadow:0 12px 28px #0f172a33}.post-module__fFuUMG__coverBack svg{pointer-events:none;width:16px;height:16px}html[data-theme=dark] .post-module__fFuUMG__coverBack{color:#e5e7eb;background:#0f172ae6;border-color:#6366f159;box-shadow:0 8px 22px #0000008c}.post-module__fFuUMG__coverBackLabel{line-height:1}@media (max-width:640px){.post-module__fFuUMG__container{padding:2rem 1.05rem 3rem}.post-module__fFuUMG__cover{flex-direction:column;align-items:flex-start;gap:.8rem;padding:1rem 1.05rem 1.1rem}.post-module__fFuUMG__coverBack{gap:.35rem;min-width:82px;height:34px;padding:.5rem .85rem;font-size:.82rem;position:absolute;top:10px;right:10px}.post-module__fFuUMG__coverBack svg{width:14px;height:14px}.post-module__fFuUMG__coverIcon{width:40px;height:40px}.post-module__fFuUMG__coverText{gap:.2rem}.post-module__fFuUMG__coverTagRow{gap:.4rem;font-size:.76rem}.post-module__fFuUMG__coverTag{padding:.08rem .5rem}.post-module__fFuUMG__coverDate{height:28px;padding:0 .55rem;font-size:.82rem}.post-module__fFuUMG__coverTitle{font-size:1.4rem;line-height:1.2}}.post-module__fFuUMG__date{color:var(--text-muted);margin-bottom:2rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85rem}.post-module__fFuUMG__content{color:var(--text);background:var(--surface-elevated);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-soft);padding:1.8rem 1.9rem;font-size:1rem;line-height:1.8}.post-module__fFuUMG__content h1,.post-module__fFuUMG__content h2,.post-module__fFuUMG__content h3{margin-top:1.8rem;margin-bottom:.8rem;font-weight:700}.post-module__fFuUMG__content p{margin:0 0 1.1rem}.post-module__fFuUMG__content ul,.post-module__fFuUMG__content ol{margin-bottom:1.1rem;padding-left:1.6rem}.post-module__fFuUMG__content li+li{margin-top:.3rem}.post-module__fFuUMG__content a{color:var(--accent);text-decoration:underline}.post-module__fFuUMG__content a:hover{text-decoration:none}.post-module__fFuUMG__content pre{background:var(--code-bg);color:#e5e7eb;border-radius:12px;margin:1.4rem 0;padding:1rem 1.2rem;overflow-x:auto}.post-module__fFuUMG__content code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9rem}.post-module__fFuUMG__content .post-module__fFuUMG__hljs-comment,.post-module__fFuUMG__content .post-module__fFuUMG__hljs-quote{color:#9ca3af;font-style:italic}.post-module__fFuUMG__content .post-module__fFuUMG__hljs-keyword,.post-module__fFuUMG__content .post-module__fFuUMG__hljs-selector-tag,.post-module__fFuUMG__content .post-module__fFuUMG__hljs-subst{color:#e5e7eb;font-weight:600}.post-module__fFuUMG__content .post-module__fFuUMG__hljs-literal,.post-module__fFuUMG__content .post-module__fFuUMG__hljs-number,.post-module__fFuUMG__content .post-module__fFuUMG__hljs-tag .post-module__fFuUMG__hljs-attr{color:#facc15}.post-module__fFuUMG__content .post-module__fFuUMG__hljs-string,.post-module__fFuUMG__content .post-module__fFuUMG__hljs-doctag{color:#4ade80}.post-module__fFuUMG__content .post-module__fFuUMG__hljs-title,.post-module__fFuUMG__content .post-module__fFuUMG__hljs-section{color:#60a5fa}.post-module__fFuUMG__content .post-module__fFuUMG__hljs-built_in,.post-module__fFuUMG__content .post-module__fFuUMG__hljs-builtin-name{color:#fb7185}.post-module__fFuUMG__content img{border:1px solid var(--border);max-width:100%;height:auto;box-shadow:var(--shadow-soft);border-radius:12px;margin:1.1rem 0;display:block}:is(.post-module__fFuUMG__content .align-left,.post-module__fFuUMG__content .align-center,.post-module__fFuUMG__content .align-right,.post-module__fFuUMG__content .align-justify){display:block}.post-module__fFuUMG__content .align-left{text-align:left}.post-module__fFuUMG__content .align-center{text-align:center}.post-module__fFuUMG__content .align-right{text-align:right}.post-module__fFuUMG__content .align-justify{text-align:justify}.post-module__fFuUMG__content img.align-left{margin-left:0;margin-right:auto}.post-module__fFuUMG__content img.align-center{margin-left:auto;margin-right:auto}.post-module__fFuUMG__content img.align-right{margin-left:auto;margin-right:0}.post-module__fFuUMG__content img.is-small{max-width:280px}.post-module__fFuUMG__content img.is-medium{max-width:520px}.post-module__fFuUMG__content img.is-large{max-width:800px}.post-module__fFuUMG__content img.is-full{width:100%;max-width:none}.post-module__fFuUMG__content figure{text-align:center;margin:1.2rem 0}.post-module__fFuUMG__content figcaption{color:var(--text-muted);margin-top:.35rem;font-size:.9rem}.post-module__fFuUMG__content iframe,.post-module__fFuUMG__content video,.post-module__fFuUMG__content embed{aspect-ratio:16/9;width:100%;max-width:100%;height:auto;box-shadow:var(--shadow-soft);background:#000;border:none;border-radius:12px;margin:1.1rem 0;display:block}.post-module__fFuUMG__content table{border-collapse:collapse;border:1px solid var(--border);background:var(--bg-elevated);border-radius:12px;width:100%;margin:1.2rem 0;display:block;overflow-x:auto}.post-module__fFuUMG__content th,.post-module__fFuUMG__content td{text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:.65rem .75rem}.post-module__fFuUMG__content tr:last-child td{border-bottom:none}
.breadcrumbs-module__tqBbPa__breadcrumbs{margin:0 0 1.4rem}.breadcrumbs-module__tqBbPa__list{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.4rem;margin:0;padding:0;font-size:.85rem;list-style:none;display:flex}.breadcrumbs-module__tqBbPa__item{align-items:center;gap:.4rem;min-width:0;display:inline-flex}.breadcrumbs-module__tqBbPa__link{color:var(--text-muted);text-decoration:none;transition:color .15s}.breadcrumbs-module__tqBbPa__link:hover{color:var(--text);text-decoration:underline}.breadcrumbs-module__tqBbPa__current{color:var(--text);text-overflow:ellipsis;white-space:nowrap;max-width:60vw;font-weight:600;overflow:hidden}.breadcrumbs-module__tqBbPa__separator{color:var(--text-muted);opacity:.7}
.blog-module__JsT-Oq__container{max-width:900px;margin:0 auto;padding:3rem 1.5rem 4rem}.blog-module__JsT-Oq__title{letter-spacing:-.03em;margin-bottom:.5rem;font-size:2.4rem;font-weight:800}.blog-module__JsT-Oq__subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem}.blog-module__JsT-Oq__controls{flex-wrap:wrap;align-content:flex-start;align-items:center;gap:.8rem;margin-bottom:1.25rem;display:flex}.blog-module__JsT-Oq__searchBox{flex:220px}.blog-module__JsT-Oq__searchInput{border:1px solid var(--border);background:var(--surface-elevated);width:100%;color:var(--text);border-radius:14px;padding:.65rem .85rem;font-size:.95rem;box-shadow:0 12px 30px #0f172a1f}.blog-module__JsT-Oq__searchInput:focus{border-color:#6366f173;outline:none;box-shadow:0 14px 36px #6366f12e}.blog-module__JsT-Oq__selectBox{background:linear-gradient(135deg,#ffffff0f,#6366f124);border:1px solid #6366f159;border-radius:999px;align-items:center;gap:.5rem;padding:.18rem .3rem;display:inline-flex;box-shadow:0 16px 36px #0f172a3d}.blog-module__JsT-Oq__selectBox label{color:var(--text-muted);padding-left:.25rem;font-size:.9rem}.blog-module__JsT-Oq__selectBox select{background:var(--surface-elevated);color:var(--text);border:1px solid #fff3;border-radius:999px;padding:.5rem .9rem;font-size:.9rem;box-shadow:inset 0 1px #ffffff0d}.blog-module__JsT-Oq__applyButton{color:#f8fafc;cursor:pointer;background:linear-gradient(120deg,#6366f1,#8b5cf6);border:none;border-radius:14px;padding:.65rem 1rem;font-weight:700;transition:transform .15s,box-shadow .15s;box-shadow:0 12px 30px #6366f147}.blog-module__JsT-Oq__applyButton:hover{transform:translateY(-1px);box-shadow:0 14px 34px #6366f159}.blog-module__JsT-Oq__statusEmpty{color:var(--text-muted);margin:1rem 0;font-size:1rem}.blog-module__JsT-Oq__list{gap:1.4rem;margin:0;padding:0;list-style:none;display:grid}.blog-module__JsT-Oq__item{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--card-bg);box-shadow:var(--shadow-soft);padding:1.4rem 1.5rem;transition:transform .15s,box-shadow .15s,border-color .15s,background .15s;position:relative;overflow:hidden}.blog-module__JsT-Oq__item:before{content:"";background:radial-gradient(circle at top left,var(--accent-soft),transparent 60%);opacity:.9;pointer-events:none;position:absolute;inset:0}.blog-module__JsT-Oq__item:hover{border-color:#6366f180;transform:translateY(-2px);box-shadow:0 22px 50px #0f172a33}.blog-module__JsT-Oq__link{z-index:1;color:var(--text);align-items:center;gap:.45rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:inline-flex;position:relative}.blog-module__JsT-Oq__link:after{content:"→";opacity:0;font-size:.95rem;transition:opacity .15s,transform .15s;transform:translate(-4px)}.blog-module__JsT-Oq__item:hover .blog-module__JsT-Oq__link:after{opacity:1;transform:translate(0)}.blog-module__JsT-Oq__metaRow{z-index:1;color:var(--text-muted);align-items:center;gap:.75rem;margin:.4rem 0 .75rem;font-size:.8rem;display:flex;position:relative}.blog-module__JsT-Oq__metaBadge{background:var(--chip-bg);border:1px solid #94a3b880;border-radius:999px;padding:.1rem .5rem}.blog-module__JsT-Oq__categoryTag{background:var(--accent-soft,#6366f11f);color:var(--text);border:1px solid #6366f173;border-radius:999px;padding:.1rem .55rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s}.blog-module__JsT-Oq__categoryTag:hover{color:#6366f1;border-color:#6366f1cc}.blog-module__JsT-Oq__categoryGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.2rem;margin:0;padding:0;list-style:none;display:grid}.blog-module__JsT-Oq__categoryCard{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--card-bg);box-shadow:var(--shadow-soft);color:var(--text);flex-direction:column;gap:.5rem;padding:1.3rem 1.4rem;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}.blog-module__JsT-Oq__categoryCard:hover{border-color:#6366f180;transform:translateY(-2px);box-shadow:0 22px 50px #0f172a33}.blog-module__JsT-Oq__categoryCardTitle{font-size:1.2rem;font-weight:700}.blog-module__JsT-Oq__categoryCardCount{color:var(--text-muted);font-size:.8rem}.blog-module__JsT-Oq__categoryCardDesc{color:var(--text-muted);margin:0;font-size:.92rem}.blog-module__JsT-Oq__date{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.blog-module__JsT-Oq__description{z-index:1;color:var(--text-muted);margin:.1rem 0 0;font-size:.98rem;position:relative}.blog-module__JsT-Oq__readingTime{color:var(--text-muted);font-size:.8rem}.blog-module__JsT-Oq__pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.65rem;margin:1.8rem 0 0;display:flex}.blog-module__JsT-Oq__pageButton{color:var(--text);background:var(--card-bg);border:1px solid #6366f14d;border-radius:12px;padding:.55rem .9rem;font-weight:600;text-decoration:none;box-shadow:0 10px 24px #0f172a1f}.blog-module__JsT-Oq__pageButtonDisabled{opacity:.5;cursor:not-allowed;box-shadow:none}.blog-module__JsT-Oq__pageButtonActive{color:#f8fafc;background:linear-gradient(120deg,#6366f1,#8b5cf6);border-color:#ffffff59;box-shadow:0 12px 30px #6366f159}.blog-module__JsT-Oq__pageInfo{color:var(--text-muted);font-size:.9rem}.blog-module__JsT-Oq__pageNumbers{align-items:center;gap:.35rem;padding:0 .25rem;display:inline-flex}.blog-module__JsT-Oq__pageEllipsis{color:var(--text-muted);border:1px dashed #94a3b859;border-radius:10px;padding:.35rem .55rem;font-weight:600}@media (max-width:640px){.blog-module__JsT-Oq__container{padding:1.4rem 1rem 2.2rem}.blog-module__JsT-Oq__title{font-size:1.9rem;line-height:1.15}.blog-module__JsT-Oq__subtitle{margin-bottom:1rem;font-size:.9rem;line-height:1.45}.blog-module__JsT-Oq__controls{grid-template-columns:minmax(0,1fr) auto;justify-content:flex-start;align-items:stretch;gap:.6rem;margin-bottom:.7rem;display:grid}.blog-module__JsT-Oq__searchInput,.blog-module__JsT-Oq__selectBox{height:44px}.blog-module__JsT-Oq__searchBox{grid-column:1/2}.blog-module__JsT-Oq__selectBox{grid-column:2/3;justify-content:space-between;align-items:center;width:auto;min-width:150px}.blog-module__JsT-Oq__selectBox label{align-items:center;display:flex}.blog-module__JsT-Oq__selectBox select{height:100%}.blog-module__JsT-Oq__searchInput{padding:.55rem .75rem}.blog-module__JsT-Oq__applyButton{text-align:center;grid-column:1/3;width:100%;padding:.7rem .9rem}.blog-module__JsT-Oq__pagination{justify-content:space-between}.blog-module__JsT-Oq__pageNumbers{flex-wrap:wrap;flex:1;justify-content:center}}
.category-nav-module__J_3Krq__nav{flex-wrap:wrap;gap:.5rem;margin:0 0 1.75rem;display:flex}.category-nav-module__J_3Krq__chip{border:1px solid var(--border);background:var(--card-bg);color:var(--text-muted);border-radius:999px;align-items:center;padding:.4rem .85rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s,color .15s;display:inline-flex;box-shadow:0 8px 20px #0f172a1a}.category-nav-module__J_3Krq__chip:hover{color:var(--text);border-color:#6366f180;transform:translateY(-1px);box-shadow:0 12px 26px #6366f12e}.category-nav-module__J_3Krq__chipActive{color:#f8fafc;background:linear-gradient(120deg,#6366f1,#8b5cf6);border-color:#ffffff59;box-shadow:0 12px 30px #6366f152}.category-nav-module__J_3Krq__chipActive:hover{color:#f8fafc}@media (max-width:640px){.category-nav-module__J_3Krq__nav{margin-bottom:1.25rem}}
.related-guides-module__vGs_4W__related{border-radius:var(--radius-lg,16px);border:1px solid var(--border);background:var(--card-bg);margin:2.4rem 0 0;padding:1.4rem 1.5rem}.related-guides-module__vGs_4W__title{letter-spacing:-.01em;margin:0 0 .9rem;font-size:1.2rem;font-weight:700}.related-guides-module__vGs_4W__list{gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.related-guides-module__vGs_4W__list a{color:var(--text);font-weight:600;text-decoration:none}.related-guides-module__vGs_4W__list a:hover{color:#6366f1;text-decoration:underline}
