.blog-page--single{padding-top:1.5rem}@media(max-width:700px){.blog-page--single{padding-top:1rem}}.post-back{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .95rem;background:var(--bg-soft);border:1px solid var(--border);border-radius:999px;color:var(--text);text-decoration:none;font-size:.88rem;font-weight:600;margin-bottom:1.5rem;transition:background .15s ease,color .15s ease,transform .15s ease}.post-back:hover{background:var(--brand, #ff4c5e);border-color:var(--brand, #ff4c5e);color:#fff;transform:translate(-2px)}.post-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:2.5rem;align-items:start}@media(max-width:1024px){.post-layout{grid-template-columns:minmax(0,1fr) 280px;gap:2rem}}@media(max-width:880px){.post-layout{grid-template-columns:1fr;gap:2rem}}.post-article{min-width:0}.post-featured{margin:0 0 2rem;border-radius:12px;overflow:hidden}.post-featured img{width:100%;height:auto;border-radius:12px;display:block}.post-title,.post-article h1{font-size:clamp(1.6rem,3vw,2.1rem);line-height:1.25;font-weight:800;letter-spacing:-.015em;margin:0 0 1rem;color:var(--text)}.post-content h1,.post-content .h1{font-size:1.9rem;line-height:1.2;margin:2rem 0 .75rem}.post-content h2,.post-content .h2{font-size:2rem;line-height:1.25}.post-content h3,.post-content .h3{font-size:1.75rem;line-height:1.3}.post-content h4,.post-content .h4{font-size:1.5rem;line-height:1.35}.post-content h5,.post-content .h5{font-size:1.25rem;line-height:1.4}.post-content h6,.post-content .h6{font-size:1rem;line-height:1.45}.post-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border-soft)}.post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;color:var(--brand, #ff4c5e);font-size:.95rem;font-weight:600}.post-meta-item{display:inline-flex;align-items:center;gap:.4rem}.post-meta-item a{color:inherit;text-decoration:none}.post-meta-item a:hover{text-decoration:underline}.post-meta-sep{color:var(--text-dim);font-weight:400}.post-share{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .85rem;background:var(--bg-soft);border-radius:999px;font-size:.9rem;color:var(--text-muted)}.post-share-label{font-weight:600;margin-right:.25rem}.post-share-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--brand, #ff4c5e);color:#fff;text-decoration:none;transition:background .15s ease,transform .15s ease}.post-share-btn:hover{background:var(--brand-hover, #e93a4c);transform:translateY(-1px)}.post-content{font-size:1.05rem;line-height:1.75;color:var(--text)}.post-content :is(h1,h2,h3,h4,h5,h6),.post-content :is(.h1,.h2,.h3,.h4,.h5,.h6){margin-top:2rem;margin-bottom:.75rem;font-weight:700;color:var(--text)}.post-content p,.post-content ul,.post-content ol,.post-content blockquote{margin:0 0 1rem}.post-content img{max-width:100%;height:auto;border-radius:6px;margin:1rem 0}.post-content blockquote{padding:.5rem 1rem;border-left:3px solid var(--brand, #ff4c5e);color:var(--text-muted);background:var(--bg-elev)}.post-content a{color:var(--brand, #ff4c5e);text-decoration:underline}.post-content table{width:100%;border-collapse:collapse;margin:1.75rem 0;font-size:.95rem;background:var(--card);border:1px solid var(--border-soft);border-radius:8px}.post-content table th,.post-content table td{padding:.7rem .95rem;border:1px solid var(--border-soft);text-align:left;vertical-align:top;line-height:1.55}.post-content table thead th,.post-content table tr:first-child td{background:var(--bg-soft);color:var(--text);font-weight:700;border-bottom:2px solid var(--brand, #ff4c5e);white-space:nowrap}.post-content table tbody tr:nth-child(2n) td{background:#ff4c5e09}.post-content table tbody tr:hover td{background:#ff4c5e12}.post-content table td b,.post-content table td strong{color:var(--text);font-weight:700}.post-content table :is(p,span){margin:0}@media(max-width:760px){.post-content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;font-size:.88rem}.post-content table th,.post-content table td{padding:.55rem .7rem}}.post-tags{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border-soft);display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.88rem}.post-tags strong{color:var(--text);margin-right:.25rem}.post-tags a{display:inline-block;padding:.3rem .7rem;background:var(--bg-soft);border-radius:999px;color:var(--text-muted);text-decoration:none;transition:background .15s ease,color .15s ease}.post-tags a:hover{background:var(--brand, #ff4c5e);color:#fff}.post-faq{margin-top:2.5rem;padding-top:1.75rem;border-top:1px solid var(--border-soft)}.post-faq h2{font-size:clamp(1.4rem,2.5vw,1.75rem);font-weight:800;color:var(--text);margin:0 0 1.25rem}.post-faq__item{border:1px solid var(--border, #ddd);border-radius:8px;padding:.95rem 1.1rem;margin-bottom:.85rem;background:var(--bg-soft)}.post-faq__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-weight:700;color:var(--text);cursor:pointer;list-style:none}.post-faq__question::-webkit-details-marker{display:none}.post-faq__chev{flex-shrink:0;color:var(--brand, #ff4c5e);transition:transform .2s ease}.post-faq__item[open] .post-faq__chev{transform:rotate(180deg)}.post-faq__answer{margin-top:.65rem;color:var(--text-muted);line-height:1.7}.post-faq__answer p{margin:0}
