.blog-module__VW80UG__container{max-width:960px;margin:0 auto;padding:2rem 1rem}.blog-module__VW80UG__heroSection{border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding:1.5rem 0 1rem}.blog-module__VW80UG__heroTitle{color:var(--foreground);margin:0 0 .5rem;font-size:2rem;font-weight:800}.blog-module__VW80UG__heroSubtitle{color:var(--text-gray);margin:0 0 1.5rem;font-size:1rem}.blog-module__VW80UG__writeBlogCta{background:var(--primary);color:var(--text-white);border:none;border-radius:8px;align-items:center;gap:.4rem;margin:0 0 1.5rem;padding:.55rem 1.1rem;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.blog-module__VW80UG__searchBox{background:var(--surface);border:1.5px solid var(--border-color,#e2e8f0);border-radius:12px;align-items:center;max-width:720px;height:48px;padding:0 1rem;transition:border-color .2s;display:flex;position:relative}.blog-module__VW80UG__searchBox:focus-within{border-color:var(--primary,#1a3b6e)}.blog-module__VW80UG__searchIcon{color:var(--text-gray);flex-shrink:0;margin-right:.65rem}.blog-module__VW80UG__searchBox input.blog-module__VW80UG__searchInput{width:100%;height:100%;color:var(--foreground);appearance:none;box-shadow:none;background:0 0;border:none;border-radius:0;outline:none;flex:1;margin:0;padding:0;font-family:inherit;font-size:1rem}.blog-module__VW80UG__searchBox input.blog-module__VW80UG__searchInput:focus{box-shadow:none;border:none;outline:none}.blog-module__VW80UG__searchBox input.blog-module__VW80UG__searchInput::placeholder{color:var(--text-gray)}.blog-module__VW80UG__clearBtn{color:var(--text-gray);cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:1.1rem}.blog-module__VW80UG__filterRow{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.blog-module__VW80UG__filterBtn{background:var(--surface);color:var(--foreground);cursor:pointer;border:1px solid #e2e8f0;border-radius:999px;padding:.4rem .9rem;font-size:.85rem}.blog-module__VW80UG__filterBtnActive{background:var(--primary,#1a3b6e);color:#fff;border-color:var(--primary,#1a3b6e)}.blog-module__VW80UG__list{gap:1rem;display:grid}.blog-module__VW80UG__card{color:inherit;background:var(--surface);border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:160px 1fr;gap:1rem;padding:1rem;text-decoration:none;transition:border-color .15s;display:grid}.blog-module__VW80UG__card:hover{border-color:var(--primary,#1a3b6e)}.blog-module__VW80UG__cardCover{object-fit:cover;background:#f1f5f9;border-radius:8px;width:160px;height:110px}.blog-module__VW80UG__cardCoverFallback{color:#fff;background:linear-gradient(135deg,#1a3b6e 0%,#3b82f6 100%);border-radius:8px;justify-content:center;align-items:center;width:160px;height:110px;font-size:1.25rem;font-weight:700;display:flex}.blog-module__VW80UG__cardBody{flex-direction:column;display:flex}.blog-module__VW80UG__cardTitle{margin:0 0 .4rem;font-size:1.1rem;font-weight:700}.blog-module__VW80UG__cardSummary{color:var(--text-gray);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .65rem;font-size:.92rem;display:-webkit-box;overflow:hidden}.blog-module__VW80UG__cardMeta{color:var(--text-gray);flex-wrap:wrap;gap:.5rem;margin-top:auto;font-size:.78rem;display:flex}.blog-module__VW80UG__cardChip{color:#334155;background:#f1f5f9;border-radius:999px;padding:.18rem .6rem}.blog-module__VW80UG__cardChipBlue{color:#fff;background:#1a3b6e}.blog-module__VW80UG__cardChipPinned{background:var(--primary-soft-bg);color:var(--primary);align-items:center;gap:.25rem;font-weight:600;display:inline-flex}@media (max-width:540px){.blog-module__VW80UG__card{grid-template-columns:1fr}.blog-module__VW80UG__cardCover,.blog-module__VW80UG__cardCoverFallback{width:100%;height:180px}}.blog-module__VW80UG__stateBlock{text-align:center;color:var(--text-gray);padding:3rem 1rem}.blog-module__VW80UG__pagination{flex-wrap:wrap;justify-content:center;gap:.4rem;margin-top:2rem;display:flex}.blog-module__VW80UG__paginationBtn{background:var(--surface);min-width:36px;height:36px;color:var(--foreground);cursor:pointer;border:1px solid #e2e8f0;border-radius:6px;padding:0 .65rem;font-size:.85rem}.blog-module__VW80UG__paginationBtnActive{background:var(--primary,#1a3b6e);color:#fff;border-color:var(--primary,#1a3b6e)}.blog-module__VW80UG__paginationBtn:disabled{opacity:.4;cursor:not-allowed}.blog-module__VW80UG__detailContainer{max-width:820px;margin:0 auto;padding:2rem 1rem 4rem}.blog-module__VW80UG__detailBack{color:var(--text-gray);align-items:center;gap:.4rem;margin-bottom:1.5rem;font-size:.9rem;text-decoration:none;display:inline-flex}.blog-module__VW80UG__detailBack:hover{color:var(--primary,#1a3b6e)}.blog-module__VW80UG__backCircle{width:40px;height:40px;color:var(--text-gray);background:var(--surface);border:1px solid var(--border-color);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;padding:0;font-family:inherit;font-size:1.15rem;display:inline-flex}.blog-module__VW80UG__detailCard{background:var(--surface);border:1px solid var(--border-color);border-radius:14px;overflow:hidden;box-shadow:0 1px 2px #0000000a}.blog-module__VW80UG__detailCover{object-fit:cover;border-bottom:1px solid var(--border-color);width:100%;max-height:420px;display:block}.blog-module__VW80UG__detailCardBody{padding:1.75rem 1.75rem 2.25rem}@media (max-width:640px){.blog-module__VW80UG__detailCardBody{padding:1.25rem 1rem 1.75rem}}.blog-module__VW80UG__detailCategoryChip{color:#fff;letter-spacing:.04em;background:#1a3b6e;border-radius:999px;align-items:center;padding:.2rem .7rem;font-size:.78rem;font-weight:600;display:inline-flex}.blog-module__VW80UG__detailShareButton{justify-content:center;align-items:center;display:inline-flex}.blog-module__VW80UG__detailShareButton button{justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;display:inline-flex}.blog-module__VW80UG__detailShareButton svg{width:1.35rem;height:1.35rem}.blog-module__VW80UG__detailHeaderRow{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.75rem;display:flex}.blog-module__VW80UG__detailHeaderRow .blog-module__VW80UG__detailCategoryChip{margin-bottom:0}.blog-module__VW80UG__detailTitle{margin:0 0 .6rem;font-size:2rem;font-weight:800;line-height:1.25}.blog-module__VW80UG__detailMeta{color:var(--text-gray);flex-wrap:wrap;gap:.75rem;margin-bottom:.85rem;font-size:.9rem;display:flex}.blog-module__VW80UG__detailBody{font-size:1rem;line-height:1.75}.blog-module__VW80UG__notFoundBlock{text-align:center;padding:4rem 1rem}.blog-module__VW80UG__notFoundTitle{margin:0 0 .6rem;font-size:1.5rem;font-weight:700}.blog-module__VW80UG__notFoundDescription{color:var(--text-gray);margin:0 0 1.5rem}.blog-module__VW80UG__notFoundCta{background:var(--primary,#1a3b6e);color:#fff;border-radius:8px;padding:.6rem 1.2rem;font-weight:600;text-decoration:none;display:inline-block}.blog-module__VW80UG__moreSection{border-top:1px solid #e2e8f0;margin-top:2.5rem;padding-top:2rem}.blog-module__VW80UG__moreTitle{margin:0 0 1.25rem;font-size:1.25rem;font-weight:700}.blog-module__VW80UG__moreAllRow{justify-content:center;margin-top:1.5rem;display:flex}.blog-module__VW80UG__moreAllLink{border:1px solid var(--border-color);color:var(--primary);border-radius:8px;align-items:center;padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.blog-module__VW80UG__pageLayout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:1rem;max-width:1240px;margin:0 auto;padding:0 1rem;display:grid}.blog-module__VW80UG__pageMain{min-width:0}.blog-module__VW80UG__pageRail{position:sticky;top:calc(72px + 1rem)}.blog-module__VW80UG__pageRailInner{flex-direction:column;gap:.85rem;display:flex}@media (max-width:880px){.blog-module__VW80UG__pageLayout{grid-template-columns:1fr}.blog-module__VW80UG__pageRail{padding-top:0;position:static}}.blog-module__VW80UG__authorRow{color:var(--foreground);align-items:center;gap:.65rem;text-decoration:none;display:flex}.blog-module__VW80UG__authorLogo{object-fit:cover;border:1px solid var(--border);border-radius:50%;width:40px;height:40px}.blog-module__VW80UG__authorNameBlock{flex-direction:column;gap:.1rem;min-width:0;display:flex}.blog-module__VW80UG__authorName{align-items:center;gap:.3rem;font-size:.95rem;font-weight:600;display:inline-flex}.blog-module__VW80UG__authorSub{color:var(--text-gray);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.blog-module__VW80UG__authorActions{flex-direction:column;gap:.5rem;margin-top:.85rem;display:flex}.blog-module__VW80UG__authorActionBtn{border:1px solid var(--border);background:var(--background);color:var(--foreground);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.85rem;text-decoration:none;display:inline-flex}.blog-module__VW80UG__authorActionDanger{color:var(--danger)}.blog-module__VW80UG__writeCtaText{color:var(--text-gray);margin:0 0 .75rem;font-size:.82rem}.blog-module__VW80UG__writeCtaBtn{background:var(--primary);width:100%;color:var(--text-white);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.blog-module__VW80UG__cardAuthorChip{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:.3rem;max-width:100%;display:inline-flex;overflow:hidden}.blog-module__VW80UG__detailAuthorLink{color:var(--primary);font-weight:600;text-decoration:none}.blog-module__VW80UG__pageLayoutSingle{grid-template-columns:minmax(0,1fr)}.blog-module__VW80UG__actionStack{flex-direction:column;gap:.55rem;display:flex}.blog-module__VW80UG__primaryBtn{background:var(--primary);color:var(--text-white);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.65rem 1rem;font-size:.9rem;font-weight:700;text-decoration:none;display:flex}.blog-module__VW80UG__shareBtnPrimary{background:var(--primary-soft-bg);color:var(--primary);border:1px solid var(--primary);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.9rem;font-weight:700;display:flex}.blog-module__VW80UG__secondaryBtn{color:var(--foreground);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.9rem;font-weight:700;text-decoration:none;display:flex}.blog-module__VW80UG__reportBtn{color:var(--danger);border:1px solid var(--danger);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.9rem;font-weight:600;display:flex}.blog-module__VW80UG__detailShell{max-width:1080px;margin:0 auto;padding:1.5rem 1rem 4rem}.blog-module__VW80UG__detailShell .blog-module__VW80UG__pageLayout{grid-template-columns:minmax(0,1fr) 320px;gap:1rem;max-width:none;padding:0}.blog-module__VW80UG__detailShell .blog-module__VW80UG__detailContainer{max-width:none;margin:0;padding:0}.blog-module__VW80UG__detailShell .blog-module__VW80UG__backCircle,.blog-module__VW80UG__detailShell .blog-module__VW80UG__detailBack{margin-bottom:1rem}@media (max-width:880px){.blog-module__VW80UG__detailShell .blog-module__VW80UG__pageLayout{grid-template-columns:1fr}}.blog-module__VW80UG__topStrip{color:var(--text-gray);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.6rem;font-size:.8rem;display:flex}.blog-module__VW80UG__topStripItem{white-space:nowrap}.blog-module__VW80UG__detailHeader{margin-bottom:1.25rem}.blog-module__VW80UG__detailPageTitle{flex-wrap:wrap;align-items:baseline;gap:.6rem;margin:0 0 .5rem;font-size:1.65rem;font-weight:800;display:inline-flex}.blog-module__VW80UG__updatedStamp{color:var(--text-gray);margin-top:.35rem;font-size:.78rem}
