.codex-hero-card[data-astro-cid-pq6alql4]{border-radius:var(--codex-hero-radius,22px);border:1px solid var(--codex-hero-border,#e5e7eb);background:var(--codex-hero-bg,#ffffffd9);box-shadow:var(--codex-hero-shadow,0 1px 3px #0000000d, 0 4px 6px -1px #0000000d);animation:.7s ease-out both codexHeroFadeUp;animation-delay:var(--delay,0s);gap:2rem;margin:2.5rem 0 3rem;padding:clamp(1.5rem,3vw,2.5rem);transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s cubic-bezier(.34,1.56,.64,1);display:grid;position:relative}.codex-hero-card[data-astro-cid-pq6alql4]:hover{box-shadow:var(--codex-hero-shadow-hover,0 10px 15px -3px #00000014, 0 4px 6px -2px #0000000a);transform:translateY(-2px)}@media (width>=900px){.codex-hero-card[data-astro-cid-pq6alql4]{grid-template-columns:1.2fr 1fr;align-items:center;gap:3rem}}.codex-hero-card__image-link[data-astro-cid-pq6alql4]{border-radius:var(--codex-hero-media-radius,16px);z-index:1;display:block;position:relative;overflow:hidden}.codex-hero-card__image-wrapper[data-astro-cid-pq6alql4]{aspect-ratio:16/10;border-radius:var(--codex-hero-media-radius,16px);box-shadow:var(--codex-hero-media-shadow,0 4px 6px -1px #00000012, 0 10px 20px -5px #0000001a);position:relative;overflow:hidden}.codex-hero-card__image[data-astro-cid-pq6alql4]{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1)}.codex-hero-card__image-link[data-astro-cid-pq6alql4]:hover .codex-hero-card__image[data-astro-cid-pq6alql4]{transform:scale(1.04)}.codex-hero-card__overlay[data-astro-cid-pq6alql4]{background:var(--codex-hero-overlay,linear-gradient(to top, #00000026 0%, transparent 40%));pointer-events:none;position:absolute;inset:0}.codex-hero-card__content[data-astro-cid-pq6alql4]{z-index:1;flex-direction:column;gap:1rem;display:flex;position:relative}.codex-hero-card__meta[data-astro-cid-pq6alql4]{flex-direction:column;gap:.6rem;display:flex}.codex-hero-card__category[data-astro-cid-pq6alql4]{letter-spacing:.12em;text-transform:uppercase;width:fit-content;color:var(--codex-hero-category-text,var(--codex-hero-accent,#2563eb));border:1px solid var(--codex-hero-category-border,var(--codex-hero-accent-soft,#dbeafe));background:var(--codex-hero-category-bg,#eff6ff);border-radius:999px;align-items:baseline;gap:.35rem;padding:.25rem .7rem;font-size:.7rem;text-decoration:none;display:inline-flex}.codex-hero-card__category[data-astro-cid-pq6alql4] strong[data-astro-cid-pq6alql4]{font-weight:600}.codex-hero-card__meta-row[data-astro-cid-pq6alql4]{color:var(--codex-hero-meta,#6b7280);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.codex-hero-card__meta-sep[data-astro-cid-pq6alql4]{opacity:.5;color:var(--codex-hero-meta-sep,#d1d5db)}.codex-hero-card__title[data-astro-cid-pq6alql4]{letter-spacing:-.01em;color:var(--codex-hero-title,#111827);margin:0;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2}.codex-hero-card__title[data-astro-cid-pq6alql4] a[data-astro-cid-pq6alql4]{color:inherit;text-decoration:none;transition:color .2s}.codex-hero-card__title[data-astro-cid-pq6alql4] a[data-astro-cid-pq6alql4]:hover{color:var(--codex-hero-title-hover,var(--codex-hero-accent,#2563eb))}.codex-hero-card__excerpt[data-astro-cid-pq6alql4]{color:var(--codex-hero-excerpt,#374151);font-size:1.1rem;line-height:1.7}.codex-hero-card__author[data-astro-cid-pq6alql4]{align-items:center;gap:.75rem;display:flex}.codex-hero-card__author-image[data-astro-cid-pq6alql4]{object-fit:cover;border-radius:9999px;width:2.5rem;height:2.5rem}.codex-hero-card__author-fallback[data-astro-cid-pq6alql4]{background:var(--codex-hero-author-bg,#111827);width:2.5rem;height:2.5rem;color:var(--codex-hero-author-text,#fff);letter-spacing:.05em;border-radius:9999px;justify-content:center;align-items:center;font-size:.7rem;font-weight:600;display:flex}.codex-hero-card__author-name[data-astro-cid-pq6alql4]{color:var(--codex-hero-author-name,var(--codex-hero-title,#111827));font-size:1rem;font-weight:500}@keyframes codexHeroFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.codex-hero-card[data-astro-cid-pq6alql4]{transition:none;animation:none}.codex-hero-card__image[data-astro-cid-pq6alql4]{transition:none}.codex-hero-card__image-link[data-astro-cid-pq6alql4]:hover .codex-hero-card__image[data-astro-cid-pq6alql4]{transform:none}}.blog-codex[data-astro-cid-5wm45mn4]{--paper:#f9fafb;--paper-strong:#f3f4f6;--ink:#111827;--muted:#6b7280;--accent:#3b82f6;--accent-deep:#2563eb;--accent-soft:#dbeafe;--line:#e5e7eb;--shadow:0 12px 28px -18px #00000040;--codex-hero-bg:#ffffffd9;--codex-hero-border:var(--line);--codex-hero-shadow:var(--shadow);--codex-hero-radius:22px;--codex-hero-media-radius:16px;--codex-hero-media-shadow:0 4px 6px -1px #00000012, 0 10px 20px -5px #0000001a;--codex-hero-overlay:linear-gradient(to top, #00000026 0%, transparent 40%);--codex-hero-title:var(--ink);--codex-hero-title-hover:var(--accent);--codex-hero-excerpt:#374151;--codex-hero-muted:var(--muted);--codex-hero-meta:var(--muted);--codex-hero-meta-sep:var(--line);--codex-hero-accent:var(--accent);--codex-hero-accent-soft:var(--accent-soft);--codex-hero-category-bg:#eff6ff;--codex-hero-category-border:var(--accent-soft);--codex-hero-category-text:var(--accent);--codex-hero-author-bg:var(--ink);--codex-hero-author-text:#fff;--codex-hero-author-name:var(--ink);background:radial-gradient(1200px 520px at 8% -15%, #3b82f624, transparent 60%), radial-gradient(900px 480px at 92% 0%, #0ea5e91f, transparent 58%), linear-gradient(180deg, var(--paper) 0%, #fff 55%, #f8fafc 100%);min-height:100vh;padding-bottom:6rem;position:relative}.blog-codex__hero[data-astro-cid-5wm45mn4]{text-align:center;border-bottom:1px solid var(--line);padding:clamp(2.5rem,5vw,3.75rem) 1.5rem 4rem;position:relative;overflow:hidden}.blog-codex__hero[data-astro-cid-5wm45mn4]:before{content:"";background:linear-gradient(90deg, transparent, var(--accent), transparent);opacity:.6;height:2px;position:absolute;top:0;left:20%;right:20%}.hero-content[data-astro-cid-5wm45mn4]{z-index:1;max-width:46rem;margin:0 auto;animation:.8s ease-out both fadeUp;position:relative}.hero-kicker[data-astro-cid-5wm45mn4]{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent-soft);background:#eff6ff;border-radius:2rem;margin-bottom:1rem;padding:.35rem 1rem;font-size:.8rem;display:inline-block}.hero-title[data-astro-cid-5wm45mn4]{letter-spacing:-.02em;color:var(--ink);margin-bottom:1.25rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1}.hero-subtitle[data-astro-cid-5wm45mn4]{color:var(--muted);max-width:40rem;margin:0 auto 1.75rem;font-size:1.25rem;line-height:1.6}.hero-badges[data-astro-cid-5wm45mn4]{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.hero-badge[data-astro-cid-5wm45mn4]{letter-spacing:.12em;text-transform:uppercase;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:999px;padding:.35rem .95rem;font-size:.7rem;font-weight:600}.more-stories[data-astro-cid-5wm45mn4]{margin-top:4.5rem}.section-header[data-astro-cid-5wm45mn4]{flex-direction:column;gap:1rem;margin-bottom:2.75rem;display:flex}@media (width>=900px){.section-header[data-astro-cid-5wm45mn4]{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}}.section-kicker[data-astro-cid-5wm45mn4]{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:.6rem;font-size:.75rem}.section-title[data-astro-cid-5wm45mn4]{color:var(--ink);margin:0;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:700}.section-subtitle[data-astro-cid-5wm45mn4]{max-width:30rem;color:var(--muted);font-size:.95rem;line-height:1.6}.stories-grid[data-astro-cid-5wm45mn4]{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (width>=640px){.stories-grid[data-astro-cid-5wm45mn4]{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (width>=1024px){.stories-grid[data-astro-cid-5wm45mn4]{grid-template-columns:repeat(3,1fr)}}.story-card[data-astro-cid-5wm45mn4]{border:1px solid var(--line);height:100%;animation:.6s ease-out both fadeUp;animation-delay:var(--delay,0s);background:#ffffffe0;border-radius:18px;flex-direction:column;padding:1.5rem;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 1px 3px #0000000d,0 4px 6px -1px #0000000d}.story-card[data-astro-cid-5wm45mn4]:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a}.card-image-link[data-astro-cid-5wm45mn4]{margin-bottom:1.25rem;display:block}.card-image-wrapper[data-astro-cid-5wm45mn4]{aspect-ratio:3/2;border-radius:14px;position:relative;overflow:hidden;box-shadow:0 2px 4px -1px #0000000f,0 4px 12px -4px #0000001a}.card-image[data-astro-cid-5wm45mn4]{object-fit:cover;width:100%;height:100%;transition:transform .5s}.story-card[data-astro-cid-5wm45mn4]:hover .card-image[data-astro-cid-5wm45mn4]{transform:scale(1.05)}.card-image-overlay[data-astro-cid-5wm45mn4]{pointer-events:none;background:linear-gradient(#0000 50%,#00000040 100%);position:absolute;inset:0}.card-content[data-astro-cid-5wm45mn4]{flex-direction:column;gap:.6rem;display:flex}.card-category[data-astro-cid-5wm45mn4]{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-size:.7rem;font-weight:600;text-decoration:none}.card-meta[data-astro-cid-5wm45mn4]{color:var(--muted);align-items:center;gap:.4rem;font-size:.8rem;display:flex}.meta-dot[data-astro-cid-5wm45mn4]{opacity:.5}.card-title[data-astro-cid-5wm45mn4]{color:var(--ink);margin:0;font-size:1.25rem;font-weight:600;line-height:1.3}.card-title[data-astro-cid-5wm45mn4] a[data-astro-cid-5wm45mn4]{color:inherit;text-decoration:none;transition:color .2s}.card-title[data-astro-cid-5wm45mn4] a[data-astro-cid-5wm45mn4]:hover{color:var(--accent)}.card-excerpt[data-astro-cid-5wm45mn4]{color:#4b5563;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.card-author[data-astro-cid-5wm45mn4]{align-items:center;gap:.5rem;margin-top:.4rem;display:flex}.author-avatar-sm[data-astro-cid-5wm45mn4]{color:#fff;letter-spacing:.05em;background:#111827;border-radius:50%;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.6rem;font-weight:600;display:flex}.author-avatar-img-sm[data-astro-cid-5wm45mn4]{object-fit:cover;border-radius:50%;width:1.75rem;height:1.75rem}.author-name-sm[data-astro-cid-5wm45mn4]{color:var(--muted);font-size:.85rem;font-weight:500}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hero-content[data-astro-cid-5wm45mn4],.story-card[data-astro-cid-5wm45mn4]{animation:none}.card-image[data-astro-cid-5wm45mn4]{transition:none}}