.BlogPage_page__XAQ2y{background-color:var(--theme-dark2,var(--theme-surface-2));color:var(--text-main);min-height:100vh;padding-top:8rem;padding-bottom:6rem}.BlogPage_container__P8rrI{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:4rem}.BlogPage_header__3KecB{text-align:center;max-width:800px;margin:0 auto}.BlogPage_header__3KecB h1{font-size:3.5rem;font-weight:800;color:var(--text-high);margin-bottom:1rem}.BlogPage_header__3KecB p{font-size:1.25rem;color:var(--text-dim)}.BlogPage_blogWrapper__VWzY6{width:100%;min-height:60vh}.BlogPage_empty__Zc3Mc{text-align:center;color:var(--text-dim);font-size:1.1rem}.BlogPage_grid__XEdYA{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.75rem;gap:1.75rem}.BlogPage_card__l0p74{display:flex;flex-direction:column;background:var(--theme-surface,#fff);border:1px solid var(--theme-border,rgba(15,23,42,.1));border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.BlogPage_card__l0p74:hover{transform:translateY(-3px);box-shadow:0 24px 48px -28px rgba(15,23,42,.4);border-color:var(--theme-link,#2563eb)}.BlogPage_cardImg__OGoHu{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;background:var(--theme-surface-2,#eef2f7)}.BlogPage_cardBody__jlnLs{display:flex;flex-direction:column;gap:.6rem;padding:1.25rem 1.4rem 1.5rem}.BlogPage_cardTitle__AVLPP{font-size:1.2rem;font-weight:700;line-height:1.3;color:var(--text-high,var(--theme-text));margin:0}.BlogPage_cardExcerpt__rleLm{font-size:.95rem;line-height:1.55;color:var(--text-dim,var(--theme-muted));margin:0}.BlogPage_cardLink__vnV4J{margin-top:auto;font-weight:600;font-size:.9rem;color:var(--theme-link,#2563eb)}.BlogPage_article___baKV{max-width:760px;margin:0 auto;padding:0 1.5rem}.BlogPage_breadcrumb__mZHu8{display:flex;gap:.5rem;font-size:.85rem;color:var(--text-dim);margin-bottom:1.5rem}.BlogPage_breadcrumb__mZHu8 a{color:var(--theme-link,#2563eb);text-decoration:none}.BlogPage_articleHeader__OsaSp h1{font-size:clamp(1.9rem,4vw,2.8rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--text-high,var(--theme-text));margin:0 0 .75rem}.BlogPage_articleMeta__WQ_93{color:var(--text-dim);font-size:.95rem;margin:0 0 1.75rem}.BlogPage_articleHero__IOfjN{width:100%;height:auto;border-radius:16px;margin:0 0 2rem;display:block}.BlogPage_articleBody___q4tz{font-size:1.08rem;line-height:1.75;color:var(--text-main,var(--theme-text))}.BlogPage_articleBody___q4tz h2{font-size:1.7rem;font-weight:750;line-height:1.25;margin:2.2rem 0 .9rem;color:var(--text-high,var(--theme-text))}.BlogPage_articleBody___q4tz h3{font-size:1.3rem;font-weight:700;margin:1.8rem 0 .7rem;color:var(--text-high,var(--theme-text))}.BlogPage_articleBody___q4tz p{margin:0 0 1.2rem}.BlogPage_articleBody___q4tz a{color:var(--theme-link,#2563eb);text-decoration:underline}.BlogPage_articleBody___q4tz ol,.BlogPage_articleBody___q4tz ul{margin:0 0 1.2rem;padding-left:1.4rem}.BlogPage_articleBody___q4tz li{margin:.4rem 0}.BlogPage_articleBody___q4tz img{max-width:100%;height:auto;border-radius:12px;margin:1.5rem 0}.BlogPage_articleBody___q4tz figure{margin:1.5rem 0}.BlogPage_articleBody___q4tz figcaption{font-size:.85rem;color:var(--text-dim);text-align:center;margin-top:.5rem}.BlogPage_articleBody___q4tz blockquote{margin:1.5rem 0;padding:.8rem 1.4rem;border-left:3px solid var(--theme-link,#2563eb);background:var(--theme-surface-2,#eef2f7);border-radius:0 10px 10px 0;color:var(--text-main)}.BlogPage_articleBody___q4tz pre{background:#0d1117;color:#e6edf3;padding:1rem 1.2rem;border-radius:10px;overflow-x:auto;margin:1.5rem 0}.BlogPage_articleBody___q4tz code{font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.9em}.BlogPage_articleCta__kE5Cp{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem;margin:3rem 0 1rem;padding-top:2rem;border-top:1px solid var(--theme-border,rgba(15,23,42,.1))}.BlogPage_ctaBtn__ATAxI{display:inline-flex;align-items:center;padding:.85rem 1.7rem;border-radius:999px;font-weight:600;text-decoration:none;color:#fff;background:linear-gradient(135deg,#3b6bdc,#2647a3);box-shadow:0 18px 32px -20px rgba(38,71,163,.55)}html[data-theme=dark] .BlogPage_ctaBtn__ATAxI{background:linear-gradient(135deg,var(--accent) 0,var(--accent-strong) 100%)}.BlogPage_backLink__LpM0v{font-weight:600;color:var(--theme-link,#2563eb);text-decoration:none}@media (max-width:640px){.BlogPage_grid__XEdYA{grid-template-columns:1fr}}