.Breadcrumb_breadcrumb__WMdsH{padding:8px 0;font-size:13px;color:var(--text3);display:flex;align-items:center;flex-wrap:wrap;gap:2px}.Breadcrumb_segment__7bCse{display:inline-flex;align-items:center;gap:2px}.Breadcrumb_separator__zAc2Z{color:var(--text3);opacity:.5}.Breadcrumb_link__IKU4W{color:var(--text3);transition:color var(--transition)}.Breadcrumb_link__IKU4W:hover{color:var(--red)}.Breadcrumb_current__1CFsf{color:var(--text2);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px}@media (max-width:767px){.Breadcrumb_current__1CFsf{max-width:200px}}.MobileToc_fab__ChIX1{display:none;position:fixed;bottom:24px;right:24px;width:48px;height:48px;border-radius:50%;background:var(--navy);color:#fff;border:none;cursor:pointer;z-index:100;align-items:center;justify-content:center;box-shadow:0 2px 12px rgba(0,0,0,.2);transition:transform .2s}.MobileToc_fab__ChIX1:active{transform:scale(.92)}@media (max-width:1023px){.MobileToc_fab__ChIX1{display:flex}}.MobileToc_overlay__8CgSM{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:200;display:flex;align-items:flex-end}.MobileToc_sheet__f519O{background:var(--surface);width:100%;max-height:70vh;border-radius:16px 16px 0 0;padding:0 16px 24px;overflow-y:auto;animation:MobileToc_slideUp__P2jB9 .25s ease-out}@keyframes MobileToc_slideUp__P2jB9{0%{transform:translateY(100%)}to{transform:translateY(0)}}.MobileToc_handle___2Nq2{width:36px;height:4px;background:var(--border);border-radius:2px;margin:10px auto 0}.MobileToc_header__GhB4I{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--border);margin-bottom:8px}.MobileToc_title__d4kON{font-size:15px;font-weight:700;color:var(--text1)}.MobileToc_close__cjYXt{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--text3)}.MobileToc_list__jnDzx{list-style:none;padding:0;margin:0}.MobileToc_item__nA26j{border-bottom:.5px solid var(--border)}.MobileToc_item__nA26j:last-child{border-bottom:none}.MobileToc_sub__A39iG{padding-left:16px}.MobileToc_link__EiI_4{display:flex;align-items:center;gap:8px;padding:12px 4px;min-height:44px;font-size:14px;color:var(--text2);text-decoration:none;transition:color .15s}.MobileToc_link__EiI_4:hover{color:var(--red)}.MobileToc_active__EjBxV .MobileToc_link__EiI_4{color:var(--red);font-weight:600}.MobileToc_num__eJmZA{width:22px;height:22px;background:var(--red);color:#fff;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.PostBody_body__rwFzP{font-size:15px;line-height:1.9;color:var(--text2)}.PostBody_body__rwFzP h2{font-size:22px;font-weight:700;color:var(--text1);margin:40px 0 16px;padding-bottom:12px;border-bottom:2px solid var(--red)}.PostBody_body__rwFzP h3{font-size:18px;font-weight:600;color:var(--text1);margin:32px 0 12px}.PostBody_body__rwFzP p{margin-bottom:12px}.PostBody_body__rwFzP blockquote{background:var(--blockquote-bg);border-left:4px solid var(--blockquote-border);padding:20px 24px;margin:20px 0;font-size:14px;font-style:italic;border-radius:0 var(--radius-sm) var(--radius-sm) 0}.PostBody_body__rwFzP table{width:100%;border-collapse:collapse;font-size:14px;margin:24px 0;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border)}.PostBody_body__rwFzP th{background:var(--navy);color:#fff;padding:8px 12px;text-align:left;font-weight:600}.PostBody_body__rwFzP td{padding:7px 12px;border-bottom:.5px solid var(--border)}.PostBody_body__rwFzP tr:nth-child(2n) td{background:#f9f9fb}.PostBody_body__rwFzP ol,.PostBody_body__rwFzP ul{padding-left:24px;margin:20px 0}.PostBody_body__rwFzP ul{list-style:disc}.PostBody_body__rwFzP ol{list-style:decimal}.PostBody_body__rwFzP li{margin-bottom:8px}.PostBody_body__rwFzP img{border-radius:var(--radius-lg);margin:24px auto;box-shadow:var(--shadow-md)}.PostBody_body__rwFzP a{color:var(--red);text-decoration:underline}.PostBody_body__rwFzP code{background:var(--code-bg);color:var(--red);padding:2px 6px;border-radius:5px;font-size:.9em;font-weight:500}.PostBody_body__rwFzP pre{background:var(--navy);color:#e0e0e0;padding:24px;border-radius:var(--radius-lg);overflow-x:auto;margin:20px 0;border:1px solid var(--border)}.PostBody_body__rwFzP pre code{background:none;color:inherit;padding:0;font-weight:400}.RelatedPosts_title__UMq12{font-size:15px;font-weight:700;color:var(--text1);margin:20px 0 10px;display:flex;align-items:center;gap:6px}.RelatedPosts_title__UMq12:before{content:"";display:block;width:3px;height:1em;background:var(--red);border-radius:2px}.RelatedPosts_grid__3sxH0{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.RelatedPosts_card__o_SE7{background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);padding:14px 16px;box-shadow:var(--shadow-sm);transition:border-color .2s,transform .2s,box-shadow .2s}.RelatedPosts_card__o_SE7:hover{border-color:var(--red);transform:translateY(-2px);box-shadow:var(--shadow-md)}.RelatedPosts_card__o_SE7:hover .RelatedPosts_cardTitle__yjGWd{color:var(--red)}.RelatedPosts_cat__TPhr8{font-size:12px;font-weight:700;color:var(--red);margin-bottom:3px}.RelatedPosts_cardTitle__yjGWd{font-size:14px;font-weight:600;line-height:1.4;color:var(--text1);transition:color .2s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:767px){.RelatedPosts_grid__3sxH0{grid-template-columns:1fr}}.Sidebar_sidebar__O40cG{display:flex;flex-direction:column;gap:16px}.Sidebar_widget__kGt45{background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);padding:20px}.Sidebar_widgetTitle__ltQQT{font-size:14px;font-weight:700;color:var(--text1);padding-bottom:12px;border-bottom:2px solid var(--red);margin-bottom:12px;letter-spacing:-.01em}.Sidebar_popularItem__x21P9{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid var(--border-light);align-items:center;min-height:44px}.Sidebar_popularItem__x21P9:last-child{border-bottom:none}.Sidebar_popularItem__x21P9:hover .Sidebar_popularText__TcNkN{color:var(--red)}.Sidebar_popularNum__Mxwpd{width:24px;height:24px;background:var(--navy);color:#fff;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.Sidebar_popularText__TcNkN{font-size:13px;line-height:1.45;color:var(--text2);transition:color var(--transition);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.Sidebar_empty__buT6_{font-size:13px;color:var(--text3);text-align:center;padding:12px 0}.Sidebar_catList__8C4Ge{display:flex;flex-wrap:wrap;gap:8px}.Sidebar_catPill__4V0BQ{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:100px;font-size:13px;font-weight:500;background:var(--bg);color:var(--text2);transition:all var(--transition);min-height:36px}.Sidebar_catPill__4V0BQ:hover{background:var(--red-light);color:var(--red)}.Sidebar_catDot__zlhn9{width:8px;height:8px;border-radius:50%;background:var(--text3);flex-shrink:0}@media (max-width:767px){.Sidebar_sidebar__O40cG{flex-direction:column;gap:12px}.Sidebar_catPill__4V0BQ{padding:8px 12px;min-height:44px}.Sidebar_popularItem__x21P9{min-height:44px}}@media (min-width:768px) and (max-width:1023px){.Sidebar_sidebar__O40cG{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}}.page_layout__RyC1n{display:grid;grid-template-columns:180px 1fr 200px;grid-gap:16px;gap:16px;padding:0 16px 24px;max-width:var(--max-width);margin:0 auto}.page_sideCol__0Yeuv,.page_tocCol__SsUBo{position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + 16px);align-self:start;max-height:calc(100vh - var(--header-height) - 32px);overflow-y:auto}.page_article__I_mUI{min-width:0}.page_postHeader__9kLmi{padding:16px 0 12px}.page_badge__zRDiG{display:inline-block;background:var(--red);color:#fff;font-size:12px;font-weight:700;padding:3px 10px;border-radius:2px;margin-bottom:8px}.page_postTitle__7syFu{font-size:28px;font-weight:700;line-height:1.4;color:var(--text1);margin-bottom:10px}.page_postMeta__Nyb_5{display:flex;align-items:center;flex-wrap:wrap;row-gap:4px;column-gap:12px;font-size:13px;color:var(--text3);padding-bottom:12px;border-bottom:1px solid var(--border)}.page_author__CiPMK{display:flex;align-items:center;gap:6px}.page_avatar__8L1_9{width:24px;height:24px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.page_thumbnailWrap__X4YGS{margin:12px 0}.page_thumbnail__Wjtvj{width:100%;height:auto;border-radius:var(--radius-md);display:block}.page_tags__TR9Ib{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0;padding-top:24px;border-top:1px solid var(--border)}.page_tag__oHEk6{padding:6px 14px;background:var(--tag-bg);border-radius:100px;font-size:13px;color:var(--tag-color);cursor:pointer;transition:all .2s}.page_tag__oHEk6:hover{background:var(--tag-color);color:#fff}@media (min-width:768px) and (max-width:1023px){.page_layout__RyC1n{grid-template-columns:1fr}.page_tocCol__SsUBo{display:none}.page_sideCol__0Yeuv{order:2}}@media (max-width:767px){.page_layout__RyC1n{grid-template-columns:1fr;padding:0 12px 20px}.page_tocCol__SsUBo{display:none}.page_sideCol__0Yeuv{order:2}.page_postTitle__7syFu{font-size:22px}.page_tag__oHEk6{min-height:44px;display:inline-flex;align-items:center;padding:8px 12px}}.TableOfContents_tocBox__hIxnN{background:transparent;padding:14px 0;position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + 12px);max-height:calc(100vh - var(--header-height) - 32px);overflow-y:auto;scrollbar-width:thin}.TableOfContents_heading__j6qsC{font-size:13px;font-weight:700;color:var(--text1);margin-bottom:12px;display:flex;align-items:center;gap:6px}.TableOfContents_heading__j6qsC:before{content:"";display:block;width:3px;height:1em;background:var(--red);border-radius:2px;flex-shrink:0}.TableOfContents_list__JT7DQ{list-style:none}.TableOfContents_item___OQ6Q{padding:6px 0;border-bottom:.5px solid #f0f1f5}.TableOfContents_item___OQ6Q:last-child{border-bottom:none}.TableOfContents_link__36pbz{display:flex;align-items:flex-start;gap:7px;color:var(--text2);font-size:12px;line-height:1.4;transition:color .2s}.TableOfContents_link__36pbz:hover{color:var(--red)}.TableOfContents_active__RsNab .TableOfContents_link__36pbz{color:var(--red);font-weight:600}.TableOfContents_num__H6I7X{width:18px;height:18px;border-radius:3px;background:#f4f5f7;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:var(--text3);flex-shrink:0;margin-top:1px}.TableOfContents_active__RsNab .TableOfContents_num__H6I7X{background:var(--red);color:#fff}.TableOfContents_sub__mP2j2{padding-left:25px}.TableOfContents_sub__mP2j2 .TableOfContents_link__36pbz{font-size:11px;color:var(--text3)}.TableOfContents_progress__Auxr2{margin-top:12px;padding-top:12px;border-top:.5px solid var(--border)}.TableOfContents_progressLabel__C_hEP{font-size:11px;color:var(--text3);margin-bottom:5px}.TableOfContents_progressTrack__IQZq4{height:4px;background:#f0f1f5;border-radius:2px;overflow:hidden}.TableOfContents_progressFill__h_mO6{height:100%;background:var(--red);border-radius:2px;transition:width .15s ease-out}@media (max-width:1023px){.TableOfContents_tocBox__hIxnN{position:static}}.Pagination_pagination__ri3BA{display:flex;justify-content:center;gap:6px;padding:24px 0}.Pagination_btn__czHR_{width:36px;height:36px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;border:1px solid var(--border);background:var(--surface);color:var(--text2);transition:all var(--transition)}.Pagination_btn__czHR_:hover:not(.Pagination_disabled__N32zX):not(.Pagination_active__8_LsS){border-color:var(--red);color:var(--red);background:var(--red-light)}.Pagination_active__8_LsS{background:var(--red);color:#fff;border-color:var(--red)}.Pagination_disabled__N32zX{opacity:.3;cursor:default}.Pagination_dots__oCDi8{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--text3);font-size:13px}.page_wrap__cxFRF{display:grid;grid-template-columns:1fr 220px;grid-gap:16px;gap:16px;padding:16px;max-width:var(--max-width);margin:0 auto}.page_header__H7wsE{margin-bottom:20px}.page_title__fVQER{font-size:22px;font-weight:700;color:var(--text1);display:flex;align-items:center;gap:10px;margin-bottom:6px}.page_colorDot__N1O7U{width:12px;height:12px;border-radius:50%;flex-shrink:0}.page_desc__5_Ngh{font-size:14px;color:var(--text2)}.page_grid__PQBDc{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-bottom:16px}.page_empty__miLAm{text-align:center;padding:60px 20px;color:var(--text3);font-size:15px}@media (min-width:768px) and (max-width:1023px){.page_wrap__cxFRF{grid-template-columns:1fr}.page_grid__PQBDc{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.page_wrap__cxFRF{padding:12px}.page_grid__PQBDc,.page_wrap__cxFRF{grid-template-columns:1fr}.page_title__fVQER{font-size:18px}}