.blog-hero{position:relative;padding:72px 0 8px}.blog-hero h1{font-family:var(--font-display);font-weight:500;font-size:clamp(34px,4.4vw,50px);line-height:1.06;letter-spacing:-.025em;margin:14px 0 16px;text-wrap:balance}.blog-hero p{font-size:18px;line-height:1.55;color:var(--foreground-muted);max-width:56ch;text-wrap:pretty}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:40px 0 16px}.post-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--dur-base) var(--ease-standard)}.post-card:hover{border-color:var(--border-strong);transform:translateY(-3px);box-shadow:var(--shadow-md)}.post-card .thumb{aspect-ratio:16 / 9;background:var(--surface-sunken);border-bottom:1px solid var(--border);display:grid;place-items:center;position:relative;overflow:hidden}.post-card .thumb img{width:78px;opacity:.14;transform:rotate(-6deg)}.post-card .thumb .cat{position:absolute;top:12px;left:12px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:var(--radius-full);background:var(--primary-soft);color:var(--primary-hover)}.post-card .body{padding:22px;display:flex;flex-direction:column;flex:1}.post-card h2{font-family:var(--font-display);font-weight:500;font-size:21px;line-height:1.18;letter-spacing:-.015em;color:var(--foreground);margin:0 0 10px;text-wrap:balance}.post-card p{font-size:14px;line-height:1.55;color:var(--foreground-muted);margin:0 0 18px;flex:1}.post-meta{display:flex;align-items:center;gap:10px;font-size:12.5px;color:var(--foreground-soft)}.post-meta time{font-family:var(--font-mono);font-size:12px}.post-meta .read{display:inline-flex;align-items:center;gap:5px}.post-meta .read svg{width:13px;height:13px}.article-wrap{max-width:720px;margin:0 auto;padding:64px 0 32px}.article-back{display:inline-flex;align-items:center;gap:7px;font-size:14px;color:var(--foreground-muted);font-weight:500;margin-bottom:28px;transition:color var(--dur-fast)}.article-back:hover{color:var(--foreground)}.article-back svg{width:16px;height:16px}.article-head .cat{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:var(--radius-full);background:var(--primary-soft);color:var(--primary-hover);margin-bottom:18px}.article-head h1{font-family:var(--font-display);font-weight:500;font-size:clamp(30px,4.2vw,44px);line-height:1.08;letter-spacing:-.025em;color:var(--foreground);margin:0 0 18px;text-wrap:balance}.article-head .lede{font-size:19px;line-height:1.55;color:var(--foreground-muted);margin:0 0 22px;text-wrap:pretty}.article-head .by{display:flex;align-items:center;gap:12px;padding-bottom:28px;border-bottom:1px solid var(--border);margin-bottom:36px;font-size:14px;color:var(--foreground-muted)}.article-head .by .av{width:40px;height:40px;border-radius:50%;background:var(--primary-soft);display:grid;place-items:center;color:var(--primary-hover);font-weight:600;font-size:14px}.article-head .by .n{color:var(--foreground);font-weight:600}.article-head .by time{font-family:var(--font-mono);font-size:13px}.article-head .by .dot{color:var(--foreground-soft)}.prose{font-size:17px;line-height:1.7;color:var(--foreground-muted)}.prose>*+*{margin-top:22px}.prose h2{font-family:var(--font-display);font-weight:500;font-size:26px;line-height:1.2;letter-spacing:-.02em;color:var(--foreground);margin-top:44px;margin-bottom:0}.prose h3{font-family:var(--font-body);font-weight:600;font-size:19px;color:var(--foreground);margin-top:32px}.prose p{color:var(--foreground-muted)}.prose strong{color:var(--foreground);font-weight:600}.prose a{color:var(--primary);text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}.prose a:hover{color:var(--primary-hover)}.prose ul,.prose ol{padding-left:22px;display:flex;flex-direction:column;gap:8px}.prose li{color:var(--foreground-muted)}.prose li::marker{color:var(--primary)}.prose code{font-family:var(--font-mono);font-size:.9em;background:var(--surface-sunken);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1px 6px;color:var(--foreground)}.prose em.sci,.prose .sci{font-family:var(--font-display);font-style:italic;font-weight:400;color:var(--foreground)}.prose blockquote{margin:32px 0;padding:18px 24px;border-left:3px solid var(--primary);background:var(--surface);border-radius:0 var(--radius-md) var(--radius-md) 0}.prose blockquote p{font-family:var(--font-display);font-style:italic;font-size:19px;line-height:1.45;color:var(--foreground);margin:0}.prose table{width:100%;border-collapse:collapse;font-size:15px;margin:28px 0}.prose th,.prose td{border:1px solid var(--border);padding:9px 14px;text-align:left}.prose thead th{background:var(--surface-sunken);font-weight:600;color:var(--foreground);font-size:13px;letter-spacing:.02em}.prose td{color:var(--foreground-muted)}.article-cta{max-width:720px;margin:48px auto 0;padding:32px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.article-cta .t h4{font-family:var(--font-display);font-weight:500;font-size:22px;color:var(--foreground);margin:0 0 6px}.article-cta .t p{font-size:14.5px;color:var(--foreground-muted);margin:0}@media(max-width:900px){.post-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.post-grid{grid-template-columns:1fr}.article-cta{flex-direction:column;align-items:flex-start}}
