#container{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  justify-content:center;
  max-width:1000px;
  padding:20px
}

.geliştirici-kul{
  background:linear-gradient(180deg,#2b2f33 0%,#30353a 100%);
  border-radius:14px;
  padding:18px;
  width:400px;
  margin:10px;
  flex:1 1 40%;
  min-width:300px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 10px 26px rgba(0,0,0,.28);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease;
  position:relative;
  overflow:hidden
}

.geliştirici-kul::before{
  content:"";
  position:absolute;
  inset:-1px;
  background:radial-gradient(600px 220px at 25% -10%,rgba(106,133,229,.14),transparent 55%);
  pointer-events:none
}

.geliştirici-kul:hover{
  background:linear-gradient(180deg,#262b30 0%,#2d3237 100%);
  transform:translateY(-4px);
  box-shadow:0 16px 40px rgba(0,0,0,.36);
  border-color:rgba(106,133,229,.18)
}

.gelci-profil{
  display:flex;
  align-items:center;
  margin-bottom:14px;
  color:#6a85e5
}

.gelci-avatar{position:relative}

.avatar{
  border-radius:50%;
  width:62px;
  height:62px;
  box-shadow:0 8px 18px rgba(0,0,0,.35);
  transition:transform .2s ease,box-shadow .2s ease;
  border:2px solid rgba(255,255,255,.08);
  object-fit:cover
}

.gelci-avatar:hover .avatar{
  transform:scale(1.03);
  box-shadow:0 10px 24px rgba(0,0,0,.45),0 0 0 4px rgba(106,133,229,.16)
}

.gelci-durumkavrama{
  width:18px;
  height:18px;
  border-radius:50%;
  border:3px solid #2b2f33;
  position:absolute;
  bottom:0;
  right:0;
  box-shadow:0 6px 14px rgba(0,0,0,.35)
}

.online{background-color:#43b581}
.idle{background-color:#faa61a}
.dnd{background-color:#f04747}
.offline{background-color:#747f8d}

.gelci-kullaniciadi{
  font-size:1.35em;
  font-weight:800;
  margin-left:14px;
  color:#f8fafc;
  letter-spacing:-.01em;
  transition:color .2s ease,transform .2s ease;
  line-height:1.1
}

.gelci-kullaniciadi:hover{
  color:#dfe8ff
}

.gel-aktivite{margin-top:10px}

.gel-aktvty{
  background:linear-gradient(180deg,#343940 0%,#2f343b 100%);
  border-radius:12px;
  padding:10px;
  display:flex;
  align-items:center;
  margin-bottom:10px;
  border:1px solid rgba(255,255,255,.06);
  box-shadow:0 6px 16px rgba(0,0,0,.22);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease
}

.gel-aktvty:hover{
  background:linear-gradient(180deg,#3a3f46 0%,#333840 100%);
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(0,0,0,.28);
  border-color:rgba(106,133,229,.14)
}

.gel-aktvty img{
  width:76px;
  height:76px;
  border-radius:10px;
  margin-right:14px;
  object-fit:cover;
  box-shadow:0 8px 18px rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.06)
}

.gelci-aktivitedetaylar{text-align:left;min-width:0}

.gelci-aktivitedetaylar h3{
  color:#eef2ff;
  margin:0 0 4px;
  font-size:1.05em;
  font-weight:750;
  line-height:1.2;
  transition:color .2s ease
}

.gelci-aktivitedetaylar h3:hover{color:#dfe8ff}

.gelci-aktivitedetaylar h3::after{content:none}

.gelci-aktivitedetaylar p{
  margin:0;
  color:rgba(226,232,240,.78);
  font-size:.92em;
  line-height:1.45
}

.geliştirici-kul:hover .gelci-kullaniciadi{animation:none}

@media (min-width:768px){
  .geliştirici-kul{transition:transform .22s ease,box-shadow .22s ease}
  .geliştirici-kul:hover{transform:translateY(-5px);box-shadow:0 18px 44px rgba(0,0,0,.38)}
  .gel-aktvty{transition:transform .2s ease}
  .gel-aktvty:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(0,0,0,.28)}
}