@layer properties;.card{--card-bg:var(--rz-surface);--card-border:var(--rz-border);--card-border-width:1px;--card-padding:1.5rem;--card-radius:var(--rz-radius-lg);--card-title-text:var(--rz-text);--card-body-text:var(--rz-text-muted);--card-meta-text:var(--rz-text-muted);--card-link:var(--rz-brand);--card-focus:var(--rz-focus);--card-arrow:var(--rz-brand);--card-accent:var(--rz-brand);--card-highlight-bg:var(--rz-surface-muted);--card-shadow:0 1px 2px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.06);--card-shadow-hover:0 20px 40px -8px rgba(0,0,0,.1),0 6px 16px -6px rgba(0,0,0,.08);background-color:var(--card-bg);border:var(--card-border-width) solid var(--card-border);border-radius:var(--card-radius);box-shadow:var(--card-shadow);color:var(--card-body-text);display:flex;flex-direction:column;height:100%;min-height:calc(var(--spacing, .25rem)*48);overflow:hidden;position:relative;text-decoration-line:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s cubic-bezier(.16,1,.3,1),background-color .2s ease;width:100%}.card--highlight{background-color:var(--card-highlight-bg);border-left:4px solid var(--card-accent)}.card--horizontal{flex-direction:row;min-height:calc(var(--spacing, .25rem)*0)}.card--horizontal .card__image{align-self:stretch;aspect-ratio:auto;flex-shrink:0;height:auto;width:calc(var(--spacing, .25rem)*36)}@media (min-width:48rem){.card--horizontal .card__image{width:calc(var(--spacing, .25rem)*48)}}.card--horizontal .card__content{justify-content:center}.card--compact{--card-padding:1rem;min-height:0}.card--compact .card__title{font-size:var(--text-lg,1.125rem);line-height:var(--tw-leading,var(--text-lg--line-height,1.55556));margin-bottom:calc(var(--spacing, .25rem)*2)}.card--compact .card__description{font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,1.42857))}.card--compact .card__image{aspect-ratio:3/2}.card--overlay{border-style:var(--tw-border-style);border-width:0;justify-content:flex-end;min-height:calc(var(--spacing, .25rem)*64);padding:calc(var(--spacing, .25rem)*0)}.card--overlay .card__image{aspect-ratio:auto;height:100%;inset:calc(var(--spacing, .25rem)*0);position:absolute;width:100%;z-index:0}.card--overlay .card__content{background:linear-gradient(0deg,rgba(0,0,0,.75) 0,rgba(0,0,0,.35) 55%,transparent);position:relative;z-index:1;--card-title-text:var(--rz-text-on-brand);--card-body-text:hsla(0,0%,100%,.9);--card-meta-text:hsla(0,0%,100%,.8);padding:var(--card-padding)}.card__image{aspect-ratio:var(--aspect-video,16/9);display:block;flex-shrink:0;object-fit:cover;width:100%}.card__content{display:flex;flex:1;flex-direction:column;min-height:calc(var(--spacing, .25rem)*0);padding:var(--card-padding)}.card__meta{color:var(--card-meta-text);font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,1.42857));line-height:var(--leading-snug,1.375);margin:calc(var(--spacing, .25rem)*0);margin-bottom:calc(var(--spacing, .25rem)*2)}.card__meta,.card__title{--tw-leading:var(--leading-snug,1.375)}.card__title{font-size:var(--text-xl,1.25rem);line-height:var(--tw-leading,var(--text-xl--line-height,1.4));line-height:var(--leading-snug,1.375);margin:calc(var(--spacing, .25rem)*0);margin-bottom:calc(var(--spacing, .25rem)*3);--tw-font-weight:var(--font-weight-bold,700);color:var(--card-title-text);font-weight:var(--font-weight-bold,700)}.card__description{flex:1;font-size:var(--text-base,1rem);line-height:var(--tw-leading,var(--text-base--line-height,1.5));margin:calc(var(--spacing, .25rem)*0);--tw-leading:var(--leading-relaxed,1.625);color:var(--card-body-text);line-height:var(--leading-relaxed,1.625)}.card__action{display:flex;margin-top:auto;padding-top:calc(var(--spacing, .25rem)*4)}.card__arrow{background-color:var(--card-arrow);display:block;flex-shrink:0;height:calc(var(--spacing, .25rem)*5);mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6z'/%3E%3C/svg%3E");mask-position:center;-webkit-mask-position:center;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:1.25rem 1.25rem;-webkit-mask-size:1.25rem 1.25rem;width:calc(var(--spacing, .25rem)*5)}.card__footer{font-size:var(--text-base,1rem);line-height:var(--tw-leading,var(--text-base--line-height,1.5));margin-top:calc(var(--spacing, .25rem)*4);--tw-leading:var(--leading-relaxed,1.625);color:var(--card-body-text);line-height:var(--leading-relaxed,1.625)}.card__footer a{--tw-font-weight:var(--font-weight-medium,500);color:var(--card-link);font-weight:var(--font-weight-medium,500);text-decoration-line:underline;text-underline-offset:2px}.card__footer a:focus{--tw-outline-style:none;outline-style:none}.card__footer a:focus-visible{outline-color:var(--card-focus);outline-offset:2px;outline-style:var(--tw-outline-style);outline-width:1px;outline-width:2px}.card--clickable{color:var(--card-body-text);cursor:pointer;text-decoration:none}.card--clickable:focus{--tw-outline-style:none;outline-style:none}.card--clickable:focus-visible{outline-color:var(--card-focus);outline-offset:2px;outline-style:var(--tw-outline-style);outline-width:1px;outline-width:2px}@media (hover:hover){.card--clickable:hover{border-color:var(--card-border);box-shadow:var(--card-shadow-hover);transform:translateY(-4px);@supports (color:color-mix(in lab,red,red)){border-color:color-mix(in srgb,var(--card-border) 60%,var(--card-accent))}}.card--clickable:hover .card__arrow{transform:translateX(.25rem)}}.card--clickable:active{transform:translateY(-1px)}.card--clickable .card__title{color:var(--card-title-text)}@media (prefers-reduced-motion:reduce){.card{transition:none}.card--clickable:hover{transform:none}.card .card__arrow{transition:none}}@media (prefers-reduced-motion:no-preference){.card .card__arrow{transition:transform .2s cubic-bezier(.16,1,.3,1)}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-outline-style:solid}}}
@layer properties;.post-list{--post-list-bg:var(--rz-text-on-brand);--post-list-text:var(--rz-text);background-color:var(--post-list-bg);color:var(--post-list-text);padding-block:calc(var(--spacing, .25rem)*12);width:100%}.post-list--tone-muted{--post-list-bg:var(--rz-surface-muted)}.post-list__container{margin-inline:auto;max-width:var(--container-7xl,80rem);padding-inline:calc(var(--spacing, .25rem)*4)}@media (min-width:48rem){.post-list__container{padding-inline:calc(var(--spacing, .25rem)*6)}}.post-list__heading{font-size:var(--text-2xl,1.5rem);line-height:var(--tw-leading,var(--text-2xl--line-height,1.33333));margin:calc(var(--spacing, .25rem)*0);margin-bottom:calc(var(--spacing, .25rem)*8);--tw-font-weight:var(--font-weight-bold,700);font-weight:var(--font-weight-bold,700)}.post-list__grid{display:grid;gap:calc(var(--spacing, .25rem)*6);list-style-type:none;margin:calc(var(--spacing, .25rem)*0);padding:calc(var(--spacing, .25rem)*0)}@media (min-width:48rem){.post-list--grid .post-list__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:64rem){.post-list--grid .post-list__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.post-list--list .post-list__grid{display:flex;flex-direction:column;gap:calc(var(--spacing, .25rem)*4)}@media (min-width:48rem){.post-list--magazine .post-list__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.post-list__item{min-width:calc(var(--spacing, .25rem)*0)}@property --tw-font-weight{syntax:"*";inherits:false}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-font-weight:initial}}}