.catalog[data-astro-cid-3a2mjgp3]{padding-top:var(--space-4xl)}.catalog__head[data-astro-cid-3a2mjgp3]{margin-bottom:var(--space-2xl)}.catalog__title[data-astro-cid-3a2mjgp3]{margin-top:var(--space-sm);font-size:var(--step-3);max-width:18ch}.index[data-astro-cid-3a2mjgp3]{list-style:none;padding:0;margin:0;border-top:1px solid var(--rule-strong)}.entry[data-astro-cid-3a2mjgp3]{position:relative;display:grid;grid-template-columns:4rem minmax(0,1fr) auto 1.5rem;align-items:baseline;column-gap:var(--space-lg);padding:clamp(.9rem,1.6vw,1.5rem) 0;border-bottom:1px solid var(--rule);color:var(--ink);transition:padding-left .34s cubic-bezier(.2,.7,.2,1)}@media(prefers-reduced-motion:no-preference){.entry[data-astro-cid-3a2mjgp3]{animation:entry-rise linear both;animation-timeline:view();animation-range:entry 2% cover 18%}}@keyframes entry-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.entry[data-astro-cid-3a2mjgp3]:hover{padding-left:var(--space-md)}.entry__lead[data-astro-cid-3a2mjgp3]{display:inline-flex;align-items:baseline;gap:.6rem}.entry__dot[data-astro-cid-3a2mjgp3]{width:.5rem;height:.5rem;border-radius:1px;background:var(--a);transform:translateY(-.08em) scale(.7);opacity:.55;transition:transform .34s cubic-bezier(.2,.7,.2,1),opacity .34s}.entry[data-astro-cid-3a2mjgp3]:hover .entry__dot[data-astro-cid-3a2mjgp3]{transform:translateY(-.08em) scale(1);opacity:1}.entry__idx[data-astro-cid-3a2mjgp3]{font-family:var(--font-mono);font-size:var(--step--1);color:var(--ink-3);font-variant-numeric:tabular-nums;letter-spacing:.02em}.entry__main[data-astro-cid-3a2mjgp3]{min-width:0;display:flex;align-items:baseline;flex-wrap:wrap;column-gap:.6rem;row-gap:.1rem}.entry__name[data-astro-cid-3a2mjgp3]{font-family:var(--font-display);font-weight:560;font-size:var(--step-2);letter-spacing:-.025em;line-height:1}.entry__dash[data-astro-cid-3a2mjgp3]{color:var(--ink-3);font-size:var(--step-1)}.entry__tag[data-astro-cid-3a2mjgp3]{color:var(--ink-2);font-size:var(--step-0)}.entry__meta[data-astro-cid-3a2mjgp3]{display:inline-flex;align-items:baseline;gap:var(--space-md);font-family:var(--font-mono);font-size:var(--step--1);letter-spacing:.03em;white-space:nowrap}.entry__cat[data-astro-cid-3a2mjgp3]{color:var(--ink-3)}.entry__status[data-astro-cid-3a2mjgp3]{color:var(--ink-2);position:relative;padding-left:.85rem}.entry__status[data-astro-cid-3a2mjgp3]:before{content:"";position:absolute;left:0;top:50%;width:.42rem;height:.42rem;border-radius:50%;transform:translateY(-50%);background:currentColor;opacity:.5}.entry__status[data-astro-cid-3a2mjgp3][data-status=Live]{color:oklch(.62 .16 155)}.entry__status[data-astro-cid-3a2mjgp3][data-status=Live]:before{opacity:1}.entry__arrow[data-astro-cid-3a2mjgp3]{justify-self:end;color:var(--ink-3);opacity:0;transform:translate(-.4rem);transition:opacity .3s,transform .3s,color .3s}.entry[data-astro-cid-3a2mjgp3]:hover .entry__arrow[data-astro-cid-3a2mjgp3]{opacity:1;transform:none;color:var(--a)}.entry__thumb[data-astro-cid-3a2mjgp3]{display:none}.preview[data-astro-cid-3a2mjgp3]{position:fixed;left:0;top:0;z-index:60;width:clamp(300px,26vw,400px);pointer-events:none;opacity:0;will-change:transform;transition:opacity .26s ease}.preview[data-astro-cid-3a2mjgp3][data-show=true]{opacity:1}.preview__inner[data-astro-cid-3a2mjgp3]{display:block;aspect-ratio:16 / 10;border-radius:var(--radius);overflow:hidden;background:var(--paper-2);box-shadow:var(--shadow);outline:1px solid var(--rule-strong);transform:scale(.96);transition:transform .26s cubic-bezier(.2,.7,.2,1)}.preview[data-astro-cid-3a2mjgp3][data-show=true] .preview__inner[data-astro-cid-3a2mjgp3]{transform:scale(1)}.preview__img[data-astro-cid-3a2mjgp3]{width:100%;height:100%;object-fit:cover;object-position:top center}.preview__glyph[data-astro-cid-3a2mjgp3]{display:none;place-items:center;width:100%;height:100%;font-family:var(--font-display);font-weight:600;font-size:4.5rem;color:#fff;background:var(--a, #555)}@media(max-width:720px){.entry[data-astro-cid-3a2mjgp3]{grid-template-columns:3.2rem 1fr;grid-template-areas:"lead main" "thumb thumb" "meta meta";row-gap:var(--space-sm);column-gap:var(--space-md)}.entry__lead[data-astro-cid-3a2mjgp3]{grid-area:lead}.entry__main[data-astro-cid-3a2mjgp3]{grid-area:main}.entry__meta[data-astro-cid-3a2mjgp3]{grid-area:meta}.entry__arrow[data-astro-cid-3a2mjgp3]{display:none}.entry__thumb[data-astro-cid-3a2mjgp3]{grid-area:thumb;display:block;aspect-ratio:16 / 10;border-radius:var(--radius);overflow:hidden;outline:1px solid var(--rule);background:var(--paper-2);margin-top:var(--space-2xs)}.entry__thumb[data-astro-cid-3a2mjgp3] img[data-astro-cid-3a2mjgp3]{width:100%;height:100%;object-fit:cover;object-position:top center}.entry__glyph[data-astro-cid-3a2mjgp3]{display:grid;place-items:center;width:100%;height:100%;font-family:var(--font-display);font-weight:600;font-size:2.5rem;color:#fff;background:var(--a)}.preview[data-astro-cid-3a2mjgp3]{display:none}}.hero[data-astro-cid-j7pv25f6]{padding-top:clamp(var(--space-3xl),9vw,var(--space-5xl));padding-bottom:var(--space-2xl)}.hero__title[data-astro-cid-j7pv25f6]{margin-top:var(--space-md);font-size:var(--step-5);line-height:.92;letter-spacing:-.035em;font-weight:560}.hero__title[data-astro-cid-j7pv25f6] em[data-astro-cid-j7pv25f6]{font-style:italic;font-weight:500;color:var(--ink-2)}.hero__lede[data-astro-cid-j7pv25f6]{margin-top:var(--space-xl);font-size:var(--step-1);color:var(--ink-2);line-height:1.5}.hero__meta[data-astro-cid-j7pv25f6]{margin-top:var(--space-xl);display:flex;flex-wrap:wrap;gap:.6rem;align-items:baseline;font-family:var(--font-mono);font-size:var(--step--1);letter-spacing:.03em;color:var(--ink-3);text-transform:uppercase}.hero__dot[data-astro-cid-j7pv25f6]{opacity:.5}@media(prefers-reduced-motion:no-preference){.rise[data-astro-cid-j7pv25f6]{animation:hero-rise .8s cubic-bezier(.2,.7,.2,1) both;animation-delay:calc(var(--d, 0) * 90ms)}}@keyframes hero-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
