@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:5px 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;transition:filter .2s ease,opacity .2s ease}.top-bar-logo:hover img{opacity:1}.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}body.theme-dark .top-bar-logo:hover img{filter:invert(1) hue-rotate(180deg) saturate(3) contrast(1.2) drop-shadow(0 0 8px rgba(255,255,255,.4))}body.theme-light .top-bar-logo:hover img{filter:drop-shadow(0 0 6px rgba(0,0,0,.25))}@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);transition:filter .2s ease,opacity .2s ease}.top-bar-actions{display:flex;align-items:center;gap:.425rem;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:.425rem;flex-shrink:0}.top-bar-nav-link{display:flex;align-items:center;justify-content:center;text-decoration:none;opacity:.7;transition:opacity .2s ease,text-shadow .2s ease;flex-shrink:0}.top-bar-nav-link:hover,.top-bar-nav-link.is-active{opacity:1}.top-bar-nav-label{display:block;font-family:"Aboreto",var(--font-family);font-size:.918rem;font-weight:700;line-height:1;letter-spacing:.06em;white-space:nowrap;color:#1a1a1a;transition:color .2s ease,text-shadow .2s ease;transform:translateY(.5px)}body.theme-dark .top-bar-nav-label{color:#e5e7eb}body.theme-dark .top-bar-nav-link:hover .top-bar-nav-label{color:#fff;text-shadow:0 0 8px rgba(255,255,255,.35)}body.theme-dark .top-bar-nav-link.is-active .top-bar-nav-label{color:#fff;text-shadow:0 0 10px rgba(255,255,255,.45)}body.theme-light .top-bar-nav-link:hover .top-bar-nav-label{color:#0a0a0a;text-shadow:0 0 4px rgba(0,0,0,.18)}body.theme-light .top-bar-nav-link.is-active .top-bar-nav-label{color:#000;text-shadow:0 0 6px rgba(0,0,0,.25)}.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 .top-bar-nav-label{color:#e5e7eb}body.theme-dark .top-bar-mobile-link:hover .top-bar-nav-label{color:#fff;text-shadow:0 0 8px rgba(255,255,255,.35)}body.theme-dark .top-bar-mobile-link.is-active .top-bar-nav-label{color:#fff;text-shadow:0 0 10px rgba(255,255,255,.45)}body.theme-light .top-bar-mobile-link:hover .top-bar-nav-label{color:#0a0a0a;text-shadow:0 0 4px rgba(0,0,0,.18)}body.theme-light .top-bar-mobile-link.is-active .top-bar-nav-label{color:#000;text-shadow:0 0 6px rgba(0,0,0,.25)}.top-bar-mobile-link.top-bar-mobile-rss{gap:.35rem}.top-bar-mobile-rss-icon{display:block;width:auto;height:1.14rem}body.theme-dark .top-bar-mobile-rss-icon{filter:invert(1) hue-rotate(180deg) saturate(3) contrast(1.2)}body.theme-dark .top-bar-mobile-link.top-bar-mobile-rss:hover .top-bar-mobile-rss-icon{filter:invert(1) hue-rotate(180deg) saturate(4) contrast(1.4) brightness(1.2)}body.theme-light .top-bar-mobile-rss-icon{filter:none}body.theme-light .top-bar-mobile-link.top-bar-mobile-rss:hover .top-bar-mobile-rss-icon{filter:brightness(.3) contrast(1.3)}.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-label{font-size:.95rem}}.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;overflow:hidden}.resource-topic-row .resource-topic-badge{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resource-topic-marquee{--marquee-fade: 1.25rem;position:relative;width:100%;min-width:0;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-topic-marquee-track{display:flex;flex-wrap:nowrap;align-items:center;gap:.28rem;width:max-content;padding:0;backface-visibility:hidden;transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:transform}.resource-topic-marquee[data-pill-marquee=static]{-webkit-mask-image:none;mask-image:none}.resource-topic-marquee[data-pill-marquee=static] .resource-topic-marquee-track{transform:none;width:auto}.resource-topic-marquee[data-pill-marquee=static] .resource-topic-marquee-track>[aria-hidden=true]{display:none}.resource-topic-marquee[data-pill-marquee=reduced]{-webkit-mask-image:none;mask-image:none}.resource-topic-marquee[data-pill-marquee=reduced] .resource-topic-marquee-track{flex-wrap:wrap;width:auto}.resource-topic-marquee[data-pill-marquee=reduced] .resource-topic-marquee-track>[aria-hidden=true]{display:none}.resource-topic-marquee .resource-topic-badge{flex:0 0 auto;min-width:0;justify-content:center;white-space:nowrap;overflow:visible;text-overflow:clip}@media(prefers-reduced-motion:reduce){.resource-topic-marquee{-webkit-mask-image:none;mask-image:none}}.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-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:.125rem;padding-bottom:max(.125rem,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:.3rem;text-align:center;padding-block:.125rem!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:.1rem;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;padding-block:.125rem}}.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:.63rem;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)}@media(min-width:768px){body.theme-dark>footer,body.theme-light>footer{padding-top:.1rem;padding-bottom:calc(.1rem + env(safe-area-inset-bottom,0px))}body.theme-dark>footer [class*=subtext],body.theme-light>footer [class*=subtext]{padding-block:.1rem!important}body.theme-dark>footer [class*=subtext] span,body.theme-light>footer [class*=subtext] span{font-size:.8rem!important}.footer-contact-btn{min-height:1.3rem;padding-block:.1rem}}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}.resource-socials[data-astro-cid-ntjw5jbi]{width:100%;margin-top:0;margin-bottom:.4rem;padding-bottom:.65rem;text-align:center;border-bottom:1px solid #ffffff24}.resource-socials-row[data-astro-cid-ntjw5jbi]{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}.resource-socials-row--single-row[data-astro-cid-ntjw5jbi]{flex-wrap:nowrap;max-width:none}@media(width<=767px){.resource-socials-row[data-astro-cid-ntjw5jbi]:not(.resource-socials-row--single-row){max-width:calc(var(--resource-social-max-cols, 4) * 2.65rem + (var(--resource-social-max-cols, 4) - 1) * .65rem);margin-inline:auto}.resource-socials-row--single-row[data-astro-cid-ntjw5jbi]{flex-wrap:nowrap;max-width:none;margin-inline:0}}.resource-socials-item[data-astro-cid-ntjw5jbi]{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-ntjw5jbi]::marker{content:none}a[data-astro-cid-ntjw5jbi].resource-social-btn{align-items:center;justify-content:center;width:2.65rem;height:2.65rem;--w-tooltip-background: #f3f4f6;--w-tooltip-color: #111827;transition:transform .2s,box-shadow .2s,border-color .2s,background-color .2s;display:flex!important;padding:0!important;line-height:0!important;text-decoration:none!important;border-radius:9999px!important}body.theme-dark a[data-astro-cid-ntjw5jbi].resource-social-btn{--w-tooltip-background: #374151;--w-tooltip-color: #f9fafb}a[data-astro-cid-ntjw5jbi].resource-social-btn--monochrome{box-shadow:inset 0 1px #ffffff0f,0 2px 10px #0003;background:#0f0f0f!important;border:1px solid #ffffff24!important}a[data-astro-cid-ntjw5jbi].resource-social-btn--monochrome:hover{transform:translateY(-2px);box-shadow:inset 0 1px #ffffff1a,0 6px 18px #00000047;border-color:#ffffff38!important}.resource-social-mono[data-astro-cid-ntjw5jbi]{display:block;width:26px;height:26px;flex-shrink:0;pointer-events:none;transition:transform .2s;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-ntjw5jbi].resource-social-btn--monochrome{box-shadow:inset 0 1px #ffffffbf,0 2px 10px #00000059;background:#fff!important;border:1px solid #0000001f!important}body.theme-dark a[data-astro-cid-ntjw5jbi].resource-social-btn--monochrome:hover{box-shadow:inset 0 1px #ffffffe6,0 6px 18px #00000073;border-color:#0003!important}body.theme-dark .resource-social-mono[data-astro-cid-ntjw5jbi]{background:linear-gradient(142deg,#9ca3af,#4b5563 48%,#1a1a1a)}[data-astro-cid-ntjw5jbi][data-tooltip="RSS Feed"] .resource-social-mono[data-astro-cid-ntjw5jbi]{transform:scale(1.18)}.resource-social-img-tones[data-astro-cid-ntjw5jbi]{display:block;width:26px;height:26px;flex-shrink:0;pointer-events:none;object-fit:contain;filter:grayscale() contrast(1.12);transition:transform .2s,filter .2s}body.theme-dark .resource-social-img-tones[data-astro-cid-ntjw5jbi]{filter:grayscale() contrast(1.08) brightness(.88)}a[data-astro-cid-ntjw5jbi].resource-social-btn:hover .resource-social-img-tones[data-astro-cid-ntjw5jbi],a[data-astro-cid-ntjw5jbi].resource-social-btn:hover .resource-social-mono[data-astro-cid-ntjw5jbi]{transform:scale(1.1)}a[data-astro-cid-ntjw5jbi].resource-social-btn:focus-visible{outline:2px solid #60a5fae6;outline-offset:2px}.resource-social-icon[data-astro-cid-ntjw5jbi]{display:flex;align-items:center;justify-content:center;width:100%;height:100%;line-height:0}body.theme-light .resource-socials[data-astro-cid-ntjw5jbi]{border-bottom-color:#0000001f}.resource-taxonomy-block[data-astro-cid-hkxrjssm]{display:flex;flex-direction:column;gap:.4rem}.resource-taxonomy-heading[data-astro-cid-hkxrjssm]{font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af}.resource-taxonomy-pills[data-astro-cid-hkxrjssm]{--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-hkxrjssm]{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-hkxrjssm][data-pill-marquee=scrolling] .resource-taxonomy-pills-track[data-astro-cid-hkxrjssm]{will-change:transform}.resource-taxonomy-pills[data-astro-cid-hkxrjssm] .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-hkxrjssm][data-pill-marquee=static]{-webkit-mask-image:none;mask-image:none}.resource-taxonomy-pills[data-astro-cid-hkxrjssm][data-pill-marquee=static] .resource-taxonomy-pills-track[data-astro-cid-hkxrjssm]{transform:none;padding:0;width:auto}.resource-taxonomy-pills[data-astro-cid-hkxrjssm][data-pill-marquee=static] .resource-taxonomy-pills-track[data-astro-cid-hkxrjssm]>[data-astro-cid-hkxrjssm][aria-hidden=true]{display:none}.resource-taxonomy-pills[data-astro-cid-hkxrjssm][data-pill-marquee=reduced]{-webkit-mask-image:none;mask-image:none}.resource-taxonomy-pills[data-astro-cid-hkxrjssm][data-pill-marquee=reduced] .resource-taxonomy-pills-track[data-astro-cid-hkxrjssm]{flex-wrap:wrap;width:auto;padding:0}.resource-taxonomy-pills[data-astro-cid-hkxrjssm][data-pill-marquee=reduced] .resource-taxonomy-pills-track[data-astro-cid-hkxrjssm]>[data-astro-cid-hkxrjssm][aria-hidden=true]{display:none}@media(prefers-reduced-motion:reduce){.resource-taxonomy-pills[data-astro-cid-hkxrjssm]{-webkit-mask-image:none;mask-image:none}.resource-taxonomy-pills-track[data-astro-cid-hkxrjssm]{transform:none;flex-wrap:wrap;width:auto;padding:0}.resource-taxonomy-pills-track[data-astro-cid-hkxrjssm]>[data-astro-cid-hkxrjssm][aria-hidden=true]{display:none}}body.theme-light .resource-taxonomy-heading[data-astro-cid-hkxrjssm]{color:#6b7280}.resource-section[data-astro-cid-xep2bl6s]{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 #ffffff14;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.resource-section[data-astro-cid-xep2bl6s] h2[data-astro-cid-xep2bl6s]{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-xep2bl6s]{background:#f9fafb;border:1px solid #00000029;box-shadow:0 1px #0000000f,0 1px 3px #00000012}body.theme-light .resource-section[data-astro-cid-xep2bl6s] h2[data-astro-cid-xep2bl6s]{color:#1f2937}.resource-section[data-astro-cid-xep2bl6s].contributors-section h2[data-astro-cid-xep2bl6s]{justify-content:center;width:100%;text-align:center}.resource-section[data-astro-cid-xep2bl6s].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-xep2bl6s] .contributors-grid[data-astro-cid-xep2bl6s]{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.contributors-section--single[data-astro-cid-xep2bl6s] .contributor-card[data-astro-cid-xep2bl6s]{flex:none;width:min(var(--contributors-single-card-max),100%);max-width:min(var(--contributors-single-card-max),100%)}.contributors-grid[data-astro-cid-xep2bl6s]{--contributors-2col-gap: 1rem;display:flex;flex-wrap:wrap;justify-content:center;gap:var(--contributors-2col-gap)}@media(width<=900px){.contributors-grid[data-astro-cid-xep2bl6s] .contributor-card[data-astro-cid-xep2bl6s]{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(width>=901px){.contributors-grid[data-astro-cid-xep2bl6s]{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.contributors-grid[data-astro-cid-xep2bl6s][data-desktop-cols="1"] .contributor-card[data-astro-cid-xep2bl6s]{flex:0 calc(33.3333% - .666667rem);max-width:calc(33.3333% - .666667rem)}.contributors-grid[data-astro-cid-xep2bl6s][data-desktop-cols="2"] .contributor-card[data-astro-cid-xep2bl6s]{flex:0 calc(50% - .5rem);max-width:calc(50% - .5rem)}.contributors-grid[data-astro-cid-xep2bl6s][data-desktop-cols="3"] .contributor-card[data-astro-cid-xep2bl6s]{flex:0 calc(33.3333% - .666667rem);max-width:calc(33.3333% - .666667rem)}.contributors-grid[data-astro-cid-xep2bl6s][data-desktop-cols="4"] .contributor-card[data-astro-cid-xep2bl6s]{flex:0 calc(25% - .75rem);max-width:calc(25% - .75rem)}.contributors-section--single[data-astro-cid-xep2bl6s] .contributors-grid[data-astro-cid-xep2bl6s][data-desktop-cols="1"] .contributor-card[data-astro-cid-xep2bl6s]{flex:none;width:min(var(--contributors-single-card-max),100%);max-width:min(var(--contributors-single-card-max),100%)}}@media(width<=767px){section[data-astro-cid-xep2bl6s].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-xep2bl6s].resource-section.contributors-section{border-top:1px solid #0000002e}section[data-astro-cid-xep2bl6s].resource-section.contributors-section--single{width:100%;max-width:none;margin-left:0;margin-right:0}.contributors-grid[data-astro-cid-xep2bl6s]{--contributors-2col-gap: .65rem;gap:var(--contributors-2col-gap)}}.contributor-card[data-astro-cid-xep2bl6s]{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 #ffffff14;color:inherit;text-decoration:none;transition:transform .25s,box-shadow .25s,border-color .25s}.contributor-card--link[data-astro-cid-xep2bl6s]{cursor:pointer}.contributor-card--link[data-astro-cid-xep2bl6s]: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-xep2bl6s]{background:#fff;border:1px solid #0000002e;box-shadow:0 1px #0000000d,0 1px 3px #00000012}body.theme-light .contributor-card--link[data-astro-cid-xep2bl6s]:hover{box-shadow:0 6px 18px #0000001f;border-color:#0000003d}.contributor-card-media[data-astro-cid-xep2bl6s]{margin-bottom:.85rem}.contributor-card-media[data-astro-cid-xep2bl6s] [data-id=w-image-loader]{width:96px;height:96px;border-radius:50%;overflow:hidden;border:2px solid #ffffff2e;box-shadow:0 4px 16px #00000059;flex-shrink:0}body.theme-light .contributor-card-media[data-astro-cid-xep2bl6s] [data-id=w-image-loader]{border-color:#0000001f;box-shadow:0 2px 8px #0000001f}.contributor-card-media[data-astro-cid-xep2bl6s] [data-id=w-image-loader] img.contributor-photo{border-radius:50%;object-fit:cover;display:block}.contributor-photo-placeholder[data-astro-cid-xep2bl6s]{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 #ffffff29;box-shadow:0 4px 16px #00000040}body.theme-light .contributor-photo-placeholder[data-astro-cid-xep2bl6s]{color:#4b5563;background:#e5e7eb;border-color:#0000001a;box-shadow:0 2px 8px #00000014}.contributor-card-body[data-astro-cid-xep2bl6s]{width:100%;min-width:0}.contributor-name[data-astro-cid-xep2bl6s]{margin:0 0 .35rem;font-size:.9375rem;font-weight:600;line-height:1.35;color:#f9fafb}body.theme-light .contributor-name[data-astro-cid-xep2bl6s]{color:#111827}.contributor-affiliation[data-astro-cid-xep2bl6s]{margin:0 0 .5rem;font-size:.75rem;font-weight:500;color:#9ca3af;line-height:1.4}body.theme-light .contributor-affiliation[data-astro-cid-xep2bl6s]{color:#6b7280}.contributor-bio[data-astro-cid-xep2bl6s]{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-xep2bl6s]{color:#4b5563}@media(width<=900px){.resource-section[data-astro-cid-xep2bl6s].contributors-section .contributor-card[data-astro-cid-xep2bl6s]{padding:1rem .4rem}.resource-section[data-astro-cid-xep2bl6s].contributors-section .contributor-bio[data-astro-cid-xep2bl6s]{font-size:.75rem;line-height:1.5;padding-inline-end:.5rem}}@media(width<=767px){.resource-section[data-astro-cid-xep2bl6s].contributors-section .contributor-card[data-astro-cid-xep2bl6s]{padding:.85rem .3rem}.resource-section[data-astro-cid-xep2bl6s].contributors-section .contributor-bio[data-astro-cid-xep2bl6s]{font-size:.75rem;padding-inline-end:.45rem}}.contributor-website[data-astro-cid-xep2bl6s]{display:inline-flex;margin-top:.65rem;font-size:.75rem;font-weight:600;color:#93c5fd;text-decoration:none}.contributor-card--link[data-astro-cid-xep2bl6s]:hover .contributor-website[data-astro-cid-xep2bl6s]{text-decoration:none;color:#bfdbfe}body.theme-light .contributor-website[data-astro-cid-xep2bl6s]{color:#2563eb}body.theme-light .contributor-card--link[data-astro-cid-xep2bl6s]:hover .contributor-website[data-astro-cid-xep2bl6s]{text-decoration:none;color:#1d4ed8}.contributors-members-link[data-astro-cid-xep2bl6s]{display:flex;justify-content:center;margin-top:1.5rem}.contributors-members-btn[data-astro-cid-xep2bl6s]{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 #0003;transition:background .2s,transform .15s}.contributors-members-btn[data-astro-cid-xep2bl6s]:hover{background:#14532d;transform:translateY(-1px)}body.theme-light .contributors-members-btn[data-astro-cid-xep2bl6s]{background:#166534;border-color:#00000026}body.theme-light .contributors-members-btn[data-astro-cid-xep2bl6s]: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}.resource-article-index-banner-stat-link{display:inline;margin:0;padding:0;border:0;background:none;font:inherit;color:inherit;text-decoration:none;cursor:pointer;border-radius:6px}.resource-article-index-banner-stat-link:hover .resource-article-index-banner-stat{text-decoration:underline;text-underline-offset:2px}.resource-article-index-banner-stat-link:focus-visible{outline:2px solid rgba(168,85,247,.55);outline-offset:2px}.resource-article-index-banner--combined{cursor:default}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:0}.resource-links-view{--resource-link-card-min-height: 29.5rem;--resource-links-grid-gap: 1.25rem;position:relative;box-sizing:border-box;width:100%;max-width:100%;min-width:0;overflow-x:clip;margin:var(--spacing-lg) 0;padding:1.25rem 0 1.5rem;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14);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}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}.resource-links-header{box-sizing:border-box;width:min(var(--content-max-width, 900px),100% - 2 * var(--page-inline-gutter));margin:0 auto;padding:0 var(--page-inline-gutter)}.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%}@media(max-width:639px){.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-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;width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;border-top:1px solid rgba(96,165,250,.2);border-bottom:1px solid rgba(96,165,250,.14);-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 10%,#000 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,#000 10%,#000 90%,transparent 100%)}.resource-links-grid-wrap--at-start{-webkit-mask-image:linear-gradient(to right,#000 0%,#000 90%,transparent 100%);mask-image:linear-gradient(to right,#000 0%,#000 90%,transparent 100%)}.resource-links-grid-wrap--at-end{-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 10%,#000 100%);mask-image:linear-gradient(to right,transparent 0%,#000 10%,#000 100%)}.resource-links-grid-wrap--at-start.resource-links-grid-wrap--at-end{-webkit-mask-image:none;mask-image:none}.resource-links-grid-wrap::-webkit-scrollbar{display:none}@media(prefers-reduced-motion:reduce){.resource-links-grid-wrap,.resource-links-grid-wrap--at-start,.resource-links-grid-wrap--at-end,.resource-links-grid-wrap--at-start.resource-links-grid-wrap--at-end{-webkit-mask-image:none;mask-image:none}}.resource-links-carousel{position:relative;width:100%;max-width:100%;min-width:0;overflow:visible}.resource-links-grid{display:flex;flex-wrap:nowrap;gap:var(--resource-links-grid-gap);width:max-content;min-width:0;align-items:stretch;padding:.5rem var(--page-inline-gutter) 1rem}.resource-links-card-shell{flex:0 0 auto;width:clamp(27rem,45vw,34rem);height:auto}.resource-links-card-shell .link-card,.resource-links-card-shell .video-card{height:100%;min-height:var(--resource-link-card-min-height)}.resource-links-view[data-type=podcast]{--podcast-shell-width: calc(min(var(--content-max-width, 900px), calc(100vw - 2rem) ) - 2.5rem) }.resource-links-view[data-type=podcast] .resource-links-grid{align-items:stretch}.resource-links-view[data-type=podcast] .resource-links-card-shell{display:flex;flex-direction:column;width:var(--podcast-shell-width);height:auto;align-self:stretch}.resource-links-view[data-type=podcast] .resource-links-card-shell .podcast-card{flex:1 1 auto;width:100%;min-width:0;height:100%;overflow:hidden}.resource-links-view[data-type=podcast] .podcast-card-image-wrap{min-height:0;align-self:stretch}.resource-links-view[data-type=podcast] .podcast-card-content{display:flex;flex-direction:column;min-height:0;height:100%;overflow:hidden}.resource-links-view[data-type=podcast] .podcast-card-header-row,.resource-links-view[data-type=podcast] .podcast-card-byline{flex:0 0 auto}.resource-links-view[data-type=podcast] .podcast-card-summary{flex:0 1 auto;min-height:0;margin-bottom:0;-webkit-line-clamp:3}.resource-links-view[data-type=podcast] .podcast-card-meta-row{flex:0 0 auto;margin-top:auto;margin-bottom:.35rem}.resource-links-view[data-type=podcast] .podcast-card-bottom-row{flex:0 0 auto;margin-top:0;margin-bottom:0}.resource-links-card-shell .link-card-content{min-height:0}.resource-links-card-shell .link-card-summary{flex:1 1 auto;min-height:0}.resource-links-card-shell .link-card-topic-marquee{min-height:1.65rem;flex:0 0 auto}.resource-links-view[data-type=podcast] .podcast-card-topic-stack .link-card-topic-marquee{order:unset;margin-top:0;padding-top:0;--marquee-fade: .85rem}.resource-links-card-shell .link-card-date{min-height:1.1rem}@media(max-width:639px){.resource-links-view{--resource-link-card-min-height: 0;--resource-links-grid-gap: 1rem;--resource-links-mobile-card-width: clamp(17rem, 80vw, 26rem);--resource-links-mobile-grid-padding-top: .35rem;--resource-links-mobile-image-height: clamp(6.75rem, 32vw, 8.25rem);--resource-links-mobile-card-height: min(24rem, calc(100svh - 11.75rem) );margin:.9rem 0;padding:.8rem 0 .75rem}.resource-links-heading{margin-bottom:.55rem}.resource-links-toolbar{margin-bottom:.65rem}.resource-links-search-field,.resource-links-search-submit{min-height:2.25rem}.resource-links-loading.resource-links-loading--inline{margin-bottom:.4rem}.resource-links-grid-wrap{-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 9%,#000 91%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,#000 9%,#000 91%,transparent 100%)}.resource-links-grid-wrap--at-start{-webkit-mask-image:linear-gradient(to right,#000 0%,#000 91%,transparent 100%);mask-image:linear-gradient(to right,#000 0%,#000 91%,transparent 100%)}.resource-links-grid-wrap--at-end{-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 9%,#000 100%);mask-image:linear-gradient(to right,transparent 0%,#000 9%,#000 100%)}.resource-links-grid{padding-top:var(--resource-links-mobile-grid-padding-top);padding-bottom:.45rem}.resource-links-card-shell{flex:0 0 var(--resource-links-mobile-card-width);width:var(--resource-links-mobile-card-width);max-width:var(--resource-links-mobile-card-width);min-width:0}.resource-links-card-shell .link-card{width:100%;max-width:100%;min-width:0;height:var(--resource-links-mobile-card-height);max-height:var(--resource-links-mobile-card-height);overflow:hidden}.resource-links-card-shell .link-card-image-wrap{height:var(--resource-links-mobile-image-height)}.resource-links-card-shell .link-card-content{flex:1 1 auto;min-height:0;padding:.65rem .85rem .75rem;gap:.35rem}.resource-links-card-shell .link-card-title{font-size:.95rem;line-height:1.24}.resource-links-card-shell .link-card-byline,.resource-links-card-shell .link-card-summary,.resource-links-card-shell .link-card-date{font-size:.75rem}.resource-links-card-shell .link-card-summary{flex:1 1 auto;min-height:0;--link-card-summary-lines: 4;-webkit-line-clamp:4;line-height:1.35}.resource-links-view[data-type=podcast] .resource-links-grid{align-items:stretch}.resource-links-view[data-type=podcast] .resource-links-card-shell{display:flex;flex-direction:column;flex:0 0 var(--resource-links-mobile-card-width);width:var(--resource-links-mobile-card-width);max-width:var(--resource-links-mobile-card-width);min-width:0;align-self:stretch}.resource-links-view[data-type=podcast] .resource-links-card-shell .podcast-card{flex:1 1 auto;width:100%;min-width:0;max-width:100%;height:var(--resource-links-mobile-card-height);max-height:var(--resource-links-mobile-card-height);overflow:hidden;grid-template-rows:auto 1fr}.resource-links-view[data-type=podcast] .podcast-card-content{display:flex;flex-direction:column;min-height:0;height:100%;overflow:hidden;padding:.65rem .85rem .75rem;gap:.25rem}.resource-links-view[data-type=podcast] .podcast-card-summary{flex:0 1 auto;min-height:0;margin-bottom:0;font-size:.78rem;line-height:1.35;-webkit-line-clamp:3}.resource-links-view[data-type=podcast] .podcast-card-meta-row{flex:0 0 auto;margin-top:auto;margin-bottom:.25rem}.resource-links-view[data-type=podcast] .podcast-card-bottom-row{flex:0 0 auto;margin-top:0;margin-bottom:0;flex-direction:row;align-items:center;gap:.45rem}.resource-links-view[data-type=podcast] .podcast-card-header-row{margin-bottom:.2rem}.resource-links-view[data-type=podcast] .podcast-card-title{font-size:.95rem;line-height:1.24}.resource-links-view[data-type=podcast] .podcast-card-byline{margin-bottom:.25rem;font-size:.75rem;line-height:1.3}.resource-links-view[data-type=podcast] .podcast-card-platform-links--mobile{padding-bottom:0;margin-bottom:0}.resource-links-card-shell .link-card-topic-marquee,.resource-links-card-shell .link-card-date{min-height:0}.resource-links-meta{min-height:1rem;margin-top:.35rem;font-size:.78rem;line-height:1.25}}.resource-links-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:100;display:inline-flex;align-items:center;justify-content:center;width:3.75rem;height:3.75rem;padding:0;border:1px solid rgba(255,255,255,.45);border-radius:999px;background:#0f172ae0;color:#fff;font-size:2rem;line-height:1;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 6px 22px #00000073,0 0 18px #60a5fa40,inset 0 1px #ffffff2e;text-shadow:0 1px 2px rgba(0,0,0,.4);transition:opacity .15s ease,background .15s ease,transform .12s ease,box-shadow .15s ease}@media(hover:hover)and (pointer:fine){.resource-links-nav:hover:not(:disabled){background:#0f172af5;transform:translateY(-50%) scale(1.08);box-shadow:0 8px 28px #00000080,0 0 24px #60a5fa61,inset 0 1px #ffffff38}}.resource-links-nav:disabled{opacity:.35;cursor:default}.resource-links-nav--prev{left:1rem}.resource-links-nav--next{right:1rem}.resource-links-nav-icon{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem}.resource-links-nav-icon svg{width:100%;height:100%}body.theme-light .resource-links-nav{border-color:#00000047;background:#fffffff5;color:#111827;box-shadow:0 6px 22px #0003,0 0 18px #2563eb2e,inset 0 1px #ffffffe6;text-shadow:none}@media(hover:hover)and (pointer:fine){body.theme-light .resource-links-nav:hover:not(:disabled){background:#fff;box-shadow:0 8px 28px #00000040,0 0 24px #2563eb47,inset 0 1px #fff}}@media(max-width:639px){.resource-links-view{--resource-links-nav-inline-inset: max( .625rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px) );overflow-x:visible}.resource-links-nav{width:2.75rem;height:2.75rem;box-shadow:0 4px 10px #00000061,inset 0 1px #ffffff29}.resource-links-nav--prev{left:var(--resource-links-nav-inline-inset);right:auto}.resource-links-nav--next{right:var(--resource-links-nav-inline-inset);left:auto}.resource-links-view[data-type=article] .resource-links-nav,.resource-links-view[data-type=podcast] .resource-links-nav{top:calc(var(--resource-links-mobile-grid-padding-top) + var(--resource-links-mobile-image-height) / 2)}.resource-links-nav-icon{width:1rem;height:1rem}body.theme-light .resource-links-nav{box-shadow:0 4px 10px #00000029,inset 0 1px #ffffffd9}}.resource-links-carousel{cursor:grab;user-select:none;-webkit-user-select:none}.resource-links-carousel input,.resource-links-carousel textarea,.resource-links-carousel [contenteditable]{user-select:auto;-webkit-user-select:auto}.resource-links-carousel img,.resource-links-carousel .link-card-primary-hit,.resource-links-carousel .video-card-primary-hit{-webkit-user-drag:none}.resource-links-carousel.is-dragging{cursor:grabbing}.resource-links-sentinel{flex:0 0 4px;width:4px;height:100%;pointer-events:none}.resource-links-sentinel[hidden]{display:none}.resource-links-load-more-icon{font-size:.85rem}.resource-links-meta{box-sizing:border-box;width:min(var(--content-max-width, 900px),100% - 2 * var(--page-inline-gutter));margin:.65rem auto 0;padding:0 var(--page-inline-gutter);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{box-sizing:border-box;width:min(var(--content-max-width, 900px),100% - 2 * var(--page-inline-gutter));margin:0 auto .75rem;padding:0 var(--page-inline-gutter);min-width:0;min-height:3px}.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}.link-preview[data-astro-cid-4wkxthgh]{--lp-width: var(--link-preview-width, 30em);--lp-pad-x: var(--link-preview-padding-inline, 0);--lp-pad-y: var(--link-preview-padding-block, .5em);--lp-corners: var(--link-preview-corners, 0);--lp-desc-lines: var(--link-preview-description-lines, 1);position:relative;width:var(--lp-width);max-width:100%;display:flex;flex-direction:column-reverse;border-radius:var(--lp-corners)}.link-preview[data-astro-cid-4wkxthgh] [data-astro-cid-4wkxthgh]{margin:0!important}.link-preview__content[data-astro-cid-4wkxthgh]{display:flex;flex-direction:column;padding:var(--lp-pad-y) var(--lp-pad-x)}.link-preview[data-astro-cid-4wkxthgh] header[data-astro-cid-4wkxthgh]{display:flex;flex-direction:column-reverse}.link-preview__description[data-astro-cid-4wkxthgh]{display:-webkit-box;-webkit-line-clamp:var(--lp-desc-lines);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.link-preview[data-astro-cid-4wkxthgh]:not(.link-preview--has-video) a[data-astro-cid-4wkxthgh]:after{content:"";position:absolute;inset:0}.link-preview[data-astro-cid-4wkxthgh] img[data-astro-cid-4wkxthgh],.link-preview[data-astro-cid-4wkxthgh] video[data-astro-cid-4wkxthgh]{aspect-ratio:1200 / 630;width:100%;height:auto;object-fit:cover;border-top-left-radius:var(--lp-corners);border-top-right-radius:var(--lp-corners)}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)}.baseline-status[data-astro-cid-t6ncpokd]::part(root){--animation-duration: .3s;--color-outline--light: #d9d9d9;--color-background--light: transparent;--color-text--light: inherit;--color-link--light: #1a73e8;--color-badge-background--light: #3367d6;--color-badge-text--light: #fff;--color-limited--light: #ea8600;--color-limited-secondary--light: #c6c6c6;--color-newly--light: #1a73e8;--color-newly-secondary--light: #a8c7fa;--color-widely--light: #1e8e3e;--color-widely-secondary--light: #c4eed0;--color-no_data--light: #707070;--color-no_data-secondary--light: #909090;--color-outline--dark: #666;--color-background--dark: transparent;--color-text--dark: inherit;--color-link--dark: #5aa1ff;--color-badge-background--dark: #3367d6;--color-badge-text--dark: #fff;--color-limited--dark: #f09418;--color-limited-secondary--dark: #565656;--color-newly--dark: #4185ff;--color-newly-secondary--dark: #2d509e;--color-widely--dark: #24a446;--color-widely-secondary--dark: #125225;--color-no_data--dark: #868686;--color-no_data-secondary--dark: #666;--color-limited: var(--color-limited--light);--color-newly: var(--color-newly--light);--color-widely: var(--color-widely--light);--color-no_data: var(--color-no_data--light);--color-outline: var(--color-outline--light);--color-background: var(--color-background--light);--color-text: var(--color-text--light);--color-link: var(--color-link--light);--color-badge-background: var(--color-badge-background--light);--color-badge-text: var(--color-badge-text--light);--color-limited-secondary: var(--color-limited-secondary--light);--color-widely-secondary: var(--color-widely-secondary--light);--color-newly-secondary: var(--color-newly-secondary--light);--color-no_data-secondary: var(--color-no_data-secondary--light);color:var(--color-text);border:solid 1px var(--color-outline);border-radius:.5rem;background:var(--color-background);padding-top:1rem;padding-inline:1.5rem;max-width:50rem;font-family:Roboto,sans-serif;font-size:.875rem;line-height:1.71429;font-style:normal}@media(prefers-color-scheme:dark){.baseline-status[data-astro-cid-t6ncpokd]::part(root){--color-limited: var(--color-limited--dark);--color-newly: var(--color-newly--dark);--color-widely: var(--color-widely--dark);--color-no_data: var(--color-no_data--dark);--color-outline: var(--color-outline--dark);--color-background: var(--color-background--dark);--color-text: var(--color-text--dark);--color-link: var(--color-link--dark);--color-badge-background: var(--color-badge-background--dark);--color-badge-text: var(--color-badge-text--dark);--color-limited-secondary: var(--color-limited-secondary--dark);--color-widely-secondary: var(--color-widely-secondary--dark);--color-newly-secondary: var(--color-newly-secondary--dark);--color-no_data-secondary: var(--color-no_data-secondary--dark)}}@supports (--color: light-dark(var(--a), var(--b))){.baseline-status[data-astro-cid-t6ncpokd]::part(root){--color-limited: light-dark(var(--color-limited--light), var(--color-limited--dark));--color-newly: light-dark(var(--color-newly--light), var(--color-newly--dark));--color-widely: light-dark(var(--color-widely--light), var(--color-widely--dark));--color-no_data: light-dark(var(--color-no_data--light), var(--color-no_data--dark));--color-outline: light-dark(var(--color-outline--light), var(--color-outline--dark));--color-background: light-dark(var(--color-background--light), var(--color-background--dark));--color-text: light-dark(var(--color-text--light), var(--color-text--dark));--color-link: light-dark(var(--color-link--light), var(--color-link--dark));--color-badge-background: light-dark(var(--color-badge-background--light), var(--color-badge-background--dark));--color-badge-text: light-dark(var(--color-badge-text--light), var(--color-badge-text--dark));--color-limited-secondary: light-dark(var(--color-limited-secondary--light), var(--color-limited-secondary--dark));--color-widely-secondary: light-dark(var(--color-widely-secondary--light), var(--color-widely-secondary--dark));--color-newly-secondary: light-dark(var(--color-newly-secondary--light), var(--color-newly-secondary--dark));--color-no_data-secondary: light-dark(var(--color-no_data-secondary--light), var(--color-no_data-secondary--dark))}}.baseline-status[data-astro-cid-t6ncpokd]::part(feature-name){font-size:1.25rem;line-height:1.2;margin:0}.baseline-status[data-astro-cid-t6ncpokd]::part(link),.baseline-status[data-astro-cid-t6ncpokd]::part(link):active,.baseline-status[data-astro-cid-t6ncpokd]::part(link):visited{color:var(--color-link)}.baseline-status[data-astro-cid-t6ncpokd]::part(summary){cursor:pointer;font-size:1rem;line-height:1.5;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-block:1rem}.baseline-status[data-astro-cid-t6ncpokd]::part(summary)::-webkit-details-marker{display:none}.baseline-status[data-astro-cid-t6ncpokd]::part(summary-content){gap:1rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;flex:1}.baseline-status[data-astro-cid-t6ncpokd]::part(summary-label){display:flex;flex-wrap:wrap;align-items:center;gap:.2rem}.baseline-status[data-astro-cid-t6ncpokd]::part(badge){background:var(--color-badge-background);color:var(--color-badge-text);font-size:.6875rem;line-height:1.81818;padding-inline:.25rem;border-radius:.125rem;text-transform:uppercase;margin-inline:.5rem;white-space:nowrap}.baseline-status[data-astro-cid-t6ncpokd]::part(browsers){font-size:0;display:flex;flex-wrap:wrap;gap:1rem}.baseline-status[data-astro-cid-t6ncpokd]::part(browser-support){white-space:nowrap}.baseline-status[data-astro-cid-t6ncpokd]::part(browser-support-label){position:absolute;width:1px;height:1px;margin:-1px}.baseline-status[data-astro-cid-t6ncpokd]::part(caret){width:10px;height:20px;margin-inline-start:auto;color:var(--text-color)}@media(width>=28rem){.baseline-status[data-astro-cid-t6ncpokd]::part(caret){margin-inline-start:3rem}}@media(prefers-reduced-motion:reduce){.baseline-status[data-astro-cid-t6ncpokd]::part(root){--animation-duration: 0s}}.external-link[data-astro-cid-c7gs5csg]{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-c7gs5csg]{aspect-ratio:var(--bluesky-aspect-ratio-thumb);width:100%;height:auto;object-fit:cover}.content[data-astro-cid-c7gs5csg]{padding:var(--bluesky-content-padding)}.domain[data-astro-cid-c7gs5csg]{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-c7gs5csg]{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-c7gs5csg]{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-fljt7ity]{width:100%;max-width:var(--bluesky-content-max-width);margin:0 auto;aspect-ratio:var(--bluesky-aspect-ratio-thumb)}.image-grid[data-astro-cid-fljt7ity]{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-fljt7ity]{position:relative;overflow:hidden;width:100%;height:100%;background-color:var(--bluesky-color-border)}.image-grid-item[data-astro-cid-fljt7ity] img[data-astro-cid-fljt7ity]{width:100%;height:100%;object-fit:cover}.image-grid--1[data-astro-cid-fljt7ity]{grid-template-columns:1fr}.image-grid--2[data-astro-cid-fljt7ity],.image-grid--3[data-astro-cid-fljt7ity]{grid-template-columns:repeat(2,1fr)}.image-grid--3[data-astro-cid-fljt7ity] .image-grid-item[data-astro-cid-fljt7ity]:first-child{grid-row:span 2}.image-grid--4[data-astro-cid-fljt7ity]{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.avatar[data-astro-cid-vs2fy2mi]{border-radius:var(--bluesky-radius-full);overflow:hidden;background-color:var(--bluesky-color-border);flex-shrink:0}.avatar[data-astro-cid-vs2fy2mi] img[data-astro-cid-vs2fy2mi]{width:100%;height:100%;object-fit:cover}.medium[data-astro-cid-vs2fy2mi]{width:2.5rem;height:2.5rem}.small[data-astro-cid-vs2fy2mi]{width:1rem;height:1rem}.card[data-astro-cid-xshzdoea]{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-xshzdoea]:hover{background:var(--bluesky-color-background-hover)}.cover-image[data-astro-cid-xshzdoea]{aspect-ratio:var(--bluesky-aspect-ratio-thumb);width:100%;height:auto;object-fit:cover}.content[data-astro-cid-xshzdoea]{padding:var(--bluesky-content-padding)}.header[data-astro-cid-xshzdoea]{display:flex;gap:var(--bluesky-card-gap);align-items:center}.avatar[data-astro-cid-xshzdoea]{width:var(--bluesky-avatar-md);height:var(--bluesky-avatar-md)}.title-group[data-astro-cid-xshzdoea]{display:flex;flex-direction:column;gap:var(--bluesky-space-2xs)}.title[data-astro-cid-xshzdoea]{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-xshzdoea]{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-xshzdoea]{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}.post-container[data-astro-cid-vmooa76x]{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-vmooa76x]{text-decoration:none}.post-container[data-astro-cid-vmooa76x]:hover{background-color:var(--bluesky-color-background-hover)}.user-info[data-astro-cid-vmooa76x]{display:flex;gap:var(--bluesky-space-xs);align-items:center}.user-text[data-astro-cid-vmooa76x]{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-vmooa76x]{font-weight:var(--bluesky-font-weight-bold);color:var(--bluesky-color-text)}.handle[data-astro-cid-vmooa76x]{color:var(--bluesky-color-text-secondary);margin-left:var(--bluesky-space-xs)}.content[data-astro-cid-vmooa76x]{font-size:var(--bluesky-font-size-sm);color:var(--bluesky-color-text);margin:0;line-height:var(--bluesky-line-height-normal)}.media-container[data-astro-cid-ogn4ylut]{width:100%;overflow:hidden;border-radius:var(--bluesky-radius-md);position:relative;background-color:var(--bluesky-color-border)}.media-container[data-astro-cid-ogn4ylut]>img[data-astro-cid-ogn4ylut]{width:100%;height:100%;object-fit:cover}.play-button[data-astro-cid-7crx2ctg]{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-7crx2ctg]{width:60%;height:60%;object-fit:cover}.thumbnail[data-astro-cid-7crx2ctg]{width:100%;height:100%;object-fit:cover}.record-with-media[data-astro-cid-5bmzja7y]{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) )}}.bluesky-post-container[data-astro-cid-oioy6mzf]{max-width:var(--bluesky-content-max-width);min-width:var(--bluesky-content-min-width);margin:0 auto;font-family:var(--bluesky-font-family);border:var(--bluesky-card-border);border-radius:var(--bluesky-radius-lg);background:var(--bluesky-color-background);transition:var(--bluesky-card-transition)}.bluesky-post-container[data-astro-cid-oioy6mzf] .post-content[data-astro-cid-oioy6mzf] a{text-decoration:none}.post-content[data-astro-cid-oioy6mzf]{padding:var(--bluesky-space-md) var(--bluesky-space-lg) var(--bluesky-space-sm)}.post-header[data-astro-cid-oioy6mzf]{display:grid;grid-template-columns:min-content 1fr min-content;gap:var(--bluesky-space-sm);align-items:start;margin-bottom:var(--bluesky-space-sm)}.user-info[data-astro-cid-oioy6mzf]{display:flex;flex-direction:column}.display-name[data-astro-cid-oioy6mzf]{font-weight:var(--bluesky-font-weight-bold);font-size:var(--bluesky-font-size-lg);line-height:var(--bluesky-line-height-tight);text-decoration:none;color:var(--bluesky-color-text)}.username[data-astro-cid-oioy6mzf]{color:var(--bluesky-color-text-secondary);font-size:var(--bluesky-font-size-base);text-decoration:none}.display-name[data-astro-cid-oioy6mzf]:hover,.username[data-astro-cid-oioy6mzf]:hover{text-decoration:underline;text-underline-offset:2px}.logo-link[data-astro-cid-oioy6mzf]{text-decoration:none}.bluesky-logo[data-astro-cid-oioy6mzf]{height:var(--bluesky-icon-size-lg);transition:transform .2s}.bluesky-logo[data-astro-cid-oioy6mzf]:hover{transform:scale(1.1)}.post-text[data-astro-cid-oioy6mzf]{font-size:var(--bluesky-font-size-lg);line-height:var(--bluesky-line-height-normal);margin:0 0 var(--bluesky-space-md);white-space:pre-wrap;word-break:break-word;color:var(--bluesky-color-text)}.bluesky-post-container[data-astro-cid-oioy6mzf] .post-text[data-astro-cid-oioy6mzf] a{color:var(--bluesky-color-link);text-decoration:none}.bluesky-post-container[data-astro-cid-oioy6mzf] .timestamp[data-astro-cid-oioy6mzf]:hover,.bluesky-post-container[data-astro-cid-oioy6mzf] .post-text[data-astro-cid-oioy6mzf] a:hover{text-decoration:underline}.timestamp[data-astro-cid-oioy6mzf]{display:block;color:var(--bluesky-color-text-secondary);font-size:var(--bluesky-font-size-sm);margin-top:var(--bluesky-space-sm);text-decoration:none}.post-summary[data-astro-cid-vk6vwpsu]{margin:.35rem 0 1.01rem;text-align:center}@media(width<=767px){.post-summary[data-astro-cid-vk6vwpsu]{margin:.35rem 0 .675rem}}.post-summary[data-astro-cid-vk6vwpsu] p[data-astro-cid-vk6vwpsu]{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;text-wrap:balance;hyphens:none}body.theme-light .post-summary[data-astro-cid-vk6vwpsu] p[data-astro-cid-vk6vwpsu]{color:#374151}@media(width>=768px){.post-summary[data-astro-cid-vk6vwpsu] p[data-astro-cid-vk6vwpsu]{max-width:65%;margin-inline:auto;overflow-wrap:break-word}}@media(width<=767px){.post-summary[data-astro-cid-vk6vwpsu] p[data-astro-cid-vk6vwpsu]{font-size:calc(clamp(1.15rem,2.4vw,1.4rem) / 1.33333)}}.resource-taxonomy[data-astro-cid-vk6vwpsu]{display:flex;flex-direction:column;gap:.55rem;margin:.56rem 0}@media(width<=767px){.resource-taxonomy[data-astro-cid-vk6vwpsu]{margin:.375rem 0}}.resource-detail-type-badges[data-astro-cid-vk6vwpsu]{margin:0 0 .85rem;text-align:center}.resource-detail-title-sticky[data-astro-cid-vk6vwpsu]:has(+.resource-detail-type-badges){padding-bottom:.85rem}.resource-detail-type-badges[data-astro-cid-vk6vwpsu]+.post-summary[data-astro-cid-vk6vwpsu]{margin-top:0}.resource-detail-type-row[data-astro-cid-vk6vwpsu]{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-vk6vwpsu]:has(+.resource-taxonomy-between-rule){padding-bottom:0}.resource-taxonomy-between-rule[data-astro-cid-vk6vwpsu]{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,#0000,#ffffff1a,#0000)}body.theme-light .resource-taxonomy-between-rule[data-astro-cid-vk6vwpsu]{background:linear-gradient(90deg,#0000,#00000014,#0000)}.resource-taxonomy-between-rule+.resource-socials{margin-top:0;padding-top:0}.resource-taxonomy-visit[data-astro-cid-vk6vwpsu]{margin-top:.3rem;padding-top:.5rem;padding-bottom:.5rem;border-top:1px solid #ffffff1a;border-bottom:none}body.theme-light .resource-taxonomy-visit[data-astro-cid-vk6vwpsu]{border-top-color:#00000014}.resource-taxonomy-visit+.resource-taxonomy-block{padding-top:.85rem;border-top:1px solid #ffffff1a}body.theme-light .resource-taxonomy-visit+.resource-taxonomy-block{border-top-color:#00000014}.resource-taxonomy-actions[data-astro-cid-vk6vwpsu]{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;width:100%;max-width:100%}.resource-video-below-socials[data-astro-cid-vk6vwpsu]{margin-top:.75rem;padding-top:.65rem;padding-bottom:.85rem;border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a}.resource-socials+.resource-video-below-socials[data-astro-cid-vk6vwpsu]{border-top:none;margin-top:0;padding-top:0}body.theme-light .resource-video-below-socials[data-astro-cid-vk6vwpsu]{border-top-color:#00000014;border-bottom-color:#00000014}.resource-video-below-socials[data-astro-cid-vk6vwpsu] .resource-video-embed[data-astro-cid-vk6vwpsu]{margin-top:0}.resource-video-embed[data-astro-cid-vk6vwpsu]{margin-top:.75rem;width:100%;max-width:100%;border-radius:.5rem;overflow:hidden;background:#00000040;border:1px solid #ffffff1a}body.theme-light .resource-video-embed[data-astro-cid-vk6vwpsu]{background:#0000000f;border-color:#0000001a}@media(width>=768px){.resource-video-below-socials[data-astro-cid-vk6vwpsu] .resource-video-embed[data-astro-cid-vk6vwpsu]{width:75%;max-width:75%;margin-left:auto;margin-right:auto}}.resource-video-embed[data-astro-cid-vk6vwpsu] lite-youtube{width:100%;max-width:100%!important}.resource-about-wrap--no-video[data-astro-cid-vk6vwpsu]{padding-top:.85rem;border-top:1px solid #ffffff1a}body.theme-light .resource-about-wrap--no-video[data-astro-cid-vk6vwpsu]{border-top-color:#00000014}.resource-about-wrap--no-video[data-astro-cid-vk6vwpsu] .resource-about-heading[data-astro-cid-vk6vwpsu]{margin-top:0}@media(width>=768px){.resource-about-wrap[data-astro-cid-vk6vwpsu]{padding-bottom:.85rem;border-bottom:1px solid #ffffff1a}body.theme-light .resource-about-wrap[data-astro-cid-vk6vwpsu]{border-bottom-color:#00000014}}.resource-about-heading[data-astro-cid-vk6vwpsu]{margin:1.75rem 0 .75rem;font-size:1.25rem;font-weight:600;color:#f3f4f6;text-align:center}.resource-about-wrap[data-astro-cid-vk6vwpsu] .post-body[data-astro-cid-vk6vwpsu],.resource-about-wrap[data-astro-cid-vk6vwpsu] .post-body[data-astro-cid-vk6vwpsu] p{text-wrap:pretty;hyphens:auto}body.theme-light .resource-about-heading[data-astro-cid-vk6vwpsu]{color:#1f2937}a.resource-visit-btn{align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;width:100%;max-width:100%;box-sizing:border-box;margin:0;text-align:center;box-shadow:0 1px 4px #00000059;transition:background .15s,border-color .15s,box-shadow .15s;display:flex!important;padding:.65rem 1.15rem!important;font-size:.95rem!important;font-weight:600!important;line-height:1.3!important;color:#fff!important;text-decoration:none!important;background:linear-gradient(135deg,#235ddd,#2563eb 45%,#346eec)!important;border:1px solid #00000047!important;border-radius:8px!important}body.theme-light a.resource-visit-btn{box-shadow:0 1px 2px #00000014,0 2px 6px #0000000f;border:1px solid #00000038!important}a.resource-visit-btn:hover{box-shadow:0 1px 5px #0000006b;color:#fff!important;background:linear-gradient(135deg,#377ae7,#3b82f6 45%,#498bf7)!important;border-color:#00000052!important}body.theme-light a.resource-visit-btn:hover{box-shadow:0 1px 2px #0000001a,0 2px 8px #00000014;border-color:#00000047!important}a.resource-visit-btn:active{box-shadow:0 1px 3px #00000059;background:linear-gradient(135deg,#1c4bcf,#1d4ed8 45%,#2f5cdb)!important}a.resource-visit-btn svg{flex-shrink:0;opacity:.95}a.resource-youtube-channel-btn{align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;width:100%;max-width:100%;box-sizing:border-box;margin:0;text-align:center;box-shadow:0 1px 4px #00000059;transition:background .15s,border-color .15s,box-shadow .15s;display:flex!important;padding:.65rem 1.15rem!important;font-size:.95rem!important;font-weight:600!important;line-height:1.3!important;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 #00000047!important;border-radius:8px!important}body.theme-light a.resource-youtube-channel-btn{box-shadow:0 1px 2px #00000014,0 2px 6px #0000000f;border:1px solid #00000038!important}a.resource-youtube-channel-btn:hover{box-shadow:0 1px 5px #0000006b;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}body.theme-light a.resource-youtube-channel-btn:hover{box-shadow:0 1px 2px #0000001a,0 2px 8px #00000014;border-color:#00000047!important}a.resource-youtube-channel-btn:active{box-shadow:0 1px 3px #00000059;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}a.resource-support-btn{align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;width:100%;max-width:100%;box-sizing:border-box;margin:0;text-align:center;box-shadow:0 1px 4px #00000059;transition:background .15s,border-color .15s,box-shadow .15s;display:flex!important;padding:.65rem 1.15rem!important;font-size:.95rem!important;font-weight:600!important;line-height:1.3!important;color:#fff!important;text-decoration:none!important;background:linear-gradient(135deg,#159946,#16a34a 45%,#26a957)!important;border:1px solid #00000047!important;border-radius:8px!important}body.theme-light a.resource-support-btn{box-shadow:0 1px 2px #00000014,0 2px 6px #0000000f;border:1px solid #00000038!important}a.resource-support-btn:hover{box-shadow:0 1px 5px #0000006b;color:#fff!important;background:linear-gradient(135deg,#20b958,#22c55e 45%,#31c969)!important;border-color:#00000052!important}body.theme-light a.resource-support-btn:hover{box-shadow:0 1px 2px #0000001a,0 2px 8px #00000014;border-color:#00000047!important}a.resource-support-btn:active{box-shadow:0 1px 3px #00000059;background:linear-gradient(135deg,#147b3b,#15803d 45%,#288a4d)!important}a.resource-support-btn svg{flex-shrink:0;opacity:.95}.support-text-desktop[data-astro-cid-vk6vwpsu]{display:inline}.support-text-mobile[data-astro-cid-vk6vwpsu]{display:none}@media(width<=767px){.support-text-desktop[data-astro-cid-vk6vwpsu]{display:none}.support-text-mobile[data-astro-cid-vk6vwpsu]{display:inline}}.badge[data-astro-cid-vk6vwpsu]{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-vk6vwpsu]{background:#6b7280;color:#fff}.badge-beginner[data-astro-cid-vk6vwpsu]{background:#22c55e}.badge-intermediate[data-astro-cid-vk6vwpsu]{background:#f59e0b}.badge-advanced[data-astro-cid-vk6vwpsu]{background:#ef4444}.badge-all-levels[data-astro-cid-vk6vwpsu]{background:#8b5cf6}.post-header-image-wrap[data-astro-cid-vk6vwpsu]{margin-bottom:0}@media(width<=767px){.post-content[data-astro-cid-vk6vwpsu].post-content--resource-detail{padding-top:calc(var(--spacing-xl) * .5)}}@media(width>=768px){.post-header-image-wrap[data-astro-cid-vk6vwpsu]{width:85%;max-width:85%;margin-left:auto;margin-right:auto}}.resource-detail-title-rule[data-astro-cid-vk6vwpsu]{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;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-vk6vwpsu].is-stuck .resource-detail-title-rule[data-astro-cid-vk6vwpsu]{margin:.06rem auto clamp(.45rem,1.1vw,.65rem);transform:scaleX(1.5)}.resource-detail-title-sticky[data-astro-cid-vk6vwpsu]{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-vk6vwpsu].is-stuck{padding-top:.5rem;padding-bottom:.5rem}.resource-detail-title-sticky-lift[data-astro-cid-vk6vwpsu]{width:100%;box-sizing:border-box;margin-top:0}.resource-header-row[data-astro-cid-vk6vwpsu]{width:100%;box-sizing:border-box;margin-bottom:0;text-align:center}.post-content .resource-header-row[data-astro-cid-vk6vwpsu] h1[data-astro-cid-vk6vwpsu]{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-vk6vwpsu] h1[data-astro-cid-vk6vwpsu].resource-title-compact{font-size:clamp(1.02rem,2.35vw,1.48rem);line-height:1.08}@media(width>=768px){.resource-detail-title-sticky[data-astro-cid-vk6vwpsu].is-stuck .resource-header-row[data-astro-cid-vk6vwpsu] h1[data-astro-cid-vk6vwpsu]{font-size:clamp(1.02rem,2.35vw,1.48rem);line-height:1.08}}@media(width<=767px){.post-content .resource-header-row[data-astro-cid-vk6vwpsu] h1[data-astro-cid-vk6vwpsu]{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-vk6vwpsu] h1[data-astro-cid-vk6vwpsu].resource-title-awaiting-mobile-measure{visibility:hidden}html[data-resource-js] .post-content .resource-header-row[data-astro-cid-vk6vwpsu] h1[data-astro-cid-vk6vwpsu].resource-title-no-initial-transition{transition:none}.resource-detail-title-rule[data-astro-cid-vk6vwpsu]{margin:clamp(1rem,2.4vw,1.25rem) auto clamp(.4rem,1vw,.55rem)}.resource-detail-title-sticky[data-astro-cid-vk6vwpsu].is-stuck{padding-top:0;padding-bottom:var(--spacing-md)}.resource-detail-title-sticky[data-astro-cid-vk6vwpsu].is-stuck .resource-detail-title-rule[data-astro-cid-vk6vwpsu]{margin:0 auto clamp(.4rem,1vw,.55rem);transform:scaleX(1.5)}}@media(prefers-reduced-motion:reduce){.post-content .resource-header-row[data-astro-cid-vk6vwpsu] h1[data-astro-cid-vk6vwpsu],.resource-detail-title-rule[data-astro-cid-vk6vwpsu]{transition:none}.resource-detail-title-sticky[data-astro-cid-vk6vwpsu].is-stuck .resource-detail-title-rule[data-astro-cid-vk6vwpsu]{transform:none}}.resource-articles-contributors-divider[data-astro-cid-vk6vwpsu]{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,#0000,#ffffff1f,#0000);transform:translate(-50%)}body.theme-light .resource-articles-contributors-divider[data-astro-cid-vk6vwpsu]{background:linear-gradient(90deg,#0000,#0000001a,#0000)}.resource-podcasts-articles-divider[data-astro-cid-vk6vwpsu]{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,#0000,#ffffff1f,#0000);transform:translate(-50%)}body.theme-light .resource-podcasts-articles-divider[data-astro-cid-vk6vwpsu]{background:linear-gradient(90deg,#0000,#0000001a,#0000)}.resource-section[data-astro-cid-vk6vwpsu]{margin:2rem 0;padding:1.5rem;border-radius:12px;background:#ffffff0a;border:1px solid #ffffff14;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.resource-section[data-astro-cid-vk6vwpsu] h2[data-astro-cid-vk6vwpsu]{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-vk6vwpsu]{background:#f9fafb;border:1px solid #00000014;box-shadow:0 1px 3px #0000000f}body.theme-light .resource-section[data-astro-cid-vk6vwpsu] h2[data-astro-cid-vk6vwpsu]{color:#1f2937}.publications-list[data-astro-cid-vk6vwpsu]{list-style:none;padding:0;margin:0}.publication-item[data-astro-cid-vk6vwpsu]{padding:.75rem 0;border-bottom:1px solid #ffffff1a}.publication-item[data-astro-cid-vk6vwpsu]:last-child{border-bottom:none}body.theme-light .publication-item[data-astro-cid-vk6vwpsu]{border-bottom-color:#e5e7eb}.publication-name[data-astro-cid-vk6vwpsu]{font-weight:600;color:#f3f4f6}body.theme-light .publication-name[data-astro-cid-vk6vwpsu]{color:#1f2937}.publication-frequency[data-astro-cid-vk6vwpsu]{font-size:.875rem;color:#9ca3af;margin-left:.5rem}body.theme-light .publication-frequency[data-astro-cid-vk6vwpsu]{color:#6b7280}.publication-item[data-astro-cid-vk6vwpsu] p[data-astro-cid-vk6vwpsu]{margin:.25rem 0 0;font-size:.875rem;color:#d1d5db}body.theme-light .publication-item[data-astro-cid-vk6vwpsu] p[data-astro-cid-vk6vwpsu]{color:#4b5563}@media(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;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:.5rem .75rem!important;font-size:.8125rem!important;line-height:1.25!important;flex-wrap:nowrap!important}}body span.ribbon-featured{position:absolute;top:30px;left:30px;transform:rotate(-45deg) translate(-50%,-50%);transform-origin:0 0;pointer-events:none;z-index:10;padding:.35rem 1.5rem;font-family:var(--font-family);font-size:.875rem;font-weight:500;opacity:.9;text-shadow:0 1px #ffffff80;background:linear-gradient(135deg,#fff,#f5f5f5,#e5e5e5,#d4d4d4,#a3a3a3)!important;border:2px solid #000c!important;color:#0a0a0a!important}body.theme-light span.ribbon-featured{text-shadow:0 1px #ffffff80;background:linear-gradient(135deg,#fff,#f5f5f5,#e5e5e5,#d4d4d4,#a3a3a3)!important;border:2px solid #000c!important;color:#0a0a0a!important}
