@charset "UTF-8";html{scrollbar-gutter:stable;overflow-x:clip}html:has(body.theme-dark){background-color:#1c1c20}html:has(body.theme-light){background-color:var(--w-page-canvas, #dadada)}body{display:flex;flex-direction:column;min-height:100vh;overflow-x:clip;max-width:100%}body>main{flex:1 1 auto;min-width:0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:clip}@media(max-width:767px){html{scrollbar-gutter:auto}}.top-bar-wrapper{width:100%;background-color:#faf8f3d9;backdrop-filter:blur(12px) saturate(120%);-webkit-backdrop-filter:blur(12px) saturate(120%);border-bottom:1px solid var(--color-border);padding:var(--spacing-sm) 0;position:sticky;top:0;overflow-anchor:none;z-index:var(--z-header);transition:border-color .26s cubic-bezier(.4,0,.2,1),box-shadow .26s cubic-bezier(.4,0,.2,1)}::view-transition-group(top-bar-wrapper),::view-transition-old(top-bar-wrapper),::view-transition-new(top-bar-wrapper){animation:none;mix-blend-mode:normal}.top-bar-wrapper{view-transition-name:none}@media(max-width:767px){.top-bar-wrapper{padding-top:var(--top-bar-merged-padding-y);padding-bottom:var(--top-bar-merged-padding-y);transition:border-color .26s cubic-bezier(.4,0,.2,1),box-shadow .26s cubic-bezier(.4,0,.2,1)}}.top-bar{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);margin:0 auto;padding:4px var(--page-inline-gutter);max-width:var(--max-width-container)}.top-bar-logo{display:flex;align-items:center;gap:2px;text-decoration:none;flex-shrink:0}.top-bar-logo img{display:block}.top-bar-logo .top-bar-logo-mark{height:36px;width:auto;flex-shrink:0}.top-bar-logo .top-bar-logo-text{width:170px;height:auto;max-width:calc(100vw - 10rem);flex-shrink:0;object-fit:contain;object-position:left center;opacity:.8}@media(max-width:767px){.top-bar-logo .top-bar-logo-mark{height:28.8px}.top-bar-logo .top-bar-logo-text{width:120px;height:auto;max-width:calc(100vw - 6rem)}}body.theme-dark .top-bar-logo img{filter:invert(1) hue-rotate(180deg) saturate(3) contrast(1.2)}.top-bar-actions{display:flex;align-items:center;gap:var(--spacing-xs);margin-left:auto;flex-shrink:0;position:relative;pointer-events:auto}.top-bar-actions :global(*){display:flex;align-items:center}.top-bar-about{display:flex;align-items:center;justify-content:center;text-decoration:none;opacity:.85;transition:opacity .2s ease;flex-shrink:0}.top-bar-about:hover{opacity:1}.top-bar-about img{display:block;width:64px;height:auto;max-height:16px}body.theme-dark .top-bar-about img{filter:invert(1) hue-rotate(180deg) saturate(3) contrast(1.2)}@media(max-width:767px){.top-bar-about img{width:48px;max-height:13px}}.top-bar-nav{display:flex;align-items:center;gap:var(--spacing-xs);flex-shrink:0}.top-bar-nav-link{display:flex;align-items:center;justify-content:center;text-decoration:none;opacity:.7;transition:opacity .2s ease,filter .2s ease;flex-shrink:0}.top-bar-nav-link:hover,.top-bar-nav-link.is-active{opacity:1}body.theme-dark .top-bar-nav-link:hover img{filter:invert(1) hue-rotate(180deg) saturate(4) contrast(1.4) brightness(1.2)}body.theme-dark .top-bar-nav-link.is-active img{filter:invert(1) hue-rotate(180deg) saturate(4.2) contrast(1.45) brightness(1.28)}body.theme-light .top-bar-nav-link:hover img{filter:brightness(.4) contrast(1.2)}body.theme-light .top-bar-nav-link.is-active img{filter:brightness(.12) contrast(1.38)}.top-bar-nav-link img{display:block;width:auto;height:14px;max-width:none}body.theme-dark .top-bar-nav-link img{filter:invert(1) hue-rotate(180deg) saturate(3) contrast(1.2)}.top-bar-nav-separator{display:flex;align-items:center;justify-content:center;font-size:.5rem;line-height:1;color:var(--color-text-secondary);opacity:.6;user-select:none;padding:0 2px}.top-bar-nav-separator--rss,.top-bar-nav-separator--theme{margin-left:0}.top-bar-rss-link{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0 1px;line-height:0;text-decoration:none;opacity:.7;transition:opacity .2s ease,filter .2s ease}.top-bar-rss-link:hover{opacity:1}.top-bar-rss-link:focus-visible{outline:2px solid rgba(96,165,250,.95);outline-offset:2px;border-radius:4px}.top-bar-rss-link img{display:block;width:18px;height:18px;transition:filter .2s ease}body.theme-light .top-bar-rss-link img{filter:none}body.theme-light .top-bar-rss-link:hover img{filter:brightness(.4) contrast(1.2)}body.theme-dark .top-bar-rss-link img{filter:invert(1) hue-rotate(180deg) saturate(3) contrast(1.2)}body.theme-dark .top-bar-rss-link:hover img{filter:invert(1) hue-rotate(180deg) saturate(4) contrast(1.4) brightness(1.2)}.top-bar-actions [data-id=w-theme-switcher]{opacity:.7;transition:opacity .2s ease}.top-bar-actions [data-id=w-theme-switcher]:hover{opacity:1}.top-bar-actions [data-id=w-theme-switcher] svg{transition:filter .2s ease}body.theme-light .top-bar-actions [data-id=w-theme-switcher]:hover svg{filter:brightness(.4) contrast(1.2)}body.theme-dark .top-bar-actions [data-id=w-theme-switcher]:hover svg{filter:brightness(1.28) saturate(1.22)}@media(max-width:767px){.top-bar-nav-separator--rss,.top-bar-nav-separator--theme,.top-bar-rss-link{display:none}}.top-bar-menu-btn{display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:48px;height:48px;padding:0;margin:0;background:transparent;border:none;cursor:pointer;flex-shrink:0;position:relative;z-index:calc(var(--z-header) + 20);color:#1a1a1a;opacity:.85;transition:opacity .2s ease,color .2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;pointer-events:auto}body.theme-dark .top-bar-menu-btn{color:#fff}.top-bar-menu-btn:hover{opacity:1;color:#000}body.theme-dark .top-bar-menu-btn:hover{color:#fff;opacity:1}.top-bar-menu-btn__bar{display:block;width:24px;height:2px;background-color:currentColor;border-radius:1px;transition:transform .3s ease,opacity .3s ease}.top-bar-menu-btn.is-open .top-bar-menu-btn__bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.top-bar-menu-btn.is-open .top-bar-menu-btn__bar:nth-child(2){opacity:0}.top-bar-menu-btn.is-open .top-bar-menu-btn__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.top-bar-mobile-menu{position:absolute;top:calc(100% + 4px);right:0;min-width:140px;display:flex;flex-direction:column;gap:var(--spacing-xs);padding:var(--spacing-sm) var(--spacing-md);background-color:#faf8f3f2;backdrop-filter:blur(14px) saturate(120%);-webkit-backdrop-filter:blur(14px) saturate(120%);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:0 8px 24px #0000001f;z-index:calc(var(--z-header) + 10);opacity:0;pointer-events:none;transform:translateY(-.5rem) scale(.96);transform-origin:top right;transition:opacity .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1)}.top-bar-mobile-menu.is-open{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.top-bar-mobile-menu[hidden]{display:none!important}body.theme-dark .top-bar-mobile-menu{background-color:#2a241fe6;box-shadow:0 8px 24px #00000059}.top-bar-mobile-link{display:flex;align-items:center;justify-content:center;text-decoration:none;opacity:.75;transition:opacity .2s ease;padding:var(--spacing-xs) 0}.top-bar-mobile-link:hover,.top-bar-mobile-link.is-active{opacity:1}body.theme-dark .top-bar-mobile-link:hover img{filter:invert(1) hue-rotate(180deg) saturate(4) contrast(1.4) brightness(1.2)}body.theme-dark .top-bar-mobile-link.is-active img{filter:invert(1) hue-rotate(180deg) saturate(4.2) contrast(1.45) brightness(1.28)}body.theme-light .top-bar-mobile-link:hover img{filter:brightness(.3) contrast(1.3)}body.theme-light .top-bar-mobile-link.is-active img{filter:brightness(.12) contrast(1.38)}.top-bar-mobile-link img{display:block;width:64px;height:auto;max-height:14px}.top-bar-mobile-link.top-bar-mobile-rss img{display:block;width:auto;max-width:min(264px,86.4vw);height:16.8px;max-height:none;object-fit:contain;object-position:center center}body.theme-dark .top-bar-mobile-link img{filter:invert(1) hue-rotate(180deg) saturate(3) contrast(1.2)}.top-bar-mobile-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);margin:var(--spacing-xs) 0}body.theme-light .top-bar-mobile-divider{background:linear-gradient(90deg,transparent,rgba(0,0,0,.15),transparent)}@media(max-width:767px){.top-bar-nav{display:none}.top-bar-menu-btn{display:flex}.top-bar-nav-link img,.top-bar-mobile-link img{width:auto;height:12px;max-width:none}.top-bar-mobile-link.top-bar-mobile-rss img{height:14.4px}}.resource-card{display:flex;flex-direction:column;min-width:0;background:#ffffff08;border-radius:12px;overflow:hidden;text-decoration:none;transition:border-color .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.08);box-shadow:0 2px 10px #00000047;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.resource-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000004d,inset 0 1px #ffffff26;border-color:#ffffff26}.resource-image-wrap{position:relative;width:100%;overflow:hidden;background:#0003;border-bottom:1px solid rgba(255,255,255,.06);isolation:isolate}.featured-image-wrap{isolation:isolate}.resource-image-wrap [data-id=w-image-loader]{width:100%!important;height:100%!important;min-width:0;min-height:0}.resource-image-wrap [data-id=w-image-loader] img.resource-image{object-fit:cover;object-position:center}.resource-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s cubic-bezier(.4,0,.2,1)}.resource-card:hover .resource-image{transform:scale(1.05)}a.resource-card .resource-image-wrap>span.ribbon-featured,a.featured-link .featured-image-wrap>span.ribbon-featured,.post-header-image-wrap>span.ribbon-featured{backface-visibility:hidden;-webkit-font-smoothing:antialiased;transform:translateZ(0) rotate(-45deg) translate(-50%,-50%);transform-origin:top left}.resource-content{padding:.9rem 1.25rem;display:flex;flex-direction:column;gap:.15rem;min-width:0;flex:1 1 auto}.resource-title{--resource-title-line-height: 1.35;--resource-title-lines: 2;font-size:1.1rem;font-weight:600;color:#f3f4f6;margin:0;line-height:var(--resource-title-line-height);min-height:calc(1em * var(--resource-title-line-height) * var(--resource-title-lines));max-height:calc(1em * var(--resource-title-line-height) * var(--resource-title-lines));overflow:visible}.resource-title-text{display:-webkit-box;-webkit-line-clamp:var(--resource-title-lines);-webkit-box-orient:vertical;overflow:hidden;transition:transform .18s ease}.resource-title--wrapped .resource-title-text{transform:translateY(-.4em)}body.theme-light .resource-card{background:var(--w-page-background);border:1px solid rgba(0,0,0,.24);box-shadow:0 1px 2px #0000000f,0 4px 14px #0000001a,0 8px 24px #0000000f}body.theme-light .resource-card:hover{box-shadow:0 2px 4px #00000012,0 8px 20px #0000001f,0 16px 40px #00000014;border-color:#0000004d}body.theme-light .resource-title{color:#1f2937}.resource-badge-rows{display:flex;flex-direction:column;gap:.5rem;min-width:0}.resource-type-row{display:flex;flex-wrap:wrap;gap:.35rem;width:100%}.resource-topic-row{display:flex;flex-wrap:nowrap;align-items:center;gap:.28rem;width:100%;min-width:0}.resource-type-badge{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:8px;font-size:.7rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;background:linear-gradient(135deg,color-mix(in srgb,var(--type-color) 40%,rgba(255,255,255,.1)),color-mix(in srgb,var(--type-color) 25%,rgba(255,255,255,.05)));color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.22);box-shadow:0 1px 4px color-mix(in srgb,var(--type-color) 28%,transparent);user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.resource-card:hover .resource-type-badge{background:linear-gradient(135deg,color-mix(in srgb,var(--type-color) 50%,rgba(255,255,255,.12)),color-mix(in srgb,var(--type-color) 30%,rgba(255,255,255,.06)));border-color:#ffffff40}.resource-topic-row .resource-topic-badge{flex:0 1 auto;min-width:0;justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.resource-topic-badge,.badge-topic{color:#e5e7eb;background:linear-gradient(135deg,#ffffff0a,#ffffff0f 45%,#ffffff1c);border:1px solid rgba(255,255,255,.14);box-shadow:0 1px 4px #00000059;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.resource-topic-badge{display:inline-flex;align-items:center;padding:.3rem .55rem;border-radius:8px;font-size:.65rem;font-weight:500;letter-spacing:.02em}.resource-card:hover .resource-topic-badge{background:linear-gradient(135deg,#ffffff0f,#ffffff17 45%,#ffffff24);border-color:#ffffff38;box-shadow:0 1px 5px #0000006b}body.theme-light .resource-type-badge{background:linear-gradient(135deg,color-mix(in srgb,var(--type-color) 70%,white),color-mix(in srgb,var(--type-color) 50%,white))!important;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4);border:1px solid rgba(0,0,0,.22);box-shadow:0 1px 2px #00000014,0 2px 6px #0000000f}body.theme-light .resource-topic-badge,body.theme-light .badge-topic{color:var(--pill-topic-light-text);background:var(--pill-topic-light-bg);border:1px solid var(--pill-topic-light-border);box-shadow:var(--pill-topic-light-shadow)}body.theme-light .resource-card:hover .resource-topic-badge{background:var(--pill-topic-light-bg-hover);border-color:var(--pill-topic-light-border-hover)}body.theme-light .top-bar-wrapper{background-color:transparent;background-image:var(--home-top-chrome-light-bg);backdrop-filter:blur(14px) saturate(118%);-webkit-backdrop-filter:blur(14px) saturate(118%);border-bottom:1px solid rgba(0,0,0,.2);box-shadow:0 1px #0000000f,0 4px 6px #0000000a,0 12px 28px #0000001a}body.ms-merged-with-topbar .top-bar-wrapper,body.resource-detail-title-merged .top-bar-wrapper,body.about-toc-merged .top-bar-wrapper{background-color:transparent;background-image:none;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom-color:transparent;box-shadow:none}.resource-detail-title-sticky{position:relative;isolation:isolate;z-index:1;box-sizing:border-box}.resource-detail-title-sticky:before{content:"";position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:100vw;pointer-events:none;opacity:0;background-color:#2a241fcc;backdrop-filter:blur(12px) saturate(120%);-webkit-backdrop-filter:blur(12px) saturate(120%);border-bottom:1px solid transparent;box-shadow:none;transition:border-color .26s cubic-bezier(.4,0,.2,1),box-shadow .26s cubic-bezier(.4,0,.2,1);z-index:-1}body.theme-light .resource-detail-title-sticky:before{background-color:#faf8f39e;backdrop-filter:blur(14px) saturate(118%);-webkit-backdrop-filter:blur(14px) saturate(118%)}.resource-detail-title-sticky.is-stuck{position:fixed;top:var(--top-bar-height);z-index:calc(var(--z-header) - 10)}.resource-detail-title-sticky.is-stuck:before{opacity:1;top:-100vh;border-bottom-color:#b8a99233}body.theme-light .resource-detail-title-sticky.is-stuck:before{border-bottom-color:#0003;box-shadow:0 1px #0000000f,0 4px 6px #0000000a,0 12px 28px #0000001a}.resource-detail-title-sticky-placeholder{display:block}@media(prefers-reduced-motion:reduce){.resource-detail-title-sticky:before{transition:none}}.resource-about-wrap .post-body img{box-sizing:border-box;display:block;max-width:70%!important;height:auto;margin-left:auto;margin-right:auto}.resource-about-wrap .post-body figure{width:fit-content;max-width:70%!important;margin-left:auto;margin-right:auto}.resource-about-wrap .post-body figure img{max-width:100%;height:auto}body.theme-dark>footer,body.theme-light>footer{display:flex;flex-direction:column;justify-content:center;align-items:stretch;margin-bottom:0;padding-top:var(--spacing-xs);padding-bottom:calc(var(--spacing-xs) + env(safe-area-inset-bottom,0px))}body.theme-dark>footer>div:first-child,body.theme-light>footer>div:first-child{display:flex;flex-direction:column;justify-content:center;flex:0 1 auto;min-height:0}body.theme-dark>footer{background-color:#2a241fcc;backdrop-filter:blur(12px) saturate(120%);-webkit-backdrop-filter:blur(12px) saturate(120%);border-top:1px solid rgba(184,169,146,.2)!important}body.theme-light>footer{background-color:#faf8f39e;backdrop-filter:blur(14px) saturate(118%);-webkit-backdrop-filter:blur(14px) saturate(118%);border-top:1px solid rgba(0,0,0,.2)!important;box-shadow:0 -1px #0000000f,0 -4px 6px #0000000a,0 -12px 28px #0000001a}@media(max-width:767px){body.theme-dark>footer,body.theme-light>footer{padding-top:var(--spacing-xxs);padding-bottom:max(var(--spacing-xxs),env(safe-area-inset-bottom,0px));justify-content:flex-start}body.theme-dark>footer>div:first-child,body.theme-light>footer>div:first-child{justify-content:flex-start}}body.theme-light>footer [class*=subtext],body.theme-dark>footer [class*=subtext]{border-top:none!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;gap:var(--spacing-md);width:100%;margin-top:0!important;padding-block:var(--spacing-xs)!important}body.theme-light>footer [class*=subtext]>span:first-of-type,body.theme-dark>footer [class*=subtext]>span:first-of-type{flex:0 1 auto;max-width:100%;min-width:0;text-align:center}body.theme-light footer .footer-contact-btn,body.theme-dark footer .footer-contact-btn{margin-left:0}.footer-copyright{display:block;min-width:0}.footer-copyright__desktop{display:inline}.footer-copyright__mobile{display:none}@media(max-width:767px){.footer-copyright__desktop{display:none!important}body.theme-light>footer [class*=subtext],body.theme-dark>footer [class*=subtext]{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:.6rem;text-align:center;padding-block:var(--spacing-xxs)!important}body.theme-light>footer [class*=subtext]>span:first-of-type,body.theme-dark>footer [class*=subtext]>span:first-of-type{display:flex!important;flex-direction:column!important;align-items:center!important;width:100%}.footer-copyright{display:flex;flex-direction:column;align-items:center;width:100%}.footer-copyright__mobile{display:flex;flex-direction:column;align-items:center;gap:.2rem;width:100%}body.theme-light>footer [class*=subtext] span.footer-copyright__l1,body.theme-dark>footer [class*=subtext] span.footer-copyright__l1{min-width:0;text-align:center;font-size:.78rem!important}body.theme-light>footer [class*=subtext] span.footer-copyright__l2,body.theme-dark>footer [class*=subtext] span.footer-copyright__l2{text-align:center;font-size:.78rem!important}body.theme-light>footer [class*=subtext] .footer-contact-btn,body.theme-dark>footer [class*=subtext] .footer-contact-btn{margin-left:0;align-self:center}}.footer-contact-btn{display:inline-flex;align-items:center;justify-content:center;gap:0;flex-shrink:0;margin-left:auto;padding:.25rem .55rem;min-width:9.1875rem;min-height:1.6875rem;overflow:visible;line-height:0;border-radius:8px;border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:inherit;text-decoration:none;box-shadow:var(--shadow-resource-card);transform:translateY(0);transition:background .4s cubic-bezier(.4,0,.2,1),border-color .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)}.footer-contact-btn:hover{background:#ffffff1a;border-color:#ffffff3d;box-shadow:var(--shadow-resource-card-hover);transform:translateY(-2px)}body.theme-light .footer-contact-btn{border-color:#00000024;background:#0000000a}body.theme-light .footer-contact-btn:hover{background:#00000012;border-color:#0000004d}.footer-contact-btn__mark{display:block;height:.84rem;width:auto;max-width:100%;flex-shrink:0;object-fit:contain;object-position:center}body.theme-dark footer .footer-contact-btn__mark{filter:invert(1) brightness(1.12)}body[style*=padding-right]{padding-right:0!important}body[style*=overflow]{overflow:visible!important}.sheet-open~body,body.sheet-open,.modal-open~body,body.modal-open,[data-show=true]~body,body[data-show=true]{padding-right:0!important;overflow:visible!important}.app-sidebar-wrapper{display:flex;flex-direction:column;gap:var(--spacing-md);padding:var(--spacing-md);background:#faf8f3d9;backdrop-filter:blur(12px) saturate(120%);-webkit-backdrop-filter:blur(12px) saturate(120%);border:1px solid var(--color-border);border-radius:var(--radius-lg);height:100%;overflow:hidden;box-shadow:var(--shadow-md)}.app-sidebar-wrapper :global(.w-sidebar){flex:1;overflow-y:auto}.app-sidebar-wrapper :global(a[data-active=true]){font-weight:var(--font-weight-bold);background:var(--color-primary-light);color:var(--color-primary)}.theme-dark .app-sidebar-wrapper{background:#2a241fcc;backdrop-filter:blur(12px) saturate(120%);-webkit-backdrop-filter:blur(12px) saturate(120%);border-color:var(--color-border-dark);box-shadow:var(--shadow-lg)}.theme-dark .app-sidebar-wrapper :global(a[data-active=true]){background:var(--color-primary-dark);color:var(--color-primary)}.sidebar-search{flex-shrink:0}.sidebar-search-input{width:100%}.search-results{position:fixed;display:none;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);max-height:400px;min-width:300px;overflow-y:auto;z-index:var(--z-modal);padding:var(--spacing-sm)}.search-results.has-results{display:block}.search-result-item{display:block;padding:var(--spacing-sm);border-bottom:1px solid var(--color-border);text-decoration:none;color:var(--color-text);transition:background-color var(--transition-fast)}.search-result-item:hover{background:var(--color-primary-light)}.search-result-title{font-weight:var(--font-weight-bold);margin-bottom:var(--spacing-xs)}.search-result-snippet{font-size:var(--font-size-sm);color:var(--color-text-muted)}.search-no-results{padding:var(--spacing-md);text-align:center;color:var(--color-text-muted)}.search-results-close{position:absolute;top:8px;right:8px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--color-text);padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.post-content{max-width:var(--content-max-width);width:100%;min-width:0;margin:0 auto;padding:var(--spacing-xl);box-sizing:border-box}.post-content header{margin-bottom:var(--spacing-lg)}.post-content header h1{margin:0 0 var(--spacing-md) 0;font-size:var(--font-size-5xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight)}.post-content.post-content--resource-detail{padding-bottom:var(--spacing-xs)}.post-header-image-wrap{position:relative;width:100%;margin-bottom:var(--spacing-xl);border-radius:var(--radius-md);overflow:hidden;background:#0003;isolation:isolate}body span.ribbon-featured,body.theme-light span.ribbon-featured{background:linear-gradient(135deg,#fff,#f5f5f5,#e5e5e5,#d4d4d4,#a3a3a3)!important;border:1px solid rgba(0,0,0,.8)!important;color:#0a0a0a!important;text-shadow:0 1px 0 rgba(255,255,255,.5)}.post-header-image-wrap .post-header-aspect{width:100%;max-height:500px}.post-header-image-wrap [data-id=w-image-loader]{width:100%!important;height:100%!important}.post-header-image-wrap img.post-header-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.post-body{line-height:var(--line-height-normal);font-size:var(--font-size-base);margin-bottom:var(--spacing-xl);overflow-wrap:anywhere;word-break:break-word}.post-body :global(h1),.post-body :global(h2),.post-body :global(h3),.post-body :global(h4),.post-body :global(h5),.post-body :global(h6){margin-top:var(--spacing-lg);margin-bottom:var(--spacing-md);font-weight:var(--font-weight-bold)}.post-body :global(p){margin-bottom:var(--spacing-md)}.post-body :global(img){max-width:100%;height:auto;border-radius:var(--radius-md)}.post-body>.four-winds-header{display:grid;grid-template-columns:minmax(0,11rem) minmax(0,1fr) minmax(0,11rem);align-items:center;gap:var(--spacing-md);margin:var(--spacing-lg) 0;padding-inline:calc(var(--spacing-lg) + var(--spacing-md));box-sizing:border-box;min-width:0;text-align:center;overflow-wrap:normal;word-break:normal}.post-body>.four-winds-header>br{display:none}.post-body>.four-winds-header>img:nth-of-type(1){grid-column:1;grid-row:1;justify-self:end}.post-body>.four-winds-header>img:nth-of-type(2){grid-column:3;grid-row:1;justify-self:start}.post-body>.four-winds-header>h1,.post-body>.four-winds-header>h2{grid-column:2;grid-row:1;margin:0!important;max-width:100%;text-align:center;text-wrap:balance;font-size:clamp(2.5rem,2.1vw + .45rem,2.85rem);line-height:var(--line-height-tight);min-width:0;overflow-wrap:normal;word-break:normal}.post-body>.four-winds-author{width:100%;padding-top:var(--spacing-md);margin-bottom:var(--spacing-md);box-sizing:border-box;text-align:center}.post-body>.four-winds-author h1,.post-body>.four-winds-author h2,.post-body>.four-winds-author h3,.post-body>.four-winds-author p{margin-top:0;text-align:center!important;font-size:calc(1.5 * var(--font-size-lg));line-height:var(--line-height-normal)}@media(max-width:767px){.post-body>.four-winds-header{grid-template-columns:minmax(0,3.75rem) minmax(0,1fr) minmax(0,3.75rem);gap:var(--spacing-xs);margin:var(--spacing-md) 0;padding-inline:var(--spacing-sm)}.post-body>.four-winds-header>h1,.post-body>.four-winds-header>h2{font-size:clamp(.95rem,2.1vw + .2rem,1rem)}.post-body>.four-winds-author h1,.post-body>.four-winds-author h2,.post-body>.four-winds-author p{font-size:clamp(.78rem,2.6vw,.95rem)}.post-body>.four-winds-author h3{font-size:clamp(.85rem,1.75vw,.75rem);line-height:1.35}}.post-body>.four-winds-header img{display:block;min-width:0;width:auto!important;height:auto!important;max-width:100%!important;margin:0!important;object-fit:contain}::view-transition-group(root){animation-duration:.56s;animation-timing-function:cubic-bezier(.22,1,.36,1)}::view-transition-old(root){animation:page-zoom-fade-out .3s cubic-bezier(.4,0,.6,1) both}::view-transition-new(root){animation:page-zoom-fade-in .56s cubic-bezier(.22,1,.36,1) both}::view-transition-group(about-home-hero-quote){animation-duration:.64s;animation-timing-function:cubic-bezier(.22,1,.36,1)}::view-transition-old(about-home-hero-quote){animation:about-hero-quote-out .32s cubic-bezier(.4,0,.6,1) both}::view-transition-new(about-home-hero-quote){animation:about-hero-quote-in .64s cubic-bezier(.16,1,.3,1) both}@keyframes page-zoom-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.985)}}@keyframes page-zoom-fade-in{0%{opacity:0;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}@keyframes about-hero-quote-out{0%{opacity:1;transform:scale(1);filter:blur(0)}to{opacity:0;transform:scale(.92);filter:blur(2px)}}@keyframes about-hero-quote-in{0%{opacity:0;transform:scale(1.12);filter:blur(4px)}to{opacity:1;transform:scale(1);filter:blur(0)}}@media(prefers-reduced-motion:reduce){::view-transition-group(root),::view-transition-old(root),::view-transition-new(root),::view-transition-group(about-home-hero-quote),::view-transition-old(about-home-hero-quote),::view-transition-new(about-home-hero-quote){animation:none!important}}html[data-resource-entering] .post-content--resource-detail{opacity:0;transition:none}html[data-resource-entering=forward] .post-content--resource-detail{transform:translate(14px)}html[data-resource-entering=back] .post-content--resource-detail{transform:translate(-14px)}html[data-resource-entering][data-resource-entering-active] .post-content--resource-detail{opacity:1;transform:translate(0);transition:opacity .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1)}html[data-resource-leaving] .post-content--resource-detail{transition:opacity .24s cubic-bezier(.4,0,.6,1),transform .24s cubic-bezier(.4,0,.6,1)}html[data-resource-leaving=forward][data-resource-leaving-active] .post-content--resource-detail{opacity:0;transform:translate(-14px)}html[data-resource-leaving=back][data-resource-leaving-active] .post-content--resource-detail{opacity:0;transform:translate(14px)}html[data-resource-entering] .post-navigation--standalone:not(.post-navigation--resource-top){opacity:0;transition:none}html[data-resource-entering][data-resource-entering-active] .post-navigation--standalone:not(.post-navigation--resource-top){opacity:1;transition:opacity .32s cubic-bezier(.22,1,.36,1)}html[data-resource-leaving] .post-navigation--standalone:not(.post-navigation--resource-top){transition:opacity .24s cubic-bezier(.4,0,.6,1)}html[data-resource-leaving][data-resource-leaving-active] .post-navigation--standalone:not(.post-navigation--resource-top){opacity:0}html[data-resource-entering] .post-navigation--resource-top .post-nav-title{opacity:0;transition:none}html[data-resource-entering][data-resource-entering-active] .post-navigation--resource-top .post-nav-title{opacity:1;transition:opacity .32s cubic-bezier(.22,1,.36,1)}html[data-resource-leaving] .post-navigation--resource-top .post-nav-title{transition:opacity .24s cubic-bezier(.4,0,.6,1)}html[data-resource-leaving][data-resource-leaving-active] .post-navigation--resource-top .post-nav-title{opacity:0}@media(prefers-reduced-motion:reduce){html[data-resource-entering] .post-content--resource-detail,html[data-resource-entering][data-resource-entering-active] .post-content--resource-detail,html[data-resource-leaving] .post-content--resource-detail,html[data-resource-leaving][data-resource-leaving-active] .post-content--resource-detail,html[data-resource-entering] .post-navigation--standalone:not(.post-navigation--resource-top),html[data-resource-entering][data-resource-entering-active] .post-navigation--standalone:not(.post-navigation--resource-top),html[data-resource-leaving] .post-navigation--standalone:not(.post-navigation--resource-top),html[data-resource-leaving][data-resource-leaving-active] .post-navigation--standalone:not(.post-navigation--resource-top),html[data-resource-entering] .post-navigation--resource-top .post-nav-title,html[data-resource-entering][data-resource-entering-active] .post-navigation--resource-top .post-nav-title,html[data-resource-leaving] .post-navigation--resource-top .post-nav-title,html[data-resource-leaving][data-resource-leaving-active] .post-navigation--resource-top .post-nav-title{opacity:1!important;transform:none!important;transition:none!important}}body.theme-light{background:var(--w-page-canvas, #dadada)!important}body.theme-dark{background:var(--w-page-background, #1c1c20)!important}.link-card{position:relative;display:flex;flex-direction:column;align-items:stretch;min-width:0;background:#ffffff08;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;border:1px solid rgba(255,255,255,.08);box-shadow:0 2px 10px #00000047;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);transition:border-color .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)}.link-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000004d,inset 0 1px #ffffff26;border-color:#ffffff26}.link-card-primary-hit{position:absolute;inset:0;z-index:1;border-radius:inherit;cursor:pointer}.link-card-primary-hit:focus{outline:none}.link-card:has(.link-card-primary-hit:focus-visible){outline:2px solid rgba(96,165,250,.95);outline-offset:2px}.link-card-image-wrap{position:relative;flex:0 0 auto;width:100%;height:clamp(10rem,24vw,14rem);align-self:stretch;background:#0003;border-bottom:1px solid rgba(255,255,255,.06);overflow:hidden;isolation:isolate}.link-card-image-wrap:before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent),linear-gradient(135deg,#ffffff0f,#ffffff05);background-size:220% 100%,100% 100%;animation:link-card-image-skeleton 1.25s ease-in-out infinite;opacity:1;transition:opacity .24s ease;pointer-events:none}.link-card-image-wrap--loaded:before{opacity:0;animation:none}.link-card-image-wrap img:not(.link-card-external-icon),.link-card-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;position:relative;z-index:1;transition:transform .4s cubic-bezier(.4,0,.2,1)}@keyframes link-card-image-skeleton{0%{background-position:220% 0,0 0}to{background-position:-220% 0,0 0}}.link-card-image-wrap [data-id=w-image-loader]{width:100%!important;height:100%!important;min-width:0;min-height:0;display:block}.link-card-image-wrap [data-id=w-image-loader] img.link-card-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.link-card-external-indicator{position:absolute;top:.75rem;right:.75rem;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;padding:.55rem;border-radius:999px;color:#f9fafb;background:#030712e0;border:1px solid rgba(255,255,255,.34);box-shadow:0 4px 16px #0000007a,inset 0 1px #ffffff38;backdrop-filter:blur(8px) saturate(120%);-webkit-backdrop-filter:blur(8px) saturate(120%);pointer-events:none}.link-card-external-icon{width:100%;height:100%;display:block;filter:invert(1)}.link-card:hover .link-card-image{transform:scale(1.05)}.link-card-content{position:relative;z-index:0;flex:1 1 auto;min-width:0;padding:1rem 1.15rem;display:flex;flex-direction:column;gap:.5rem}.link-card-title{margin:0;font-size:1.05rem;font-weight:600;line-height:1.35;color:#f3f4f6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.link-card-byline{margin:0;font-size:.78rem;color:#cbd5e1;display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;min-width:0}.link-card-author{font-weight:600;color:#e5e7eb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.link-card-byline-sep{color:#ffffff4d}.link-card-site{color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.link-card-resource-link{position:relative;z-index:2;color:#94a3b8;text-decoration:none;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;transition:color .2s ease}.link-card-resource-link:hover,.link-card-resource-link:focus-visible{color:#e5e7eb;text-decoration:underline;text-underline-offset:2px}.link-card-summary{--link-card-summary-lines: 3;margin:0;font-size:.85rem;line-height:1.45;color:#cbd5e1;display:-webkit-box;-webkit-line-clamp:var(--link-card-summary-lines);-webkit-box-orient:vertical;overflow:hidden;flex:0 1 auto;min-height:0}.link-card-date{order:5;margin:0;padding-top:.1rem;font-size:.75rem;color:#9ca3af;letter-spacing:.02em}.link-card-topic-rows{order:4;display:flex;flex-direction:column;gap:.3rem;min-width:0;margin-top:auto;padding-top:.2rem}.link-card-topic-row--subjects:not(.link-card-topic-rows .link-card-topic-row--subjects),.link-card-topic-row--places:not(.link-card-topic-rows .link-card-topic-row--places){order:4;margin-top:auto;padding-top:.2rem}.link-card-topic-row{display:flex;flex-wrap:nowrap;align-items:center;gap:.28rem;min-width:0;overflow:hidden}.link-card-topic-badge{display:inline-flex;align-items:center;flex:0 0 auto;padding:.28rem .5rem;border-radius:8px;font-size:.65rem;font-weight:500;letter-spacing:.02em;color:#e5e7eb;background:linear-gradient(135deg,#ffffff0a,#ffffff0f 45%,#ffffff1c);border:1px solid rgba(255,255,255,.14);box-shadow:0 1px 4px #00000059;white-space:nowrap;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.link-card-topic-badge[hidden]{display:none}.link-card:hover .link-card-topic-badge{background:linear-gradient(135deg,#ffffff0f,#ffffff17 45%,#ffffff24);border-color:#ffffff38;box-shadow:0 1px 5px #0000006b}body.theme-light .link-card{background:var(--w-page-background);border:1px solid rgba(0,0,0,.24);box-shadow:0 1px 2px #0000000f,0 4px 14px #0000001a,0 8px 24px #0000000f}body.theme-light .link-card:hover{box-shadow:0 2px 4px #00000012,0 8px 20px #0000001f,0 16px 40px #00000014;border-color:#0000004d}body.theme-light .link-card-image-wrap{background:#0000000d;border-bottom-color:#00000014}body.theme-light .link-card-image-wrap:before{background:linear-gradient(90deg,transparent,rgba(255,255,255,.75),transparent),linear-gradient(135deg,#0000000f,#00000006);background-size:220% 100%,100% 100%}body.theme-light .link-card-external-indicator{color:#111827;background:#ffffffd1;border-color:#00000029;box-shadow:0 4px 14px #0000002e}body.theme-light .link-card-external-icon{filter:none}body.theme-light .link-card-title{color:#1f2937}body.theme-light .link-card:has(.link-card-primary-hit:focus-visible){outline-color:#2563ebe6}body.theme-light .link-card-resource-link{color:#4b5563}body.theme-light .link-card-resource-link:hover,body.theme-light .link-card-resource-link:focus-visible{color:#1f2937}body.theme-light .link-card-author{color:#374151}body.theme-light .link-card-site{color:#6b7280}body.theme-light .link-card-byline-sep{color:#00000040}body.theme-light .link-card-summary{color:#374151}body.theme-light .link-card-date{color:#6b7280}body.theme-light .link-card-topic-badge{color:var(--pill-topic-light-text);background:var(--pill-topic-light-bg);border:1px solid var(--pill-topic-light-border);box-shadow:var(--pill-topic-light-shadow)}body.theme-light .link-card:hover .link-card-topic-badge{background:var(--pill-topic-light-bg-hover);border-color:var(--pill-topic-light-border-hover)}@media(max-width:639px){.link-card-image-wrap{height:clamp(8.75rem,42vw,12rem)}.link-card-content{padding:.9rem 1rem 1rem;gap:.45rem}.link-card-title{font-size:1rem;line-height:1.3;display:-webkit-box;white-space:normal;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.link-card-byline{flex-wrap:nowrap;overflow:hidden;white-space:nowrap}.link-card-author,.link-card-site,.link-card-resource-link{min-width:0}.link-card-byline-sep{flex:0 0 auto}.link-card-summary{-webkit-line-clamp:4;--link-card-summary-lines: 4}.link-card-topic-rows{gap:.35rem;margin-top:.15rem}.link-card-topic-row--subjects:not(.link-card-topic-rows .link-card-topic-row--subjects),.link-card-topic-row--places:not(.link-card-topic-rows .link-card-topic-row--places){margin-top:.15rem}.link-card-topic-badge{padding:.26rem .48rem;font-size:.68rem;line-height:1.2}.link-card-external-indicator{top:.6rem;right:.6rem;width:2.15rem;height:2.15rem;padding:.5rem}}.resource-socials[data-astro-cid-lwciqz26]{width:100%;margin-top:0;margin-bottom:.4rem;padding-bottom:.65rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.14)}.resource-socials-row[data-astro-cid-lwciqz26]{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:.65rem;margin:0;padding:0;padding-inline-start:0;list-style:none;list-style-type:none}@media(max-width:767px){.resource-socials-row[data-astro-cid-lwciqz26]{max-width:calc(var(--resource-social-max-cols, 4) * 2.65rem + (var(--resource-social-max-cols, 4) - 1) * .65rem);margin-inline:auto}}.resource-socials-item[data-astro-cid-lwciqz26]{display:flex;align-items:center;justify-content:center;margin:0;padding:0;list-style:none;list-style-type:none}.resource-socials-item[data-astro-cid-lwciqz26]::marker{content:none}a[data-astro-cid-lwciqz26].resource-social-btn{display:flex!important;align-items:center;justify-content:center;width:2.65rem;height:2.65rem;padding:0!important;line-height:0!important;text-decoration:none!important;border-radius:9999px!important;--w-tooltip-background: #f3f4f6;--w-tooltip-color: #111827;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease}body.theme-dark a[data-astro-cid-lwciqz26].resource-social-btn{--w-tooltip-background: #374151;--w-tooltip-color: #f9fafb}a[data-astro-cid-lwciqz26].resource-social-btn--monochrome{background:#0f0f0f!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 1px #ffffff0f inset,0 2px 10px #0003}a[data-astro-cid-lwciqz26].resource-social-btn--monochrome:hover{transform:translateY(-2px);border-color:#ffffff38!important;box-shadow:0 1px #ffffff1a inset,0 6px 18px #00000047}.resource-social-mono[data-astro-cid-lwciqz26]{display:block;width:26px;height:26px;flex-shrink:0;pointer-events:none;transition:transform .2s ease;background:linear-gradient(142deg,#c4c9d1,#eceef2 45%,#fff);-webkit-mask-image:var(--social-mask-url);mask-image:var(--social-mask-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}body.theme-dark a[data-astro-cid-lwciqz26].resource-social-btn--monochrome{background:#fff!important;border:1px solid rgba(0,0,0,.12)!important;box-shadow:0 1px #ffffffbf inset,0 2px 10px #00000059}body.theme-dark a[data-astro-cid-lwciqz26].resource-social-btn--monochrome:hover{border-color:#0003!important;box-shadow:0 1px #ffffffe6 inset,0 6px 18px #00000073}body.theme-dark .resource-social-mono[data-astro-cid-lwciqz26]{background:linear-gradient(142deg,#9ca3af,#4b5563 48%,#1a1a1a)}[data-astro-cid-lwciqz26][data-tooltip="RSS Feed"] .resource-social-mono[data-astro-cid-lwciqz26]{transform:scale(1.18)}.resource-social-img-tones[data-astro-cid-lwciqz26]{display:block;width:26px;height:26px;flex-shrink:0;pointer-events:none;object-fit:contain;filter:grayscale(1) contrast(1.12);transition:transform .2s ease,filter .2s ease}body.theme-dark .resource-social-img-tones[data-astro-cid-lwciqz26]{filter:grayscale(1) contrast(1.08) brightness(.88)}a[data-astro-cid-lwciqz26].resource-social-btn:hover .resource-social-img-tones[data-astro-cid-lwciqz26],a[data-astro-cid-lwciqz26].resource-social-btn:hover .resource-social-mono[data-astro-cid-lwciqz26]{transform:scale(1.1)}a[data-astro-cid-lwciqz26].resource-social-btn:focus-visible{outline:2px solid rgba(96,165,250,.9);outline-offset:2px}.resource-social-icon[data-astro-cid-lwciqz26]{display:flex;align-items:center;justify-content:center;width:100%;height:100%;line-height:0}body.theme-light .resource-socials[data-astro-cid-lwciqz26]{border-bottom-color:#0000001f}.resource-taxonomy-block[data-astro-cid-kpp5ouyv]{display:flex;flex-direction:column;gap:.4rem}.resource-taxonomy-heading[data-astro-cid-kpp5ouyv]{font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af}.resource-taxonomy-pills[data-astro-cid-kpp5ouyv]{--marquee-fade: 2.25rem;position:relative;overflow:hidden;padding-block:2px;touch-action:pan-y;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 var(--marquee-fade),#000 calc(100% - var(--marquee-fade)),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 var(--marquee-fade),#000 calc(100% - var(--marquee-fade)),transparent 100%)}.resource-taxonomy-pills-track[data-astro-cid-kpp5ouyv]{display:flex;flex-wrap:nowrap;gap:.4rem;width:max-content;padding:0;backface-visibility:hidden;transform:translateZ(0);-webkit-backface-visibility:hidden}.resource-taxonomy-pills[data-astro-cid-kpp5ouyv][data-pill-marquee=scrolling] .resource-taxonomy-pills-track[data-astro-cid-kpp5ouyv]{will-change:transform}.resource-taxonomy-pills[data-astro-cid-kpp5ouyv] .resource-topic-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .65rem;border-radius:8px;font-size:.8125rem;font-weight:500;line-height:1.25;white-space:nowrap;flex-shrink:0;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.resource-taxonomy-pills[data-astro-cid-kpp5ouyv][data-pill-marquee=static]{-webkit-mask-image:none;mask-image:none}.resource-taxonomy-pills[data-astro-cid-kpp5ouyv][data-pill-marquee=static] .resource-taxonomy-pills-track[data-astro-cid-kpp5ouyv]{transform:none;padding:0;width:auto}.resource-taxonomy-pills[data-astro-cid-kpp5ouyv][data-pill-marquee=static] .resource-taxonomy-pills-track[data-astro-cid-kpp5ouyv]>[data-astro-cid-kpp5ouyv][aria-hidden=true]{display:none}.resource-taxonomy-pills[data-astro-cid-kpp5ouyv][data-pill-marquee=reduced]{-webkit-mask-image:none;mask-image:none}.resource-taxonomy-pills[data-astro-cid-kpp5ouyv][data-pill-marquee=reduced] .resource-taxonomy-pills-track[data-astro-cid-kpp5ouyv]{flex-wrap:wrap;width:auto;padding:0}.resource-taxonomy-pills[data-astro-cid-kpp5ouyv][data-pill-marquee=reduced] .resource-taxonomy-pills-track[data-astro-cid-kpp5ouyv]>[data-astro-cid-kpp5ouyv][aria-hidden=true]{display:none}@media(prefers-reduced-motion:reduce){.resource-taxonomy-pills[data-astro-cid-kpp5ouyv]{-webkit-mask-image:none;mask-image:none}.resource-taxonomy-pills-track[data-astro-cid-kpp5ouyv]{transform:none;flex-wrap:wrap;width:auto;padding:0}.resource-taxonomy-pills-track[data-astro-cid-kpp5ouyv]>[data-astro-cid-kpp5ouyv][aria-hidden=true]{display:none}}body.theme-light .resource-taxonomy-heading[data-astro-cid-kpp5ouyv]{color:#6b7280}.resource-section[data-astro-cid-jh63xd3h]{box-sizing:border-box;width:100%;max-width:var(--content-max-width);margin:var(--spacing-sm) auto var(--spacing-xl);padding:1.5rem;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.resource-section[data-astro-cid-jh63xd3h] h2[data-astro-cid-jh63xd3h]{display:flex;align-items:center;gap:.5rem;margin-top:0;margin-bottom:1rem;font-size:1.125rem;font-weight:600;color:#f3f4f6}body.theme-light .resource-section[data-astro-cid-jh63xd3h]{background:#f9fafb;border:1px solid rgba(0,0,0,.16);box-shadow:0 1px #0000000f,0 1px 3px #00000012}body.theme-light .resource-section[data-astro-cid-jh63xd3h] h2[data-astro-cid-jh63xd3h]{color:#1f2937}.resource-section[data-astro-cid-jh63xd3h].contributors-section h2[data-astro-cid-jh63xd3h]{justify-content:center;width:100%;text-align:center}.resource-section[data-astro-cid-jh63xd3h].contributors-section--single{--contributors-single-card-max: 22rem;width:fit-content;max-width:25rem;margin-inline:auto;box-sizing:border-box}.contributors-section--single[data-astro-cid-jh63xd3h] .contributors-grid[data-astro-cid-jh63xd3h]{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.contributors-section--single[data-astro-cid-jh63xd3h] .contributor-card[data-astro-cid-jh63xd3h]{flex:0 0 auto;width:min(var(--contributors-single-card-max),100%);max-width:min(var(--contributors-single-card-max),100%)}.contributors-grid[data-astro-cid-jh63xd3h]{--contributors-2col-gap: 1rem;display:flex;flex-wrap:wrap;justify-content:center;gap:var(--contributors-2col-gap)}@media(max-width:900px){.contributors-grid[data-astro-cid-jh63xd3h] .contributor-card[data-astro-cid-jh63xd3h]{box-sizing:border-box;flex:0 1 calc((100% - var(--contributors-2col-gap)) / 2);max-width:calc((100% - var(--contributors-2col-gap)) / 2);min-width:0}}@media(min-width:901px){.contributors-grid[data-astro-cid-jh63xd3h]{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.contributors-grid[data-astro-cid-jh63xd3h][data-desktop-cols="1"] .contributor-card[data-astro-cid-jh63xd3h]{flex:0 1 calc((100% - 2 * 1rem) / 3);max-width:calc((100% - 2 * 1rem) / 3)}.contributors-grid[data-astro-cid-jh63xd3h][data-desktop-cols="2"] .contributor-card[data-astro-cid-jh63xd3h]{flex:0 1 calc((100% - 1rem)/2);max-width:calc((100% - 1rem)/2)}.contributors-grid[data-astro-cid-jh63xd3h][data-desktop-cols="3"] .contributor-card[data-astro-cid-jh63xd3h]{flex:0 1 calc((100% - 2 * 1rem) / 3);max-width:calc((100% - 2 * 1rem) / 3)}.contributors-grid[data-astro-cid-jh63xd3h][data-desktop-cols="4"] .contributor-card[data-astro-cid-jh63xd3h]{flex:0 1 calc((100% - 3rem)/4);max-width:calc((100% - 3rem)/4)}.contributors-section--single[data-astro-cid-jh63xd3h] .contributors-grid[data-astro-cid-jh63xd3h][data-desktop-cols="1"] .contributor-card[data-astro-cid-jh63xd3h]{flex:0 0 auto;width:min(var(--contributors-single-card-max),100%);max-width:min(var(--contributors-single-card-max),100%)}}@media(max-width:767px){section[data-astro-cid-jh63xd3h].resource-section.contributors-section{width:100%;max-width:none;margin-top:var(--spacing-md);margin-bottom:0;margin-left:0;margin-right:0;padding:1.25rem var(--spacing-md) var(--spacing-sm);border-radius:0;border-left:none;border-right:none;border-bottom:none;box-shadow:none}body.theme-light section[data-astro-cid-jh63xd3h].resource-section.contributors-section{border-top:1px solid rgba(0,0,0,.18)}section[data-astro-cid-jh63xd3h].resource-section.contributors-section--single{width:100%;max-width:none;margin-left:0;margin-right:0}.contributors-grid[data-astro-cid-jh63xd3h]{--contributors-2col-gap: .65rem;gap:var(--contributors-2col-gap)}}.contributor-card[data-astro-cid-jh63xd3h]{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0;padding:1.25rem 1rem;border-radius:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);color:inherit;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.contributor-card--link[data-astro-cid-jh63xd3h]{cursor:pointer}.contributor-card--link[data-astro-cid-jh63xd3h]:hover{transform:translateY(-3px);border-color:#ffffff24;box-shadow:0 8px 28px #00000059,inset 0 1px #ffffff1a}body.theme-light .contributor-card[data-astro-cid-jh63xd3h]{background:#fff;border:1px solid rgba(0,0,0,.18);box-shadow:0 1px #0000000d,0 1px 3px #00000012}body.theme-light .contributor-card--link[data-astro-cid-jh63xd3h]:hover{box-shadow:0 6px 18px #0000001f;border-color:#0000003d}.contributor-card-media[data-astro-cid-jh63xd3h]{margin-bottom:.85rem}.contributor-card-media[data-astro-cid-jh63xd3h] [data-id=w-image-loader]{width:96px;height:96px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.18);box-shadow:0 4px 16px #00000059;flex-shrink:0}body.theme-light .contributor-card-media[data-astro-cid-jh63xd3h] [data-id=w-image-loader]{border-color:#0000001f;box-shadow:0 2px 8px #0000001f}.contributor-card-media[data-astro-cid-jh63xd3h] [data-id=w-image-loader] img.contributor-photo{border-radius:50%;object-fit:cover;display:block}.contributor-photo-placeholder[data-astro-cid-jh63xd3h]{width:96px;height:96px;border-radius:50%;margin:0 auto;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600;color:#e5e7eb;background:#ffffff14;border:2px solid rgba(255,255,255,.16);box-shadow:0 4px 16px #00000040}body.theme-light .contributor-photo-placeholder[data-astro-cid-jh63xd3h]{color:#4b5563;background:#e5e7eb;border-color:#0000001a;box-shadow:0 2px 8px #00000014}.contributor-card-body[data-astro-cid-jh63xd3h]{width:100%;min-width:0}.contributor-name[data-astro-cid-jh63xd3h]{margin:0 0 .35rem;font-size:.9375rem;font-weight:600;line-height:1.35;color:#f9fafb}body.theme-light .contributor-name[data-astro-cid-jh63xd3h]{color:#111827}.contributor-affiliation[data-astro-cid-jh63xd3h]{margin:0 0 .5rem;font-size:.75rem;font-weight:500;color:#9ca3af;line-height:1.4}body.theme-light .contributor-affiliation[data-astro-cid-jh63xd3h]{color:#6b7280}.contributor-bio[data-astro-cid-jh63xd3h]{margin:0;font-size:.8125rem;line-height:1.55;color:#d1d5db;text-align:center;max-height:175px;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-inline-end:.75rem;box-sizing:border-box;width:96%;max-width:100%;margin-inline:auto}body.theme-light .contributor-bio[data-astro-cid-jh63xd3h]{color:#4b5563}@media(max-width:900px){.resource-section[data-astro-cid-jh63xd3h].contributors-section .contributor-card[data-astro-cid-jh63xd3h]{padding:1rem .4rem}.resource-section[data-astro-cid-jh63xd3h].contributors-section .contributor-bio[data-astro-cid-jh63xd3h]{font-size:.75rem;line-height:1.5;padding-inline-end:.5rem}}@media(max-width:767px){.resource-section[data-astro-cid-jh63xd3h].contributors-section .contributor-card[data-astro-cid-jh63xd3h]{padding:.85rem .3rem}.resource-section[data-astro-cid-jh63xd3h].contributors-section .contributor-bio[data-astro-cid-jh63xd3h]{font-size:.75rem;padding-inline-end:.45rem}}.contributor-website[data-astro-cid-jh63xd3h]{display:inline-flex;margin-top:.65rem;font-size:.75rem;font-weight:600;color:#93c5fd;text-decoration:none}.contributor-card--link[data-astro-cid-jh63xd3h]:hover .contributor-website[data-astro-cid-jh63xd3h]{text-decoration:none;color:#bfdbfe}body.theme-light .contributor-website[data-astro-cid-jh63xd3h]{color:#2563eb}body.theme-light .contributor-card--link[data-astro-cid-jh63xd3h]:hover .contributor-website[data-astro-cid-jh63xd3h]{text-decoration:none;color:#1d4ed8}.contributors-members-link[data-astro-cid-jh63xd3h]{display:flex;justify-content:center;margin-top:1.5rem}.contributors-members-btn[data-astro-cid-jh63xd3h]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:#166534;color:#fff;font-size:.875rem;font-weight:600;text-decoration:none;border-radius:.5rem;border:1px solid rgba(0,0,0,.2);transition:background .2s ease,transform .15s ease}.contributors-members-btn[data-astro-cid-jh63xd3h]:hover{background:#14532d;transform:translateY(-1px)}body.theme-light .contributors-members-btn[data-astro-cid-jh63xd3h]{background:#166534;border-color:#00000026}body.theme-light .contributors-members-btn[data-astro-cid-jh63xd3h]:hover{background:#14532d}.resource-post-nav.post-navigation{display:flex;justify-content:space-between;gap:var(--spacing-md);margin-top:var(--spacing-xl);padding-top:var(--spacing-xl);border-top:1px solid var(--color-border);min-width:0}.resource-post-nav.post-navigation.post-navigation--standalone{box-sizing:border-box;width:min(100%,var(--content-max-width));max-width:var(--content-max-width);margin-left:auto;margin-right:auto;margin-top:var(--spacing-md);padding-inline:var(--spacing-xl);padding-top:var(--spacing-md);padding-bottom:var(--spacing-md);align-items:stretch}.resource-post-nav.post-navigation.post-navigation--standalone.post-navigation--resource-top{margin-top:0;margin-bottom:calc(var(--spacing-md) * .75);padding-top:calc(var(--spacing-sm) * .75);padding-bottom:calc(var(--spacing-md) * .75);border-top:0;border-bottom:none;position:relative}.resource-post-nav.post-navigation.post-navigation--standalone.post-navigation--resource-top:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.06) 3%,rgba(255,255,255,.12) 50%,rgba(255,255,255,.06) 97%,transparent 100%)}:global(body.theme-light) .resource-post-nav.post-navigation.post-navigation--standalone.post-navigation--resource-top:after{background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.04) 3%,rgba(0,0,0,.09) 50%,rgba(0,0,0,.04) 97%,transparent 100%)}.resource-post-nav.post-navigation.post-navigation--standalone .post-nav-link{flex:0 1 auto;width:fit-content;max-width:min(48%,22rem)}.resource-post-nav .post-nav-link{display:flex;align-items:center;padding:var(--spacing-sm);text-decoration:none;color:var(--color-text);border-radius:var(--radius-md);flex:1 1 0;min-width:0;max-width:100%;background-color:transparent;-webkit-tap-highlight-color:transparent}.resource-post-nav .post-nav-link:active{background-color:transparent}.resource-post-nav .post-nav-link:focus{outline:none}.resource-post-nav .post-nav-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.resource-post-nav .post-nav-link :global(svg){flex-shrink:0}.resource-post-nav .post-nav-inner{display:flex;flex-direction:row;align-items:center;gap:var(--spacing-sm);min-width:0;flex:1 1 auto}.resource-post-nav .post-nav-prev .post-nav-head{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:0}.resource-post-nav .post-nav-next .post-nav-inner--next{justify-content:flex-end}.resource-post-nav .post-nav-next .post-nav-head{display:flex;flex-direction:column;align-items:flex-end;text-align:right;min-width:0}.resource-post-nav .post-nav-prev{text-align:left;justify-content:flex-start}.resource-post-nav .post-nav-next{text-align:right;justify-content:flex-end}.resource-post-nav .post-nav-label{display:block;font-size:var(--font-size-sm);color:var(--color-text-muted);margin-bottom:var(--spacing-xs)}.resource-post-nav .post-nav-title{display:block;font-weight:var(--font-weight-bold);font-size:var(--font-size-base);word-break:keep-all;overflow-wrap:break-word}@media(max-width:767px){.resource-post-nav.post-navigation.post-navigation--standalone{margin-top:0;margin-bottom:0;padding-inline:0;padding-top:var(--spacing-xs);padding-bottom:var(--spacing-xs);align-items:stretch;gap:var(--spacing-sm);width:100%;max-width:none}.resource-post-nav.post-navigation.post-navigation--standalone.post-navigation--resource-top{margin-bottom:calc(var(--spacing-sm) * .375);padding-top:calc(var(--spacing-xs) * .75);padding-bottom:calc(var(--spacing-sm) * .375)}.resource-post-nav.post-navigation.post-navigation--standalone .post-nav-link{flex:1 1 0;min-width:0;max-width:none;width:auto}.resource-post-nav .post-nav-chevron{display:flex;align-items:center;justify-content:center;line-height:0}.resource-post-nav .post-nav-chevron :global(svg){width:14px;height:14px}.resource-post-nav .post-nav-prev .post-nav-inner{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:start;column-gap:var(--spacing-xs);row-gap:var(--spacing-sm)}.resource-post-nav .post-nav-prev .post-nav-head{display:contents}.resource-post-nav .post-nav-prev .post-nav-chevron{grid-row:1;grid-column:1;align-self:center}.resource-post-nav .post-nav-prev .post-nav-label{grid-row:1;grid-column:2;margin-bottom:0;align-self:center;line-height:1}.resource-post-nav .post-nav-prev .post-nav-title{grid-row:2;grid-column:1 / -1;align-self:start}.resource-post-nav .post-nav-next .post-nav-inner--next{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-items:start;column-gap:var(--spacing-xs);row-gap:var(--spacing-sm)}.resource-post-nav .post-nav-next .post-nav-head{display:contents}.resource-post-nav .post-nav-next .post-nav-label{grid-row:1;grid-column:1;justify-self:end;margin-bottom:0;align-self:center;line-height:1}.resource-post-nav .post-nav-next .post-nav-chevron{grid-row:1;grid-column:2;align-self:center}.resource-post-nav .post-nav-next .post-nav-title{grid-row:2;grid-column:1 / -1;justify-self:end;text-align:right;align-self:start}.resource-post-nav .post-nav-label{font-size:calc(var(--font-size-sm) * .8)}.resource-post-nav .post-nav-title{font-size:calc(var(--font-size-sm) * .8);line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;min-height:2.7em}}.resource-article-index-banner-section{margin:0;padding:0}.resource-article-index-banner-divider{display:block;width:min(28.8rem,96%);max-width:100%;height:1px;margin:.85rem auto;padding:0;border:0;box-sizing:border-box;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}body.theme-light .resource-article-index-banner-divider{background:linear-gradient(90deg,transparent,rgba(0,0,0,.08),transparent)}.resource-article-index-banner-inner{margin:0;padding:0}.resource-article-index-banner-section+.resource-video-below-socials{margin-top:0;padding-top:0;border-top:0}.resource-article-index-banner{display:block;margin:0;padding:.65rem 1rem;text-decoration:none;color:inherit;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:color-mix(in srgb,var(--w-page-canvas) 72%,rgba(255,255,255,.06));box-shadow:var(--shadow-resource-card);cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.resource-article-index-banner:hover{border-color:#ffffff38;box-shadow:var(--shadow-resource-card-hover, var(--shadow-resource-card))}.resource-article-index-banner:focus-visible{outline:2px solid rgba(168,85,247,.55);outline-offset:2px}body.theme-light .resource-article-index-banner{border-color:#0000001f;background:color-mix(in srgb,var(--w-page-canvas) 88%,rgba(0,0,0,.03))}body.theme-light .resource-article-index-banner:hover{border-color:#0000002e}.resource-article-index-banner-stats{margin:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.3rem .55rem;font-size:.875rem;line-height:1.45;color:#e5e7eb}body.theme-light .resource-article-index-banner-stats{color:#1f2937}.resource-article-index-banner-stat{display:inline-flex;align-items:baseline;gap:.2rem}.resource-article-index-banner-sep{opacity:.55;user-select:none}.resource-article-index-banner-label-mobile{display:none}.resource-article-index-banner-label-desktop{display:inline}@media(max-width:767px){.resource-article-index-banner-label-mobile{display:inline}.resource-article-index-banner-label-desktop{display:none}}.resource-article-index-banner-inner:has(>.resource-article-index-banner+.resource-article-index-banner){display:flex;flex-direction:column;gap:.5rem}.resource-links-view .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}#resource-links-articles.resource-links-view,#resource-links-podcasts.resource-links-view{scroll-margin-top:calc(var(--top-bar-height, 77px) + 7.5rem)}.resource-links-view{--resource-link-card-min-height: 29.5rem;--resource-links-grid-gap: 1.25rem;box-sizing:border-box;width:min(var(--content-max-width, 900px),100vw - 2rem);margin:2rem 50%;padding:1.25rem 1.25rem 1.5rem;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:color-mix(in srgb,var(--w-page-canvas) 78%,rgba(255,255,255,.05));box-shadow:var(--shadow-resource-card),0 -4px 16px #00000059;transform:translate(-50%)}body.theme-light .resource-links-view{border-color:#0000001f;background:color-mix(in srgb,var(--w-page-canvas) 94%,rgba(0,0,0,.02));box-shadow:var(--shadow-resource-card),0 -4px 16px #0000001f}body.theme-light .resource-links-grid-wrap{border-top-color:#2563eb2e;border-bottom-color:#2563eb1f}body.theme-light .resource-links-grid-wrap:before{box-shadow:0 10px 18px 8px #00000024}.resource-links-heading{margin:0 0 1rem;font-size:1.35rem;font-weight:650;letter-spacing:.02em;text-align:center;overflow-wrap:break-word;hyphens:auto;max-width:100%}.resource-links-toolbar{display:flex;flex-wrap:nowrap;gap:.65rem;align-items:stretch;margin-bottom:1.15rem}.resource-links-search{position:relative;flex:1 1 auto;min-width:0}.resource-links-search-field{width:100%;box-sizing:border-box;min-height:2.55rem;padding:.45rem 2.4rem .45rem .85rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.14);background:var(--home-control-surface, rgba(255, 255, 255, .06));color:#e5e7eb;font:inherit}.resource-links-search-field::placeholder{color:#9ca3af}.resource-links-search-field::-webkit-search-cancel-button{display:none}.resource-links-search-clear{position:absolute;top:50%;right:.6rem;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:1.45rem;height:1.45rem;padding:0;border:0;border-radius:999px;background:#ffffff14;color:#d1d5db;font:inherit;font-size:1.05rem;line-height:1;cursor:pointer}.resource-links-search-clear:hover{background:#ffffff29;color:#f9fafb}.resource-links-search-clear[hidden]{display:none}body.theme-light .resource-links-search-field{border-color:#0000002e;background:var(--home-topic-tile-light-bg, rgba(255, 255, 255, .92));color:#1f2937}body.theme-light .resource-links-search-field::placeholder{color:#6b7280}.resource-links-search-submit{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:2.55rem;padding:.5rem 1rem;border-radius:.5rem;font-family:inherit;font-size:.9rem;font-weight:500;cursor:pointer;border:1px solid rgba(255,255,255,.14);background:#3b82f61a;color:#e5e7eb;transition:background .18s ease,border-color .18s ease,transform .12s ease}.resource-links-search-submit:hover{background:#3b82f62e;border-color:#60a5fa59}.resource-links-search-submit:focus-visible{outline:2px solid rgba(96,165,250,.55);outline-offset:2px}body.theme-light .resource-links-search-submit{border-color:#0000002e;background:#3b82f614;color:#1f2937}body.theme-light .resource-links-search-submit:hover{background:#3b82f624;border-color:#2563eb59}.resource-links-grid-wrap{position:relative;max-height:calc(var(--resource-link-card-min-height) + 1rem);overflow-y:auto;overflow-x:hidden;padding:.5rem .5rem 1rem 0;margin-right:-.5rem;scroll-behavior:smooth;border-top:1px solid rgba(96,165,250,.2);border-bottom:1px solid rgba(96,165,250,.14)}.resource-links-grid-wrap:before{content:"";position:sticky;top:0;z-index:4;display:block;height:0;pointer-events:none;box-shadow:0 10px 18px 8px #00000052}.resource-links-grid-wrap::-webkit-scrollbar{width:6px}.resource-links-grid-wrap::-webkit-scrollbar-track{background:#ffffff0a;border-radius:3px}.resource-links-grid-wrap::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.resource-links-grid-wrap::-webkit-scrollbar-thumb:hover{background:#ffffff4d}body.theme-light .resource-links-grid-wrap::-webkit-scrollbar-track{background:#0000000a}body.theme-light .resource-links-grid-wrap::-webkit-scrollbar-thumb{background:#0003}body.theme-light .resource-links-grid-wrap::-webkit-scrollbar-thumb:hover{background:#0000004d}.resource-links-grid{gap:var(--resource-links-grid-gap);width:100%;min-width:0;align-items:stretch}.resource-links-card-shell{min-width:0;height:100%}.resource-links-card-shell .link-card{height:100%;min-height:var(--resource-link-card-min-height)}.resource-links-card-shell .link-card-content{min-height:0}.resource-links-card-shell .link-card-summary{flex:0 0 auto}.resource-links-card-shell .link-card-topic-rows{min-height:3.2rem}.resource-links-card-shell .link-card-topic-row--subjects:not(.link-card-topic-rows .link-card-topic-row--subjects),.resource-links-card-shell .link-card-topic-row--places:not(.link-card-topic-rows .link-card-topic-row--places){min-height:3.2rem;align-items:flex-end}.resource-links-card-shell .link-card-date{min-height:1.1rem}@media(max-width:639px){.resource-links-view{--resource-link-card-min-height: 24rem;max-height:85vh;display:flex;flex-direction:column}.resource-links-heading{font-size:clamp(.85rem,3.8vw,.95rem);line-height:1.25;letter-spacing:.005em;text-align:center;text-wrap:balance;word-break:normal;overflow-wrap:normal}.resource-links-card-shell .link-card,.resource-links-card-shell .link-card-topic-rows{min-height:0}.resource-links-card-shell .link-card-topic-row--subjects:not(.link-card-topic-rows .link-card-topic-row--subjects),.resource-links-card-shell .link-card-topic-row--places:not(.link-card-topic-rows .link-card-topic-row--places){min-height:0;align-items:center}.resource-links-card-shell .link-card-date{min-height:0}.resource-links-grid-wrap{max-height:50vh;flex-shrink:1}.resource-links-meta{flex-shrink:0;margin-top:auto;padding-top:.75rem}}.resource-links-sentinel{width:100%;height:1px;flex-shrink:0}.resource-links-sentinel[hidden]{display:none}.resource-links-load-more-icon{font-size:.85rem}.resource-links-meta{margin:.65rem 0 0;text-align:center;font-size:.92rem;color:#9ca3af;min-height:1.4rem}body.theme-light .resource-links-meta{color:#6b7280}.resource-links-loading.resource-links-loading--inline{width:100%;min-width:0;min-height:3px;margin:0 0 .75rem;box-sizing:border-box}.resource-links-loading[hidden]{visibility:hidden;display:block!important;pointer-events:none}.resource-links-loading[hidden] .resource-links-loading-track{visibility:hidden}.resource-links-loading[hidden] .resource-links-loading-bar{animation:none;visibility:hidden}.resource-links-loading-track{height:3px;width:100%;border-radius:999px;overflow:hidden;background:#ffffff14}.resource-links-loading-bar{height:100%;width:42%;border-radius:inherit;background:linear-gradient(90deg,transparent,rgba(96,165,250,.35),rgba(96,165,250,.95),rgba(96,165,250,.35),transparent);animation:resource-links-loading-slide 1.15s ease-in-out infinite}@keyframes resource-links-loading-slide{0%{transform:translate(-120%)}to{transform:translate(290%)}}body.theme-light .resource-links-loading-track{background:#00000014}body.theme-light .resource-links-loading-bar{background:linear-gradient(90deg,transparent,rgba(37,99,235,.25),rgba(37,99,235,.85),rgba(37,99,235,.25),transparent)}@media(prefers-reduced-motion:reduce){.resource-links-loading:not([hidden]) .resource-links-loading-bar{animation:none;width:100%;transform:none;opacity:.6}}.twitter-tweet:not(.twitter-tweet-rendered){padding:var(--tc-padding, 1em);border:1px solid var(--tc-border-color, #cfd9de)}.twitter-tweet:not(.twitter-tweet-rendered)>:first-child{margin-top:0}.twitter-tweet:not(.twitter-tweet-rendered)>:last-child{margin-bottom:0}.twitter-tweet.twitter-tweet-rendered{color-scheme:normal}lite-youtube{background-color:#000;position:relative;display:block;contain:content;background-position:center center;background-size:cover;cursor:pointer;max-width:720px}lite-youtube:before{content:attr(data-title);display:block;position:absolute;top:0;background-image:linear-gradient(180deg,#000000ab,#0000008a 14%,#00000026 54%,#0000000d 72%,#0000 94%);height:99px;width:100%;font-family:YouTube Noto,Roboto,Arial,Helvetica,sans-serif;color:#eee;text-shadow:0 0 2px rgba(0,0,0,.5);font-size:18px;padding:25px 20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box}lite-youtube:hover:before{color:#fff}lite-youtube:after{content:"";display:block;padding-bottom:56.25%}lite-youtube>iframe{width:100%;height:100%;position:absolute;top:0;left:0;border:0}lite-youtube>.lyt-playbtn{display:block;width:100%;height:100%;background:no-repeat center/68px 48px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');position:absolute;cursor:pointer;z-index:1;filter:grayscale(100%);transition:filter .1s cubic-bezier(0,0,.2,1);border:0}lite-youtube:hover>.lyt-playbtn,lite-youtube .lyt-playbtn:focus{filter:none}lite-youtube.lyt-activated{cursor:unset}lite-youtube.lyt-activated:before,lite-youtube.lyt-activated>.lyt-playbtn{opacity:0;pointer-events:none}.lyt-visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}lite-youtube>iframe{all:unset!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important;border:0!important}lite-vimeo{font-size:10px;background-color:#000;position:relative;display:block;contain:content;background-position:center center;background-size:cover}lite-vimeo:after{content:"";display:block;padding-bottom:56.25%}lite-vimeo>iframe{all:unset!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important;border:0!important}lite-vimeo>.ltv-playbtn{content:"";position:absolute;inset:0;width:100%;background:transparent;outline:0;border:0;cursor:pointer}lite-vimeo>.ltv-playbtn:before{width:6.5em;height:4em;background:#172322bf;opacity:.8;border-radius:.25rem;transition:all .2s cubic-bezier(0,0,.2,1)}lite-vimeo>.ltv-playbtn:focus:before{outline:auto}lite-vimeo:hover>.ltv-playbtn:before{background-color:#00adef;background-color:var(--ltv-color, #00adef);opacity:1}lite-vimeo>.ltv-playbtn:after{border-style:solid;border-width:1em 0 1em 1.7em;border-color:transparent transparent transparent #fff}lite-vimeo>.ltv-playbtn:before,lite-vimeo>.ltv-playbtn:after{content:"";position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}lite-vimeo.ltv-activated:before,lite-vimeo.ltv-activated>.ltv-playbtn{cursor:unset;opacity:0;pointer-events:none}astro-embed-mastodon::part(image-attachment),astro-embed-mastodon::part(audio-attachment),astro-embed-mastodon::part(video-attachment){display:block;width:100%;height:100%;object-fit:cover}astro-embed-mastodon::part(preview-card-authors){font-size:.875em;display:flex;padding:1em;gap:.25em .5em;flex-wrap:wrap;background-color:var(--background-color-surface)}astro-embed-mastodon::part(preview-card-author){display:flex;align-items:center;gap:.25em;font-weight:600;text-decoration:none;color:inherit;white-space:nowrap;overflow:hidden;color:var(--color-primary)}astro-embed-mastodon::part(preview-card-author-name){overflow:hidden;text-overflow:ellipsis}astro-embed-mastodon::part(preview-card-author-avatar){border-radius:50%}astro-embed-mastodon::part(preview-card){border:1px solid var(--border-color, #cfd9de);border-radius:var(--border-radius);overflow:clip}astro-embed-mastodon::part(preview-card-link){display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:var(--border-radius) var(--border-radius) 0 0;outline-offset:-2px}astro-embed-mastodon::part(preview-card-link--no-image){flex-direction:row}astro-embed-mastodon::part(preview-card-image){width:100%;height:auto}astro-embed-mastodon::part(preview-card-image-placeholder){flex:0 0 auto;width:7.5em;aspect-ratio:1;display:grid;place-items:center;background-color:var(--background-color-accent);color:var(--color-secondary)}astro-embed-mastodon::part(preview-card-content){flex:1 1 auto;overflow:hidden;padding:var(--padding, 1em);max-width:100%;display:flex;flex-direction:column;gap:.5em;justify-content:center}astro-embed-mastodon::part(preview-card-provider-name),astro-embed-mastodon::part(preview-card-description){display:block;font-size:.875em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--color-secondary)}astro-embed-mastodon::part(preview-card-title){display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;font-size:1.1875em;line-height:1.25;overflow:hidden;text-overflow:ellipsis;color:var(--color-primary)}astro-embed-mastodon::part(attachments){display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:.125em;overflow:clip;border-radius:var(--border-radius);aspect-ratio:3 / 2}astro-embed-mastodon::part(attachments media-count-1){grid-template-columns:1fr;grid-template-rows:1fr;aspect-ratio:unset}astro-embed-mastodon::part(row-span){grid-row:span 2}astro-embed-mastodon::part(footer){font-size:.875em}astro-embed-mastodon::part(header){display:flex;align-items:center;justify-content:space-between;font-size:.9375em;line-height:1.467em;gap:.667em}astro-embed-mastodon::part(user){display:flex;align-items:center;gap:.667em;overflow:hidden;text-decoration:none;color:inherit}astro-embed-mastodon::part(user-avatar){border-radius:var(--border-radius);width:3em;height:3em;object-fit:cover}astro-embed-mastodon::part(user-content){max-width:100%;display:flex;flex-direction:column;white-space:nowrap;overflow:hidden;color:var(--color-secondary)}astro-embed-mastodon::part(user-display-name){font-weight:600;color:var(--color-primary)}astro-embed-mastodon::part(user-display-name),astro-embed-mastodon::part(user-account){display:block;text-overflow:ellipsis;overflow:hidden}astro-embed-mastodon::part(mastodon-logo){color:var(--color-secondary);width:2.5em;height:2.5em}astro-embed-mastodon::part(quote){border:1px solid var(--border-color, #cfd9de);border-radius:var(--border-radius);padding:.875em;display:flex;flex-direction:column;gap:1em}astro-embed-mastodon::part(quote-header){display:flex;gap:.5em;font-size:.875em}astro-embed-mastodon::part(quote-avatar){border-radius:var(--border-radius)}astro-embed-mastodon::part(quote-display-name){display:flex;flex-direction:column;margin-inline-end:auto;color:var(--color-primary)}astro-embed-mastodon::part(quote-username){font-size:.85em;letter-spacing:.04em;color:var(--color-secondary)}astro-embed-mastodon::part(quote-content){display:flex;flex-direction:column;gap:1em;color:var(--color-primary);font-size:.875em}astro-embed-mastodon::part(subquote){border-radius:var(--border-radius);color:var(--color-secondary);background-color:var(--background-color-surface);padding:.5em .75em;font-size:.875em}astro-embed-mastodon::part(root){--color-scheme--light: light;--color--light: #292938;--color-primary--light: #000;--color-secondary--light: #45455f;--color-link--light: #5653ed;--background-color--light: #fff;--border-color--light: #cfd9de;--background-color-surface--light: #e8e6f0;--background-color-accent--light: #c6bfd9;--color-scheme--dark: dark;--color--dark: #cfd9de;--color-primary--dark: #f0f1ff;--color-secondary--dark: #8b8dac;--color-link--dark: #8886ff;--background-color--dark: #181821;--border-color--dark: #c8cdfe2e;--background-color-surface--dark: #6247e61a;--background-color-accent--dark: #c8cdfe14;--color-scheme: var(--color-scheme--light);--color: var(--color--light);--color-primary: var(--color-primary--light);--color-secondary: var(--color-secondary--light);--color-link: var(--color-link--light);--background-color: var(--background-color--light);--border-color: var(--border-color--light);--background-color-surface: var(--background-color-surface--light);--background-color-accent: var(--background-color-accent--light);--padding: 1em;--border-radius: .5em;--font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif}@media(prefers-color-scheme:dark){astro-embed-mastodon::part(root){--color-scheme: var(--color-scheme--dark);--color: var(--color--dark);--color-primary: var(--color-primary--dark);--color-secondary: var(--color-secondary--dark);--color-link: var(--color-link--dark);--background-color: var(--background-color--dark);--border-color: var(--border-color--dark);--background-color-surface: var(--background-color-surface--dark);--background-color-accent: var(--background-color-accent--dark)}}@supports (--color: light-dark(var(--a), var(--b))){astro-embed-mastodon::part(root){--color-scheme: inherit;--color: light-dark(var(--color--light), var(--color--dark));--color-primary: light-dark( var(--color-primary--light), var(--color-primary--dark) );--color-secondary: light-dark( var(--color-secondary--light), var(--color-secondary--dark) );--color-link: light-dark( var(--color-link--light), var(--color-link--dark) );--background-color: light-dark( var(--background-color--light), var(--background-color--dark) );--border-color: light-dark( var(--border-color--light), var(--border-color--dark) );--background-color-surface: light-dark( var(--background-color-surface--light), var(--background-color-surface--dark) );--background-color-accent: light-dark( var(--background-color-accent--light), var(--background-color-accent--dark) )}}astro-embed-mastodon::part(root){margin:0;border:1px solid var(--border-color, #cfd9de);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:1em;overflow-wrap:anywhere;padding:var(--padding, 1em);font-family:var(--font-family, inherit);color-scheme:var(--color-scheme);color:var(--color);background-color:var(--background-color)}astro-embed-mastodon::part(content){display:flex;flex-direction:column;gap:1.16em;font-size:1.1875em;line-height:1.25;overflow-wrap:break-word;overflow:hidden;text-overflow:ellipsis;color:var(--color-primary)}.external-link[data-astro-cid-stjl7fun]{display:flex;flex-direction:column;width:100%;border:var(--bluesky-card-border);border-radius:var(--bluesky-radius-md);overflow:hidden;text-decoration:none;color:var(--bluesky-color-text);background:var(--bluesky-color-background);transition:var(--bluesky-card-transition)}.thumbnail[data-astro-cid-stjl7fun]{aspect-ratio:var(--bluesky-aspect-ratio-thumb);width:100%;height:auto;object-fit:cover}.content[data-astro-cid-stjl7fun]{padding:var(--bluesky-content-padding)}.domain[data-astro-cid-stjl7fun]{font-size:var(--bluesky-font-size-sm);color:var(--bluesky-color-text-secondary);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.title[data-astro-cid-stjl7fun]{font-weight:var(--bluesky-font-weight-semibold);margin:0;color:var(--bluesky-color-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.description[data-astro-cid-stjl7fun]{font-size:var(--bluesky-font-size-sm);color:var(--bluesky-color-text-secondary);margin:var(--bluesky-space-xs) 0 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.image-grid-container[data-astro-cid-tayatr6q]{width:100%;max-width:var(--bluesky-content-max-width);margin:0 auto;aspect-ratio:var(--bluesky-aspect-ratio-thumb)}.image-grid[data-astro-cid-tayatr6q]{width:100%;height:100%;display:grid;gap:var(--bluesky-space-xs);border-radius:var(--bluesky-radius-md);overflow:hidden}.image-grid-item[data-astro-cid-tayatr6q]{position:relative;overflow:hidden;width:100%;height:100%;background-color:var(--bluesky-color-border)}.image-grid-item[data-astro-cid-tayatr6q] img[data-astro-cid-tayatr6q]{width:100%;height:100%;object-fit:cover}.image-grid--1[data-astro-cid-tayatr6q]{grid-template-columns:1fr}.image-grid--2[data-astro-cid-tayatr6q],.image-grid--3[data-astro-cid-tayatr6q]{grid-template-columns:repeat(2,1fr)}.image-grid--3[data-astro-cid-tayatr6q] .image-grid-item[data-astro-cid-tayatr6q]:first-child{grid-row:span 2}.image-grid--4[data-astro-cid-tayatr6q]{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.media-container[data-astro-cid-kx6yyo6i]{width:100%;overflow:hidden;border-radius:var(--bluesky-radius-md);position:relative;background-color:var(--bluesky-color-border)}.media-container[data-astro-cid-kx6yyo6i]>img[data-astro-cid-kx6yyo6i]{width:100%;height:100%;object-fit:cover}.play-button[data-astro-cid-pkddrwlf]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6rem;height:6rem;border-radius:var(--bluesky-radius-full);background-color:var(--bluesky-color-overlay);display:flex;align-items:center;justify-content:center}.play-icon[data-astro-cid-pkddrwlf]{width:60%;height:60%;object-fit:cover}.thumbnail[data-astro-cid-pkddrwlf]{width:100%;height:100%;object-fit:cover}.avatar[data-astro-cid-manwa2bn]{border-radius:var(--bluesky-radius-full);overflow:hidden;background-color:var(--bluesky-color-border);flex-shrink:0}.avatar[data-astro-cid-manwa2bn] img[data-astro-cid-manwa2bn]{width:100%;height:100%;object-fit:cover}.medium[data-astro-cid-manwa2bn]{width:2.5rem;height:2.5rem}.small[data-astro-cid-manwa2bn]{width:1rem;height:1rem}.post-container[data-astro-cid-focmzavi]{border:var(--bluesky-card-border);border-radius:var(--bluesky-radius-md);display:flex;flex-direction:column;gap:var(--bluesky-space-xs);padding:var(--bluesky-space-sm);text-decoration:none;color:var(--bluesky-color-text);transition:var(--bluesky-card-transition)}.post-link[data-astro-cid-focmzavi]{text-decoration:none}.post-container[data-astro-cid-focmzavi]:hover{background-color:var(--bluesky-color-background-hover)}.user-info[data-astro-cid-focmzavi]{display:flex;gap:var(--bluesky-space-xs);align-items:center}.user-text[data-astro-cid-focmzavi]{font-size:var(--bluesky-font-size-sm);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--bluesky-color-text)}.name[data-astro-cid-focmzavi]{font-weight:var(--bluesky-font-weight-bold);color:var(--bluesky-color-text)}.handle[data-astro-cid-focmzavi]{color:var(--bluesky-color-text-secondary);margin-left:var(--bluesky-space-xs)}.content[data-astro-cid-focmzavi]{font-size:var(--bluesky-font-size-sm);color:var(--bluesky-color-text);margin:0;line-height:var(--bluesky-line-height-normal)}.card[data-astro-cid-ovxpf64e]{display:flex;flex-direction:column;width:100%;border:var(--bluesky-card-border);border-radius:var(--bluesky-radius-md);overflow:hidden;text-decoration:none;color:var(--bluesky-color-text);background:var(--bluesky-color-background);transition:var(--bluesky-card-transition)}.card[data-astro-cid-ovxpf64e]:hover{background:var(--bluesky-color-background-hover)}.cover-image[data-astro-cid-ovxpf64e]{aspect-ratio:var(--bluesky-aspect-ratio-thumb);width:100%;height:auto;object-fit:cover}.content[data-astro-cid-ovxpf64e]{padding:var(--bluesky-content-padding)}.header[data-astro-cid-ovxpf64e]{display:flex;gap:var(--bluesky-card-gap);align-items:center}.avatar[data-astro-cid-ovxpf64e]{width:var(--bluesky-avatar-md);height:var(--bluesky-avatar-md)}.title-group[data-astro-cid-ovxpf64e]{display:flex;flex-direction:column;gap:var(--bluesky-space-2xs)}.title[data-astro-cid-ovxpf64e]{font-weight:var(--bluesky-font-weight-semibold);line-height:var(--bluesky-line-height-title);margin:0;color:var(--bluesky-color-text)}.subtitle[data-astro-cid-ovxpf64e]{font-size:var(--bluesky-font-size-sm);color:var(--bluesky-color-text-secondary);line-height:var(--bluesky-line-height-subtitle);margin:0}.description[data-astro-cid-ovxpf64e]{font-size:var(--bluesky-font-size-sm);color:var(--bluesky-color-text-secondary);line-height:var(--bluesky-line-height-normal);margin:var(--bluesky-space-xs) 0 0 0}.record-with-media[data-astro-cid-ojlygtsz]{display:flex;flex-direction:column;gap:var(--bluesky-space-sm)}.bluesky-post-container{--bluesky-color-overlay: rgba(0, 0, 0, .5);--bluesky-color-link: rgb(59 130 246);--bluesky-color-text--light: #000000;--bluesky-color-text-secondary--light: rgb(66 87 108);--bluesky-color-border--light: #e5e5e5;--bluesky-color-background--light: #ffffff;--bluesky-color-background-hover--light: #fafafa;--bluesky-color-text--dark: white;--bluesky-color-text-secondary--dark: rgb(174, 187, 201);--bluesky-color-border--dark: rgb(46, 64, 82);--bluesky-color-background--dark: hsl(211, 20%, 20%);--bluesky-color-background-hover--dark: hsl(211, 20%, 15%);--bluesky-color-text: var(--bluesky-color-text--light);--bluesky-color-text-secondary: var(--bluesky-color-text-secondary--light);--bluesky-color-border: var(--bluesky-color-border--light);--bluesky-color-background: var(--bluesky-color-background--light);--bluesky-color-background-hover: var( --bluesky-color-background-hover--light );--bluesky-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--bluesky-font-size-sm: .875rem;--bluesky-font-size-base: 1rem;--bluesky-font-size-lg: 1.125rem;--bluesky-font-weight-normal: 400;--bluesky-font-weight-medium: 500;--bluesky-font-weight-semibold: 600;--bluesky-font-weight-bold: 700;--bluesky-line-height-tight: 1.2;--bluesky-line-height-normal: 1.4;--bluesky-line-height-relaxed: 1.6;--bluesky-line-height-title: 21px;--bluesky-line-height-subtitle: 18px;--bluesky-space-2xs: .125rem;--bluesky-space-xs: .25rem;--bluesky-space-sm: .5rem;--bluesky-space-md: .75rem;--bluesky-space-lg: 1rem;--bluesky-space-xl: 1.25rem;--bluesky-space-2xl: 1.5rem;--bluesky-radius-sm: .25rem;--bluesky-radius-md: .5rem;--bluesky-radius-lg: .75rem;--bluesky-radius-full: 9999px;--bluesky-content-max-width: 600px;--bluesky-content-min-width: 300px;--bluesky-content-padding-x: var(--bluesky-space-lg);--bluesky-content-padding-y: var(--bluesky-space-md);--bluesky-content-padding: var(--bluesky-content-padding-y) var(--bluesky-content-padding-x);--bluesky-card-gap: var(--bluesky-space-sm);--bluesky-card-border: 1px solid var(--bluesky-color-border);--bluesky-card-padding: var(--bluesky-content-padding);--bluesky-card-transition: background-color .2s ease;--bluesky-aspect-ratio-thumb: 1.91/1;--bluesky-aspect-ratio-square: 1/1;--bluesky-aspect-ratio-video: 16/9;--bluesky-icon-size-sm: 1rem;--bluesky-icon-size-md: 1.5rem;--bluesky-icon-size-lg: 2rem}@media(prefers-color-scheme:dark){.bluesky-post-container{--bluesky-color-text: var(--bluesky-color-text--light);--bluesky-color-text-secondary: var(--bluesky-color-text-secondary--light);--bluesky-color-border: var(--bluesky-color-border--light);--bluesky-color-background: var(--bluesky-color-background--light);--bluesky-color-background-hover: var( --bluesky-color-background-hover--light )}}@supports (--color: light-dark(var(--a), var(--b))){.bluesky-post-container{--bluesky-color-text: light-dark( var(--bluesky-color-text--light), var(--bluesky-color-text--dark) );--bluesky-color-text-secondary: light-dark( var(--bluesky-color-text-secondary--light), var(--bluesky-color-text-secondary--dark) );--bluesky-color-border: light-dark( var(--bluesky-color-border--light), var(--bluesky-color-border--dark) );--bluesky-color-background: light-dark( var(--bluesky-color-background--light), var(--bluesky-color-background--dark) );--bluesky-color-background-hover: light-dark( var(--bluesky-color-background-hover--light), var(--bluesky-color-background-hover--dark) )}}.post-summary[data-astro-cid-3kblmlr2]{margin:.35rem 0 1.01rem;text-align:center}@media(max-width:767px){.post-summary[data-astro-cid-3kblmlr2]{margin:.35rem 0 .675rem}}.post-summary[data-astro-cid-3kblmlr2] p[data-astro-cid-3kblmlr2]{margin:0;font-size:clamp(1.15rem,2.4vw,1.4rem);line-height:1.55;font-style:italic;font-weight:400;color:#e5e7eb;text-align:center;hyphens:none}body.theme-light .post-summary[data-astro-cid-3kblmlr2] p[data-astro-cid-3kblmlr2]{color:#374151}@media(min-width:768px){.post-summary[data-astro-cid-3kblmlr2] p[data-astro-cid-3kblmlr2]{max-width:65%;margin-inline:auto;overflow-wrap:break-word}}@media(max-width:767px){.post-summary[data-astro-cid-3kblmlr2] p[data-astro-cid-3kblmlr2]{font-size:calc(clamp(1.15rem,2.4vw,1.4rem)*.75)}}.resource-taxonomy[data-astro-cid-3kblmlr2]{display:flex;flex-direction:column;gap:.55rem;margin:.56rem 0}@media(max-width:767px){.resource-taxonomy[data-astro-cid-3kblmlr2]{margin:.375rem 0}}.resource-detail-type-badges[data-astro-cid-3kblmlr2]{margin:0 0 .85rem;text-align:center}.resource-detail-title-sticky[data-astro-cid-3kblmlr2]:has(+.resource-detail-type-badges){padding-bottom:.85rem}.resource-detail-type-badges[data-astro-cid-3kblmlr2]+.post-summary[data-astro-cid-3kblmlr2]{margin-top:0}.resource-detail-type-row[data-astro-cid-3kblmlr2]{display:flex;flex-wrap:wrap;justify-content:center;gap:.45rem}.resource-type-badge.resource-detail-type-badge{font-size:.76rem;padding:.38rem .76rem}.resource-taxonomy-visit[data-astro-cid-3kblmlr2]:has(+.resource-taxonomy-between-rule){padding-bottom:0}.resource-taxonomy-between-rule[data-astro-cid-3kblmlr2]{display:block;width:min(28.8rem,96%);max-width:100%;height:1px;margin:.4rem auto;padding:0;border:0;box-sizing:border-box;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}body.theme-light .resource-taxonomy-between-rule[data-astro-cid-3kblmlr2]{background:linear-gradient(90deg,transparent,rgba(0,0,0,.08),transparent)}.resource-taxonomy-between-rule+.resource-socials{margin-top:0;padding-top:0}.resource-taxonomy-visit[data-astro-cid-3kblmlr2]{margin-top:.3rem;padding-top:.5rem;padding-bottom:.5rem;border-top:1px solid rgba(255,255,255,.1);border-bottom:none}body.theme-light .resource-taxonomy-visit[data-astro-cid-3kblmlr2]{border-top-color:#00000014}.resource-taxonomy-visit+.resource-taxonomy-block{padding-top:.85rem;border-top:1px solid rgba(255,255,255,.1)}body.theme-light .resource-taxonomy-visit+.resource-taxonomy-block{border-top-color:#00000014}.resource-taxonomy-actions[data-astro-cid-3kblmlr2]{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;width:100%;max-width:100%}.resource-video-below-socials[data-astro-cid-3kblmlr2]{margin-top:.75rem;padding-top:.65rem;padding-bottom:.85rem;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.resource-socials+.resource-video-below-socials[data-astro-cid-3kblmlr2]{border-top:none;margin-top:0;padding-top:0}body.theme-light .resource-video-below-socials[data-astro-cid-3kblmlr2]{border-top-color:#00000014;border-bottom-color:#00000014}.resource-video-below-socials[data-astro-cid-3kblmlr2] .resource-video-embed[data-astro-cid-3kblmlr2]{margin-top:0}.resource-video-embed[data-astro-cid-3kblmlr2]{margin-top:.75rem;width:100%;max-width:100%;border-radius:.5rem;overflow:hidden;background:#00000040;border:1px solid rgba(255,255,255,.1)}body.theme-light .resource-video-embed[data-astro-cid-3kblmlr2]{background:#0000000f;border-color:#0000001a}@media(min-width:768px){.resource-video-below-socials[data-astro-cid-3kblmlr2] .resource-video-embed[data-astro-cid-3kblmlr2]{width:75%;max-width:75%;margin-left:auto;margin-right:auto}}.resource-video-embed[data-astro-cid-3kblmlr2] lite-youtube{max-width:100%!important;width:100%}.resource-about-wrap--no-video[data-astro-cid-3kblmlr2]{padding-top:.85rem;border-top:1px solid rgba(255,255,255,.1)}body.theme-light .resource-about-wrap--no-video[data-astro-cid-3kblmlr2]{border-top-color:#00000014}.resource-about-wrap--no-video[data-astro-cid-3kblmlr2] .resource-about-heading[data-astro-cid-3kblmlr2]{margin-top:0}@media(min-width:768px){.resource-about-wrap[data-astro-cid-3kblmlr2]{padding-bottom:.85rem;border-bottom:1px solid rgba(255,255,255,.1)}body.theme-light .resource-about-wrap[data-astro-cid-3kblmlr2]{border-bottom-color:#00000014}}.resource-about-heading[data-astro-cid-3kblmlr2]{margin:1.75rem 0 .75rem;font-size:1.25rem;font-weight:600;color:#f3f4f6}body.theme-light .resource-about-heading[data-astro-cid-3kblmlr2]{color:#1f2937}a.resource-visit-btn{display:flex!important;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;width:100%;max-width:100%;box-sizing:border-box;margin:0;padding:.65rem 1.15rem!important;font-size:.95rem!important;font-weight:600!important;line-height:1.3!important;text-align:center;color:#fff!important;text-decoration:none!important;background:linear-gradient(135deg,color-mix(in srgb,#2563eb 94%,black),#2563eb 45%,color-mix(in srgb,#2563eb 93%,white))!important;border:1px solid rgba(0,0,0,.28)!important;border-radius:8px!important;box-shadow:0 1px 4px #00000059;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}body.theme-light a.resource-visit-btn{border:1px solid rgba(0,0,0,.22)!important;box-shadow:0 1px 2px #00000014,0 2px 6px #0000000f}a.resource-visit-btn:hover{color:#fff!important;background:linear-gradient(135deg,color-mix(in srgb,#3b82f6 94%,black),#3b82f6 45%,color-mix(in srgb,#3b82f6 93%,white))!important;border-color:#00000052!important;box-shadow:0 1px 5px #0000006b}body.theme-light a.resource-visit-btn:hover{border-color:#00000047!important;box-shadow:0 1px 2px #0000001a,0 2px 8px #00000014}a.resource-visit-btn:active{background:linear-gradient(135deg,color-mix(in srgb,#1d4ed8 96%,black),#1d4ed8 45%,color-mix(in srgb,#1d4ed8 92%,white))!important;box-shadow:0 1px 3px #00000059}a.resource-visit-btn svg{flex-shrink:0;opacity:.95}a.resource-youtube-channel-btn{display:flex!important;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;width:100%;max-width:100%;box-sizing:border-box;margin:0;padding:.65rem 1.15rem!important;font-size:.95rem!important;font-weight:600!important;line-height:1.3!important;text-align:center;color:#fff!important;text-decoration:none!important;background:linear-gradient(135deg,color-mix(in srgb,var(--resource-youtube-cta-bg, #a62c24) 92%,black) 0%,var(--resource-youtube-cta-bg, #a62c24) 45%,color-mix(in srgb,var(--resource-youtube-cta-bg, #a62c24) 91%,white) 100%)!important;border:1px solid rgba(0,0,0,.28)!important;border-radius:8px!important;box-shadow:0 1px 4px #00000059;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}body.theme-light a.resource-youtube-channel-btn{border:1px solid rgba(0,0,0,.22)!important;box-shadow:0 1px 2px #00000014,0 2px 6px #0000000f}a.resource-youtube-channel-btn:hover{color:#fff!important;background:linear-gradient(135deg,color-mix(in srgb,var(--resource-youtube-cta-bg, #a62c24) 90%,black),color-mix(in srgb,var(--resource-youtube-cta-bg, #a62c24) 92%,white) 45%,color-mix(in srgb,var(--resource-youtube-cta-bg, #a62c24) 88%,white))!important;border-color:#00000052!important;box-shadow:0 1px 5px #0000006b}body.theme-light a.resource-youtube-channel-btn:hover{border-color:#00000047!important;box-shadow:0 1px 2px #0000001a,0 2px 8px #00000014}a.resource-youtube-channel-btn:active{background:linear-gradient(135deg,color-mix(in srgb,var(--resource-youtube-cta-bg, #a62c24) 96%,black),color-mix(in srgb,var(--resource-youtube-cta-bg, #a62c24) 94%,black) 45%,color-mix(in srgb,var(--resource-youtube-cta-bg, #a62c24) 92%,black))!important;box-shadow:0 1px 3px #00000059}a.resource-support-btn{display:flex!important;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;width:100%;max-width:100%;box-sizing:border-box;margin:0;padding:.65rem 1.15rem!important;font-size:.95rem!important;font-weight:600!important;line-height:1.3!important;text-align:center;color:#fff!important;text-decoration:none!important;background:linear-gradient(135deg,color-mix(in srgb,#16a34a 94%,black),#16a34a 45%,color-mix(in srgb,#16a34a 93%,white))!important;border:1px solid rgba(0,0,0,.28)!important;border-radius:8px!important;box-shadow:0 1px 4px #00000059;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}body.theme-light a.resource-support-btn{border:1px solid rgba(0,0,0,.22)!important;box-shadow:0 1px 2px #00000014,0 2px 6px #0000000f}a.resource-support-btn:hover{color:#fff!important;background:linear-gradient(135deg,color-mix(in srgb,#22c55e 94%,black),#22c55e 45%,color-mix(in srgb,#22c55e 93%,white))!important;border-color:#00000052!important;box-shadow:0 1px 5px #0000006b}body.theme-light a.resource-support-btn:hover{border-color:#00000047!important;box-shadow:0 1px 2px #0000001a,0 2px 8px #00000014}a.resource-support-btn:active{background:linear-gradient(135deg,color-mix(in srgb,#15803d 96%,black),#15803d 45%,color-mix(in srgb,#15803d 92%,white))!important;box-shadow:0 1px 3px #00000059}a.resource-support-btn svg{flex-shrink:0;opacity:.95}.support-text-desktop[data-astro-cid-3kblmlr2]{display:inline}.support-text-mobile[data-astro-cid-3kblmlr2]{display:none}@media(max-width:767px){.support-text-desktop[data-astro-cid-3kblmlr2]{display:none}.support-text-mobile[data-astro-cid-3kblmlr2]{display:inline}}.badge[data-astro-cid-3kblmlr2]{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .65rem;border-radius:8px;font-size:.8125rem;font-weight:500}.badge-difficulty[data-astro-cid-3kblmlr2]{background:#6b7280;color:#fff}.badge-beginner[data-astro-cid-3kblmlr2]{background:#22c55e}.badge-intermediate[data-astro-cid-3kblmlr2]{background:#f59e0b}.badge-advanced[data-astro-cid-3kblmlr2]{background:#ef4444}.badge-all-levels[data-astro-cid-3kblmlr2]{background:#8b5cf6}.post-header-image-wrap[data-astro-cid-3kblmlr2]{margin-bottom:0}@media(max-width:767px){.post-content[data-astro-cid-3kblmlr2].post-content--resource-detail{padding-top:calc(var(--spacing-xl) * .5)}}@media(min-width:768px){.post-header-image-wrap[data-astro-cid-3kblmlr2]{width:85%;max-width:85%;margin-left:auto;margin-right:auto}}.resource-detail-title-rule[data-astro-cid-3kblmlr2]{display:block;width:min(14.4rem,48%);max-width:100%;height:1px;margin:clamp(1.15rem,2.6vw,1.45rem) auto clamp(.45rem,1.1vw,.65rem);padding:0;border:0;box-sizing:border-box;transform:scaleX(1);transform-origin:center center;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--color-primary) 45%,var(--color-border)),transparent);transition:transform .42s cubic-bezier(.4,0,.2,1)}.resource-detail-title-sticky[data-astro-cid-3kblmlr2].is-stuck .resource-detail-title-rule[data-astro-cid-3kblmlr2]{margin:.06rem auto clamp(.45rem,1.1vw,.65rem);transform:scaleX(1.5)}.resource-detail-title-sticky[data-astro-cid-3kblmlr2]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow-x:visible;box-sizing:border-box;padding-top:.32rem;padding-bottom:var(--spacing-md)}.resource-detail-title-sticky[data-astro-cid-3kblmlr2].is-stuck{padding-top:.5rem;padding-bottom:.5rem}.resource-detail-title-sticky-lift[data-astro-cid-3kblmlr2]{width:100%;box-sizing:border-box;margin-top:0}.resource-header-row[data-astro-cid-3kblmlr2]{width:100%;box-sizing:border-box;margin-bottom:0;text-align:center}.post-content .resource-header-row[data-astro-cid-3kblmlr2] h1[data-astro-cid-3kblmlr2]{margin:0 auto;text-align:center;line-height:1.2;font-size:clamp(1.3rem,3.4vw,2.25rem);font-weight:var(--font-weight-bold);max-width:100%;transition:font-size .38s cubic-bezier(.4,0,.2,1),line-height .38s cubic-bezier(.4,0,.2,1)}.post-content .resource-header-row[data-astro-cid-3kblmlr2] h1[data-astro-cid-3kblmlr2].resource-title-compact{font-size:clamp(1.02rem,2.35vw,1.48rem);line-height:1.08}@media(min-width:768px){.resource-detail-title-sticky[data-astro-cid-3kblmlr2].is-stuck .resource-header-row[data-astro-cid-3kblmlr2] h1[data-astro-cid-3kblmlr2]{font-size:clamp(1.02rem,2.35vw,1.48rem);line-height:1.08}}@media(max-width:767px){.post-content .resource-header-row[data-astro-cid-3kblmlr2] h1[data-astro-cid-3kblmlr2]{font-size:clamp(1.2rem,4.2vw,1.55rem);line-height:1.18}html[data-resource-js] .post-content .resource-header-row[data-astro-cid-3kblmlr2] h1[data-astro-cid-3kblmlr2].resource-title-awaiting-mobile-measure{visibility:hidden}html[data-resource-js] .post-content .resource-header-row[data-astro-cid-3kblmlr2] h1[data-astro-cid-3kblmlr2].resource-title-no-initial-transition{transition:none}.resource-detail-title-rule[data-astro-cid-3kblmlr2]{margin:clamp(1rem,2.4vw,1.25rem) auto clamp(.4rem,1vw,.55rem)}.resource-detail-title-sticky[data-astro-cid-3kblmlr2].is-stuck{padding-top:0;padding-bottom:var(--spacing-md)}.resource-detail-title-sticky[data-astro-cid-3kblmlr2].is-stuck .resource-detail-title-rule[data-astro-cid-3kblmlr2]{margin:0 auto clamp(.4rem,1vw,.55rem);transform:scaleX(1.5)}}@media(prefers-reduced-motion:reduce){.post-content .resource-header-row[data-astro-cid-3kblmlr2] h1[data-astro-cid-3kblmlr2],.resource-detail-title-rule[data-astro-cid-3kblmlr2]{transition:none}.resource-detail-title-sticky[data-astro-cid-3kblmlr2].is-stuck .resource-detail-title-rule[data-astro-cid-3kblmlr2]{transform:none}}.resource-articles-contributors-divider[data-astro-cid-3kblmlr2]{display:block;width:min(var(--content-max-width),calc(100vw - 2rem));height:1px;margin:1.25rem 50% .35rem;padding:0;border:0;box-sizing:border-box;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);transform:translate(-50%)}body.theme-light .resource-articles-contributors-divider[data-astro-cid-3kblmlr2]{background:linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent)}.resource-podcasts-articles-divider[data-astro-cid-3kblmlr2]{display:block;width:min(var(--content-max-width),calc(100vw - 2rem));height:1px;margin:.5rem 50% 1.25rem;padding:0;border:0;box-sizing:border-box;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);transform:translate(-50%)}body.theme-light .resource-podcasts-articles-divider[data-astro-cid-3kblmlr2]{background:linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent)}.resource-section[data-astro-cid-3kblmlr2]{margin:2rem 0;padding:1.5rem;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.resource-section[data-astro-cid-3kblmlr2] h2[data-astro-cid-3kblmlr2]{display:flex;align-items:center;gap:.5rem;margin-top:0;margin-bottom:1rem;font-size:1.25rem;font-weight:600;color:#f3f4f6}body.theme-light .resource-section[data-astro-cid-3kblmlr2]{background:#f9fafb;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 3px #0000000f}body.theme-light .resource-section[data-astro-cid-3kblmlr2] h2[data-astro-cid-3kblmlr2]{color:#1f2937}.publications-list[data-astro-cid-3kblmlr2]{list-style:none;padding:0;margin:0}.publication-item[data-astro-cid-3kblmlr2]{padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.publication-item[data-astro-cid-3kblmlr2]:last-child{border-bottom:none}body.theme-light .publication-item[data-astro-cid-3kblmlr2]{border-bottom-color:#e5e7eb}.publication-name[data-astro-cid-3kblmlr2]{font-weight:600;color:#f3f4f6}body.theme-light .publication-name[data-astro-cid-3kblmlr2]{color:#1f2937}.publication-frequency[data-astro-cid-3kblmlr2]{font-size:.875rem;color:#9ca3af;margin-left:.5rem}body.theme-light .publication-frequency[data-astro-cid-3kblmlr2]{color:#6b7280}.publication-item[data-astro-cid-3kblmlr2] p[data-astro-cid-3kblmlr2]{margin:.25rem 0 0;font-size:.875rem;color:#d1d5db}body.theme-light .publication-item[data-astro-cid-3kblmlr2] p[data-astro-cid-3kblmlr2]{color:#4b5563}@media(max-width:767px){.resource-taxonomy-actions a.resource-visit-btn,.resource-taxonomy-actions a.resource-youtube-channel-btn,.resource-taxonomy-actions a.resource-support-btn{min-height:3rem;padding:.5rem .75rem!important;font-size:.8125rem!important;line-height:1.25!important;flex-wrap:nowrap!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}body span.ribbon-featured{position:absolute;top:30px;left:30px;transform:rotate(-45deg) translate(-50%,-50%);transform-origin:top left;pointer-events:none;z-index:10;padding:.35rem 1.5rem;font-family:var(--font-family);font-size:.875rem;font-weight:500;opacity:.9;background:linear-gradient(135deg,#fff,#f5f5f5,#e5e5e5,#d4d4d4,#a3a3a3)!important;border:2px solid rgba(0,0,0,.8)!important;color:#0a0a0a!important;text-shadow:0 1px 0 rgba(255,255,255,.5)}body.theme-light span.ribbon-featured{background:linear-gradient(135deg,#fff,#f5f5f5,#e5e5e5,#d4d4d4,#a3a3a3)!important;border:2px solid rgba(0,0,0,.8)!important;color:#0a0a0a!important;text-shadow:0 1px 0 rgba(255,255,255,.5)}
