.blog-post{max-width:var(--maxw);margin:0 auto;padding:18px var(--gutter) 0}.post-head{max-width:880px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.post-category{align-self:flex-start;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--terracotta);background:var(--blush);padding:6px 12px;border-radius:var(--r-pill)}.post-head h1{margin:0;font-family:var(--font-head);font-weight:800;font-size:clamp(29px,4.5vw,44px);line-height:1.1;letter-spacing:-.025em;text-wrap:pretty}.post-meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px}.post-author{display:flex;align-items:center;gap:11px}.post-author .avatar{flex:none;width:40px;height:40px;border-radius:50% 50% 50% 6px;background:var(--mist);display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-weight:800;font-size:15px;color:var(--sage);object-fit:cover}.post-author div{display:flex;flex-direction:column;gap:1px}.post-author .name{font-size:14px;font-weight:700}.post-author .sub{font-size:12.5px;color:var(--muted)}.post-share{display:flex;align-items:center;gap:8px}.post-share .label{font-size:12.5px;font-weight:600;color:var(--muted);margin-right:2px}.post-share a,.post-share button{width:36px;height:36px;border-radius:50%;background:var(--mist);border:0;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--nav-ink);transition:background .15s,color .15s}.post-share a:hover,.post-share button:hover{background:#e1eae0;color:var(--sage-deep)}.post-share button .ic-check{display:none}.post-share button.copied{background:var(--sage);color:#fff}.post-share button.copied .ic-link{display:none}.post-share button.copied .ic-check{display:block}.copy-feedback{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.post-hero{margin-top:26px}.post-hero img{display:block;width:100%;max-height:460px;object-fit:cover;border-radius:var(--r-2xl);background:var(--mist)}.post-cover-caption{max-width:880px;margin:8px auto 0;color:var(--muted);font-size:12.5px;text-align:center}.post-author-bio{max-width:660px;margin:34px auto;padding:20px 22px;border-radius:var(--r-xl);background:var(--mist)}.post-author-bio strong{color:var(--ink)}.post-author-bio p{margin:5px 0 0;color:var(--body);line-height:1.55}.post-layout{display:grid;grid-template-columns:264px minmax(0,1fr);gap:56px;padding-top:44px;align-items:start}.post-layout.no-toc{grid-template-columns:minmax(0,1fr)}.post-layout.no-toc .post-body{margin:0 auto}.post-body{max-width:660px;min-width:0}.post-body>p{margin:0 0 18px;font-size:15.5px;line-height:1.65;color:var(--body)}.post-body>p:first-child{font-size:17px}.post-body h2{margin:36px 0 12px;font-family:var(--font-head);font-weight:800;font-size:27px;letter-spacing:-.02em;scroll-margin-top:24px}.post-body h2:first-child{margin-top:0}.post-body h3{margin:26px 0 10px;font-family:var(--font-head);font-weight:700;font-size:20px;letter-spacing:-.02em}.post-body ul{margin:0 0 18px;padding-left:22px;display:flex;flex-direction:column;gap:8px}.post-body li{font-size:15.5px;line-height:1.6;color:var(--body)}.post-body li::marker{color:var(--sage)}.post-body a{color:var(--sage-deep);text-decoration:underline}.post-image{margin:4px 0 22px}.post-image img{display:block;width:100%;border-radius:var(--r-xl);background:var(--mist)}.post-image figcaption,.post-gallery figcaption{margin-top:8px;font-size:13px;font-weight:600;color:var(--nav-ink)}.post-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:4px 0 22px}.post-gallery figure{margin:0}.post-gallery img{display:block;width:100%;height:150px;object-fit:cover;border-radius:var(--r-lg);background:var(--mist)}.post-table{margin:0 0 22px;border:1px solid var(--border);border-radius:var(--r-lg);overflow-x:auto}.post-table table{width:100%;border-collapse:collapse;font-size:14px}.post-table th{padding:13px 16px;text-align:left;background:var(--mist);font-family:var(--font-head);font-weight:700;font-size:13.5px;white-space:nowrap}.post-table td{padding:13px 16px;color:var(--body);border-top:1px solid var(--border)}.post-table td:first-child{font-weight:600;color:var(--ink)}.post-table tbody tr:nth-child(2n){background:#fafcfa}.post-note{margin:4px 0 22px;background:var(--blush);border-radius:var(--r-lg);padding:20px 22px;display:flex;gap:14px;align-items:flex-start}.post-note .badge{flex:none;width:34px;height:34px;border-radius:50% 4px 50% 50%;background:var(--terracotta);display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-head);font-weight:800;font-size:16px}.post-note p{margin:0;font-size:14.5px;line-height:1.6;color:var(--terracotta-text)}.post-faq{display:flex;flex-direction:column;gap:10px;margin:4px 0 22px}.post-faq details{border:1px solid var(--border);border-radius:var(--r-lg);background:#fff}.post-faq summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;cursor:pointer;font-size:15px;font-weight:700;color:var(--ink)}.post-faq summary::-webkit-details-marker{display:none}.post-faq summary svg{flex:none;color:var(--sage);transition:transform .2s}.post-faq details[open] summary svg{transform:rotate(180deg)}.post-faq .a{padding:0 18px 16px;font-size:14.5px;line-height:1.65;color:var(--body)}.post-cta-mobile{display:none}.post-related{padding-top:56px;display:flex;flex-direction:column;gap:16px}.rel-head{display:flex;justify-content:space-between;align-items:baseline}.rel-head h2{margin:0;font-family:var(--font-head);font-weight:800;font-size:26px;letter-spacing:-.02em}.rel-arrows{display:flex;gap:8px}.rel-arrows button{width:38px;height:38px;border-radius:50%;border:0;padding:0;cursor:pointer;background:var(--mist);color:var(--sage-deep);display:inline-flex;align-items:center;justify-content:center;transition:background .15s}.rel-arrows button:hover{background:#e1eae0}.rel-track{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px;scroll-behavior:smooth}.rel-card{flex:none;width:280px;color:var(--ink);border:1px solid var(--border);border-radius:var(--r-xl);overflow:hidden;display:flex;flex-direction:column;background:#fff}.rel-card:hover .title{color:var(--sage-deep)}.rel-card .thumb{display:block;width:100%;height:150px;object-fit:cover;background:var(--mist)}.rel-card .thumb.empty{display:flex;align-items:center;justify-content:center}.rel-card .thumb.empty .mark{width:44px;height:44px;border-radius:50% 50% 50% 6px;background:var(--sage);display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-head);font-weight:800;font-size:20px}.rel-card .body{padding:16px;display:flex;flex-direction:column;gap:7px}.rel-card .cat{font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--terracotta)}.rel-card .title{font-family:var(--font-head);font-weight:700;font-size:16.5px;line-height:1.25;letter-spacing:-.01em}.rel-card .date{font-size:12.5px;color:var(--muted)}@media (max-width: 980px){.post-layout{grid-template-columns:minmax(0,1fr);gap:24px;padding-top:28px}.post-toc{position:static}.toc-cta{display:none}.post-body{max-width:660px}.post-cta-mobile{display:flex;width:100%;margin-top:28px;padding:14px;border-radius:var(--r-lg);font-size:14.5px}.post-layout,.post-cta-mobile,.post-related{max-width:660px;margin-left:auto;margin-right:auto}}.blog-index{max-width:var(--maxw);margin:0 auto;padding:18px var(--gutter) 0}.index-head{display:flex;flex-direction:column;gap:12px}.index-head h1{margin:0;font-family:var(--font-head);font-weight:800;font-size:clamp(30px,4.5vw,42px);line-height:1.1;letter-spacing:-.025em}.index-head .lead{margin:0;font-size:15.5px;line-height:1.6;color:var(--body);max-width:560px}.post-featured{margin-top:28px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);border:1px solid var(--border);border-radius:var(--r-2xl);overflow:hidden;background:#fff;color:var(--ink)}.post-featured:hover .title{color:var(--sage-deep)}.post-featured .thumb{display:block;width:100%;height:100%;min-height:300px;object-fit:cover;background:var(--mist)}.post-featured .thumb.empty{display:flex;align-items:center;justify-content:center}.post-featured .thumb.empty .mark,.post-card .thumb.empty .mark{width:52px;height:52px;border-radius:50% 50% 50% 6px;background:var(--sage);display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-head);font-weight:800;font-size:24px}.post-featured .body{padding:32px 36px;display:flex;flex-direction:column;gap:12px;align-self:center}.post-featured .cat,.post-card .cat{align-self:flex-start;font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--terracotta)}.post-featured .title{font-family:var(--font-head);font-weight:800;font-size:clamp(22px,2.6vw,29px);line-height:1.18;letter-spacing:-.02em;text-wrap:pretty}.post-featured .excerpt{font-size:14.5px;line-height:1.6;color:var(--body)}.post-featured .meta{display:flex;align-items:center;gap:11px;margin-top:4px}.post-featured .avatar{flex:none;width:38px;height:38px;border-radius:50% 50% 50% 6px;background:var(--mist);display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-weight:800;font-size:14px;color:var(--sage)}.post-featured .who{display:flex;flex-direction:column;gap:1px}.post-featured .who .name{font-size:13.5px;font-weight:700}.post-featured .who .sub{font-size:12.5px;color:var(--muted)}.post-grid{margin-top:24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.post-card{display:flex;flex-direction:column;color:var(--ink);border:1px solid var(--border);border-radius:var(--r-xl);overflow:hidden;background:#fff}.post-card:hover .title{color:var(--sage-deep)}.post-card .thumb{display:block;width:100%;height:180px;object-fit:cover;background:var(--mist)}.post-card .thumb.empty{display:flex;align-items:center;justify-content:center}.post-card .body{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1}.post-card .title{font-family:var(--font-head);font-weight:700;font-size:17.5px;line-height:1.25;letter-spacing:-.01em;text-wrap:pretty}.post-card .excerpt{font-size:13.5px;line-height:1.55;color:var(--body);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card .date{margin-top:auto;padding-top:6px;font-size:12.5px;color:var(--muted)}.index-empty{margin-top:28px;border:1px dashed var(--border);border-radius:var(--r-2xl);padding:56px 24px;display:flex;flex-direction:column;align-items:center;gap:14px}.index-empty .mark{width:52px;height:52px;border-radius:50% 50% 50% 6px;background:var(--mist);display:flex;align-items:center;justify-content:center;color:var(--sage);font-family:var(--font-head);font-weight:800;font-size:24px}.index-empty p{margin:0;font-size:15px;color:var(--muted)}.index-cta{margin-top:48px;background:var(--chip);border-radius:var(--r-2xl);padding:30px 36px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.index-cta h2{margin:0 0 6px;font-family:var(--font-head);font-weight:800;font-size:22px;letter-spacing:-.02em}.index-cta p{margin:0;font-size:14.5px;color:var(--body)}.index-cta .btn{flex:none;padding:13px 22px;font-size:14.5px}@media (max-width: 980px){.post-featured{grid-template-columns:minmax(0,1fr)}.post-featured .thumb{min-height:0;height:240px}.post-featured .body{padding:22px 24px}.post-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media (max-width: 720px){.post-grid{grid-template-columns:minmax(0,1fr)}.post-featured .thumb{height:200px}.post-card .thumb{height:170px}.index-cta{padding:24px}.index-cta .btn{width:100%;justify-content:center;display:flex}}@media (max-width: 720px){.blog-post .breadcrumb{flex-wrap:nowrap}.blog-post .breadcrumb .cur{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-head h1{line-height:1.15}.post-hero{margin-top:14px}.post-hero img{max-height:260px;border-radius:var(--r-lg)}.post-author .avatar{width:36px;height:36px;font-size:13.5px}.post-share a,.post-share button{width:34px;height:34px}.post-body h2{font-size:22px}.post-body>p,.post-body li{font-size:14.5px}.post-body>p:first-child{font-size:15.5px}.post-gallery{display:flex;overflow-x:auto;padding-bottom:4px}.post-gallery figure{flex:none;width:200px}.post-gallery img{height:130px;border-radius:var(--r-md)}.post-table table{font-size:13px}.post-table th,.post-table td{padding:11px 13px}.post-faq summary{padding:14px 15px;font-size:14px}.post-faq .a{padding:0 15px 14px;font-size:13.5px}.rel-arrows{display:none}.rel-card{width:230px;border-radius:var(--r-lg)}.rel-card .thumb{height:125px}.rel-card .title{font-size:15px}}
