main .hero{padding:72px 0 24px;text-align:center}main .hero h1{font-size:clamp(32px,6vw,56px);line-height:1.04;letter-spacing:-.02em;margin:0 0 10px}.contributors-section{margin:24px 0 30px}.contributors-section .section-title{margin:0 0 24px 4px;font-size:24px;font-weight:700;color:var(--fg)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:16px}.contrib-card{display:flex;align-items:center;border-radius:9999px;background:var(--card);border:1px solid var(--stroke);padding:2px 16px 2px 2px;box-shadow:var(--shadow);overflow:hidden}main .contrib{position:relative;display:block;width:108px;height:108px;margin:3px;break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid;border:1px solid var(--stroke);border-radius:999px;overflow:hidden}main .contrib>img{width:100%;height:100%;object-fit:cover;display:block}main .contrib>.initials{position:absolute;inset:0;display:grid;place-items:center;font-size:32px;font-weight:700;color:var(--fg)}.contrib-card .info{display:grid;grid-auto-rows:min-content;row-gap:4px;margin-left:14px;min-width:0;color:var(--fg)}main .title-link{font-size:18px;font-weight:800;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--fg);text-decoration:none}main .title-link:hover{text-decoration:underline}.funding-note{text-align:center;margin:0 0 12px 4px;font-size:20px;font-weight:700;color:var(--fg)}.hosting-cta{display:flex;align-items:center;gap:14px;padding:16px 18px;margin:14px 0 18px}.hosting-cta__icon{width:44px;height:44px;border-radius:8px;display:grid;place-items:center;border:1px solid var(--stroke);background:color-mix(in oklab,var(--accent),transparent 85%);color:var(--accent);flex:0 0 auto}.hosting-cta__svg{width:32px;height:32px}.hosting-cta__text{min-width:0}.hosting-cta__title{font-weight:800;font-size:16px;line-height:1.2}.hosting-cta__desc{font-size:14px;margin-top:2px}.hosting-cta__btn{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:11px 16px;border-radius:999px;border:1px solid color-mix(in oklab,var(--accent),var(--stroke) 35%);background:var(--accent);color:var(--bg);font-size:14px;font-weight:800;white-space:nowrap;text-decoration:none;box-shadow:var(--shadow)}.hosting-cta__arrow{width:18px;height:18px}.hosting-cta__btn:hover{transform:translateY(-1px);box-shadow:var(--shadow)}@media(max-width:640px){.grid{grid-template-columns:1fr}.page{padding:16px 12px}.hosting-cta{flex-wrap:wrap;align-items:flex-start;padding:14px;gap:10px}.hosting-cta__text{flex:1 1 200px}.hosting-cta__btn{margin-left:0;width:100%;justify-content:center}.hosting-cta__icon{width:40px;height:40px}.hosting-cta__svg{width:28px;height:28px}}