.resources-hero{
    padding:72px 0 58px;
    background:
        radial-gradient(circle at 15% 20%,rgba(0,119,255,.08),transparent 34%),
        linear-gradient(180deg,#f4f8ff 0%,#f8fbff 100%);
    border-bottom:1px solid var(--border);
}
.resources-hero-inner{max-width:900px;text-align:right}
.resources-hero .section-kicker{
    display:inline-flex;
    margin-bottom:14px;
    color:var(--primary);
    font-size:13px;
    font-weight:900;
}
.resources-hero h1{
    max-width:800px;
    margin:0;
    color:var(--navy);
    font-size:clamp(36px,5vw,64px);
    line-height:1.15;
}
.resources-hero p{
    max-width:760px;
    margin:18px 0 0;
    color:#718096;
    font-size:16px;
    line-height:2;
}
.resources-preview-pill{
    display:inline-flex;
    margin-top:20px;
    padding:8px 12px;
    color:#8b5d00;
    border:1px solid #eed59f;
    border-radius:999px;
    background:#fff8e7;
    font-size:11px;
    font-weight:900;
}
.resources-page{padding:38px 0 80px;background:#f8fafc}
.resources-shell{display:grid;gap:24px}
.focused-resource-card{
    padding:26px;
    border:1px solid #9dc8fb;
    border-radius:24px;
    background:linear-gradient(135deg,#fff,#f3f8ff);
    box-shadow:0 18px 55px rgba(11,29,58,.08);
}
.focused-resource-heading{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:20px;
}
.focused-resource-heading span{
    color:var(--primary);
    font-size:12px;
    font-weight:900;
}
.focused-resource-heading small{
    padding:6px 9px;
    color:#60728a;
    border-radius:999px;
    background:#eef3f9;
    font-size:10px;
    font-weight:800;
}
.focused-resource-body{
    display:grid;
    grid-template-columns:76px minmax(0,1fr);
    align-items:center;
    gap:18px;
}
.focused-resource-body h2{
    margin:0;
    color:var(--navy);
    font-size:28px;
}
.focused-resource-body p{
    max-width:700px;
    margin:8px 0 0;
    color:#6f7f93;
    line-height:1.9;
}
.focused-resource-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:22px;
}
.resources-search{
    display:grid;
    grid-template-columns:minmax(0,2fr) minmax(180px,.8fr) auto auto;
    align-items:end;
    gap:12px;
    padding:18px;
    border:1px solid var(--border);
    border-radius:20px;
    background:#fff;
}
.resources-search label{display:grid;gap:7px}
.resources-search label span{
    color:#68788d;
    font-size:11px;
    font-weight:850;
}
.resources-search input,
.resources-search select{
    width:100%;
    min-height:46px;
    padding:0 13px;
    color:var(--navy);
    border:1px solid var(--border);
    border-radius:12px;
    outline:0;
    background:#fff;
}
.resources-search input:focus,
.resources-search select:focus{
    border-color:#8fc3ff;
    box-shadow:0 0 0 3px rgba(0,119,255,.08);
}
.resources-search button{
    min-height:46px;
    padding:0 20px;
    color:#fff;
    border:0;
    border-radius:12px;
    background:var(--primary);
    font-weight:900;
    cursor:pointer;
}
.resources-search>a{
    display:grid;
    min-height:46px;
    place-items:center;
    padding:0 14px;
    color:var(--primary);
    border:1px solid #bdd8fa;
    border-radius:12px;
    background:#f5f9ff;
    font-size:12px;
    font-weight:850;
}
.resources-category-pills{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.resources-category-pills a{
    padding:8px 13px;
    color:#607087;
    border:1px solid var(--border);
    border-radius:999px;
    background:#fff;
    font-size:11px;
    font-weight:850;
}
.resources-category-pills a.is-active{
    color:#fff;
    border-color:var(--primary);
    background:var(--primary);
}
.resources-stream{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
.resource-card{
    min-width:0;
    border:1px solid var(--border);
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 30px rgba(11,29,58,.04);
    overflow:hidden;
}
.resource-card.is-featured{
    border-color:#9dc8fb;
    box-shadow:0 14px 35px rgba(0,119,255,.09);
}
.resource-card-link{
    display:grid;
    grid-template-columns:58px minmax(0,1fr) 28px;
    align-items:center;
    gap:15px;
    min-height:126px;
    padding:20px;
    color:inherit;
    text-decoration:none;
    transition:transform 160ms ease,background 160ms ease;
}
.resource-card-link:hover{
    transform:translateY(-2px);
    background:#fbfdff;
}
.resource-card-icon{
    width:56px;
    height:56px;
    display:grid;
    place-items:center;
    overflow:hidden;
    color:var(--primary);
    border:1px solid #dbe9fa;
    border-radius:17px;
    background:#f2f7fd;
    font-size:22px;
    font-weight:900;
}
.resource-card-icon.is-large{width:72px;height:72px;border-radius:20px}
.resource-card-icon img{width:100%;height:100%;object-fit:contain}
.resource-card-copy{min-width:0}
.resource-card-title{display:flex;align-items:center;gap:8px}
.resource-card-title h2{
    margin:0;
    color:var(--navy);
    font-size:18px;
    line-height:1.35;
}
.resource-card-title span{
    padding:4px 7px;
    color:#0b63cc;
    border-radius:999px;
    background:#eaf4ff;
    font-size:9px;
    font-weight:900;
}
.resource-card-copy small{
    display:block;
    margin-top:5px;
    color:var(--primary);
    font-size:10px;
    font-weight:850;
}
.resource-card-copy p{
    margin:7px 0 0;
    color:#758397;
    font-size:12px;
    line-height:1.7;
}
.resource-card-arrow{color:var(--primary);font-size:18px}
.resource-stream-banner{grid-column:1/-1;margin:8px 0}
.resource-banner-card{
    width:min(100%,880px);
    margin-inline:auto;
    overflow:hidden;
    border:1px solid var(--border);
    border-radius:22px;
    background:#fff;
    box-shadow:0 12px 36px rgba(11,29,58,.06);
}
.resource-banner-link{display:block;color:inherit;text-decoration:none}
.resource-banner-media{
    display:block;
    width:100%;
    height:min(var(--resource-banner-desktop-height),450px);
    background:#f1f4f8;
}
.resource-banner-media img{width:100%;height:100%;object-position:var(--resource-banner-position)}
.resource-banner-media img.fit-contain{object-fit:contain}
.resource-banner-media img.fit-cover{object-fit:cover}
.resource-banner-text-fallback{
    display:grid;
    gap:8px;
    min-height:170px;
    place-content:center;
    padding:28px;
    text-align:center;
}
.resource-banner-text-fallback span{color:var(--primary);font-size:11px;font-weight:900}
.resource-banner-text-fallback strong{color:var(--navy);font-size:24px}
.resource-banner-text-fallback p{margin:0;color:#718096}
.resources-empty-state{
    grid-column:1/-1;
    display:grid;
    justify-items:center;
    gap:8px;
    padding:54px 20px;
    color:#718096;
    border:1px dashed #cfd9e6;
    border-radius:22px;
    background:#fff;
    text-align:center;
}
.resources-empty-state>span{font-size:34px}
.resources-empty-state h2{margin:0;color:var(--navy)}
.resources-empty-state p{margin:0 0 8px}
@media(max-width:820px){
    .resources-hero{padding:52px 0 42px}
    .resources-search{grid-template-columns:1fr}
    .resources-stream{grid-template-columns:1fr}
    .focused-resource-body{grid-template-columns:58px minmax(0,1fr)}
    .resource-card-icon.is-large{width:56px;height:56px}
    .focused-resource-body h2{font-size:23px}
    .resource-banner-media{height:min(var(--resource-banner-mobile-height),190px)}
}
@media(max-width:520px){
    .resources-page{padding-top:24px}
    .focused-resource-card{padding:20px;border-radius:20px}
    .focused-resource-heading{align-items:flex-start;flex-direction:column}
    .focused-resource-actions{display:grid}
    .resource-card-link{
        grid-template-columns:48px minmax(0,1fr) 20px;
        gap:12px;
        min-height:112px;
        padding:16px;
    }
    .resource-card-icon{width:48px;height:48px;border-radius:14px}
    .resource-card-title h2{font-size:16px}
}
