.resources-surface{--primary:var(--ox-forest);--primary-foreground:var(--ox-porcelain);--card:var(--ox-porcelain);--foreground:var(--ox-ink);--input:var(--ox-control-line);--ring:var(--ox-focus);color:var(--ox-ink);background:var(--ox-paper);font-family:var(--ox-font-sans);font-size:var(--ox-text-body);line-height:var(--ox-leading-prose);font-synthesis:none}.resources-surface :where(a,button,input):focus-visible{outline:2px solid var(--ox-focus);outline-offset:var(--ox-space-1)}.resources-container{max-width:var(--ox-content-max);padding:var(--ox-space-16) var(--ox-space-8) var(--ox-space-24);margin-inline:auto}.resources-intro{text-align:center;justify-items:center;gap:var(--ox-space-5);margin:0 auto var(--ox-space-12);max-width:52rem;display:grid}.resources-surface h1{font-size:var(--ox-text-display);color:var(--ox-hero-ink);font-weight:var(--ox-weight-medium);line-height:var(--ox-leading-tight);letter-spacing:var(--ox-tracking-display);text-wrap:balance;overflow-wrap:anywhere}.resources-surface h2{font-size:var(--ox-text-title);font-weight:var(--ox-weight-medium);line-height:var(--ox-leading-tight);letter-spacing:var(--ox-tracking-heading);overflow-wrap:anywhere}.resources-eyebrow{width:fit-content;padding:var(--ox-space-2) var(--ox-space-4);border-radius:var(--ox-radius-pill);color:var(--ox-forest);font-size:var(--ox-text-caption);font-weight:var(--ox-weight-semibold);text-transform:uppercase;letter-spacing:var(--ox-tracking-eyebrow)}.resources-lead{max-width:52ch;color:var(--ox-secondary);font-size:var(--ox-text-lead)}.resources-backing{background:var(--ox-canvas);border-radius:var(--ox-radius-feature);min-width:0}.resources-catalog{padding:var(--ox-space-3);border-radius:var(--ox-radius-feature)}.resources-grid{gap:var(--ox-space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.resource-card{min-width:0;transition:box-shadow var(--ox-duration-fast) var(--ox-ease);flex-direction:column;text-decoration:none;display:flex}.resources-grid:has(>.resource-card:only-child){grid-template-columns:minmax(0,1fr)}.resource-card:only-child{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:stretch;display:grid}.resource-card:only-child .resource-card-copy{padding:var(--ox-space-12);justify-content:center}.resource-card:only-child h2{font-size:var(--ox-text-page)}.resource-card:only-child .resource-action{margin-top:var(--ox-space-4)}.resource-card:hover{box-shadow:var(--ox-shadow-soft)}.resource-card:hover .resource-action{text-decoration:underline}.resource-image{aspect-ratio:16/10;background:var(--ox-linen);border-radius:var(--ox-radius-inner);position:relative;overflow:hidden}.resource-image img{object-fit:cover}.resource-card-copy{gap:var(--ox-space-3);padding:var(--ox-space-6);flex-direction:column;flex:1;display:flex}.resource-card-copy p{color:var(--ox-secondary);overflow-wrap:anywhere}.resource-action{padding-top:var(--ox-space-3);color:var(--ox-forest);font-weight:var(--ox-weight-medium);margin-top:auto}.resources-empty{justify-items:start;gap:var(--ox-space-4);padding:var(--ox-space-12);display:grid}.resources-empty p{color:var(--ox-secondary)}.resources-more{margin-top:var(--ox-space-16)}.resources-links{gap:var(--ox-space-8);margin-top:var(--ox-space-8);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.resources-links a{min-height:var(--ox-control-touch)}.resources-links a>span{color:var(--ox-forest);font-weight:var(--ox-weight-medium)}.resources-links a:hover>span{text-decoration:underline}.resources-links p{margin-top:var(--ox-space-1);color:var(--ox-secondary)}.resources-back{min-height:var(--ox-control-touch);color:var(--ox-secondary);margin-bottom:var(--ox-space-5);justify-content:center;align-items:center;display:flex}.resources-back:hover{text-decoration:underline}.resource-detail-container{padding-top:var(--ox-space-8)}.resource-detail{justify-items:center;gap:var(--ox-space-6);max-width:48rem;margin-inline:auto;display:grid}.resource-detail h1{font-size:var(--ox-text-section)}.resource-detail-copy{justify-items:center;gap:var(--ox-space-4);text-align:center;width:100%;min-width:0;display:grid}.resource-detail-image{width:100%;max-width:30rem;margin-top:var(--ox-space-4)}.resource-form{gap:var(--ox-space-4);text-align:left;width:100%;min-width:0;max-width:30rem;padding:0;display:grid;position:relative}.resource-form-intro{text-align:center}.resource-form h2{margin-bottom:var(--ox-space-2)}.resource-form p{color:var(--ox-secondary)}.resource-field{gap:var(--ox-space-2);display:grid}.resource-field label{font-weight:var(--ox-weight-medium)}.resource-form .resource-email{min-height:var(--ox-control-touch);padding:var(--ox-space-2) var(--ox-space-3);border-radius:var(--ox-radius-control);color:var(--ox-ink);background:var(--ox-porcelain);font-size:var(--ox-text-lead)}.resource-form .resource-email::placeholder{color:var(--ox-secondary)}.resource-privacy a{color:var(--ox-forest);text-underline-offset:var(--ox-space-1);text-decoration:underline}.resource-form .resource-error{color:var(--ox-danger)}.resources-surface .resource-submit{min-height:var(--ox-control-touch);height:auto;padding:var(--ox-space-3) var(--ox-space-4);border-radius:var(--ox-radius-control);color:var(--ox-porcelain);background:var(--ox-forest);font-size:var(--ox-text-body)}.resources-surface .resource-submit:hover{background:var(--ox-forest-hover)}.resource-honeypot{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}@media (max-width:960px){.resources-grid,.resources-links{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:650px){.resources-container{padding:var(--ox-space-12) var(--ox-space-4)}.resources-grid,.resources-links,.resource-card:only-child{grid-template-columns:minmax(0,1fr)}.resource-card:only-child .resource-card-copy,.resources-empty{padding:var(--ox-space-6)}.resource-detail-container{padding-top:var(--ox-space-6)}.resources-intro{margin-bottom:var(--ox-space-8)}}.resource-loading-content{width:100%}.resource-skeleton{border-radius:var(--ox-radius-control);background:var(--ox-linen);min-width:0;animation:1.4s ease-in-out infinite alternate resource-loading-pulse}.resource-skeleton-back{width:8rem;height:var(--ox-text-body)}.resource-skeleton-eyebrow{width:11rem;height:var(--ox-space-8);border-radius:var(--ox-radius-pill)}.resource-skeleton-catalog-title{width:90%;height:calc(var(--ox-text-display) * var(--ox-leading-tight))}.resource-skeleton-detail-title{width:90%;height:calc(var(--ox-text-section) * var(--ox-leading-tight) * 2)}.resource-skeleton-detail-description{width:min(100%,35rem);height:calc(var(--ox-text-lead) * var(--ox-leading-prose) * 2)}.resource-skeleton-intro{justify-items:center;gap:var(--ox-space-2);display:grid}.resource-skeleton-form-title{width:10rem;height:calc(var(--ox-text-title) * var(--ox-leading-tight))}.resource-skeleton-form-description{width:min(100%,18rem);height:calc(var(--ox-text-body) * var(--ox-leading-prose))}.resource-skeleton-label{width:8rem;height:calc(var(--ox-text-body) * var(--ox-leading-ui))}.resource-skeleton-input{width:100%;height:var(--ox-control-touch)}.resource-skeleton-privacy{width:12rem;height:calc(var(--ox-text-body) * var(--ox-leading-prose))}.resource-skeleton-card-title{width:85%;height:calc(var(--ox-text-page) * var(--ox-leading-tight) * 2)}.resource-skeleton-card-description{width:100%;height:calc(var(--ox-text-body) * var(--ox-leading-prose) * 3)}@keyframes resource-loading-pulse{0%{opacity:.5}to{opacity:1}}@media (max-width:650px){.resource-skeleton-catalog-title{height:calc(var(--ox-text-display) * var(--ox-leading-tight) * 2)}.resource-skeleton-detail-title{height:calc(var(--ox-text-section) * var(--ox-leading-tight) * 3)}.resource-skeleton-detail-description{height:calc(var(--ox-text-lead) * var(--ox-leading-prose) * 3)}}@media (prefers-reduced-motion:reduce){.resources-surface *,.resources-surface :before,.resources-surface :after{transition:none!important;animation:none!important}}@media (forced-colors:active){.resources-surface{color:canvastext;background:canvas}.resources-surface .resource-submit{border:1px solid buttontext}}.resources-sections{justify-content:center;gap:var(--ox-space-3);flex-wrap:wrap;display:flex}.resources-sections a{align-items:center;gap:var(--ox-space-2);min-height:var(--ox-control-touch);padding:var(--ox-space-2) var(--ox-space-5);color:var(--ox-forest);font-weight:var(--ox-weight-medium);text-decoration:none;display:inline-flex}.resources-sections a:hover{text-decoration:underline}
