.customers_grid__4kRRo{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.customers_card__n5CM3{background:rgba(22,27,34,.7);border:1px solid #30363d;border-radius:16px;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.customers_card__n5CM3:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#58a6ff,transparent);transform:translateX(-100%);transition:transform .5s ease}.customers_card__n5CM3:hover{transform:translateY(-5px);border-color:#58a6ff;box-shadow:0 8px 24px rgba(88,166,255,.15)}.customers_card__n5CM3:hover:before{transform:translateX(100%)}.customers_logoWrapper__Weo_h{width:120px;height:120px;border-radius:50%;background:#0d1117;padding:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:inset 0 0 0 1px #30363d;transition:transform .3s ease}.customers_card__n5CM3:hover .customers_logoWrapper__Weo_h{transform:scale(1.05);box-shadow:inset 0 0 0 1px #58a6ff,0 0 20px rgba(88,166,255,.2)}.customers_logo__HARaG{max-width:100%;max-height:100%;object-fit:contain}.customers_customerName__x_NRe{font-size:1.5rem;font-weight:600;color:#f0f6fc;margin:0}.customers_groupLabel__fqbsq{grid-column:1/-1;font-size:1.5rem;font-weight:600;color:#8b949e;border-bottom:1px solid #30363d;padding-bottom:.5rem;margin-top:2rem;margin-bottom:1rem}