<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.developer-wrapper{container-name:card-developer-wrapper;container-type:inline-size;width:100%;max-width:100%}.developer-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:20px;max-width:1300px;margin:0 auto}.developer-card{transition:transform .2s ease;border:var(--stroke-1,1px) solid var(--color-black,#090a0d);background:var(--color-white,#fff);cursor:pointer;display:flex;flex-direction:column;min-height:250px}.developer-card-header{display:flex;width:100%;justify-content:space-between;align-items:center;padding:var(--auto-layout-16,16px) var(--auto-layout-20,20px);background:transparent;border:none;border-bottom:1px solid #090a0d;cursor:pointer;text-align:left}.developer-card-header .button-arrow{position:relative;width:32px;height:32px}.developer-card-header .button-arrow .default-arrow,.developer-card-header .button-arrow .hover-arrow{position:absolute;top:0;left:0;transition:opacity .3s ease}.developer-card-header .button-arrow .hover-arrow{opacity:0}.developer-card-header:hover{background:var(--color-base-lavender,#d9bacb);transition:all .3s ease-in-out}.developer-card-header:hover .button-arrow .default-arrow{opacity:0}.developer-card-header:hover .button-arrow .hover-arrow{opacity:1}.developer-card-header span{color:var(--color-base-mirage,#151626);font-family:var(--font-family-title,"Host Grotesk");font-size:var(--font-size-20,20px);font-style:normal;font-weight:500;line-height:var(--line-height-28,28px);letter-spacing:-.4px}.developer-card-content{display:flex;flex-direction:column;gap:24px;padding:45px 30.442px 45.103px 31px;.image-container{width:100%;height:181px;display:flex;align-items:center;justify-content:center;img{width:100%;height:100%;object-fit:contain}}p{margin:0;padding:0;color:var(--color-gray-800,#1f2937);font-family:var(--font-family-title,"Host Grotesk");font-size:var(--font-size-16,16px);font-style:normal;font-weight:500;line-height:var(--line-height-24,24px)}}@container card-developer-wrapper (max-width: 1024px){.developer-cards{grid-template-columns:repeat(2,1fr)}}@container card-developer-wrapper (max-width: 608px){.developer-cards{grid-template-columns:1fr}}</pre></body></html>