:root{--jb-white: #ffffff;--jb-gray: #f5f5f5;--jb-border: #e5e7eb;--jb-text: #111827;--jb-muted: #6b7280;--jb-accent: #7c3aed;--jb-max: 1152px}.jb-blog-page[data-astro-cid-5tznm7mj]{background:var(--jb-white);color:var(--jb-text);min-height:100vh}.jb-c[data-astro-cid-5tznm7mj]{width:100%;max-width:var(--jb-max);margin-inline:auto;padding-inline:1rem}@media(min-width:640px){.jb-c[data-astro-cid-5tznm7mj]{padding-inline:1.5rem}}@media(min-width:1024px){.jb-c[data-astro-cid-5tznm7mj]{padding-inline:2rem}}.jb-blog-hero[data-astro-cid-5tznm7mj]{background:linear-gradient(135deg,#faf8ff,#fff9f7 60%,#f0f9ff);padding-block:3.5rem 2.5rem;border-bottom:1px solid var(--jb-border)}.jb-label[data-astro-cid-5tznm7mj]{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.1em;color:var(--jb-accent);text-transform:uppercase;margin-bottom:.75rem}.jb-blog-h1[data-astro-cid-5tznm7mj]{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:var(--jb-text);letter-spacing:-.02em;margin-bottom:.875rem}.jb-blog-lead[data-astro-cid-5tznm7mj]{font-size:1.0625rem;color:var(--jb-muted);max-width:36rem;line-height:1.7;margin-bottom:2rem}.jb-cats[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;gap:.5rem}.jb-cat[data-astro-cid-5tznm7mj]{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;border:1px solid var(--jb-border);border-radius:9999px;font-size:.8125rem;font-weight:500;color:var(--jb-muted);text-decoration:none;background:#fffc;transition:border-color .14s,color .14s,background .14s}.jb-cat[data-astro-cid-5tznm7mj]:hover,.jb-cat--active[data-astro-cid-5tznm7mj]{border-color:var(--jb-accent);color:var(--jb-accent);background:#faf5ff}.jb-cat--active[data-astro-cid-5tznm7mj]{font-weight:700}.jb-cat-count[data-astro-cid-5tznm7mj]{font-size:.6875rem;background:var(--jb-gray);border-radius:9999px;padding:0 .375rem;color:var(--jb-muted)}.jb-posts-section[data-astro-cid-5tznm7mj]{padding-block:3rem 4rem;background:var(--jb-white)}.jb-featured[data-astro-cid-5tznm7mj]{display:grid;grid-template-columns:1fr;gap:0;border:1px solid var(--jb-border);border-radius:1rem;overflow:hidden;margin-bottom:2.5rem;transition:box-shadow .16s,transform .16s}.jb-featured[data-astro-cid-5tznm7mj]:hover{box-shadow:0 12px 40px #00000014;transform:translateY(-2px)}@media(min-width:768px){.jb-featured[data-astro-cid-5tznm7mj]{grid-template-columns:1fr 1fr}}.jb-featured-img-wrap[data-astro-cid-5tznm7mj]{display:block;overflow:hidden;aspect-ratio:16/9}@media(min-width:768px){.jb-featured-img-wrap[data-astro-cid-5tznm7mj]{aspect-ratio:auto}}.jb-featured-img[data-astro-cid-5tznm7mj]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.jb-featured[data-astro-cid-5tznm7mj]:hover .jb-featured-img[data-astro-cid-5tznm7mj]{transform:scale(1.03)}.jb-featured-body[data-astro-cid-5tznm7mj]{display:flex;flex-direction:column;padding:1.75rem 2rem;background:var(--jb-white)}.jb-featured-meta[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem}.jb-featured-link[data-astro-cid-5tznm7mj]{text-decoration:none}.jb-featured-title[data-astro-cid-5tznm7mj]{font-size:clamp(1.375rem,3vw,1.875rem);font-weight:800;color:var(--jb-text);line-height:1.25;margin-bottom:.875rem;transition:color .14s}.jb-featured-link[data-astro-cid-5tznm7mj]:hover .jb-featured-title[data-astro-cid-5tznm7mj]{color:var(--jb-accent)}.jb-featured-excerpt[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:var(--jb-muted);line-height:1.7;flex:1;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.jb-featured-footer[data-astro-cid-5tznm7mj]{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.25rem;border-top:1px solid var(--jb-border)}.jb-grid[data-astro-cid-5tznm7mj]{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.jb-grid[data-astro-cid-5tznm7mj]{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.jb-grid[data-astro-cid-5tznm7mj]{grid-template-columns:repeat(3,1fr)}}.jb-card[data-astro-cid-5tznm7mj]{display:flex;flex-direction:column;border:1px solid var(--jb-border);border-radius:.875rem;overflow:hidden;background:var(--jb-white);transition:box-shadow .16s,transform .16s,border-color .16s}.jb-card[data-astro-cid-5tznm7mj]:hover{box-shadow:0 8px 32px #00000014;border-color:#c4b5fd;transform:translateY(-2px)}.jb-card-img-wrap[data-astro-cid-5tznm7mj]{display:block;overflow:hidden;aspect-ratio:16/9}.jb-card-img[data-astro-cid-5tznm7mj]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.jb-card[data-astro-cid-5tznm7mj]:hover .jb-card-img[data-astro-cid-5tznm7mj]{transform:scale(1.04)}.jb-card-body[data-astro-cid-5tznm7mj]{display:flex;flex-direction:column;padding:1.25rem;flex:1}.jb-card-meta[data-astro-cid-5tznm7mj]{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.jb-card-title-link[data-astro-cid-5tznm7mj]{text-decoration:none}.jb-card-title[data-astro-cid-5tznm7mj]{font-size:1rem;font-weight:700;color:var(--jb-text);line-height:1.35;margin-bottom:.625rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .14s}.jb-card-title-link[data-astro-cid-5tznm7mj]:hover .jb-card-title[data-astro-cid-5tznm7mj]{color:var(--jb-accent)}.jb-card-excerpt[data-astro-cid-5tznm7mj]{font-size:.875rem;color:var(--jb-muted);line-height:1.6;flex:1;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.jb-card-footer[data-astro-cid-5tznm7mj]{display:flex;align-items:center;justify-content:space-between;padding-top:.875rem;border-top:1px solid var(--jb-border);margin-top:auto}.jb-cat-badge[data-astro-cid-5tznm7mj]{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.05em;color:var(--jb-accent);text-transform:uppercase;background:#f5f3ff;border-radius:9999px;padding:.2rem .625rem}.jb-meta-dot[data-astro-cid-5tznm7mj]{color:#d1d5db}.jb-meta-text[data-astro-cid-5tznm7mj]{font-size:.8125rem;color:var(--jb-muted)}.jb-author-chip[data-astro-cid-5tznm7mj]{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--jb-muted)}.jb-avatar[data-astro-cid-5tznm7mj]{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#0ea5e9);font-size:.625rem;font-weight:800;color:#fff;flex-shrink:0}.jb-read-link[data-astro-cid-5tznm7mj]{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:600;color:var(--jb-accent);text-decoration:none;transition:gap .14s}.jb-read-link[data-astro-cid-5tznm7mj]:hover{gap:.4rem}.jb-btn-primary[data-astro-cid-5tznm7mj]{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;background:linear-gradient(135deg,#7c3aed,#0ea5e9);color:#fff;font-weight:700;font-size:.875rem;border-radius:.5rem;text-decoration:none;transition:opacity .14s}.jb-btn-primary[data-astro-cid-5tznm7mj]:hover{opacity:.9}.jb-empty[data-astro-cid-5tznm7mj]{text-align:center;padding-block:4rem;color:var(--jb-muted);font-size:1rem;display:flex;flex-direction:column;align-items:center}@media(prefers-reduced-motion:reduce){.jb-featured[data-astro-cid-5tznm7mj],.jb-card[data-astro-cid-5tznm7mj]{transition:none}.jb-featured[data-astro-cid-5tznm7mj]:hover,.jb-card[data-astro-cid-5tznm7mj]:hover{transform:none}.jb-featured-img[data-astro-cid-5tznm7mj],.jb-card-img[data-astro-cid-5tznm7mj]{transition:none}.jb-featured[data-astro-cid-5tznm7mj]:hover .jb-featured-img[data-astro-cid-5tznm7mj],.jb-card[data-astro-cid-5tznm7mj]:hover .jb-card-img[data-astro-cid-5tznm7mj]{transform:none}}
